conspire::constitutive::thermal

Trait Thermal

Source
pub trait Thermal<'a>
where Self: Constitutive<'a>,
{ }
Expand description

Required methods for thermal constitutive models.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<'a> Thermal<'a> for Fourier<'a>

Source§

impl<'a, C1, C2> Thermal<'a> for ThermoelasticThermalConduction<C1, C2>
where C1: Constitutive<'a>, C2: Constitutive<'a>,

Source§

impl<'a, C1, C2> Thermal<'a> for ThermohyperelasticThermalConduction<C1, C2>
where C1: Constitutive<'a>, C2: Constitutive<'a>,