mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: minor update to div scheme test
This commit is contained in:
@ -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
|
|||||||
limitedLinear 1.0
|
limitedLinear 1.0
|
||||||
linear
|
linear
|
||||||
linearUpwind grad(U)
|
linearUpwind grad(U)
|
||||||
LUST
|
LUST grad(U)
|
||||||
midPoint
|
midPoint
|
||||||
Minmod
|
Minmod
|
||||||
MUSCL
|
MUSCL
|
||||||
|
|||||||
Reference in New Issue
Block a user