Examples reflect actual behavior
This commit is contained in:
parent
403ac693da
commit
5fb0e4908b
|
@ -85,6 +85,8 @@ class ConfigMaterial(Config):
|
||||||
fraction: 1.0
|
fraction: 1.0
|
||||||
phase: Steel
|
phase: Steel
|
||||||
homogenization: SX
|
homogenization: SX
|
||||||
|
homogenization: {}
|
||||||
|
phase: {}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
constituents_ = {k:table.get(v) for k,v in constituents.items()}
|
constituents_ = {k:table.get(v) for k,v in constituents.items()}
|
||||||
|
@ -271,6 +273,8 @@ class ConfigMaterial(Config):
|
||||||
fraction: 1.0
|
fraction: 1.0
|
||||||
phase: Aluminum
|
phase: Aluminum
|
||||||
homogenization: SX
|
homogenization: SX
|
||||||
|
homogenization: {}
|
||||||
|
phase: {}
|
||||||
|
|
||||||
"""
|
"""
|
||||||
length = -1
|
length = -1
|
||||||
|
|
Loading…
Reference in New Issue