Go to the documentation of this file.
41 exponentialDiffusivity,
49 Foam::exponentialDiffusivity::exponentialDiffusivity
56 alpha_(readScalar(mdData)),
72 return exp(-alpha_/basicDiffusivityPtr_->operator()());
78 basicDiffusivityPtr_->correct();
addToRunTimeSelectionTable(decompositionMethod, kahipDecomp, dictionary)
virtual ~exponentialDiffusivity()
A class for managing temporary objects.
Abstract base class for cell-centre mesh motion diffusivity.
dimensionedScalar exp(const dimensionedScalar &ds)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
Macros for easy insertion into run-time selection tables.
Mesh data needed to do the Finite Volume discretisation.
tmp< DimensionedField< TypeR, GeoMesh > > New(const tmp< DimensionedField< TypeR, GeoMesh >> &tdf1, const word &name, const dimensionSet &dimensions)
virtual tmp< surfaceScalarField > operator()() const
defineTypeNameAndDebug(combustionModel, 0)