ENH: Adding uniformJump true to the porousJump tutorial.

This commit is contained in:
sergio
2016-01-04 11:44:49 -08:00
parent 18bc62a328
commit 0f3f53df57
3 changed files with 9 additions and 5 deletions

View File

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

View File

@ -52,6 +52,7 @@ baffles
D 1000;
I 500;
length 0.15;
uniformJump true;
jump uniform 0;
value uniform 0;
}

View File

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