adapting to new keywords
This commit is contained in:
parent
12826e9df7
commit
a243d47ef1
|
@ -1,4 +1,4 @@
|
||||||
[Parallel3]
|
[Parallel3]
|
||||||
type isostrain
|
mech isostrain
|
||||||
Ngrains 3
|
nconstituents 3
|
||||||
mapping sum # or 'parallel'
|
mapping sum # or 'parallel'
|
|
@ -1,3 +1,3 @@
|
||||||
[SX]
|
[SX]
|
||||||
type isostrain
|
mech isostrain
|
||||||
Ngrains 1
|
nconstituents 1
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
[Taylor2]
|
[Taylor2]
|
||||||
type isostrain
|
mech isostrain
|
||||||
Ngrains 2
|
nconstituents 2
|
|
@ -1,7 +1,7 @@
|
||||||
[8Grains]
|
[8Grains]
|
||||||
type RGC
|
mech RGC
|
||||||
Ngrains 8
|
nconstituents 8
|
||||||
clustersize 2 2 2 # product of these numbers must be equal to Ngrains(!)
|
clustersize 2 2 2 # product of these numbers must be equal to nconstituents(!)
|
||||||
clusterorientation 0.0 0.0 0.0 # orientation of cluster in terms of zxz Euler-angles in degree (random if not present)
|
clusterorientation 0.0 0.0 0.0 # orientation of cluster in terms of zxz Euler-angles in degree (random if not present)
|
||||||
# clusterorientation 0.0 26.57 0.0 # [012]
|
# clusterorientation 0.0 26.57 0.0 # [012]
|
||||||
# clusterorientation 0.0 45.00 0.0 # [011]
|
# clusterorientation 0.0 45.00 0.0 # [011]
|
||||||
|
|
Loading…
Reference in New Issue