BasicQuadraticParams#

class ansys.edb.core.utility.BasicQuadraticParams(temp_ref_val='22cel', c1_val=<ansys.edb.core.utility.value.Value object>, c2_val=<ansys.edb.core.utility.value.Value object>)#

Represents basic quadratic parameters.

Attributes:
temp_ref_valstr, int, float, complex, Value

Temperature reference value in the quadratic model.

c1_valstr, int, float, complex, Value

C1 value in the quadratic model.

c2_valstr, int, float, complex, Value

C2 value in the quadratic model.

Methods