[skip sc] example loadcase in yaml

This commit is contained in:
Sharan Roongta 2020-10-14 13:44:41 +02:00
parent f72e03bff8
commit cb4c07f9db
6 changed files with 31 additions and 4 deletions

View File

@ -1 +0,0 @@
fdot 0 0 0 1e-3 0 0 0 0 0 stress * * * * * * * * * time 60 incs 120 freq 20

View File

@ -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

View File

@ -1 +0,0 @@
fdot 0 0 1.0e-3 0 0 0 0 0 0 stress * * * * * * * * * time 60 incs 120 freq 20

View File

@ -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

View File

@ -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

View File

@ -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