34 namespace functionObjects
50 bool Foam::functionObjects::vorticity::calc()
Macros for easy insertion into run-time selection tables.
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Abstract base-class for Time/database functionObjects.
word resultName_
Name of result field.
const word fieldName_
Name of field to process.
bool store(const tmp< ObjectType > &tfield)
Store the given field in the objectRegistry.
Calculates the vorticity, the curl of the velocity.
virtual ~vorticity()
Destructor.
vorticity(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
A class for handling words, derived from string.
Calculate the curl of the given volField by constructing the Hodge-dual of the symmetric part of the ...
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
tmp< VolField< Type > > curl(const VolField< Type > &vf)
word name(const bool)
Return a word representation of a bool.