Go to the documentation of this file.
35 #ifndef fileDiffusivity_H
36 #define fileDiffusivity_H
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
TypeName("file")
Runtime type information.
void operator=(const fileDiffusivity &)
Disallow default bitwise assignment.
const fvMesh & mesh() const
Return reference to the mesh.
virtual void correct()
Do not correct the motion diffusivity.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
fileDiffusivity(const fileDiffusivity &)
Disallow default bitwise copy construct.
virtual ~fileDiffusivity()
Destructor.
Mesh data needed to do the Finite Volume discretisation.
surfaceScalarField faceDiffusivity_
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
Generic GeometricField class.
Motion diffusivity read from given file name.