diff --git a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh index cc1d6ccae..30c34bbae 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh +++ b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh @@ -42,7 +42,11 @@ boundaryField atmosphere { type totalPressure; + rho rho; + psi none; + gamma 1; p0 uniform 0; + value uniform 0; } defaultFaces { @@ -52,20 +56,21 @@ boundaryField { type porousBafflePressure; patchType cyclic; + D 10; + I 5; + length 0.15; jump uniform 0; value uniform 0; - D 1000; - I 500; - length 0.15; } porous_half1 { type porousBafflePressure; patchType cyclic; - value uniform 0; - D 1000; - I 500; + D 10; + I 5; length 0.15; + jump uniform 0; + value uniform 0; } } diff --git a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict index ff948704d..0a03eb69e 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict +++ b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict @@ -19,6 +19,7 @@ FoamFile // faces. internalFacesOnly true; +fields true; // Baffles to create. baffles @@ -49,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;