Skip to content

Implement FoamPostprocessor system #75

@mattfalcone1997

Description

@mattfalcone1997

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

  • FoamSideAveragePostprocessor
  • FoamSideIntegralPostprocessor

Example input file syntax

[FoamPostprocessors]
  [T_avg]
    type = FoamSideAverage
    scalars = 'T'
  []
  [m_dot]
    type=FoamSideAdvectedFluxIntegral
    scalar = 'rho'
    advected_variable='U'
  []
[]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions