23 lines
424 B
YAML
23 lines
424 B
YAML
---
|
|
loadstep:
|
|
- boundary_conditions:
|
|
mechanical:
|
|
- dot_u: ['x', -0.025, 'x']
|
|
tag: 3
|
|
- dot_u: [0.0, 0.0, 0.0]
|
|
tag: 4
|
|
discretization:
|
|
t: 0.0005
|
|
N: 1
|
|
f_out: 1
|
|
- boundary_conditions:
|
|
mechanical:
|
|
- dot_u: ['x', -0.025, 'x']
|
|
tag: 3
|
|
- dot_u: [0.0, 0.0, 0.0]
|
|
tag: 4
|
|
discretization:
|
|
t: 1.0
|
|
N: 10
|
|
f_out: 2
|