quadratic_model_params#
- property MaterialPropertyThermalModifier.quadratic_model_params#
tupleof (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]wherePropValRefis the original material property value without the thermal modifier applied.This property is read-only.