From 1431ca218f98c8f9551f21c9ac079901b86810c8 Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 15 Jun 2012 14:51:32 +0100 Subject: [PATCH] STYLE: minor code formatting --- .../psiCombustionModel/psiCombustionModel.C | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/combustionModels/psiCombustionModel/psiCombustionModel.C b/src/combustionModels/psiCombustionModel/psiCombustionModel.C index 906934ab70..aaa6a7442f 100644 --- a/src/combustionModels/psiCombustionModel/psiCombustionModel.C +++ b/src/combustionModels/psiCombustionModel/psiCombustionModel.C @@ -38,7 +38,6 @@ namespace combustionModels // * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * // - Foam::combustionModels::psiCombustionModel::psiCombustionModel ( const word& modelType, @@ -49,13 +48,14 @@ Foam::combustionModels::psiCombustionModel::psiCombustionModel thermo_(psiReactionThermo::New(mesh)) {} + // * * * * * * * * * * * * * * * * Destructor * * * * * * * * * * * * * * * // Foam::combustionModels::psiCombustionModel::~psiCombustionModel() {} -// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // +// * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * * // bool Foam::combustionModels::psiCombustionModel::read() { @@ -69,10 +69,12 @@ bool Foam::combustionModels::psiCombustionModel::read() } } + Foam::tmp Foam::combustionModels::psiCombustionModel::rho() const { return thermo_->rho(); } + // ************************************************************************* //