34 namespace functionObjects
50 bool Foam::functionObjects::Lambda2::calc()
55 const tmp<volTensorField> tgradU(
fvc::grad(
U));
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.
Calculates and outputs the second largest eigenvalue of the sum of the square of the symmetric and an...
virtual ~Lambda2()
Destructor.
Lambda2(const word &name, const Time &runTime, const dictionary &dict)
Construct from Time and dictionary.
word resultName_
Name of result field.
const word fieldName_
Name of field to process.
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 eigenValues(LagrangianPatchField< vector > &f, const LagrangianPatchField< tensor > &f1)
VolField< tensor > volTensorField
void component(LagrangianPatchField< typename LagrangianPatchField< Type >::cmptType > &sf, const LagrangianPatchField< Type > &f, const direction d)
void symm(LagrangianPatchField< tensor > &f, const LagrangianPatchField< tensor > &f1)
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.