Trait Thermal

Source
pub trait Thermal { }
Expand description

Required methods for thermal constitutive models.

Implementors§

Source§

impl<C1, C2> Thermal for ThermoelasticThermalConduction<C1, C2>
where C1: Thermoelastic, C2: ThermalConduction, Self: SolidThermal<C1, C2>,

Source§

impl<C1, C2> Thermal for ThermohyperelasticThermalConduction<C1, C2>
where C1: Thermohyperelastic, C2: ThermalConduction, Self: SolidThermal<C1, C2>,

Source§

impl<P> Thermal for Fourier<P>
where P: Parameters,