mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: distributedTriSurfaceMesh: auto-decomposition; inside/outside support
This commit is contained in:
@ -19,7 +19,8 @@ runApplication $decompDict decomposePar
|
||||
if foamDictionary -entry geometry -value system/snappyHexMeshDict | \
|
||||
grep -q distributedTriSurfaceMesh
|
||||
then
|
||||
runParallel $decompDict surfaceRedistributePar motorBike.obj independent
|
||||
echo "surfaceRedistributePar does not need to be run anymore"
|
||||
echo " - distributedTriSurfaceMesh will do on-the-fly redistribution"
|
||||
fi
|
||||
|
||||
runParallel $decompDict snappyHexMesh -overwrite
|
||||
|
||||
Reference in New Issue
Block a user