precice / fluent-adapter

preCICE-adapter for the CFD code ANSYS Fluent (currently unmaintained)
GNU General Public License v3.0
30 stars 12 forks source link

Tutorial: Fluent + X #2

Open BenjaminRodenberg opened 5 years ago

BenjaminRodenberg commented 5 years ago

Here is a list of possible ideas:

Lid Driven Cavity with flexible bottom

One possible approach for modelling this would be a simple Bernoulli Beam for the bottom (inhouse python?) + Lid Driven Cavity computed in Fluent.

See this report, section 2.4.2 for details.

Rigid Body in Flow (or similar)

Positive side effect: We can use structure0815 and resolve issue https://github.com/precice/precice/issues/79 at the same time

IshaanDesai commented 4 years ago

Currently, the case of a Lid-driven Cavity with a flexible bottom is being pursued and the adapter is being modified accordingly for the FSI case on this branch: https://github.com/precice/fluent-adapter/tree/update_fluent_19_5_R3. The adapter supports other simulations than FSI but as a first step towards a tutorial, FSI with Lid-dirven Cavity case is being pursued.

uekerman commented 4 years ago

You could use the MBDyn tutorial as a coupling partner.

IshaanDesai commented 4 years ago

You could use the MBDyn tutorial as a coupling partner.

Good idea! Just went through the MBDyn tutorial and I can basically replace OpenFOAM with Fluent and try to use the Structure part as it is! Will update on this shortly :+1:

BenjaminRodenberg commented 2 years ago

I see this as a minimal requirement, because without a working tutorial, we cannot make sure that the adapter works.