Skip to main content

HyperelasticViscoplasticElements

Trait HyperelasticViscoplasticElements 

Source
pub trait HyperelasticViscoplasticElements<S, const D: usize>{
    // Required method
    fn helmholtz_free_energy(
        &self,
        nodal_coordinates: &NodalCoordinates<D>,
        state_variables: &S,
    ) -> Result<Quantity<Energy>, ElementModelError>;
}

Required Methods§

Source

fn helmholtz_free_energy( &self, nodal_coordinates: &NodalCoordinates<D>, state_variables: &S, ) -> Result<Quantity<Energy>, ElementModelError>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§