With the addition of mesh-motion to XiFoam and the new engine fvMeshMover the XiEngineFoam kivaTest simple IC engine example now runs in XiFoam and XiEngineFoam has been removed. This simplifies maintenance provides greater extensibility.
15 lines
339 B
Bash
Executable File
15 lines
339 B
Bash
Executable File
#!/bin/sh
|
|
cd ${0%/*} || exit 1 # Run from this directory
|
|
|
|
# Source tutorial run functions
|
|
. $WM_PROJECT_DIR/bin/tools/RunFunctions
|
|
|
|
# Get application name
|
|
application=$(getApplication)
|
|
|
|
runApplication kivaToFoam -file otape17
|
|
|
|
runApplication $application
|
|
|
|
#------------------------------------------------------------------------------
|