Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D. More...
#include <fvMotionSolvers/exponentialDiffusivity.H>
Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D.
Definition at line 50 of file exponentialDiffusivity.H.
Inheritance diagram for exponentialDiffusivity:
Collaboration diagram for exponentialDiffusivity:Public Member Functions | |
| TypeName ("exponential") | |
| Runtime type information. | |
| exponentialDiffusivity (const fvMotionSolver &mSolver, Istream &mdData) | |
| Construct for the given fvMotionSolver and data Istream. | |
| virtual | ~exponentialDiffusivity () |
| virtual tmp< surfaceScalarField > | operator() () const |
| Return diffusivity field. | |
| virtual void | correct () |
| Correct the motion diffusivity. | |
Public Member Functions inherited from motionDiffusivity | |
| TypeName ("motionDiffusivity") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, motionDiffusivity, Istream,(const fvMotionSolver &mSolver, Istream &mdData),(mSolver, mdData)) | |
| motionDiffusivity (const fvMotionSolver &mSolver) | |
| Construct for the given fvMotionSolver. | |
| virtual | ~motionDiffusivity () |
| const fvMotionSolver & | mSolver () const |
| Return reference to the motion solver. | |
Additional Inherited Members | |
Static Public Member Functions inherited from motionDiffusivity | |
| static autoPtr< motionDiffusivity > | New (const fvMotionSolver &mSolver, Istream &mdData) |
| Select null constructed. | |
| exponentialDiffusivity | ( | const fvMotionSolver & | mSolver, |
| Istream & | mdData | ||
| ) |
Construct for the given fvMotionSolver and data Istream.
Definition at line 48 of file exponentialDiffusivity.C.
|
virtual |
Definition at line 61 of file exponentialDiffusivity.C.
| 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.