mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Continuation of partial revert in commit b6fafa7
This commit is contained in:
@ -29,8 +29,8 @@ divSchemes
|
|||||||
{
|
{
|
||||||
default none;
|
default none;
|
||||||
|
|
||||||
div(phi,alpha) Gauss upwind; //limitedLinear01 1;
|
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||||
div(phirb,alpha) Gauss upwind;
|
"div\(phir,alpha.*,alpha.*\)" Gauss vanLeer;
|
||||||
|
|
||||||
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
|
"div\(phiAlpha.*,U.*\)" Gauss limitedLinearV 1;
|
||||||
div(Rc) Gauss linear;
|
div(Rc) Gauss linear;
|
||||||
@ -39,7 +39,7 @@ divSchemes
|
|||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
{
|
{
|
||||||
default Gauss linear uncorrected;
|
default Gauss linear corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
interpolationSchemes
|
interpolationSchemes
|
||||||
@ -49,7 +49,7 @@ interpolationSchemes
|
|||||||
|
|
||||||
snGradSchemes
|
snGradSchemes
|
||||||
{
|
{
|
||||||
default uncorrected;
|
default corrected;
|
||||||
}
|
}
|
||||||
|
|
||||||
fluxRequired
|
fluxRequired
|
||||||
|
|||||||
@ -22,25 +22,25 @@ boundaryField
|
|||||||
{
|
{
|
||||||
leftWall
|
leftWall
|
||||||
{
|
{
|
||||||
type buoyantPressure;
|
type multiphaseFixedFluxPressure;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
rightWall
|
rightWall
|
||||||
{
|
{
|
||||||
type buoyantPressure;
|
type multiphaseFixedFluxPressure;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
lowerWall
|
lowerWall
|
||||||
{
|
{
|
||||||
type buoyantPressure;
|
type multiphaseFixedFluxPressure;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
atmosphere
|
atmosphere
|
||||||
{
|
{
|
||||||
type fixedValue; //totalPressure;
|
type totalPressure;
|
||||||
p0 uniform 0;
|
p0 uniform 0;
|
||||||
U Uair;
|
U Uair;
|
||||||
phi phiair;
|
phi phiair;
|
||||||
|
|||||||
@ -27,12 +27,12 @@ gradSchemes
|
|||||||
|
|
||||||
divSchemes
|
divSchemes
|
||||||
{
|
{
|
||||||
div(phi,alpha) Gauss vanLeer;
|
"div\(phi,alpha.*\)" Gauss vanLeer;
|
||||||
div(phirb,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(Rc) Gauss linear;
|
||||||
"div\(phi.*,U.*\)" Gauss upwind;
|
"div\(phi.*,U.*\)" Gauss limitedLinearV 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
laplacianSchemes
|
laplacianSchemes
|
||||||
|
|||||||
Reference in New Issue
Block a user