-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Description
Implement methods to create a system return single values from OpenFOAM results similar to the Postprocessor system in MOOSE. The single values are computed by OpenFOAM before being stored in the Postprocessor object.
Context
This will allow simple multiscale coupling with STH codes, which require single values as the input.
Outputs
Potential examples could be
FoamSideAveragePostprocessorFoamSideIntegralPostprocessor
Example input file syntax
[FoamPostprocessors]
[T_avg]
type = FoamSideAverage
scalars = 'T'
[]
[m_dot]
type=FoamSideAdvectedFluxIntegral
scalar = 'rho'
advected_variable='U'
[]
[]
Metadata
Metadata
Assignees
Labels
No labels