diff --git a/src/combustionModels/singleStepCombustion/singleStepCombustion.C b/src/combustionModels/singleStepCombustion/singleStepCombustion.C index aab73f7abf..fcbf4249d9 100644 --- a/src/combustionModels/singleStepCombustion/singleStepCombustion.C +++ b/src/combustionModels/singleStepCombustion/singleStepCombustion.C @@ -92,8 +92,7 @@ singleStepCombustion::~singleStepCombustion() // * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // template -Foam::tmp -singleStepCombustion::R +tmp singleStepCombustion::R ( const volScalarField& Y ) const @@ -110,8 +109,8 @@ singleStepCombustion::R template -Foam::tmp -singleStepCombustion< CombThermoType, ThermoType>::Sh() const +tmp +singleStepCombustion::Sh() const { const label fuelI = singleMixturePtr_->fuelIndex(); const volScalarField& YFuel = this->thermoPtr_->composition().Y(fuelI); @@ -121,8 +120,8 @@ singleStepCombustion< CombThermoType, ThermoType>::Sh() const template -Foam::tmp -singleStepCombustion< CombThermoType, ThermoType>::dQ() const +tmp +singleStepCombustion::dQ() const { tmp tdQ ( @@ -153,7 +152,7 @@ singleStepCombustion< CombThermoType, ThermoType>::dQ() const template -bool singleStepCombustion< CombThermoType, ThermoType>::read() +bool singleStepCombustion::read() { if (CombThermoType::read()) {