diff --git a/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C b/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C index 1652ab878e..d0eeb86f50 100644 --- a/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C +++ b/src/turbulenceModels/derivedFvPatchFields/porousBafflePressure/porousBafflePressureFvPatchFields.C @@ -110,7 +110,7 @@ void Foam::porousBafflePressureFvPatchField::updateCoeffs() << endl; } - jumpCyclicFvPatchField::updateCoeffs(); + fixedJumpFvPatchField::updateCoeffs(); } diff --git a/tutorials/multiphase/interFoam/ras/Allrun b/tutorials/multiphase/interFoam/ras/Allrun index 9c802ee3cc..c34b360834 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 b5a60a55fa..29758935af 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 0000000000..95bacaa24f --- /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