tutorials: Removed runApplication from foamDictionary calls

runApplication isn't needed for foamDictionary as it doesn't log
anything of consequence. Using runApplication leads to false unconfirmed
completion warnings in the test loop as foamDictionary does not generate
an end statement.
This commit is contained in:
Will Bainbridge
2018-05-31 21:59:42 +01:00
parent 8744280932
commit 1c62b8f488
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ runApplication extrudeToRegionMesh -dict system/extrudeToRegionMeshDictPyr -over
# change samplePatch in the boundary to coupled patch betwee region0 and # change samplePatch in the boundary to coupled patch betwee region0 and
# pyrolysis # pyrolysis
runApplication foamDictionary constant/filmRegion/polyMesh/boundary \ foamDictionary constant/filmRegion/polyMesh/boundary \
-entry entry0.region0_to_filmRegion_coupledWall.samplePatch \ -entry entry0.region0_to_filmRegion_coupledWall.samplePatch \
-set region0_to_pyrolysisRegion_coupledWall -set region0_to_pyrolysisRegion_coupledWall

View File

@ -8,7 +8,7 @@ cd ${0%/*} || exit 1 # Run from this directory
runApplication foamSetupCHT runApplication foamSetupCHT
runApplication foamDictionary -disableFunctionEntries \ foamDictionary -disableFunctionEntries \
-entry internalField -set "uniform 348" 0/solid/T -entry internalField -set "uniform 348" 0/solid/T
runApplication decomposePar -allRegions -dict system/decomposeParDict runApplication decomposePar -allRegions -dict system/decomposeParDict