BUG: Continuation of partial revert in commit b6fafa7

This commit is contained in:
andy
2011-09-12 18:05:09 +01:00
parent b6fafa7284
commit 27e9485e96
4 changed files with 13 additions and 13 deletions

View File

@ -17,7 +17,7 @@ FoamFile
dimensions [0 0 0 0 0 0 0];
internalField nonuniform List<scalar>
internalField nonuniform List<scalar>
1875
(
1

View File

@ -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

View File

@ -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;

View File

@ -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