fedoo.constitutivelaw.ThermalProperties
- class ThermalProperties(thermal_conductivity, specific_heat, density, name='')
- __init__(thermal_conductivity, specific_heat, density, name='')
Methods
Return a dict with all the known ConstitutiveLaw (with a name).
ThermalProperties.get_local_frame([assembly])Return material frames, resolved at
assemblyGauss points.ThermalProperties.initialize(assembly, pb)Initialize the constitutive law for the current problem.
Reset the constitutive law.
ThermalProperties.set_local_frame(local_frame)Define the material coordinate frame.
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.
Name of the constitutive law.
Tag set to True once the law is intialized.