36 #ifndef exponentialDiffusivity_H 37 #define exponentialDiffusivity_H TypeName("exponential")
Runtime type information.
virtual void correct()
Correct the motion diffusivity.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
void operator=(const exponentialDiffusivity &)=delete
Disallow default bitwise assignment.
exponentialDiffusivity(const fvMesh &mesh, Istream &mdData)
Construct for the given fvMesh and data Istream.
Abstract base class for cell-centre mesh motion diffusivity.
const fvMesh & mesh() const
Return reference to the mesh.
Mesh data needed to do the Finite Volume discretisation.
Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D...
virtual ~exponentialDiffusivity()
Destructor.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
A class for managing temporary objects.