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 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.
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.
bool 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)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
VolField< vector > volVectorField
word name(const bool)
Return a word representation of a bool.
VolField< tensor > volTensorField
VolField< scalar > volScalarField
dimensioned< scalar > mag(const dimensioned< Type > &)
dimensionedTensor skew(const dimensionedTensor &dt)
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.