pyfsi / coconut

Coupling Code for Numerical Tools. The documentation can be found at
https://pyfsi.github.io/coconut/
GNU General Public License v3.0
30 stars 4 forks source link

Multiphase OpenFOAM example #248

Open nicolasdlss opened 2 months ago

nicolasdlss commented 2 months ago

By removing OpenFOAM 8, the fuctionObject for rhoWallShearStress also disappears, since in the newer versions, no solver other than pimpelFoam is implemented (no cavitatingFoam or interFoam).

It would be useful to have an other solver available, in for example OpenFOAM 11. Since, all solvers in this version are run with the application foamRun, this should be straightforward. It should be checked if the functionObject rhoWallShearStress is still needed.

The example breaking dam can be extended with a solver combination OpenFOAM-Kratos Multiphysics.