diff --git a/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C b/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C index 1652ab878e2c764a0ec95e9150f77a750bacbe00..d0eeb86f50211a85d99d3bd5050934bffca822ec 100644 --- a/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C +++ b/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C @@ -110,7 +110,7 @@ void Foam::porousBafflePressureFvPatchField<Foam::scalar>::updateCoeffs() << endl; } - jumpCyclicFvPatchField<scalar>::updateCoeffs(); + fixedJumpFvPatchField<scalar>::updateCoeffs(); } diff --git a/tutorials/multiphase/interFoam/ras/Allrun b/tutorials/multiphase/interFoam/ras/Allrun index 9c802ee3cca075fc7ac00c19b778141d89b471a4..c34b3608349e8852298bc5a08f729fdcfde11177 100755 --- a/tutorials/multiphase/interFoam/ras/Allrun +++ b/tutorials/multiphase/interFoam/ras/Allrun @@ -23,6 +23,9 @@ setDamBreakFine () mv temp.$$ $controlDict } +# Do damBreakPorousBaffle +(cd damBreakPorousBaffle && foamRunTutorials) + # Do damBreak (cd damBreak && foamRunTutorials) diff --git a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun index b5a60a55faf931d575c8c558d6b1c8a942149439..29758935af3f44d3b33636462a6c091fe16f7c15 100755 --- a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun +++ b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun @@ -10,6 +10,9 @@ application=`getApplication` runApplication blockMesh runApplication setFields +unset FOAM_SIGFPE +unset FOAM_SETNAN + # Create faceZones for porous baffles runApplication topoSet diff --git a/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/selectCyclics.setSet b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/selectCyclics.setSet new file mode 100644 index 0000000000000000000000000000000000000000..95bacaa24f2f2879d60eb9e6c124cb4310a31bf2 --- /dev/null +++ b/tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/selectCyclics.setSet @@ -0,0 +1,3 @@ +faceSet cyclicFaces new boxToFace (0.3015 0.0493 -1) (0.3069 0.2077 1); +cellSet cyclicFacesSlaveCells new boxToCell (-1 0 -1) (0.305 0.31 1) +faceZoneSet cyclicZoneFaces new setsToFaceZone cyclicFaces cyclicFacesSlaveCells