Skip to content
Snippets Groups Projects
Commit a3ff45d5 authored by Prashant Sonakar's avatar Prashant Sonakar
Browse files

Use subDict for changeDictionary, Fixes #409

parent 3deb5f4d
No related merge requests found
......@@ -21,7 +21,7 @@ done
for i in air solid floor
do
changeDictionary -region $i > log.changeDictionary.$i 2>&1
runApplication -s $i changeDictionary -region $i -subDict dictionaryReplacement
done
# -----------------------------------------------------------------------------
......@@ -15,8 +15,7 @@ runApplication splitMeshRegions -cellZones -overwrite
for i in bottomAir topAir heater leftSolid rightSolid
do
runApplication changeDictionary -region $i
mv log.changeDictionary log.changeDictionary.$i 2>&1
runApplication -s $i changeDictionary -region $i -subDict dictionaryReplacement
done
runApplication decomposePar -allRegions
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment