Added loadBalance switch to refining immersed boundary tutorials
This commit is contained in:
parent
ce296a9354
commit
430adf4ce3
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Reference in a new issue