fvModels: Added support for mesh redistribution and load-balancing

This commit is contained in:
Henry Weller
2021-12-24 15:02:30 +00:00
parent 4267bb6c37
commit 5ed8dbb463
60 changed files with 626 additions and 58 deletions

View File

@ -318,6 +318,20 @@ FOR_ALL_FIELD_TYPES
);
void Foam::fv::volumeFractionSource::updateMesh(const mapPolyMesh&)
{}
void Foam::fv::volumeFractionSource::distribute(const mapDistributePolyMesh&)
{}
bool Foam::fv::volumeFractionSource::movePoints()
{
return true;
}
bool Foam::fv::volumeFractionSource::read(const dictionary& dict)
{
if (fvModel::read(dict))