34 namespace functionObjects
50 bool Foam::functionObjects::vorticity::calc()
52 if (foundObject<volVectorField>(fieldName_))
57 fvc::curl(lookupObject<volVectorField>(fieldName_))
62 cannotFindObject<volVectorField>(fieldName_);
A list of keyword definitions, which are a keyword followed by any number of values (e...
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
tmp< GeometricField< Type, fvPatchField, volMesh > > curl(const GeometricField< Type, fvPatchField, volMesh > &vf)
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
A class for handling words, derived from string.
virtual ~vorticity()
Destructor.
defineTypeNameAndDebug(Qdot, 0)
vorticity(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.