Go to the documentation of this file.
59 bool processed =
false;
60 processed = processed || nComponents<scalar>(fieldName, nComps);
61 processed = processed || nComponents<vector>(fieldName, nComps);
62 processed = processed || nComponents<sphericalTensor>(fieldName, nComps);
63 processed = processed || nComponents<symmTensor>(fieldName, nComps);
64 processed = processed || nComponents<tensor>(fieldName, nComps);
69 <<
" # Unknown type of input field during initialisation = "
70 << fieldName <<
" #" <<
nl
A class for handling words, derived from Foam::string.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
DMDModel(const fvMesh &mesh, const word &name, const dictionary &dict)
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for DMD models to handle DMD characteristics for the DMD function object.
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
word name(const expressions::valueTypeCode typeCode)
label nComponents(const word &fieldName) const
defineTypeNameAndDebug(combustionModel, 0)