Removed unused private data members
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -55,8 +55,6 @@ Foam::RASModels::phasePressureModel::phasePressureModel
|
|||||||
propertiesName
|
propertiesName
|
||||||
),
|
),
|
||||||
|
|
||||||
phase_(phase),
|
|
||||||
|
|
||||||
alphaMax_(readScalar(coeffDict_.lookup("alphaMax"))),
|
alphaMax_(readScalar(coeffDict_.lookup("alphaMax"))),
|
||||||
preAlphaExp_(readScalar(coeffDict_.lookup("preAlphaExp"))),
|
preAlphaExp_(readScalar(coeffDict_.lookup("preAlphaExp"))),
|
||||||
expMax_(readScalar(coeffDict_.lookup("expMax"))),
|
expMax_(readScalar(coeffDict_.lookup("expMax"))),
|
||||||
|
|||||||
@ -77,11 +77,6 @@ class phasePressureModel
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
// Input Fields
|
|
||||||
|
|
||||||
const phaseModel& phase_;
|
|
||||||
|
|
||||||
|
|
||||||
// Kinetic Theory Model coefficients
|
// Kinetic Theory Model coefficients
|
||||||
|
|
||||||
//- Maximum packing phase-fraction
|
//- Maximum packing phase-fraction
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -58,8 +58,6 @@ Foam::RASModels::phasePressureModel::phasePressureModel
|
|||||||
propertiesName
|
propertiesName
|
||||||
),
|
),
|
||||||
|
|
||||||
phase_(phase),
|
|
||||||
|
|
||||||
alphaMax_(readScalar(coeffDict_.lookup("alphaMax"))),
|
alphaMax_(readScalar(coeffDict_.lookup("alphaMax"))),
|
||||||
preAlphaExp_(readScalar(coeffDict_.lookup("preAlphaExp"))),
|
preAlphaExp_(readScalar(coeffDict_.lookup("preAlphaExp"))),
|
||||||
expMax_(readScalar(coeffDict_.lookup("expMax"))),
|
expMax_(readScalar(coeffDict_.lookup("expMax"))),
|
||||||
|
|||||||
@ -81,11 +81,6 @@ class phasePressureModel
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
// Input Fields
|
|
||||||
|
|
||||||
const phaseModel& phase_;
|
|
||||||
|
|
||||||
|
|
||||||
// Kinetic Theory Model coefficients
|
// Kinetic Theory Model coefficients
|
||||||
|
|
||||||
//- Maximum packing phase-fraction
|
//- Maximum packing phase-fraction
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2013-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2013-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -34,8 +34,6 @@ Foam::cv2DControls::cv2DControls
|
|||||||
const boundBox& bb
|
const boundBox& bb
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
dict_(controlDict),
|
|
||||||
|
|
||||||
motionControl_(controlDict.subDict("motionControl")),
|
motionControl_(controlDict.subDict("motionControl")),
|
||||||
conformationControl_(controlDict.subDict("surfaceConformation")),
|
conformationControl_(controlDict.subDict("surfaceConformation")),
|
||||||
|
|
||||||
|
|||||||
@ -60,9 +60,6 @@ class cv2DControls
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
//- Description of data_
|
|
||||||
const dictionary& dict_;
|
|
||||||
|
|
||||||
const dictionary& motionControl_;
|
const dictionary& motionControl_;
|
||||||
|
|
||||||
const dictionary& conformationControl_;
|
const dictionary& conformationControl_;
|
||||||
|
|||||||
@ -779,7 +779,6 @@ Foam::backgroundMeshDecomposition::backgroundMeshDecomposition
|
|||||||
:
|
:
|
||||||
runTime_(runTime),
|
runTime_(runTime),
|
||||||
geometryToConformTo_(geometryToConformTo),
|
geometryToConformTo_(geometryToConformTo),
|
||||||
rndGen_(rndGen),
|
|
||||||
mesh_
|
mesh_
|
||||||
(
|
(
|
||||||
IOobject
|
IOobject
|
||||||
|
|||||||
@ -103,9 +103,6 @@ class backgroundMeshDecomposition
|
|||||||
//- Reference to surface
|
//- Reference to surface
|
||||||
const conformationSurfaces& geometryToConformTo_;
|
const conformationSurfaces& geometryToConformTo_;
|
||||||
|
|
||||||
//- Random number generator
|
|
||||||
Random& rndGen_;
|
|
||||||
|
|
||||||
//- Mesh stored on for this processor, specifying the domain that it
|
//- Mesh stored on for this processor, specifying the domain that it
|
||||||
// is responsible for.
|
// is responsible for.
|
||||||
fvMesh mesh_;
|
fvMesh mesh_;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -54,8 +54,6 @@ Foam::cellShapeControl::cellShapeControl
|
|||||||
(
|
(
|
||||||
foamyHexMeshControls.foamyHexMeshDict().subDict("motionControl")
|
foamyHexMeshControls.foamyHexMeshDict().subDict("motionControl")
|
||||||
),
|
),
|
||||||
runTime_(runTime),
|
|
||||||
allGeometry_(allGeometry),
|
|
||||||
geometryToConformTo_(geometryToConformTo),
|
geometryToConformTo_(geometryToConformTo),
|
||||||
defaultCellSize_(foamyHexMeshControls.defaultCellSize()),
|
defaultCellSize_(foamyHexMeshControls.defaultCellSize()),
|
||||||
minimumCellSize_(foamyHexMeshControls.minimumCellSize()),
|
minimumCellSize_(foamyHexMeshControls.minimumCellSize()),
|
||||||
|
|||||||
@ -66,10 +66,6 @@ class cellShapeControl
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
const Time& runTime_;
|
|
||||||
|
|
||||||
const searchableSurfaces& allGeometry_;
|
|
||||||
|
|
||||||
const conformationSurfaces& geometryToConformTo_;
|
const conformationSurfaces& geometryToConformTo_;
|
||||||
|
|
||||||
const scalar defaultCellSize_;
|
const scalar defaultCellSize_;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -364,8 +364,7 @@ Foam::cellShapeControlMesh::cellShapeControlMesh(const Time& runTime)
|
|||||||
runTime,
|
runTime,
|
||||||
meshSubDir
|
meshSubDir
|
||||||
),
|
),
|
||||||
runTime_(runTime),
|
runTime_(runTime)
|
||||||
defaultCellSize_(0.0)
|
|
||||||
{
|
{
|
||||||
if (this->vertexCount())
|
if (this->vertexCount())
|
||||||
{
|
{
|
||||||
|
|||||||
@ -78,8 +78,6 @@ private:
|
|||||||
|
|
||||||
mutable Cell_handle oldCellHandle_;
|
mutable Cell_handle oldCellHandle_;
|
||||||
|
|
||||||
const scalar defaultCellSize_;
|
|
||||||
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2012-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -269,7 +269,6 @@ Foam::conformationSurfaces::conformationSurfaces
|
|||||||
)
|
)
|
||||||
:
|
:
|
||||||
runTime_(runTime),
|
runTime_(runTime),
|
||||||
rndGen_(rndGen),
|
|
||||||
allGeometry_(allGeometry),
|
allGeometry_(allGeometry),
|
||||||
features_(),
|
features_(),
|
||||||
locationInMesh_(surfaceConformationDict.lookup("locationInMesh")),
|
locationInMesh_(surfaceConformationDict.lookup("locationInMesh")),
|
||||||
|
|||||||
@ -59,8 +59,6 @@ class conformationSurfaces
|
|||||||
|
|
||||||
const Time& runTime_;
|
const Time& runTime_;
|
||||||
|
|
||||||
Random& rndGen_;
|
|
||||||
|
|
||||||
//- Reference to the searchableSurfaces object holding all geometry data
|
//- Reference to the searchableSurfaces object holding all geometry data
|
||||||
const searchableSurfaces& allGeometry_;
|
const searchableSurfaces& allGeometry_;
|
||||||
|
|
||||||
|
|||||||
@ -151,7 +151,6 @@ Foam::shortEdgeFilter2D::shortEdgeFilter2D
|
|||||||
const dictionary& dict
|
const dictionary& dict
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
cv2Dmesh_(cv2Dmesh),
|
|
||||||
shortEdgeFilterFactor_(readScalar(dict.lookup("shortEdgeFilterFactor"))),
|
shortEdgeFilterFactor_(readScalar(dict.lookup("shortEdgeFilterFactor"))),
|
||||||
edgeAttachedToBoundaryFactor_
|
edgeAttachedToBoundaryFactor_
|
||||||
(
|
(
|
||||||
|
|||||||
@ -51,8 +51,6 @@ class shortEdgeFilter2D
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
const CV2D& cv2Dmesh_;
|
|
||||||
|
|
||||||
MeshedSurface<face> ms_;
|
MeshedSurface<face> ms_;
|
||||||
|
|
||||||
const scalar shortEdgeFilterFactor_;
|
const scalar shortEdgeFilterFactor_;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
========= |
|
========= |
|
||||||
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
|
||||||
\\ / O peration | Website: https://openfoam.org
|
\\ / O peration | Website: https://openfoam.org
|
||||||
\\ / A nd | Copyright (C) 2011-2018 OpenFOAM Foundation
|
\\ / A nd | Copyright (C) 2011-2019 OpenFOAM Foundation
|
||||||
\\/ M anipulation |
|
\\/ M anipulation |
|
||||||
-------------------------------------------------------------------------------
|
-------------------------------------------------------------------------------
|
||||||
License
|
License
|
||||||
@ -36,9 +36,7 @@ Foam::dimFieldDecomposer::dimFieldDecomposer
|
|||||||
const labelList& cellAddressing
|
const labelList& cellAddressing
|
||||||
)
|
)
|
||||||
:
|
:
|
||||||
completeMesh_(completeMesh),
|
|
||||||
procMesh_(procMesh),
|
procMesh_(procMesh),
|
||||||
faceAddressing_(faceAddressing),
|
|
||||||
cellAddressing_(cellAddressing)
|
cellAddressing_(cellAddressing)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
|
|||||||
@ -54,15 +54,9 @@ class dimFieldDecomposer
|
|||||||
{
|
{
|
||||||
// Private Data
|
// Private Data
|
||||||
|
|
||||||
//- Reference to complete mesh
|
|
||||||
const fvMesh& completeMesh_;
|
|
||||||
|
|
||||||
//- Reference to processor mesh
|
//- Reference to processor mesh
|
||||||
const fvMesh& procMesh_;
|
const fvMesh& procMesh_;
|
||||||
|
|
||||||
//- Reference to face addressing
|
|
||||||
const labelList& faceAddressing_;
|
|
||||||
|
|
||||||
//- Reference to cell addressing
|
//- Reference to cell addressing
|
||||||
const labelList& cellAddressing_;
|
const labelList& cellAddressing_;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user