34 namespace functionObjects
50 bool Foam::functionObjects::enstrophy::calc()
52 if (foundObject<volVectorField>(fieldName_))
80 setResultName(typeName,
"U");
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual ~enstrophy()
Destructor.
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.
dimensioned< scalar > magSqr(const dimensioned< Type > &)
enstrophy(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
defineTypeNameAndDebug(fvMeshFunctionObject, 0)
addToRunTimeSelectionTable(functionObject, add, dictionary)