35 #ifndef fileDiffusivity_H
36 #define fileDiffusivity_H
Generic GeometricField class.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Motion diffusivity read from given file name.
virtual ~fileDiffusivity()
Destructor.
surfaceScalarField faceDiffusivity_
fileDiffusivity(const fvMesh &mesh, Istream &mdData)
Construct for the given fvMesh and data Istream.
void operator=(const fileDiffusivity &)=delete
Disallow default bitwise assignment.
virtual void correct()
Do not correct the motion diffusivity.
TypeName("file")
Runtime type information.
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
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.
A class for managing temporary objects.