Skip to content
Snippets Groups Projects
Commit e9bce5c3 authored by Andrew Heather's avatar Andrew Heather
Browse files

Merge branch 'Fix_GL_409' into 'master'

Use subDict for changeDictionary, Fixes #409

Closes #409

See merge request !95
parents 3deb5f4d a3ff45d5
Branches
Tags
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