... | ... | @@ -163,12 +163,10 @@ mbdyn-esm-adapter -f config.json |
|
|
|
|
|
The configuration files must contain the following information:
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
```
|
|
|
1) information regarding the __coupling__ : those name must be equal to the ones contained in the preCICE configuration file (i.e. name of the participant, name of the mesh, name of data to be read and written, location of the preCICE configuration file):
|
|
|
|
|
|
```json
|
|
|
{
|
|
|
"participantName" : "Solid"
|
|
|
"meshName": "Solid-Mesh"
|
|
|
"readDataName": "Displacements0"
|
... | ... | @@ -202,7 +200,7 @@ The configuration files must contain the following information: |
|
|
"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)`$ law (`"cos"`). The keyword `"none"` avoids progressive loading
|
|
|
|
|
|
```json
|
|
|
"coeff0": 0.01
|
... | ... | |