STY: Function names and arguments order

This commit is contained in:
sergio
2021-12-13 14:59:47 -08:00
committed by Andrew Heather
parent e5b64f7740
commit cd2e69923e
15 changed files with 53 additions and 60 deletions

View File

@ -205,10 +205,10 @@ public:
) const;
//- Heat capacity using pressure and temperature
virtual tmp<scalarField> CpThermo
virtual tmp<scalarField> Cp
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{
@ -230,8 +230,8 @@ public:
//- Density from pressure and temperature
virtual tmp<scalarField> rhoEoS
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{

View File

@ -319,10 +319,10 @@ public:
) const;
//- Heat capacity using pressure and temperature
virtual tmp<scalarField> CpThermo
virtual tmp<scalarField> Cp
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{
@ -344,8 +344,8 @@ public:
//- Density from pressure and temperature
virtual tmp<scalarField> rhoEoS
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{

View File

@ -174,10 +174,10 @@ public:
) const;
//- Heat capacity using pressure and temperature
virtual tmp<scalarField> CpThermo
virtual tmp<scalarField> Cp
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{
@ -199,8 +199,8 @@ public:
//- Density from pressure and temperature
virtual tmp<scalarField> rhoEoS
(
const scalarField& T,
const scalarField& p,
const scalarField& T,
const labelList& cells
) const
{