BUG: changing from turbulent to lamninar viscocity in the calculation of the

Darcy coefficient for the porousBafflePressure
This commit is contained in:
sergio
2014-03-14 15:11:02 +00:00
parent 6d405c9e7f
commit 171ccf4112
5 changed files with 2285 additions and 16 deletions

View File

@ -28,7 +28,6 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0.1;
}
rightWall
{
@ -37,7 +36,6 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0.1;
}
lowerWall
{
@ -46,7 +44,6 @@ boundaryField
Cmu 0.09;
kappa 0.41;
E 9.8;
value uniform 0.1;
}
atmosphere
{

View File

@ -59,7 +59,7 @@ boundaryField
jump uniform 0;
value uniform 0;
D 1000;
I 500;
I 1000;
length 0.15;
}
porous_half1
@ -68,7 +68,7 @@ boundaryField
patchType cyclic;
value uniform 0;
D 1000;
I 500;
I 1000;
length 0.15;
}
}