Go to the documentation of this file.
38 namespace functionObjects
48 bool Foam::functionObjects::div::calc()
50 bool processed =
false;
52 processed = processed || calcDiv<surfaceScalarField>();
53 processed = processed || calcDiv<volVectorField>();
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A class for handling words, derived from Foam::string.
div(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
tmp< GeometricField< Type, faPatchField, areaMesh > > div(const GeometricField< Type, faePatchField, edgeMesh > &ssf)
word name(const complex &c)
Return string representation of complex.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
Intermediate class for handling field expression function objects (e.g. blendingFactor etc....
addToRunTimeSelectionTable(functionObject, ObukhovLength, dictionary)
defineTypeNameAndDebug(ObukhovLength, 0)