This function object calculates the divergence of a field. The operation is limited to surfaceScalarFields and volVectorFields, and the output is a volScalarField.
More...
|
| | TypeName ("div") |
| | Runtime type information. More...
|
| |
| | div (const word &name, const Time &runTime, const dictionary &dict) |
| | Construct from Time and dictionary. More...
|
| |
| virtual | ~div () |
| | Destructor. More...
|
| |
| | TypeName ("fieldExpression") |
| | Runtime type information. More...
|
| |
| | fieldExpression (const word &name, const Time &runTime, const dictionary &dict, const word &fieldName=word::null, const word &resultName=word::null) |
| | Construct from Time and dictionary. More...
|
| |
| virtual | ~fieldExpression () |
| | Destructor. More...
|
| |
| virtual bool | read (const dictionary &) |
| | Read the fieldExpression data. 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...
|
| |
| | TypeName ("fvMeshFunctionObject") |
| | Runtime type information. More...
|
| |
| | fvMeshFunctionObject (const word &name, const Time &runTime, const dictionary &dict) |
| | Construct from Time and dictionary. More...
|
| |
| virtual | ~fvMeshFunctionObject () |
| | Destructor. 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...
|
| |
| virtual | ~regionFunctionObject () |
| | Destructor. More...
|
| |
| 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...
|
| |
| virtual | ~functionObject () |
| | Destructor. More...
|
| |
| const word & | name () const |
| | Return the name of this functionObject. More...
|
| |
| virtual bool | end () |
| | Called when Time::run() determines that the time-loop exits. More...
|
| |
| virtual bool | adjustTimeStep () |
| | Called at the end of Time::adjustDeltaT() if adjustTime is true. More...
|
| |
| virtual void | updateMesh (const mapPolyMesh &mpm) |
| | Update for changes of mesh. More...
|
| |
| virtual void | movePoints (const polyMesh &mesh) |
| | Update for changes of mesh. More...
|
| |
This function object calculates the divergence of a field. The operation is limited to surfaceScalarFields and volVectorFields, and the output is a volScalarField.
- See also
- Foam::functionObjects::fieldExpression Foam::functionObjects::fvMeshFunctionObject
- Source files
-
Definition at line 59 of file div.H.