MotionDirectional finite volume mesh motion diffusivity. More...
Public Member Functions | |
TypeName ("motionDirectional") | |
Runtime type information. More... | |
motionDirectionalDiffusivity (const fvMesh &mesh, Istream &mdData) | |
Construct for the given fvMesh and data Istream. More... | |
virtual | ~motionDirectionalDiffusivity () |
Destructor. More... | |
virtual void | correct () |
Correct the motion diffusivity. More... | |
![]() | |
TypeName ("uniform") | |
Runtime type information. More... | |
uniformDiffusivity (const fvMesh &mesh, Istream &mdData) | |
Construct for the given fvMesh and data Istream. More... | |
virtual | ~uniformDiffusivity () |
Destructor. More... | |
virtual tmp< surfaceScalarField > | operator() () const |
Return diffusivity field. 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 | |
motionDirectionalDiffusivity (const motionDirectionalDiffusivity &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const motionDirectionalDiffusivity &) |
Disallow default bitwise assignment. More... | |
Private Attributes | |
vector | diffusivityVector_ |
Additional Inherited Members | |
![]() | |
static autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
Select null constructed. More... | |
![]() | |
surfaceScalarField | faceDiffusivity_ |
MotionDirectional finite volume mesh motion diffusivity.
Definition at line 48 of file motionDirectionalDiffusivity.H.
|
private |
Disallow default bitwise copy construct.
motionDirectionalDiffusivity | ( | const fvMesh & | mesh, |
Istream & | mdData | ||
) |
Construct for the given fvMesh and data Istream.
Definition at line 50 of file motionDirectionalDiffusivity.C.
|
virtual |
Destructor.
Definition at line 62 of file motionDirectionalDiffusivity.C.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "motionDirectional" | ) |
Runtime type information.
|
virtual |
Correct the motion diffusivity.
Reimplemented from uniformDiffusivity.
Definition at line 68 of file motionDirectionalDiffusivity.C.
References Foam::cmptMultiply(), correct(), Foam::dimVelocity, Foam::fvc::interpolate(), objectRegistry::lookupObject(), Foam::mag(), mesh, n, Vector< scalar >::one, Foam::solve(), and timeName.
|
private |
Definition at line 54 of file motionDirectionalDiffusivity.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.