mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -23,7 +23,7 @@ runApplication extrudeToRegionMesh -dict system/extrudeToRegionMeshDictPyr -over
|
||||
|
||||
# change samplePatch in the boundary to coupled patch betwee region0 and
|
||||
# pyrolysis
|
||||
runApplication foamDictionary constant/filmRegion/polyMesh/boundary \
|
||||
foamDictionary constant/filmRegion/polyMesh/boundary \
|
||||
-entry entry0.region0_to_filmRegion_coupledWall.samplePatch \
|
||||
-set region0_to_pyrolysisRegion_coupledWall
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ cd ${0%/*} || exit 1 # Run from this directory
|
||||
|
||||
runApplication foamSetupCHT
|
||||
|
||||
runApplication foamDictionary -disableFunctionEntries \
|
||||
foamDictionary -disableFunctionEntries \
|
||||
-entry internalField -set "uniform 348" 0/solid/T
|
||||
|
||||
runApplication decomposePar -allRegions -dict system/decomposeParDict
|
||||
|
||||
Reference in New Issue
Block a user