Post-Processing Utilities

class sierra::nalu::TurbulenceAveragingPostProcessing

Post-processing to collect various types of statistics on flow fields.

This class implements Reynolds and Favre averaging as well as other useful quantities relevant to analyzing turbulent flows.

Currently supported:

  • Reynolds and Favre averaging of flow variables
  • TKE and stress computation
  • Vorticity, Q-criterion, lambda-ci calculation

Public Types

enum AveragingType

Type of time filter averaging applied.

Values:

NALU_CLASSIC = 0

Classic Nalu implementation (saw-tooth reset)

MOVING_EXPONENTIAL

Moving exponential window averaging.

class sierra::nalu::DataProbePostProcessing
class sierra::nalu::SolutionNormPostProcessing
class sierra::nalu::SurfaceForceAndMomentAlgorithm

Inherits from sierra::nalu::Algorithm

class sierra::nalu::SurfaceForceAndMomentWallFunctionAlgorithm

Inherits from sierra::nalu::Algorithm