Go to the documentation of this file.
39 exponentialDiffusivity,
70 return exp(-alpha_/basicDiffusivityPtr_->operator()());
76 basicDiffusivityPtr_->correct();
virtual ~exponentialDiffusivity()
Destructor.
autoPtr< BasicCompressibleTurbulenceModel > New(const volScalarField &rho, const volVectorField &U, const surfaceScalarField &phi, const typename BasicCompressibleTurbulenceModel::transportModel &transport, const word &propertiesName)
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
dimensionedScalar exp(const dimensionedScalar &ds)
exponentialDiffusivity(const exponentialDiffusivity &)
Disallow default bitwise copy construct.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
virtual void correct()
Correct the motion diffusivity.
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
virtual tmp< surfaceScalarField > operator()() const
Return diffusivity field.
defineTypeNameAndDebug(combustionModel, 0)