[skip sc] example loadcase in yaml
This commit is contained in:
parent
f72e03bff8
commit
cb4c07f9db
|
@ -1 +0,0 @@
|
||||||
fdot 0 0 0 1e-3 0 0 0 0 0 stress * * * * * * * * * time 60 incs 120 freq 20
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
step:
|
||||||
|
- mech:
|
||||||
|
Fdot: [0, 0, 0, 1e-3, 0, 0, 0, 0, 0]
|
||||||
|
P: [x, x, x, x, x, x, x, x, x]
|
||||||
|
discretization:
|
||||||
|
t: 60
|
||||||
|
N: 120
|
||||||
|
f_out: 20
|
|
@ -1 +0,0 @@
|
||||||
fdot 0 0 1.0e-3 0 0 0 0 0 0 stress * * * * * * * * * time 60 incs 120 freq 20
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
step:
|
||||||
|
- mech:
|
||||||
|
Fdot: [0, 0, 1e-3, 0, 0, 0, 0, 0, 0]
|
||||||
|
P: [x, x, x, x, x, x, x, x, x]
|
||||||
|
discretization:
|
||||||
|
t: 60
|
||||||
|
N: 120
|
||||||
|
f_out: 20
|
|
@ -1,2 +0,0 @@
|
||||||
fdot 1.0e-3 0 0 0 * 0 0 0 * stress * * * * 0 * * * 0 time 10 incs 40 freq 4
|
|
||||||
fdot 1.0e-3 0 0 0 * 0 0 0 * stress * * * * 0 * * * 0 time 60 incs 60
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
step:
|
||||||
|
- mech:
|
||||||
|
Fdot: [1.0e-3,0,0, 0,x,0, 0,0,x]
|
||||||
|
P: [ x,x,x, x,0,x, x,x,0]
|
||||||
|
discretization:
|
||||||
|
t: 10
|
||||||
|
N: 40
|
||||||
|
f_out: 4
|
||||||
|
- mech:
|
||||||
|
Fdot: [1.0e-3,0,0, 0,x,0, 0,0,x]
|
||||||
|
P: [ x,x,x, x,0,x, x,x,0]
|
||||||
|
discretization:
|
||||||
|
t: 60
|
||||||
|
N: 60
|
||||||
|
f_out: 4
|
Loading…
Reference in New Issue