ENH: volField test: comment

This commit is contained in:
mattijs
2013-10-02 16:09:08 +01:00
parent af1e8c21ba
commit fd0f8ecedd
2 changed files with 19 additions and 1 deletions

View File

@ -1 +1,2 @@
Test field reading and manipulation. Run on cavity subdirectory. Test field reading and manipulation.
See cavity/Allrun in the subdirectory.

View File

@ -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