diff --git a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict index c127ff67d2..46e0c66bf8 100644 --- a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict +++ b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/system/createBafflesDict @@ -65,7 +65,10 @@ baffles type cyclic; neighbourPatch porous_half0; - ${..master.patchFields} + patchFields + { + ${...master.patchFields} + } } } }