Merge branch 'nextRelease' of ssh://git.code.sf.net/p/foam-extend/foam-extend-4.0 into nextRelease
This commit is contained in:
commit
76db42b9ac
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