diff --git a/applications/test/volField/README.txt b/applications/test/volField/README.txt index 03890d5401..ec658d319a 100644 --- a/applications/test/volField/README.txt +++ b/applications/test/volField/README.txt @@ -1 +1,2 @@ -Test field reading and manipulation. Run on cavity subdirectory. +Test field reading and manipulation. +See cavity/Allrun in the subdirectory. diff --git a/applications/test/volField/cavity/Allrun b/applications/test/volField/cavity/Allrun new file mode 100755 index 0000000000..68be297094 --- /dev/null +++ b/applications/test/volField/cavity/Allrun @@ -0,0 +1,17 @@ +#!/bin/sh +cd ${0%/*} || exit 1 # run from this directory + +# Source tutorial run functions +. $WM_PROJECT_DIR/bin/tools/RunFunctions + +# Get application name +application=Test-volField + +# Compile +runApplication wmake .. + +runApplication blockMesh + +runApplication $application + +# ----------------------------------------------------------------- end-of-file