Skip to content
Snippets Groups Projects
Commit 0f3f53df authored by sergio's avatar sergio
Browse files

ENH: Adding uniformJump true to the porousJump tutorial.

parent 18bc62a3
Branches
Tags
No related merge requests found
......@@ -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;
}
......
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