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