systemDict: Added support for system as the default directory for the -dict option
With this change both
blockMesh -dict fineBlockMeshDict
blockMesh -dict system/fineBlockMeshDict
are supported, if the system/ path is not specified it is assumed
This commit is contained in:
@ -14,7 +14,7 @@ runApplication -s 1 topoSet
|
||||
runApplication subsetMesh -overwrite c0 -patch floatingObject -noFields
|
||||
|
||||
runApplication -s selectBottom \
|
||||
topoSet -dict system/topoSetDict-selectBottom
|
||||
topoSet -dict topoSetDict-selectBottom
|
||||
|
||||
runApplication createPatch -overwrite
|
||||
|
||||
|
||||
Reference in New Issue
Block a user