mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: volField test: comment
This commit is contained in:
@ -1 +1,2 @@
|
|||||||
Test field reading and manipulation. Run on cavity subdirectory.
|
Test field reading and manipulation.
|
||||||
|
See cavity/Allrun in the subdirectory.
|
||||||
|
|||||||
17
applications/test/volField/cavity/Allrun
Executable file
17
applications/test/volField/cavity/Allrun
Executable 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
|
||||||
Reference in New Issue
Block a user