mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -56,8 +56,8 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type porousBafflePressure;
|
type porousBafflePressure;
|
||||||
patchType cyclic;
|
patchType cyclic;
|
||||||
D 1000;
|
D 10;
|
||||||
I 500;
|
I 5;
|
||||||
length 0.15;
|
length 0.15;
|
||||||
jump uniform 0;
|
jump uniform 0;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
@ -66,8 +66,8 @@ boundaryField
|
|||||||
{
|
{
|
||||||
type porousBafflePressure;
|
type porousBafflePressure;
|
||||||
patchType cyclic;
|
patchType cyclic;
|
||||||
D 1000;
|
D 10;
|
||||||
I 500;
|
I 5;
|
||||||
length 0.15;
|
length 0.15;
|
||||||
jump uniform 0;
|
jump uniform 0;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
|
|||||||
@ -50,8 +50,8 @@ baffles
|
|||||||
{
|
{
|
||||||
type porousBafflePressure;
|
type porousBafflePressure;
|
||||||
patchType cyclic;
|
patchType cyclic;
|
||||||
D 1000;
|
D 10;
|
||||||
I 500;
|
I 5;
|
||||||
length 0.15;
|
length 0.15;
|
||||||
jump uniform 0;
|
jump uniform 0;
|
||||||
value uniform 0;
|
value uniform 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user