Calculates and outputs the second largest eigenvalue of the sum of the square of the symmetrical and anti-symmetrical parts of the velocity gradient tensor.
More...
|
| TypeName ("Lambda2") |
| Runtime type information. More...
|
|
| Lambda2 (const word &name, const Time &runTime, const dictionary &dict) |
| Construct from Time and dictionary. More...
|
|
virtual | ~Lambda2 () |
| Destructor. More...
|
|
| TypeName ("fieldExpression") |
| Runtime type information. More...
|
|
| fieldExpression (const word &name, const Time &runTime, const dictionary &dict, const word &functionName, const word &defaultFieldName=word::null) |
| Construct from Time and dictionary. More...
|
|
| fieldExpression (const fieldExpression &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~fieldExpression () |
| Destructor. More...
|
|
virtual wordList | fields () const |
| Return the field required. More...
|
|
virtual bool | execute () |
| Calculate the result field. More...
|
|
virtual bool | write () |
| Write the result field. More...
|
|
virtual bool | clear () |
| Clear the result field from the objectRegistry. More...
|
|
void | operator= (const fieldExpression &)=delete |
| Disallow default bitwise assignment. More...
|
|
| TypeName ("fvMeshFunctionObject") |
| Runtime type information. More...
|
|
| fvMeshFunctionObject (const word &name, const Time &runTime, const dictionary &dict) |
| Construct from Time and dictionary. More...
|
|
| fvMeshFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict) |
| Construct from the region objectRegistry and dictionary. More...
|
|
| fvMeshFunctionObject (const fvMeshFunctionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~fvMeshFunctionObject () |
| Destructor. More...
|
|
void | operator= (const fvMeshFunctionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
| TypeName ("regionFunctionObject") |
| Runtime type information. More...
|
|
| regionFunctionObject (const word &name, const Time &runTime, const dictionary &dict) |
| Construct from Time and dictionary. More...
|
|
| regionFunctionObject (const word &name, const objectRegistry &obr, const dictionary &dict) |
| Construct from the region objectRegistry and dictionary. More...
|
|
| regionFunctionObject (const regionFunctionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~regionFunctionObject () |
| Destructor. More...
|
|
virtual bool | read (const dictionary &) |
| Read optional controls. More...
|
|
void | operator= (const regionFunctionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
| ClassName ("functionObject") |
|
virtual const word & | type () const =0 |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, functionObject, dictionary,(const word &name, const Time &runTime, const dictionary &dict),(name, runTime, dict)) |
|
| functionObject (const word &name) |
| Construct from components. More...
|
|
autoPtr< functionObject > | clone () const |
| Return clone. More...
|
|
| functionObject (const functionObject &)=delete |
| Disallow default bitwise copy construction. More...
|
|
virtual | ~functionObject () |
| Destructor. More...
|
|
const word & | name () const |
| Return the name of this functionObject. More...
|
|
virtual bool | executeAtStart () const |
| Return true if the functionObject should be executed at the start. More...
|
|
virtual bool | end () |
| Called when Time::run() determines that the time-loop exits. More...
|
|
virtual scalar | timeToNextWrite () |
| Called by Time::adjustTimeStep(). Allows the functionObject to. More...
|
|
virtual void | movePoints (const polyMesh &mesh) |
| Update topology using the given map. More...
|
|
virtual void | topoChange (const polyTopoChangeMap &map) |
| Update topology using the given map. More...
|
|
virtual void | mapMesh (const polyMeshMap &) |
| Update from another mesh using the given map. More...
|
|
void | operator= (const functionObject &)=delete |
| Disallow default bitwise assignment. More...
|
|
Calculates and outputs the second largest eigenvalue of the sum of the square of the symmetrical and anti-symmetrical parts of the velocity gradient tensor.
- See also
- Foam::functionObjects::fieldExpression Foam::functionObjects::fvMeshFunctionObject
- Source files
-
Definition at line 56 of file Lambda2.H.