fieldStore

Syntax

Defined in couplingProperties dictionary.

forceModels
(
    fieldStore
);
fieldStoreProps
{
    scalarFieldNames wordList;
    vectorFieldNames wordList;
};
  • scalarFieldNames = list containing the names of the finite volume scalar fields to be stored

  • vectorFieldNames = list containing the names of the finite volume vector fields to be stored

Examples

forceModels
(
    fieldStore
);
fieldStoreProps
{
    scalarFieldNames ( "voidfraction" );
    vectorFieldNames ( "U" "Us" );
}

Description

Note

This forceModel does not influence the particles or the flow - it is a tool to store a scalar/vector field.

This forceModel is especially useful if you use a boundary condition which cannot be interpreted correctly in your postprocessor (e.g. paraview).

Restrictions

None.