Go to the documentation of this file.
56 const word modelType(is);
58 Info<<
"Selecting motion diffusion: " << modelType <<
endl;
60 auto* ctorPtr = IstreamConstructorTable(modelType);
69 *IstreamConstructorTablePtr_
A class for handling words, derived from Foam::string.
Abstract base class for cell-centre mesh motion diffusivity.
defineRunTimeSelectionTable(reactionRateFlameArea, dictionary)
Ostream & endl(Ostream &os)
virtual ~motionDiffusivity()
const fvMesh & mesh() const
#define FatalIOErrorInLookup(ios, lookupTag, lookupName, lookupTable)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
static autoPtr< motionDiffusivity > New(const fvMesh &mesh, Istream &mdData)
Mesh data needed to do the Finite Volume discretisation.
errorManipArg< error, int > exit(error &err, const int errNo=1)
motionDiffusivity(const fvMesh &mesh)
defineTypeNameAndDebug(combustionModel, 0)