Go to the documentation of this file.
36 #ifndef exponentialDiffusivity_H
37 #define exponentialDiffusivity_H
virtual ~exponentialDiffusivity()
Destructor.
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
const fvMesh & mesh() const
Return reference to the mesh.
exponentialDiffusivity(const exponentialDiffusivity &)
Disallow default bitwise copy construct.
void operator=(const exponentialDiffusivity &)
Disallow default bitwise assignment.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual void correct()
Correct the motion diffusivity.
Mesh motion diffusivity maipulator which returns the exp(-alpha/D) of the given diffusivity D.
autoPtr< motionDiffusivity > basicDiffusivityPtr_
Mesh data needed to do the Finite Volume discretisation.
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.
TypeName("exponential")
Runtime type information.