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