Trait Thermohyperelastic

Source
pub trait Thermohyperelastic
where Self: Thermoelastic,
{ // Required method fn helmholtz_free_energy_density( &self, deformation_gradient: &DeformationGradient, temperature: &Scalar, ) -> Result<Scalar, ConstitutiveError>; }
Expand description

Required methods for thermohyperelastic constitutive models.

Required Methods§

Source

fn helmholtz_free_energy_density( &self, deformation_gradient: &DeformationGradient, temperature: &Scalar, ) -> Result<Scalar, ConstitutiveError>

Calculates and returns the Helmholtz free energy density.

a = a(\mathbf{F},T)

Implementors§