base_thermal

class materials.base_thermal[source]

Bases: linear_elastic

Material with linear-elastic and thermal behaviour.

Attributes Summary

initial_temperature

[mandatory] initial temperature, \(T_0\), [\(\theta\)]

max_temp

[optional] maximum temperature, \(T_\mathrm{max}\), [\(\theta\)]

min_temp

[optional] minimum temperature, \(T_\mathrm{min}\), [\(\theta\)]

thermal_capacity

[mandatory] thermal capacity, \(c_p\), [\(E/\theta\)]

thermal_conductivity

[mandatory] thermal conductivity, \(k\), [\(E/(LT\theta)\)]

Attributes Documentation

initial_temperature: float = None

[mandatory] initial temperature, \(T_0\), [\(\theta\)]

max_temp: float = None

[optional] maximum temperature, \(T_\mathrm{max}\), [\(\theta\)]

min_temp: float = None

[optional] minimum temperature, \(T_\mathrm{min}\), [\(\theta\)]

thermal_capacity: float = None

[mandatory] thermal capacity, \(c_p\), [\(E/\theta\)]

thermal_conductivity: float = None

[mandatory] thermal conductivity, \(k\), [\(E/(LT\theta)\)]

thermal_conductivity: float = None

[mandatory] thermal conductivity, \(k\), [\(E/(LT\theta)\)]

thermal_capacity: float = None

[mandatory] thermal capacity, \(c_p\), [\(E/\theta\)]

initial_temperature: float = None

[mandatory] initial temperature, \(T_0\), [\(\theta\)]

min_temp: float = None

[optional] minimum temperature, \(T_\mathrm{min}\), [\(\theta\)]

max_temp: float = None

[optional] maximum temperature, \(T_\mathrm{max}\), [\(\theta\)]