Motion diffusivity read from given file name. More...
Public Member Functions | |
TypeName ("file") | |
Runtime type information. More... | |
fileDiffusivity (const fvMesh &mesh, Istream &mdData) | |
Construct for the given fvMesh and data Istream. More... | |
fileDiffusivity (const fileDiffusivity &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~fileDiffusivity () |
Destructor. More... | |
virtual void | correct () |
Do not correct the motion diffusivity. More... | |
void | operator= (const fileDiffusivity &)=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... | |
Protected Attributes | |
surfaceScalarField | faceDiffusivity_ |
Additional Inherited Members | |
Static Public Member Functions inherited from motionDiffusivity | |
static autoPtr< motionDiffusivity > | New (const fvMesh &mesh, Istream &mdData) |
Select null constructed. More... | |
Motion diffusivity read from given file name.
Definition at line 49 of file fileDiffusivity.H.
fileDiffusivity | ( | const fvMesh & | mesh, |
Istream & | mdData | ||
) |
Construct for the given fvMesh and data Istream.
Definition at line 47 of file fileDiffusivity.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 70 of file fileDiffusivity.C.
TypeName | ( | "file" | ) |
Runtime type information.
|
inlinevirtual |
Do not correct the motion diffusivity.
Reimplemented from motionDiffusivity.
Definition at line 82 of file fileDiffusivity.H.
References fileDiffusivity::operator=().
|
delete |
Disallow default bitwise assignment.
Referenced by fileDiffusivity::correct().
|
inlinevirtual |
Return diffusivity field.
Implements motionDiffusivity.
Definition at line 92 of file fileDiffusivity.H.
References fileDiffusivity::faceDiffusivity_.
|
protected |
Definition at line 57 of file fileDiffusivity.H.
Referenced by fileDiffusivity::operator()().