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... | |
virtual | ~exponentialDiffusivity () |
Destructor. More... | |
virtual tmp< surfaceScalarField > | operator() () const |
Return diffusivity field. More... | |
virtual void | correct () |
Correct the motion diffusivity. More... | |
![]() | |
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... | |
Private Member Functions | |
exponentialDiffusivity (const exponentialDiffusivity &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const exponentialDiffusivity &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
scalar | alpha_ |
autoPtr< motionDiffusivity > | basicDiffusivityPtr_ |
Additional Inherited Members | |
![]() | |
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.
|
private |
Disallow default bitwise copy construct.
exponentialDiffusivity | ( | const fvMesh & | mesh, |
Istream & | mdData | ||
) |
Construct for the given fvMesh and data Istream.
Definition at line 48 of file exponentialDiffusivity.C.
|
virtual |
Destructor.
Definition at line 61 of file exponentialDiffusivity.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "exponential" | ) |
Runtime type information.
|
virtual |
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 68 of file exponentialDiffusivity.C.
References Foam::exp().
|
virtual |
Correct the motion diffusivity.
Implements motionDiffusivity.
Definition at line 74 of file exponentialDiffusivity.C.
|
private |
Definition at line 55 of file exponentialDiffusivity.H.
|
private |
Definition at line 56 of file exponentialDiffusivity.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.