mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: exact: use parallel decomposition method
This commit is contained in:
@ -67,8 +67,9 @@ Foam::patchDistMethods::exact::patchSurface() const
|
||||
"distributionType",
|
||||
distributedTriSurfaceMesh::distributionTypeNames_
|
||||
[
|
||||
//distributedTriSurfaceMesh::FOLLOW
|
||||
distributedTriSurfaceMesh::INDEPENDENT
|
||||
//distributedTriSurfaceMesh::FOLLOW // use mesh bb
|
||||
//distributedTriSurfaceMesh::INDEPENDENT // master-only
|
||||
distributedTriSurfaceMesh::DISTRIBUTED // parallel decomp
|
||||
]
|
||||
);
|
||||
dict.add("mergeDistance", 1e-6*localBb.mag());
|
||||
|
||||
Reference in New Issue
Block a user