fvPatchFields: Removed unused null-constructors

This commit is contained in:
Henry Weller
2023-05-28 16:47:09 +01:00
parent 8495fc9dc8
commit fd6ef67d9f
229 changed files with 139 additions and 2603 deletions

View File

@ -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
(

View File

@ -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
(

View File

@ -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
(

View File

@ -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
(

View File

@ -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
(

View File

@ -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
(