Skip to content

Commit

Permalink
v2406: update Allrun in beamInCrossFlow and flexibleDamBreak
Browse files Browse the repository at this point in the history
  • Loading branch information
philipcardiff committed Dec 16, 2024
1 parent c0608e9 commit c66a480
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions tutorials/fluidSolidInteraction/beamInCrossFlow/Allrun
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ source solids4FoamScripts.sh
# Check case version is correct
solids4Foam::convertCaseFormat .

if (( "${WM_PROJECT_VERSION#v}" > 2012 ))
then
echo; echo "This case currently does not run with this OpenFOAM verion";
echo
exit 0
fi

# Create meshes
solids4Foam::runApplication -s solid blockMesh -region solid
solids4Foam::runApplication -s fluid blockMesh -region fluid
Expand Down
7 changes: 0 additions & 7 deletions tutorials/fluidSolidInteraction/flexibleDamBreak/Allrun
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ source solids4FoamScripts.sh
# Check case version is correct
solids4Foam::convertCaseFormat .

if (( "${WM_PROJECT_VERSION#v}" > 2012 ))
then
echo; echo "This case currently does not run with this OpenFOAM verion";
echo
exit 0
fi

# Create meshes
solids4Foam::runApplication -s solid blockMesh -region solid
solids4Foam::runApplication -s fluid blockMesh -region fluid
Expand Down

0 comments on commit c66a480

Please sign in to comment.