TUT: minor update to div scheme test

This commit is contained in:
Andrew Heather
2017-12-30 20:29:13 +00:00
parent 1af512ae51
commit c217800a74
2 changed files with 2 additions and 2 deletions

View File

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

View File

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