Added loadBalance switch to refining immersed boundary tutorials

This commit is contained in:
Hrvoje Jasak 2018-11-01 14:26:19 +00:00
parent ce296a9354
commit 430adf4ce3
2 changed files with 6 additions and 0 deletions

View file

@ -80,6 +80,9 @@ immersedBoundaryDynamicRefineSolidBodyMotionFvMeshCoeffs
// Whether to use edge based consistency check. Needed when one allows more
// than 2 refinement levels (automatically switched on)
edgeBasedConsistency true;
// Activate load balance
loadBalance yes;
}

View file

@ -80,6 +80,9 @@ immersedBoundaryDynamicRefineSolidBodyMotionFvMeshCoeffs
// Whether to use edge based consistency check. Needed when one allows more
// than 2 refinement levels (automatically switched on)
edgeBasedConsistency true;
// Activate load balance
loadBalance yes;
}