Go to the documentation of this file.
91 const objectRegistry&
obr_;
130 const bool loadFromFiles =
false
159 virtual void write();
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for handling words, derived from string.
virtual const word & name() const
Return name of the set of Lambda2.
virtual void movePoints(const polyMesh &)
Update for changes of mesh.
TypeName("Lambda2")
Runtime type information.
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++.
virtual void updateMesh(const mapPolyMesh &)
Update for changes of mesh.
Mesh consisting of general polyhedral cells.
Registry of regIOobjects.
Lambda2(const Lambda2 &)
Disallow default bitwise copy construct.
Switch log_
Switch to send output to Info as well as to file.
bool active_
On/off switch.
virtual void write()
Calculate the Lambda2 and write.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void operator=(const Lambda2 &)
Disallow default bitwise assignment.
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...
word resultName_
Result name.
const objectRegistry & obr_
Reference to the database.
virtual void execute()
Execute, currently does nothing.
word UName_
Name of velocity field, default is "U".
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
virtual ~Lambda2()
Destructor.
word name_
Name of this set of Lambda2 objects.