quadratic_model_params#

property MaterialPropertyThermalModifier.quadratic_model_params#

BasicQuadraticParams, AdvancedQuadraticParams: Quadratic model parameters of the thermal modifier.

The quadratic model is in this form: PropVal(Temp) = PropValRef[1 + C1(Temp - TempRef) + C2(Temp - TempRef)^2] where PropValRef = The original property value without the thermal modifier applied

This property is read-only.