Mesh motion diffusivity maipulator which returns the sqr of the given diffusivity. More...


Public Member Functions | |
| TypeName ("quadratic") | |
| Runtime type information. More... | |
| quadraticDiffusivity (const fvMesh &mesh, Istream &mdData) | |
| Construct for the given fvMesh and data Istream. More... | |
| virtual | ~quadraticDiffusivity () |
| Destructor. More... | |
| virtual tmp< surfaceScalarField > | operator() () const |
| Return diffusivity field. More... | |
| virtual void | correct () |
| Correct the motion diffusivity. More... | |
Public Member Functions inherited from motionDiffusivity | |
| TypeName ("motionDiffusivity") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, motionDiffusivity, Istream,(const fvMesh &mesh, Istream &mdData),(mesh, mdData)) | |
| motionDiffusivity (const fvMesh &mesh) | |
| Construct for the given fvMesh. More... | |
| virtual | ~motionDiffusivity () |
| Destructor. More... | |
| const fvMesh & | mesh () const |
| Return reference to the mesh. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from motionDiffusivity | |
| static autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
| Select null constructed. More... | |
Mesh motion diffusivity maipulator which returns the sqr of the given diffusivity.
Definition at line 49 of file quadraticDiffusivity.H.
| quadraticDiffusivity | ( | const fvMesh & | mesh, |
| Istream & | mdData | ||
| ) |
Construct for the given fvMesh and data Istream.
Definition at line 48 of file quadraticDiffusivity.C.
|
virtual |
Destructor.
Definition at line 60 of file quadraticDiffusivity.C.
| TypeName | ( | "quadratic" | ) |
Runtime type information.
|
virtual |
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 67 of file quadraticDiffusivity.C.
References Foam::sqr().

|
virtual |
Correct the motion diffusivity.
Implements motionDiffusivity.
Definition at line 73 of file quadraticDiffusivity.C.
1.8.11