renumberMesh: Added -noFields option to avoid renumbering the fields when not necessary

This commit is contained in:
Henry Weller
2018-02-18 21:34:11 +00:00
parent 2761c69e0e
commit c7a5f740d8
3 changed files with 25 additions and 20 deletions

View File

@ -18,7 +18,7 @@ runApplication topoSet -dict system/createInletOutletSets.topoSetDict
# Create the inlet/outlet and AMI patches
runApplication createPatch -overwrite
runApplication renumberMesh -overwrite
runApplication renumberMesh -noFields -overwrite
# Test by running moveDynamicMes
#runApplication moveDynamicMesh -checkAMI

View File

@ -17,7 +17,7 @@ runApplication topoSet -dict system/createInletOutletSets.topoSetDict
# Create the inlet/outlet and AMI patches
runApplication createPatch -overwrite
runApplication renumberMesh -overwrite
runApplication renumberMesh -noFields -overwrite
# Test by running moveDynamicMesh
#runApplication moveDynamicMesh -checkAMI