Changes
Page history
Update preCICE MBDyn adapter
authored
May 13, 2021
by
Pierangelo Masarati
Show whitespace changes
Inline
Side-by-side
preCICE-MBDyn-adapter.md
View page @
28bdb797
## 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 ex
a
cutable is named
`mbdyn-esm-adapter`
(the name can be changed with the Makefile variable
`PROGRAM_NAME`
). There is no install script.
\
The ex
e
cutable 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','f
l
iename')
ExportDATFile('Mesh','fi
l
ename')
```
```
to generate a file containing the information concerning the selected mesh.
to generate a file containing the information concerning the selected mesh.
...
...
...
...