Skip to content
Snippets Groups Projects
Commit 33054adb authored by Henry's avatar Henry
Browse files

Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev

Conflicts:
	tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/0/p_rgh
	tutorials/multiphase/interFoam/ras/damBreakPorousBaffle/Allrun
parents 3f704d97 bae831d7
Branches
Tags
No related merge requests found
...@@ -110,7 +110,7 @@ void Foam::porousBafflePressureFvPatchField<Foam::scalar>::updateCoeffs() ...@@ -110,7 +110,7 @@ void Foam::porousBafflePressureFvPatchField<Foam::scalar>::updateCoeffs()
<< endl; << endl;
} }
jumpCyclicFvPatchField<scalar>::updateCoeffs(); fixedJumpFvPatchField<scalar>::updateCoeffs();
} }
......
...@@ -23,6 +23,9 @@ setDamBreakFine () ...@@ -23,6 +23,9 @@ setDamBreakFine ()
mv temp.$$ $controlDict mv temp.$$ $controlDict
} }
# Do damBreakPorousBaffle
(cd damBreakPorousBaffle && foamRunTutorials)
# Do damBreak # Do damBreak
(cd damBreak && foamRunTutorials) (cd damBreak && foamRunTutorials)
......
...@@ -10,6 +10,9 @@ application=`getApplication` ...@@ -10,6 +10,9 @@ application=`getApplication`
runApplication blockMesh runApplication blockMesh
runApplication setFields runApplication setFields
unset FOAM_SIGFPE
unset FOAM_SETNAN
# Create faceZones for porous baffles # Create faceZones for porous baffles
runApplication topoSet runApplication topoSet
......
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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment