CFDEMproject WWW Site - CFDEM Commands

forceModel_fieldStore command

Syntax:

Defined in couplingProperties dictionary.

forceModels
(
    fieldStore
);
fieldStoreProps
{
    scalarFieldNames
    (
        "scalarField"
    );
    vectorFieldNames
    (
        "vectorField"
    );
}; 

Examples:

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

Description:

This "forceModel" does not influence the particles or the flow - it is a tool to store a scalar/vector field! This is especially useful if you use a boundary condition which cannot interpreted correctly in your postporcessor (e.g. paraview).

Restrictions:

none.

Related commands:

forceModel