precice / tutorials

Various tutorial cases for the coupling library preCICE with real solvers. These files are meant to be rendered on precice.org, so don't look at the README files here.
https://www.precice.org/
GNU Lesser General Public License v3.0
105 stars 109 forks source link

Create quickstart tutorial: rotating rigid body in a channel flow #117

Closed uekerman closed 3 years ago

uekerman commented 3 years ago

For the new docs, we need a simple, yet interesting enough first testcase. Simple means minimal dependencies, easy to run, easy to understand the physics. Interesting means close to real solvers, sth moving etc.

A good candidate could be an FSI coupling between OpenFOAM and a C++ rigid body solver. The following could work:

quickstart

The tutorial could go to FSI/rigid_flap/OpenFOAM-RigidBody.

Setup:

Rigid body solver:

MakisH commented 3 years ago

I created an issue for the missing part in the OpenFOAM adapter: https://github.com/precice/openfoam-adapter/issues/146

As we already discussed, I completely agree with the described idea.

davidscn commented 3 years ago

Somehow this way?

The Fluid mesh is very coarse, so, still some resolution possible. output

MakisH commented 3 years ago

Looks very good to me! How long does it take to simulate? We don't need anything fine, just something that run in <1-2min on a laptop.

davidscn commented 3 years ago

On my laptop, it currently needs around 4.5 min. We could decrease the total run time from currently 5s to maybe 2.5s, where the quasi-stationary state is already reached. Maybe I can tune the case still a bit.

davidscn commented 3 years ago

Closed via #123