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:
@ -6,6 +6,6 @@ cd ${0%/*} || exit 1 # run from this directory
|
||||
|
||||
runApplication blockMesh
|
||||
runApplication snappyHexMesh -overwrite
|
||||
runApplication buoyantBoussinesqSimpleFoam
|
||||
runApplication `getApplication`
|
||||
|
||||
# ----------------------------------------------------------------- end-of-file
|
||||
|
||||
@ -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
|
||||
|
||||
@ -28,7 +28,7 @@ done
|
||||
|
||||
|
||||
#-- Run on single processor
|
||||
runApplication chtMultiRegionSimpleFoam
|
||||
runApplication `getApplication`
|
||||
|
||||
## Decompose
|
||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||
@ -37,7 +37,7 @@ runApplication chtMultiRegionSimpleFoam
|
||||
#done
|
||||
#
|
||||
## Run
|
||||
#runParallel chtMultiRegionSimpleFoam 4
|
||||
#runParallel `getApplication` 4
|
||||
#
|
||||
## Reconstruct
|
||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||
|
||||
@ -40,7 +40,7 @@ done
|
||||
|
||||
|
||||
#-- Run on single processor
|
||||
runApplication chtMultiRegionSimpleFoam
|
||||
runApplication `getApplication`
|
||||
|
||||
## Decompose
|
||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||
@ -49,7 +49,7 @@ runApplication chtMultiRegionSimpleFoam
|
||||
#done
|
||||
#
|
||||
## Run
|
||||
#runParallel chtMultiRegionSimpleFoam 4
|
||||
#runParallel `getApplication` 4
|
||||
#
|
||||
## Reconstruct
|
||||
#for i in bottomAir topAir heater leftSolid rightSolid
|
||||
|
||||
Reference in New Issue
Block a user