Skip to content
Snippets Groups Projects
Commit 27e9485e authored by andy's avatar andy
Browse files

BUG: Continuation of partial revert in commit b6fafa72

parent b6fafa72
Branches
Tags
No related merge requests found
......@@ -17,7 +17,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
1
......
......@@ -29,8 +29,8 @@ divSchemes
{
default none;
div(phi,alpha) Gauss upwind; //limitedLinear01 1;
div(phirb,alpha) Gauss upwind;
"div\(phi,alpha.*\)" Gauss vanLeer;
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
div(Rc) Gauss linear;
......@@ -39,7 +39,7 @@ divSchemes
laplacianSchemes
{
default Gauss linear uncorrected;
default Gauss linear corrected;
}
interpolationSchemes
......@@ -49,7 +49,7 @@ interpolationSchemes
snGradSchemes
{
default uncorrected;
default corrected;
}
fluxRequired
......
......@@ -22,25 +22,25 @@ boundaryField
{
leftWall
{
type buoyantPressure;
type multiphaseFixedFluxPressure;
value uniform 0;
}
rightWall
{
type buoyantPressure;
type multiphaseFixedFluxPressure;
value uniform 0;
}
lowerWall
{
type buoyantPressure;
type multiphaseFixedFluxPressure;
value uniform 0;
}
atmosphere
{
type fixedValue; //totalPressure;
type totalPressure;
p0 uniform 0;
U Uair;
phi phiair;
......
......@@ -27,12 +27,12 @@ gradSchemes
divSchemes
{
div(phi,alpha) Gauss vanLeer;
div(phirb,alpha) Gauss vanLeer;
"div\(phi,alpha.*\)" Gauss vanLeer;
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
"div\(phiAlpha.*,U.*\)" Gauss upwind;
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
div(Rc) Gauss linear;
"div\(phi.*,U.*\)" Gauss upwind;
"div\(phi.*,U.*\)" Gauss limitedLinearV 1;
}
laplacianSchemes
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment