Update preCICE MBDyn adapter authored by Claudio Giovanni Caccia;Claudio Giovanni Caccia's avatar Claudio Giovanni Caccia;Claudio Giovanni Caccia
...@@ -196,13 +196,13 @@ The configuration files must contain the following information: ...@@ -196,13 +196,13 @@ The configuration files must contain the following information:
"write-interval": 1 "write-interval": 1
``` ```
3) flag to set if $\Delta$ displacements must be passed to preCICE 3) flag to set if $`\Delta`$ displacements must be passed to preCICE
```json ```json
"displacement-delta": false "displacement-delta": false
``` ```
4) parameters to define the __progressive loading__ of the structure: an initial coefficient (coeff0) is applied to the forces coming from the interface for the first cycles (iterstart), then the structure is progressively loaded up to 100% for the next iterations (period) with a _linear_ (`"linear"`) or $\frac{1}{2}\left(1 \cos \right)$ (`"cos"`) law. The keyword `"none"` avoids progressive loading 4) parameters to define the __progressive loading__ of the structure: an initial coefficient (coeff0) is applied to the forces coming from the interface for the first cycles (iterstart), then the structure is progressively loaded up to 100% for the next iterations (period) with a _linear_ (`"linear"`) or $`\frac{1}{2}\left(1 \cos \right)`$ (`"cos"`) law. The keyword `"none"` avoids progressive loading
```json ```json
"coeff0": 0.01 "coeff0": 0.01
... ...
......