quadratic_model_params#

property MaterialPropertyThermalModifier.quadratic_model_params#

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

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

This property is read-only.