STYLE: minor code formatting

This commit is contained in:
andy
2012-06-15 14:51:32 +01:00
parent da4993fe62
commit 1431ca218f

View File

@ -38,7 +38,6 @@ namespace combustionModels
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
Foam::combustionModels::psiCombustionModel::psiCombustionModel Foam::combustionModels::psiCombustionModel::psiCombustionModel
( (
const word& modelType, const word& modelType,
@ -49,13 +48,14 @@ Foam::combustionModels::psiCombustionModel::psiCombustionModel
thermo_(psiReactionThermo::New(mesh)) thermo_(psiReactionThermo::New(mesh))
{} {}
// * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * //
Foam::combustionModels::psiCombustionModel::~psiCombustionModel() Foam::combustionModels::psiCombustionModel::~psiCombustionModel()
{} {}
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * //
bool Foam::combustionModels::psiCombustionModel::read() bool Foam::combustionModels::psiCombustionModel::read()
{ {
@ -69,10 +69,12 @@ bool Foam::combustionModels::psiCombustionModel::read()
} }
} }
Foam::tmp<Foam::volScalarField> Foam::tmp<Foam::volScalarField>
Foam::combustionModels::psiCombustionModel::rho() const Foam::combustionModels::psiCombustionModel::rho() const
{ {
return thermo_->rho(); return thermo_->rho();
} }
// ************************************************************************* // // ************************************************************************* //