Skip to content
Snippets Groups Projects
Commit ab760b6c authored by Henry Weller's avatar Henry Weller
Browse files

tutorials/multiphase/reactingTwoPhaseEulerFoam/RAS/wallBoiling.*: Correct q entry

Patch contributed by Mattijs Janssens
parent 6534b587
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ runApplication $application
if ! isTest $@
then
foamDictionary system/controlDict -entry endTime -set 5
foamDictionary 2/T.liquid -entry boundaryField.wall2.q -set 1e5
foamDictionary 2/T.liquid -entry boundaryField.wall2.q -set 'uniform 1e5'
runApplication -a $application
fi
......
......@@ -12,7 +12,7 @@ runApplication $application
if ! isTest $@
then
foamDictionary system/controlDict -entry endTime -set 5
foamDictionary 2/T.liquid -entry boundaryField.wall2.q -set 1e5
foamDictionary 2/T.liquid -entry boundaryField.wall2.q -set 'uniform 1e5'
runApplication -a $application
fi
......
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