MaterialPropertyThermalModifier#

class ansys.edb.core.definition.material_property_thermal_modifier.MaterialPropertyThermalModifier(msg)#

Representing material property thermal modifiers.

Methods

MaterialPropertyThermalModifier.create([...])

Create a material property thermal modifier.

Attributes

MaterialPropertyThermalModifier.expression

Value: Expression value representing the thermal modifier.

MaterialPropertyThermalModifier.id

int: Unique ID of the EDB object.

MaterialPropertyThermalModifier.is_null

bool: Flag indicating if the object exists in the database.

MaterialPropertyThermalModifier.msg

EDBObjMessage: Protobuf message that represents the object's ID.

MaterialPropertyThermalModifier.quadratic_model_params

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