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.
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.
|
exponentialDiffusivity | ( | const fvMotionSolver & | mSolver, |
Istream & | mdData | ||
) |
Construct for the given fvMotionSolver and data Istream.
Definition at line 48 of file exponentialDiffusivity.C.
~exponentialDiffusivity | ( | ) | [virtual]
|
Definition at line 61 of file exponentialDiffusivity.C.
TypeName | ( | "exponential" | ) |
Runtime type information.
Foam::tmp< Foam::surfaceScalarField > operator() | ( | ) | const [virtual]
|
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 68 of file exponentialDiffusivity.C.
References Foam::exp().
void correct | ( | ) | [virtual]
|
Correct the motion diffusivity.
Implements motionDiffusivity.
Definition at line 74 of file exponentialDiffusivity.C.