From 294379d421de5a5f4d165edcc475e72e2eca0550 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Thu, 21 Apr 2016 21:13:10 +0100 Subject: [PATCH] tutorials/incompressible/pisoFoam/les/motorBike: Corrected typos Resolves bug-report http://openfoam.org/mantisbt/view.php?id=2061 --- .../pisoFoam/les/motorBike/lesFiles/fvSchemes | 1 + .../pisoFoam/les/motorBike/lesFiles/fvSolution | 7 ++++--- .../pisoFoam/les/motorBike/motorBike/system/fvSolution | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSchemes b/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSchemes index 440b2b2311..fea0d13d57 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSchemes +++ b/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSchemes @@ -10,6 +10,7 @@ FoamFile version 2.0; format ascii; class dictionary; + location "system"; object fvSchemes; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSolution b/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSolution index ea00426f61..75b0b6674a 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSolution +++ b/tutorials/incompressible/pisoFoam/les/motorBike/lesFiles/fvSolution @@ -10,6 +10,7 @@ FoamFile version 2.0; format ascii; class dictionary; + location "system"; object fvSolution; } // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // @@ -31,13 +32,13 @@ solvers nCellsInCoarsestLevel 50; agglomerator faceAreaPair; mergeLevels 1; - }; + } pFinal { $p; relTol 0; - }; + } "(U|k|B|nuTilda)" { @@ -45,7 +46,7 @@ solvers smoother symGaussSeidel; tolerance 1e-7; relTol 0; - }; + } } PISO diff --git a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution index 5eeddfb8fd..d499b12eab 100644 --- a/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution +++ b/tutorials/incompressible/pisoFoam/les/motorBike/motorBike/system/fvSolution @@ -36,7 +36,7 @@ solvers $p; tolerance 1e-6; relTol 0; - }; + } Phi {