We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ba9fd commit 5f56b30Copy full SHA for 5f56b30
moorpy/helpers.py
@@ -821,7 +821,8 @@ def loadLineProps(source):
821
output[mat]['MBL_d2' ] = getFromDict(props, 'MBL_d2' , default=0.0)
822
output[mat]['MBL_d3' ] = getFromDict(props, 'MBL_d3' , default=0.0)
823
output[mat]['dvol_dnom'] = getFromDict(props, 'dvol_dnom', default=1.0)
824
-
+ output[mat]['creep_rate'] = getFromDict(props, 'creep_rate', default=0.0)
825
+ output[mat]['corrosion_rate'] = getFromDict(props, 'corrosion_rate', default=0.0)
826
# special handling if material density is provided
827
if 'density' in props:
828
if 'dvol_dnom' in props:
0 commit comments