Go to the documentation of this file.
47 const bool loadFromFiles
58 if (!isA<fvMesh>(obr_))
62 <<
"No fvMesh available, deactivating " << name_ <<
nl
70 const fvMesh&
mesh = refCast<const fvMesh>(obr_);
79 mesh.time().timeName(),
89 mesh.objectRegistry::store(Lambda2Ptr);
106 log_.readIfPresent(
"log",
dict);
114 resultName_ = resultName_ +
"(" + UName_ +
")";
125 const fvMesh&
mesh = refCast<const fvMesh>(obr_);
169 <<
type() <<
" " << name_ <<
" output:" <<
nl
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
dimensionedSymmTensor symm(const dimensionedSymmTensor &dt)
void component(FieldField< Field, typename FieldField< Field, Type >::cmptType > &sf, const FieldField< Field, Type > &f, const direction d)
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
tmp< GeometricField< typename outerProduct< vector, Type >::type, fvPatchField, volMesh >> grad(const GeometricField< Type, fvsPatchField, surfaceMesh > &ssf)
A class for handling words, derived from string.
virtual const word & name() const
Return name of the set of Lambda2.
dimensionedTensor skew(const dimensionedTensor &dt)
bool readIfPresent(const word &, T &, bool recursive=false, bool patternMatch=true) const
Find an entry if present, and assign to T.
bool read(const char *, int32_t &)
virtual void end()
Execute at the final time-loop, currently does nothing.
virtual void timeSet()
Called when time was set at the end of the Time::operator++.
Ostream & endl(Ostream &os)
Add newline and flush stream.
Registry of regIOobjects.
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Lambda2(const Lambda2 &)
Disallow default bitwise copy construct.
dimensionedVector eigenValues(const dimensionedTensor &dt)
virtual void write()
Calculate the Lambda2 and write.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
virtual void read(const dictionary &)
Read the Lambda2 data.
This function object calculates and outputs the second largest eigenvalue of the sum of the square of...
dimensionedSymmTensor sqr(const dimensionedVector &dv)
virtual void execute()
Execute, currently does nothing.
Calculate the gradient of the given field.
virtual ~Lambda2()
Destructor.
const Type & lookupObject(const word &name) const
Lookup and return the object of the given Type.
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.
Generic GeometricField class.
defineTypeNameAndDebug(combustionModel, 0)
#define WarningInFunction
Report a warning using Foam::Warning.
word name(const complex &)
Return a string representation of a complex.