37#ifndef ThermoCombustion_H
38#define ThermoCombustion_H
52template<
class ReactionThermo>
55 public CombustionModel<ReactionThermo>
60 ThermoCombustion(
const ThermoCombustion&) =
delete;
63 void operator=(
const ThermoCombustion&) =
delete;
81 const word& modelType,
94 virtual ReactionThermo&
thermo();
97 virtual const ReactionThermo&
thermo()
const;
compressible::turbulenceModel & turb
ReactionThermo & thermo_
Thermo.
virtual ReactionThermo & thermo()
Return access to the thermo package.
virtual ~ThermoCombustion()
Destructor.
Abstract base class for turbulence models (RAS, LES and laminar).
A class for handling words, derived from Foam::string.