Skip to content
Snippets Groups Projects
Commit 1431ca21 authored by andy's avatar andy
Browse files

STYLE: minor code formatting

parent da4993fe
Branches
Tags
No related merge requests found
...@@ -38,7 +38,6 @@ namespace combustionModels ...@@ -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 ...@@ -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() ...@@ -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();
} }
// ************************************************************************* // // ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment