postProcessingModel

Syntax

Defined in couplingProperties dictionary.

postProcessingModels
(
    model_x
    model_y
);
  • model = name of post processing model to be applied

Examples

postProcessingModels
(
    fieldCalc
    checkCouplingInterval
    checkFluxBalance
);

Description

Post processing models perform the calculation of extra information to track additional properties like global or temporal averages. Moreover, these models are used to track time step criteria and mass conservation.

By default the post processing models checkCouplingInterval and checkFluxBalance are always loaded.

Restrictions

None