Go to the documentation of this file.
35 #ifndef motionDiffusivity_H
36 #define motionDiffusivity_H
TypeName("motionDiffusivity")
Runtime type information.
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
const fvMesh & mesh_
Mesh reference.
virtual void correct()=0
Correct the motion diffusivity.
virtual ~motionDiffusivity()
Destructor.
const fvMesh & mesh() const
Return reference to the mesh.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static autoPtr< motionDiffusivity > New(const fvMesh &mesh, Istream &mdData)
Select null constructed.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< surfaceScalarField > operator()() const =0
Return diffusivity field.
declareRunTimeSelectionTable(autoPtr, motionDiffusivity, Istream,(const fvMesh &mesh, Istream &mdData),(mesh, mdData))
motionDiffusivity(const fvMesh &mesh)
Construct for the given fvMesh.