mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: minor code formatting
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user