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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user