Changes
Page history
Update preCICE MBDyn adapter
authored
May 24, 2021
by
Claudio Giovanni Caccia;Claudio Giovanni Caccia
Show whitespace changes
Inline
Side-by-side
preCICE-MBDyn-adapter.md
View page @
e5dc485d
...
@@ -166,13 +166,30 @@ The configuration files must ocntain the following informations:
...
@@ -166,13 +166,30 @@ The configuration files must ocntain the following informations:
```
json
```
json
{
{
```
```
1) information regarding the
1) information regarding the
__coupling__ : those name must be equal to the ones contained in the preCICE configuration file:
```
json
```
json
"readDataName"
:
"Displacements0"
,
"readDataName"
:
"Displacements0"
,
"writeDataName"
:
"Forces0"
,
"writeDataName"
:
"Forces0"
,
"participantName"
:
"Solid"
,
"participantName"
:
"Solid"
,
"meshName"
:
"Solid-Mesh"
,
"meshName"
:
"Solid-Mesh"
,
```
2) information regarding the __mbdyn simulation__:
```
json
"mesh"
:
"/MBDyn/mesh/root0.dat"
,
#
ddd
"root-coords"
:
[
0.0
,
0.0
,
0.0
]
,
"mbdyn-input"
:
"./MBDyn/map_4n_3x_9j.mbd"
,
"mbdyn-output"
:
"./MBDyn/out_mbd"
,
"mbdyn-log-location"
:
"./MBDyn/mbd/"
,
"vtk-output"
:
"./MBDyn/output/MBDyn-OF_"
,
"precice-config"
:
"./precice-config.xml"
,
"displacement-delta"
:
false
,
"write-interval"
:
1
,
```
```
json
```
json
...
...
...
...