Update preCICE MBDyn adapter authored by Pierangelo Masarati's avatar Pierangelo Masarati
## Overview ## Overview
This _adapter_ allows to make __FSI__ (fluid-structure interaction) simulations using: This _adapter_ allows to perform fluid-structure interaction (__FSI__) simulations using:
- [MBDyn](https://www.mbdyn.org/) as structural solver - [MBDyn](https://www.mbdyn.org/) as structural solver
- [preCICE](https://www.precice.org/) for coupling with any available _CFD_ solver - [preCICE](https://www.precice.org/) for coupling with any available _CFD_ solver
...@@ -42,7 +42,7 @@ To compile the _adapter_ simply give: ...@@ -42,7 +42,7 @@ To compile the _adapter_ simply give:
make all make all
``` ```
The exacutable is named `mbdyn-esm-adapter` (the name can be changed with the Makefile variable `PROGRAM_NAME`). There is no install script.\ The executable is named `mbdyn-esm-adapter` (the name can be changed with the Makefile variable `PROGRAM_NAME`). There is no install script.\
All the intermediate and output files can be removed by typing All the intermediate and output files can be removed by typing
```shell ```shell
...@@ -91,7 +91,7 @@ In order to simplify the file generation, a small script has been prepared. It c ...@@ -91,7 +91,7 @@ In order to simplify the file generation, a small script has been prepared. It c
and then type in the python shell: and then type in the python shell:
``` ```
ExportDATFile('Mesh','fliename') ExportDATFile('Mesh','filename')
``` ```
to generate a file containing the information concerning the selected mesh. to generate a file containing the information concerning the selected mesh.
... ...
......