Wrong number of slip families in BCC material config files
This commit is contained in:
parent
5062c4d026
commit
e57cb2b4f4
|
@ -3,18 +3,18 @@
|
||||||
elasticity hooke
|
elasticity hooke
|
||||||
plasticity phenopowerlaw
|
plasticity phenopowerlaw
|
||||||
lattice_structure bcc
|
lattice_structure bcc
|
||||||
Nslip 12 0 0 0 # per family
|
Nslip 12 0 # per family
|
||||||
Ntwin 0 0 0 0 # per family
|
Ntwin 0 # per family
|
||||||
c11 233.3e9
|
c11 233.3e9
|
||||||
c12 135.5e9
|
c12 135.5e9
|
||||||
c44 118.0e9
|
c44 118.0e9
|
||||||
gdot0_slip 0.001
|
gdot0_slip 0.001
|
||||||
n_slip 20
|
n_slip 20
|
||||||
tau0_slip 88.0e6 0 0 0 # per family
|
tau0_slip 88.0e6 0 # per family
|
||||||
tausat_slip 205.0e6 0 0 0 # per family
|
tausat_slip 205.0e6 0 # per family
|
||||||
gdot0_twin 0.001
|
gdot0_twin 0.001
|
||||||
n_twin 20
|
n_twin 20
|
||||||
tau0_twin 31.0e6 0 0 0 # per family
|
tau0_twin 0 # per family
|
||||||
s_pr 0 # push-up factor for slip saturation due to twinning
|
s_pr 0 # push-up factor for slip saturation due to twinning
|
||||||
twin_b 0
|
twin_b 0
|
||||||
twin_c 0
|
twin_c 0
|
||||||
|
|
|
@ -2,18 +2,18 @@
|
||||||
[BCC_Martensite]
|
[BCC_Martensite]
|
||||||
plasticity phenopowerlaw
|
plasticity phenopowerlaw
|
||||||
lattice_structure bcc
|
lattice_structure bcc
|
||||||
Nslip 12 0 0 0 # per family
|
Nslip 12 0 # per family
|
||||||
Ntwin 0 0 0 0 # per family
|
Ntwin 0 # per family
|
||||||
c11 417.4e9
|
c11 417.4e9
|
||||||
c12 242.4e9
|
c12 242.4e9
|
||||||
c44 211.1e9
|
c44 211.1e9
|
||||||
gdot0_slip 0.001
|
gdot0_slip 0.001
|
||||||
n_slip 20
|
n_slip 20
|
||||||
tau0_slip 575.00e6 0 0 0 # 460.0e6 # per family
|
tau0_slip 575.00e6 0 # 460.0e6 # per family
|
||||||
tausat_slip 1280.0e6 0 0 0 # 1020.0e6 # per family
|
tausat_slip 1280.0e6 0 # 1020.0e6 # per family
|
||||||
gdot0_twin 0.001
|
gdot0_twin 0.001
|
||||||
n_twin 20
|
n_twin 20
|
||||||
tau0_twin 31.0e6 0 0 0 # per family
|
tau0_twin 0 # per family
|
||||||
s_pr 0 # push-up factor for slip saturation due to twinning
|
s_pr 0 # push-up factor for slip saturation due to twinning
|
||||||
twin_b 0
|
twin_b 0
|
||||||
twin_c 0
|
twin_c 0
|
||||||
|
|
Loading…
Reference in New Issue