Updated calls to foamDictionary in the tutorials to use the 'slash' entry scope syntax
This commit is contained in:
@ -37,7 +37,7 @@ setAtmosphereBC () {
|
||||
echo "Setting $_field BC on atmosphere patch to $_BC"
|
||||
|
||||
runApplication -a foamDictionary \
|
||||
-entry boundaryField.atmosphere.type \
|
||||
-entry boundaryField/atmosphere/type \
|
||||
-set "$_BC" \
|
||||
"0/$_field" > /dev/null 2>&1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user