Update preCICE MBDyn adapter authored by Claudio Giovanni Caccia;Claudio Giovanni Caccia's avatar Claudio Giovanni Caccia;Claudio Giovanni Caccia
......@@ -213,11 +213,24 @@ The configuration files must contain the following information:
## <a name="examples"></a>Tutorials
Some simple examples of usage are located [here](https://gitlab.com/stilita/mbdyn-esm-adapter/-/tree/master/examples).
### Dummy Fluid solver
### Coupling with OpenFOAM
Here it is possible to couple an MBDyn instance with a dummy fluid solver, written in python, which can can load a set of configurable nodes with a configurable time law.
### Vertical flap
The case of a flexible vertical flap invested by a flow
1) __MBDyn OpenFOAM__
Shows the coupling with OpenFOAM with a laminar incompressible flow
2) __MBDyn SU2__
Shows the coupling with a possibly outdated version of the _SU2-adapter_
### Coupling with SU2
## <a name="testcases"></a>Test Cases
......
......