Go to the documentation of this file.
37 #ifndef motionDiffusivity_H
38 #define motionDiffusivity_H
TypeName("motionDiffusivity")
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
virtual ~motionDiffusivity()
const fvMesh & mesh() const
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)
Mesh data needed to do the Finite Volume discretisation.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
virtual tmp< surfaceScalarField > operator()() const =0
declareRunTimeSelectionTable(autoPtr, motionDiffusivity, Istream,(const fvMesh &mesh, Istream &mdData),(mesh, mdData))
motionDiffusivity(const fvMesh &mesh)