mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials: use getApplication rather than hard-coded application name
This commit is contained in:
@ -28,7 +28,7 @@ done
|
||||
|
||||
|
||||
#-- Run on single processor
|
||||
#runApplication chtMultiRegionFoam
|
||||
#runApplication `getApplication`
|
||||
|
||||
# Decompose
|
||||
for i in bottomAir topAir heater leftSolid rightSolid
|
||||
@ -37,7 +37,7 @@ do
|
||||
done
|
||||
|
||||
# Run
|
||||
runParallel chtMultiRegionFoam 4
|
||||
runParallel `getApplication` 4
|
||||
|
||||
# Reconstruct
|
||||
for i in bottomAir topAir heater leftSolid rightSolid
|
||||
|
||||
@ -37,7 +37,7 @@ do
|
||||
done
|
||||
|
||||
# Run
|
||||
runParallel chtMultiRegionFoam 4
|
||||
runParallel `getApplication` 4
|
||||
|
||||
# Reconstruct
|
||||
for i in bottomWater topAir heater leftSolid rightSolid
|
||||
|
||||
@ -30,7 +30,7 @@ done
|
||||
|
||||
|
||||
#-- Run on single processor
|
||||
runApplication chtMultiRegionFoam
|
||||
runApplication `getApplication`
|
||||
|
||||
|
||||
## Decompose
|
||||
@ -40,7 +40,7 @@ runApplication chtMultiRegionFoam
|
||||
#done
|
||||
#
|
||||
## Run
|
||||
#runParallel chtMultiRegionFoam 4
|
||||
#runParallel `getApplication` 4
|
||||
#
|
||||
## Reconstruct
|
||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||
|
||||
Reference in New Issue
Block a user