Go to the source code of this file.
|
| static auto | EshelbianPlasticity::G_eff (double C10, double tau) |
| |
| static auto | EshelbianPlasticity::E_eff (double C10, double K, double tau) |
| |
| static auto | EshelbianPlasticity::nu_eff (double C10, double K, double tau) |
| |
| static auto | EshelbianPlasticity::calc_c10 (double E, double nu) |
| |
| static auto | EshelbianPlasticity::calc_K (double E, double nu) |
| |
| static auto | EshelbianPlasticity::calc_bulk_modulus (double lambda, double shear_modulus_G) |
| |
| static auto | EshelbianPlasticity::calc_effective_elastic_params (double E, double nu, double diagonal_strain) |
| |
| template<typename OP_PTR > |
| std::tuple< std::string, VectorDouble > | EshelbianPlasticity::getAnalyticalExternalStrain (OP_PTR op_ptr, VectorDouble &analytical_expr, const std::string block_name) |
| |
| template<typename OP_PTR > |
| VectorDouble | EshelbianPlasticity::getAnalyticalElastic (OP_PTR op_ptr, const std::string block_name) |
| |