conspire
0.5.8
Thermal
Implementors
In conspire::
constitutive::
thermal
conspire
::
constitutive
::
thermal
Trait
Thermal
Copy item path
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
,