diff --git a/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun b/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun index 46e746c9c9bbb2d37d96b7bada515db6c29db229..c15cbc2e04075dc8348f24c27c589275ac6b136e 100755 --- a/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun +++ b/tutorials/verificationAndValidation/schemes/divergenceExample/Allrun @@ -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 diff --git a/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest b/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest index be48003bf6633dcaf1946cb60e5068f9ac31c568..3657278aa268585af8e2b0f361d1a83856c4b6e6 100644 --- a/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest +++ b/tutorials/verificationAndValidation/schemes/divergenceExample/system/schemesToTest @@ -2,7 +2,7 @@ limitedLinear 0.2 limitedLinear 1.0 linear linearUpwind grad(U) -LUST +LUST grad(U) midPoint Minmod MUSCL