avoid confusion with existing table entry
This commit is contained in:
parent
1b08f90d6c
commit
7d015fbdc5
|
@ -212,18 +212,18 @@ class ConfigMaterial(Config):
|
||||||
homogenization: {}
|
homogenization: {}
|
||||||
phase: {}
|
phase: {}
|
||||||
|
|
||||||
>>> cm.from_table(t,O='qu',phase='phase',homogenization='SX')
|
>>> cm.from_table(t,O='qu',phase='phase',homogenization='single_crystal')
|
||||||
material:
|
material:
|
||||||
- constituents:
|
- constituents:
|
||||||
- O: [0.19, 0.8, 0.24, -0.51]
|
- O: [0.19, 0.8, 0.24, -0.51]
|
||||||
v: 1.0
|
v: 1.0
|
||||||
phase: Aluminum
|
phase: Aluminum
|
||||||
homogenization: SX
|
homogenization: single_crystal
|
||||||
- constituents:
|
- constituents:
|
||||||
- O: [0.8, 0.19, 0.24, -0.51]
|
- O: [0.8, 0.19, 0.24, -0.51]
|
||||||
v: 1.0
|
v: 1.0
|
||||||
phase: Steel
|
phase: Steel
|
||||||
homogenization: SX
|
homogenization: single_crystal
|
||||||
homogenization: {}
|
homogenization: {}
|
||||||
phase: {}
|
phase: {}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue