diff --git a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh index aa693a71e..f450ac3aa 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh +++ b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/0/p_rgh @@ -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; diff --git a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict index 340232bbb..4e0260636 100644 --- a/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict +++ b/tutorials/multiphase/interFoam/RAS/damBreakPorousBaffle/system/createBafflesDict @@ -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;