Reason
Current implementation of the tritium material property classes (#444) perform a string comparison at every Qp when doing model == "enum_option_name". It's not ideal performance-wise.
Design
It'd be best to set A and Ea once in the material on initialSetup and no longer do any switches.
Impact
Better performances.
Reason
Current implementation of the tritium material property classes (#444) perform a string comparison at every Qp when doing
model == "enum_option_name". It's not ideal performance-wise.Design
It'd be best to set A and Ea once in the material on initialSetup and no longer do any switches.
Impact
Better performances.