HyperelasticViscoplastic

Trait HyperelasticViscoplastic 

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

Required methods for hyperelastic-viscoplastic constitutive models.

Required Methods§

Source

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

Calculates and returns the Helmholtz free energy density.

a = a(\mathbf{F}_\mathrm{e})

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§