From f7d0cc587a6e1518502913c4d4e9f44d83a6f232 Mon Sep 17 00:00:00 2001 From: Henry Date: Tue, 12 Oct 2010 16:43:08 +0100 Subject: [PATCH] cavitatingFoam tutorial: Removed spurious entry from fvSchemes --- .../les/throttle/constant/polyMesh/boundary | 12 ++++++------ .../cavitatingFoam/les/throttle/system/fvSchemes | 1 - .../cavitatingFoam/les/throttle3D/system/fvSchemes | 1 - .../cavitatingFoam/ras/throttle/system/fvSchemes | 1 - 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/boundary b/tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/boundary index 01fdac6457..999c16bc8e 100644 --- a/tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/boundary +++ b/tutorials/multiphase/cavitatingFoam/les/throttle/constant/polyMesh/boundary @@ -21,25 +21,25 @@ FoamFile { type patch; nFaces 51; - startFace 57362; + startFace 15151; } outlet { type patch; nFaces 51; - startFace 57413; + startFace 15202; } walls { type wall; - nFaces 836; - startFace 57464; + nFaces 436; + startFace 15253; } frontBack { type empty; - nFaces 57540; - startFace 58300; + nFaces 15420; + startFace 15689; } ) diff --git a/tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSchemes b/tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSchemes index 6de4135a48..30885565b9 100644 --- a/tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSchemes +++ b/tutorials/multiphase/cavitatingFoam/les/throttle/system/fvSchemes @@ -43,7 +43,6 @@ laplacianSchemes default none; laplacian(nuf,rhoU) Gauss linear corrected; laplacian(muEff,U) Gauss linear corrected; - laplacian(rrhoUAf,p) Gauss linear corrected; laplacian(rAUf,p) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected; laplacian(1,p) Gauss linear corrected; diff --git a/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes b/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes index 6de4135a48..30885565b9 100644 --- a/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes +++ b/tutorials/multiphase/cavitatingFoam/les/throttle3D/system/fvSchemes @@ -43,7 +43,6 @@ laplacianSchemes default none; laplacian(nuf,rhoU) Gauss linear corrected; laplacian(muEff,U) Gauss linear corrected; - laplacian(rrhoUAf,p) Gauss linear corrected; laplacian(rAUf,p) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected; laplacian(1,p) Gauss linear corrected; diff --git a/tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSchemes b/tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSchemes index f3c3cc3d66..0f42551b45 100644 --- a/tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSchemes +++ b/tutorials/multiphase/cavitatingFoam/ras/throttle/system/fvSchemes @@ -44,7 +44,6 @@ laplacianSchemes default none; laplacian(nuf,rhoU) Gauss linear corrected; laplacian(muEff,U) Gauss linear corrected; - laplacian(rrhoUAf,p) Gauss linear corrected; laplacian(rAUf,p) Gauss linear corrected; laplacian(DomegaEff,omega) Gauss linear corrected; laplacian(DkEff,k) Gauss linear corrected;