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