34 namespace functionObjects
50 bool Foam::functionObjects::flowType::calc()
55 const tmp<volTensorField> tgradU(
fvc::grad(
U));
71 (magD - magOmega)/(magD + magOmega + smallMagD)
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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Abstract base-class for Time/database functionObjects.
word resultName_
Name of result field.
const word fieldName_
Name of field to process.
Calculates and writes the flowType of a velocity field.
virtual ~flowType()
Destructor.
flowType(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
ObjectType & store(const tmp< ObjectType > &tfield)
Store the given field in the objectRegistry.
A class for handling words, derived from string.
Calculate the gradient of the given field.
defineTypeNameAndDebug(adjustTimeStepToCombustion, 0)
addToRunTimeSelectionTable(functionObject, adjustTimeStepToCombustion, dictionary)
tmp< VolField< typename outerProduct< vector, Type >::type > > grad(const SurfaceField< Type > &ssf)
void skew(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
VolField< vector > volVectorField
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
VolField< tensor > volTensorField
void symm(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
VolField< scalar > volScalarField
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.