Update preCICE MBDyn adapter authored by Claudio Giovanni Caccia;Claudio Giovanni Caccia's avatar Claudio Giovanni Caccia;Claudio Giovanni Caccia
......@@ -166,13 +166,30 @@ The configuration files must ocntain the following informations:
```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
"readDataName": "Displacements0",
"writeDataName" : "Forces0",
"participantName" : "Solid",
"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
......
......