Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D. More...
Public Member Functions | |
TypeName ("exponential") | |
Runtime type information. More... | |
exponentialDiffusivity (const fvMesh &mesh, Istream &mdData) | |
Construct for the given fvMesh and data Istream. More... | |
exponentialDiffusivity (const exponentialDiffusivity &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~exponentialDiffusivity () |
Destructor. More... | |
virtual void | correct () |
Correct the motion diffusivity. More... | |
void | operator= (const exponentialDiffusivity &)=delete |
Disallow default bitwise assignment. More... | |
virtual tmp< surfaceScalarField > | operator() () const |
Return diffusivity field. 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 exp(-alpha/D) of the given diffusivity D.
Definition at line 49 of file exponentialDiffusivity.H.
exponentialDiffusivity | ( | const fvMesh & | mesh, |
Istream & | mdData | ||
) |
Construct for the given fvMesh and data Istream.
Definition at line 48 of file exponentialDiffusivity.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 61 of file exponentialDiffusivity.C.
TypeName | ( | "exponential" | ) |
Runtime type information.
|
virtual |
Correct the motion diffusivity.
Reimplemented from motionDiffusivity.
Definition at line 74 of file exponentialDiffusivity.C.
|
delete |
Disallow default bitwise assignment.
|
virtual |
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 68 of file exponentialDiffusivity.C.
References Foam::exp().