Reorder constructors
This commit is contained in:
parent
76d57ed7fd
commit
e7fff4e89c
1 changed files with 18 additions and 18 deletions
|
@ -53,24 +53,6 @@ inletOutletTotalTemperatureFvPatchScalarField
|
|||
}
|
||||
|
||||
|
||||
Foam::inletOutletTotalTemperatureFvPatchScalarField::
|
||||
inletOutletTotalTemperatureFvPatchScalarField
|
||||
(
|
||||
const inletOutletTotalTemperatureFvPatchScalarField& ptf,
|
||||
const fvPatch& p,
|
||||
const DimensionedField<scalar, volMesh>& iF,
|
||||
const fvPatchFieldMapper& mapper
|
||||
)
|
||||
:
|
||||
mixedFvPatchScalarField(ptf, p, iF, mapper),
|
||||
UName_(ptf.UName_),
|
||||
phiName_(ptf.phiName_),
|
||||
psiName_(ptf.psiName_),
|
||||
gamma_(ptf.gamma_),
|
||||
T0_(ptf.T0_, mapper)
|
||||
{}
|
||||
|
||||
|
||||
Foam::inletOutletTotalTemperatureFvPatchScalarField::
|
||||
inletOutletTotalTemperatureFvPatchScalarField
|
||||
(
|
||||
|
@ -104,6 +86,24 @@ inletOutletTotalTemperatureFvPatchScalarField
|
|||
}
|
||||
|
||||
|
||||
Foam::inletOutletTotalTemperatureFvPatchScalarField::
|
||||
inletOutletTotalTemperatureFvPatchScalarField
|
||||
(
|
||||
const inletOutletTotalTemperatureFvPatchScalarField& ptf,
|
||||
const fvPatch& p,
|
||||
const DimensionedField<scalar, volMesh>& iF,
|
||||
const fvPatchFieldMapper& mapper
|
||||
)
|
||||
:
|
||||
mixedFvPatchScalarField(ptf, p, iF, mapper),
|
||||
UName_(ptf.UName_),
|
||||
phiName_(ptf.phiName_),
|
||||
psiName_(ptf.psiName_),
|
||||
gamma_(ptf.gamma_),
|
||||
T0_(ptf.T0_, mapper)
|
||||
{}
|
||||
|
||||
|
||||
Foam::inletOutletTotalTemperatureFvPatchScalarField::
|
||||
inletOutletTotalTemperatureFvPatchScalarField
|
||||
(
|
||||
|
|
Reference in a new issue