Examples reflect actual behavior

This commit is contained in:
Martin Diehl 2020-12-18 07:09:05 +01:00
parent 403ac693da
commit 5fb0e4908b
1 changed files with 4 additions and 0 deletions

View File

@ -85,6 +85,8 @@ class ConfigMaterial(Config):
fraction: 1.0
phase: Steel
homogenization: SX
homogenization: {}
phase: {}
"""
constituents_ = {k:table.get(v) for k,v in constituents.items()}
@ -271,6 +273,8 @@ class ConfigMaterial(Config):
fraction: 1.0
phase: Aluminum
homogenization: SX
homogenization: {}
phase: {}
"""
length = -1