Go to the documentation of this file.
38 return turbulencePtr_->phi();
43 <<
"turbulencePtr_ is empty. Please use "
44 <<
"combustionModel::setTurbulence "
45 <<
"(compressibleTurbulenceModel&)"
48 return turbulencePtr_->phi();
58 return *turbulencePtr_;
63 <<
"turbulencePtr_ is empty. Please use "
64 <<
"combustionModel::setTurbulence "
65 <<
"(compressibleTurbulenceModel& )"
68 return *turbulencePtr_;
84 turbulencePtr_ = &turbModel;
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
A class for managing temporary objects.
const fvMesh & mesh_
Reference to the mesh database.
const fvMesh & mesh() const
Return const access to the mesh database.
const compressibleTurbulenceModel & turbulence() const
Return access to turbulence.
const dictionary & coeffs() const
Return const dictionary of the model.
const Switch & active() const
Is combustion active?
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh data needed to do the Finite Volume discretisation.
errorManip< error > abort(error &err)
#define FatalErrorInFunction
Report an error message using Foam::FatalError.
void setTurbulence(compressibleTurbulenceModel &turbModel)
Set turbulence.
tmp< surfaceScalarField > phi() const
Return const access to phi.
Abstract base class for turbulence models (RAS, LES and laminar).