fvPatchFields: Removed unused null-constructors
This commit is contained in:
@ -562,38 +562,6 @@ alphatWallBoilingWallFunctionFvPatchScalarField::getTemperaturePatchField
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField::
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField
|
||||
(
|
||||
const fvPatch& p,
|
||||
const DimensionedField<scalar, volMesh>& iF
|
||||
)
|
||||
:
|
||||
fixedValueFvPatchScalarField(p, iF),
|
||||
alphatPhaseChangeWallFunctionBase(),
|
||||
|
||||
phaseType_(liquidPhase),
|
||||
useLiquidTemperatureWallFunction_(true),
|
||||
tolerance_(rootSmall),
|
||||
|
||||
Prt_(0.85),
|
||||
tau_(0.8),
|
||||
|
||||
partitioningModel_(nullptr),
|
||||
nucleationSiteModel_(nullptr),
|
||||
departureDiameterModel_(nullptr),
|
||||
departureFrequencyModel_(nullptr),
|
||||
|
||||
wetFraction_(p.size(), 0),
|
||||
dDeparture_(p.size(), 1e-5),
|
||||
fDeparture_(p.size(), 0),
|
||||
nucleationSiteDensity_(p.size(), 0),
|
||||
qQuenching_(p.size(), 0),
|
||||
qEvaporative_(p.size(), 0),
|
||||
dmdtf_(p.size(), 0)
|
||||
{}
|
||||
|
||||
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField::
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField
|
||||
(
|
||||
|
||||
@ -301,13 +301,6 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct from patch and internal field
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField
|
||||
(
|
||||
const fvPatch&,
|
||||
const DimensionedField<scalar, volMesh>&
|
||||
);
|
||||
|
||||
//- Construct from patch, internal field and dictionary
|
||||
alphatWallBoilingWallFunctionFvPatchScalarField
|
||||
(
|
||||
|
||||
@ -172,17 +172,6 @@ void Foam::coupledMultiphaseTemperatureFvPatchScalarField::getNbr
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::coupledMultiphaseTemperatureFvPatchScalarField::
|
||||
coupledMultiphaseTemperatureFvPatchScalarField
|
||||
(
|
||||
const fvPatch& p,
|
||||
const DimensionedField<scalar, volMesh>& iF
|
||||
)
|
||||
:
|
||||
coupledTemperatureFvPatchScalarField(p, iF)
|
||||
{}
|
||||
|
||||
|
||||
Foam::coupledMultiphaseTemperatureFvPatchScalarField::
|
||||
coupledMultiphaseTemperatureFvPatchScalarField
|
||||
(
|
||||
|
||||
@ -97,13 +97,6 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct from patch and internal field
|
||||
coupledMultiphaseTemperatureFvPatchScalarField
|
||||
(
|
||||
const fvPatch&,
|
||||
const DimensionedField<scalar, volMesh>&
|
||||
);
|
||||
|
||||
//- Construct from patch, internal field and dictionary
|
||||
coupledMultiphaseTemperatureFvPatchScalarField
|
||||
(
|
||||
|
||||
@ -30,19 +30,6 @@ License
|
||||
|
||||
// * * * * * * * * * * * * * * * * Constructors * * * * * * * * * * * * * * //
|
||||
|
||||
Foam::uniformFixedMultiphaseHeatFluxFvPatchScalarField::
|
||||
uniformFixedMultiphaseHeatFluxFvPatchScalarField
|
||||
(
|
||||
const fvPatch& p,
|
||||
const DimensionedField<scalar, volMesh>& iF
|
||||
)
|
||||
:
|
||||
mixedFvPatchScalarField(p, iF),
|
||||
q_(nullptr),
|
||||
relax_(1)
|
||||
{}
|
||||
|
||||
|
||||
Foam::uniformFixedMultiphaseHeatFluxFvPatchScalarField::
|
||||
uniformFixedMultiphaseHeatFluxFvPatchScalarField
|
||||
(
|
||||
|
||||
@ -91,13 +91,6 @@ public:
|
||||
|
||||
// Constructors
|
||||
|
||||
//- Construct from patch and internal field
|
||||
uniformFixedMultiphaseHeatFluxFvPatchScalarField
|
||||
(
|
||||
const fvPatch&,
|
||||
const DimensionedField<scalar, volMesh>&
|
||||
);
|
||||
|
||||
//- Construct from patch, internal field and dictionary
|
||||
uniformFixedMultiphaseHeatFluxFvPatchScalarField
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user