34 namespace functionObjects
50 bool Foam::functionObjects::Lambda2::calc()
52 if (foundObject<volVectorField>(fieldName_))
54 const volVectorField& U = lookupObject<volVectorField>(fieldName_);
55 const tmp<volTensorField> tgradU(
fvc::grad(U));
72 cannotFindObject<volVectorField>(fieldName_);
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedTensor skew(const dimensionedTensor &dt)
GeometricField< tensor, fvPatchField, volMesh > volTensorField
addToRunTimeSelectionTable(functionObject, Qdot, dictionary)
dimensionedVector eigenValues(const dimensionedTensor &dt)
GeometricField< vector, fvPatchField, volMesh > volVectorField
Class to control time during OpenFOAM simulations that is also the top-level objectRegistry.
Macros for easy insertion into run-time selection tables.
Calculate the gradient of the given field.
virtual ~Lambda2()
Destructor.
A class for handling words, derived from string.
Lambda2(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
defineTypeNameAndDebug(Qdot, 0)
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)