36 #ifndef quadraticDiffusivity_H
37 #define quadraticDiffusivity_H
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
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.
Mesh motion diffusivity manipulator which returns the sqr of the given diffusivity.
void operator=(const quadraticDiffusivity &)=delete
Disallow default bitwise assignment.
virtual void correct()
Correct the motion diffusivity.
TypeName("quadratic")
Runtime type information.
quadraticDiffusivity(const fvMesh &mesh, Istream &mdData)
Construct for the given fvMesh and data Istream.
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
virtual ~quadraticDiffusivity()
Destructor.
A class for managing temporary objects.