fedoo.constitutivelaw.ThermalProperties

class ThermalProperties(thermal_conductivity, specific_heat, density, name='')
__init__(thermal_conductivity, specific_heat, density, name='')

Methods

ThermalProperties.get_all()

Return a dict with all the known ConstitutiveLaw (with a name).

ThermalProperties.initialize(assembly, pb)

Initialize the constitutive law for the current problem.

ThermalProperties.reset()

Reset the constitutive law.

ThermalProperties.set_start(assembly, pb)

Begin a new time iteration.

ThermalProperties.to_start(assembly, pb)

Restart the current time iteration.

ThermalProperties.update(assembly, pb)

Update the constitutive law for the current problem state.

ThermalProperties.name

Name of the constitutive law.