35 #ifndef inverseVolumeDiffusivity_H
36 #define inverseVolumeDiffusivity_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.
Inverse cell-volume motion diffusivity.
void operator=(const inverseVolumeDiffusivity &)=delete
Disallow default bitwise assignment.
TypeName("inverseVolume")
Runtime type information.
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
inverseVolumeDiffusivity(const fvMesh &mesh, Istream &mdData)
Construct for the given fvMesh and data Istream.
virtual ~inverseVolumeDiffusivity()
Destructor.
Abstract base class for cell-centre mesh motion diffusivity.
const fvMesh & mesh() const
Return reference to the mesh.
A class for managing temporary objects.