polyDistributionMap: renamed from polyMeshDistributionMap for consistency with polyTopoChangeMap
This commit is contained in:
@ -166,7 +166,7 @@ void Foam::fv::VoFClouds::updateMesh(const polyTopoChangeMap&)
|
||||
{}
|
||||
|
||||
|
||||
void Foam::fv::VoFClouds::distribute(const polyMeshDistributionMap& map)
|
||||
void Foam::fv::VoFClouds::distribute(const polyDistributionMap& map)
|
||||
{
|
||||
clouds_.distribute(map);
|
||||
}
|
||||
|
||||
@ -152,7 +152,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -233,7 +233,7 @@ void Foam::fv::VoFSolidificationMeltingSource::updateMesh
|
||||
|
||||
void Foam::fv::VoFSolidificationMeltingSource::distribute
|
||||
(
|
||||
const polyMeshDistributionMap& map
|
||||
const polyDistributionMap& map
|
||||
)
|
||||
{
|
||||
set_.distribute(map);
|
||||
|
||||
@ -194,7 +194,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -159,7 +159,7 @@ void Foam::fv::VoFSurfaceFilm::updateMesh(const polyTopoChangeMap&)
|
||||
}
|
||||
|
||||
|
||||
void Foam::fv::VoFSurfaceFilm::distribute(const polyMeshDistributionMap&)
|
||||
void Foam::fv::VoFSurfaceFilm::distribute(const polyDistributionMap&)
|
||||
{
|
||||
NotImplemented;
|
||||
}
|
||||
|
||||
@ -139,7 +139,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -211,7 +211,7 @@ void Foam::fv::VoFTurbulenceDamping::updateMesh(const polyTopoChangeMap&)
|
||||
{}
|
||||
|
||||
|
||||
void Foam::fv::VoFTurbulenceDamping::distribute(const polyMeshDistributionMap&)
|
||||
void Foam::fv::VoFTurbulenceDamping::distribute(const polyDistributionMap&)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -178,7 +178,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -206,7 +206,7 @@ void Foam::fv::VoFTurbulenceDamping::updateMesh(const polyTopoChangeMap&)
|
||||
{}
|
||||
|
||||
|
||||
void Foam::fv::VoFTurbulenceDamping::distribute(const polyMeshDistributionMap&)
|
||||
void Foam::fv::VoFTurbulenceDamping::distribute(const polyDistributionMap&)
|
||||
{}
|
||||
|
||||
|
||||
|
||||
@ -177,7 +177,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -310,7 +310,7 @@ void Foam::fv::interfaceTurbulenceDamping::updateMesh(const polyTopoChangeMap&)
|
||||
|
||||
void Foam::fv::interfaceTurbulenceDamping::distribute
|
||||
(
|
||||
const polyMeshDistributionMap&
|
||||
const polyDistributionMap&
|
||||
)
|
||||
{}
|
||||
|
||||
|
||||
@ -198,7 +198,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
@ -244,7 +244,7 @@ void Foam::fv::phaseTurbulenceStabilisation::updateMesh
|
||||
|
||||
void Foam::fv::phaseTurbulenceStabilisation::distribute
|
||||
(
|
||||
const polyMeshDistributionMap&
|
||||
const polyDistributionMap&
|
||||
)
|
||||
{}
|
||||
|
||||
|
||||
@ -168,7 +168,7 @@ public:
|
||||
virtual void updateMesh(const polyTopoChangeMap&);
|
||||
|
||||
//- Update mesh corresponding to the given distribution map
|
||||
virtual void distribute(const polyMeshDistributionMap&);
|
||||
virtual void distribute(const polyDistributionMap&);
|
||||
|
||||
//- Update for mesh motion
|
||||
virtual bool movePoints();
|
||||
|
||||
Reference in New Issue
Block a user