VoFClouds: Forward mesh changes to the parcelClouds
This commit is contained in:
@ -162,12 +162,16 @@ void Foam::fv::VoFClouds::preUpdateMesh()
|
||||
}
|
||||
|
||||
|
||||
void Foam::fv::VoFClouds::topoChange(const polyTopoChangeMap&)
|
||||
{}
|
||||
void Foam::fv::VoFClouds::topoChange(const polyTopoChangeMap& map)
|
||||
{
|
||||
clouds_.topoChange(map);
|
||||
}
|
||||
|
||||
|
||||
void Foam::fv::VoFClouds::mapMesh(const polyMeshMap& map)
|
||||
{}
|
||||
{
|
||||
clouds_.mapMesh(map);
|
||||
}
|
||||
|
||||
|
||||
void Foam::fv::VoFClouds::distribute(const polyDistributionMap& map)
|
||||
|
||||
Reference in New Issue
Block a user