tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle: Updated porosity coefficients

The implementation of the porousBafflePressure BC was incorrect in OpenFOAM-2.4
and earlier and corrected during the turbulence modeling rewrite for
OpenFOAM-3.0.  This update introduced the density scaling required for the
definition of pressure in interFoam which requires the porosity coefficients to
be reduced.

Resolves bug-report https://bugs.openfoam.org/view.php?id=2890
This commit is contained in:
Henry Weller
2018-03-27 11:26:01 +01:00
parent 00a6c847c9
commit 5a4d25429d
2 changed files with 6 additions and 6 deletions

View File

@ -56,8 +56,8 @@ boundaryField
{
type porousBafflePressure;
patchType cyclic;
D 1000;
I 500;
D 10;
I 5;
length 0.15;
jump uniform 0;
value uniform 0;
@ -66,8 +66,8 @@ boundaryField
{
type porousBafflePressure;
patchType cyclic;
D 1000;
I 500;
D 10;
I 5;
length 0.15;
jump uniform 0;
value uniform 0;

View File

@ -50,8 +50,8 @@ baffles
{
type porousBafflePressure;
patchType cyclic;
D 1000;
I 500;
D 10;
I 5;
length 0.15;
jump uniform 0;
value uniform 0;