35 #ifndef motionDirectionalDiffusivity_H
36 #define motionDirectionalDiffusivity_H
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Mesh data needed to do the Finite Volume discretisation.
Abstract base class for cell-centre mesh motion diffusivity.
const fvMesh & mesh() const
Return reference to the mesh.
MotionDirectional finite volume mesh motion diffusivity.
void operator=(const motionDirectionalDiffusivity &)=delete
Disallow default bitwise assignment.
motionDirectionalDiffusivity(const fvMesh &mesh, Istream &mdData)
Construct for the given fvMesh and data Istream.
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
TypeName("motionDirectional")
Runtime type information.
virtual ~motionDirectionalDiffusivity()
Destructor.
A class for managing temporary objects.