35 namespace functionObjects
45 bool Foam::functionObjects::div::calc()
47 bool processed =
false;
49 processed = processed || calcDiv<surfaceScalarField>();
50 processed = processed || calcDiv<volVectorField>();
54 cannotFindObject(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
tmp< GeometricField< Type, fvPatchField, volMesh > > div(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
virtual ~div()
Destructor.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
A class for handling words, derived from string.
div(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
defineTypeNameAndDebug(Qdot, 0)