Skip to content
Snippets Groups Projects
Commit 7f646223 authored by Andrew Heather's avatar Andrew Heather Committed by Mark OLESEN
Browse files

TUT: minor update to div scheme test

parent c24a8c26
Branches
No related merge requests found
......@@ -8,7 +8,7 @@ runApplication blockMesh
cat system/schemesToTest | while read scheme
do
echo "Updating fvSchmes to use $scheme"
echo "Updating fvSchemes to use $scheme"
sed "s/DIVSCHEME/$scheme/g" system/fvSchemes.template > system/fvSchemes
# Create a sanitised name for the scheme - remove 'special' characters
......
......@@ -2,7 +2,7 @@ limitedLinear 0.2
limitedLinear 1.0
linear
linearUpwind grad(U)
LUST
LUST grad(U)
midPoint
Minmod
MUSCL
......
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