VoFClouds: Forward mesh changes to the parcelClouds

This commit is contained in:
Will Bainbridge
2022-09-21 14:36:22 +01:00
parent 6cf099fd40
commit 3719f7d9de

View File

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