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