use-elasticity 0.0.2

Scalar elasticity and mechanics-of-materials helpers for RustUse
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub use crate::{
    ElasticBar, ElasticMaterial, axial_deformation, axial_stiffness, bulk_modulus,
    bulk_modulus_from_youngs_and_poisson, change_in_length, change_in_volume,
    elastic_energy_density, elastic_energy_from_force_deformation,
    elastic_energy_from_spring_constant, final_length, force_from_axial_deformation,
    force_from_stress, is_common_poisson_ratio, normal_strain, normal_stress, poisson_ratio,
    pressure_change_from_bulk_modulus, shear_modulus, shear_modulus_from_youngs_and_poisson,
    shear_strain, shear_strain_from_modulus, shear_stress, shear_stress_from_modulus,
    strain_from_youngs_modulus, stress_from_youngs_modulus, transverse_strain_from_poisson_ratio,
    volume_strain, youngs_modulus, youngs_modulus_from_shear_and_poisson,
};