diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSchemes b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSchemes index ff41a7c06eecface3cbc3477b1d605cc1394b031..3582eeafa1a910f67c7fc1e7194b8aee21994754 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSchemes @@ -27,15 +27,17 @@ gradSchemes divSchemes { - div(rho*phi,U) Gauss upwind; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression 1; - div(phid1,p_rgh) Gauss upwind; - div(phid2,p_rgh) Gauss upwind; + + div(rho*phi,U) Gauss upwind; + div(phi,thermo:rhowater) Gauss upwind; + div(phi,thermo:rhoair) Gauss upwind; div(rho*phi,T) Gauss upwind; div(rho*phi,K) Gauss upwind; div(phi,p) Gauss upwind; - div(phi,k) Gauss vanLeer; + div(phi,k) Gauss upwind; + div((muEff*dev2(T(grad(U))))) Gauss linear; } diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSolution b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSolution index 9066c1c700c4ba078eae024acd15d76d07f45f55..7577b94f2117c0747b8af59a35a1d46738d3b7ab 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSolution +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge2D/system/fvSolution @@ -103,9 +103,9 @@ solvers PIMPLE { momentumPredictor no; - transSonic no; - nOuterCorrectors 3; - nCorrectors 1; + transonic no; + nOuterCorrectors 1; + nCorrectors 2; nNonOrthogonalCorrectors 0; nAlphaCorr 1; nAlphaSubCycles 1; diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSchemes b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSchemes index ff41a7c06eecface3cbc3477b1d605cc1394b031..3582eeafa1a910f67c7fc1e7194b8aee21994754 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSchemes +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSchemes @@ -27,15 +27,17 @@ gradSchemes divSchemes { - div(rho*phi,U) Gauss upwind; div(phi,alpha) Gauss vanLeer; div(phirb,alpha) Gauss interfaceCompression 1; - div(phid1,p_rgh) Gauss upwind; - div(phid2,p_rgh) Gauss upwind; + + div(rho*phi,U) Gauss upwind; + div(phi,thermo:rhowater) Gauss upwind; + div(phi,thermo:rhoair) Gauss upwind; div(rho*phi,T) Gauss upwind; div(rho*phi,K) Gauss upwind; div(phi,p) Gauss upwind; - div(phi,k) Gauss vanLeer; + div(phi,k) Gauss upwind; + div((muEff*dev2(T(grad(U))))) Gauss linear; } diff --git a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSolution b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSolution index 9066c1c700c4ba078eae024acd15d76d07f45f55..7577b94f2117c0747b8af59a35a1d46738d3b7ab 100644 --- a/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSolution +++ b/tutorials/multiphase/compressibleInterFoam/laminar/depthCharge3D/system/fvSolution @@ -103,9 +103,9 @@ solvers PIMPLE { momentumPredictor no; - transSonic no; - nOuterCorrectors 3; - nCorrectors 1; + transonic no; + nOuterCorrectors 1; + nCorrectors 2; nNonOrthogonalCorrectors 0; nAlphaCorr 1; nAlphaSubCycles 1; diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes index 3335348f056c638bdbaa92ea65e7fdce7fd887d7..c0ea375341437d614a1cad16c12827f45ec79cdd 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/bubbleColumn/system/fvSchemes @@ -35,7 +35,7 @@ divSchemes "div\(alphaPhi.*,U.*\)" Gauss limitedLinearV 1; "div\(phi.*,U.*\)" Gauss limitedLinearV 1; "div\(\(alpha.*Rc\)\)" Gauss linear; - "div\(phid.*,p\)" Gauss upwind; + "div\(phi.*,.*rho.*\)" Gauss linear; "div\(alphaPhi.*,h.*\)" Gauss limitedLinear 1; "div\(alphaPhi.*,K.*\)" Gauss limitedLinear 1; diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes index 7073eebd7f4840dedd47c8e7e5561392ed125b02..6cbee38f7871c73a58663948be4905135d9e649e 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/fluidisedBed/system/fvSchemes @@ -35,7 +35,7 @@ divSchemes "div\(alphaPhi.,U.\)" Gauss limitedLinearV 1; "div\(phi.,U.\)" Gauss limitedLinearV 1; "div\(\(alpha.*Rc\)\)" Gauss linear; - "div\(phid.,p\)" Gauss upwind; + "div\(phi.*,.*rho.*\)" Gauss linear; "div\(alphaPhi.,(h|e).\)" Gauss limitedLinear 1; "div\(alphaPhi.,(K.|p)\)" Gauss limitedLinear 1; diff --git a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/fvSchemes b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/fvSchemes index 6af6a5df121a97ccc62e0bb663ccf1331185197b..275907488b4c204290759f85a7003bb66f553902 100644 --- a/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/fvSchemes +++ b/tutorials/multiphase/compressibleTwoPhaseEulerFoam/mixerVessel2D/system/fvSchemes @@ -35,7 +35,7 @@ divSchemes "div\(alphaPhi.,U.\)" Gauss limitedLinearV 1; "div\(phi.,U.\)" Gauss limitedLinearV 1; "div\(\(alpha.*Rc\)\)" Gauss linear; - "div\(phid.,p\)" Gauss linear; + "div\(phi.*,.*rho.*\)" Gauss linear; "div\(alphaPhi.,h.\)" Gauss limitedLinear 1; "div\(alphaPhi.,K.\)" Gauss limitedLinear 1;