mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
renumberMesh: Added -noFields option to avoid renumbering the fields when not necessary
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Reference in New Issue
Block a user