Skip to content
Snippets Groups Projects
Commit c217800a authored by Andrew Heather's avatar Andrew Heather
Browse files

TUT: minor update to div scheme test

parent 1af512ae
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ runApplication blockMesh ...@@ -8,7 +8,7 @@ runApplication blockMesh
cat system/schemesToTest | while read scheme cat system/schemesToTest | while read scheme
do do
echo "Updating fvSchmes to use $scheme" echo "Updating fvSchemes to use $scheme"
sed "s/DIVSCHEME/$scheme/g" system/fvSchemes.template > system/fvSchemes sed "s/DIVSCHEME/$scheme/g" system/fvSchemes.template > system/fvSchemes
# Create a sanitised name for the scheme - remove 'special' characters # Create a sanitised name for the scheme - remove 'special' characters
......
...@@ -2,7 +2,7 @@ limitedLinear 0.2 ...@@ -2,7 +2,7 @@ limitedLinear 0.2
limitedLinear 1.0 limitedLinear 1.0
linear linear
linearUpwind grad(U) linearUpwind grad(U)
LUST LUST grad(U)
midPoint midPoint
Minmod Minmod
MUSCL MUSCL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment