mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Adding uniformJump true to the porousJump tutorial.
This commit is contained in:
@ -56,20 +56,23 @@ boundaryField
|
||||
{
|
||||
type porousBafflePressure;
|
||||
patchType cyclic;
|
||||
jump uniform 0;
|
||||
value uniform 0;
|
||||
D 1000;
|
||||
I 500;
|
||||
length 0.15;
|
||||
uniformJump true;
|
||||
jump uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
porous_half1
|
||||
{
|
||||
type porousBafflePressure;
|
||||
patchType cyclic;
|
||||
value uniform 0;
|
||||
D 1000;
|
||||
I 500;
|
||||
length 0.15;
|
||||
uniformJump true;
|
||||
jump uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -52,6 +52,7 @@ baffles
|
||||
D 1000;
|
||||
I 500;
|
||||
length 0.15;
|
||||
uniformJump true;
|
||||
jump uniform 0;
|
||||
value uniform 0;
|
||||
}
|
||||
|
||||
@ -37,7 +37,7 @@ divSchemes
|
||||
|
||||
laplacianSchemes
|
||||
{
|
||||
default Gauss linear corrected;
|
||||
default Gauss linear orthogonal;
|
||||
}
|
||||
|
||||
interpolationSchemes
|
||||
@ -47,7 +47,7 @@ interpolationSchemes
|
||||
|
||||
snGradSchemes
|
||||
{
|
||||
default corrected;
|
||||
default orthogonal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user