Skip to content
Snippets Groups Projects
Commit 93fe2b5f authored by mattijs's avatar mattijs
Browse files

ENH: verticalChannel: no need for Allrun

parent 1e0cf2f9
Branches
Tags
No related merge requests found
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# create mesh
runApplication blockMesh
# run the solver
runApplication `getApplication`
# ----------------------------------------------------------------- end-of-file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment