cratepy.material.models.von_mises.build_hardening_parameters

build_hardening_parameters(type, material_properties)[source]

Build hardening parameters according with isotropic hardening type.

Parameters:
  • type (str) – Isotropic hardening law.

  • material_properties (dict) – Constitutive model material properties (key, str) values (item, {int, float, bool}).

Returns:

hardening_parameters – Isotropic hardening law parameters (key, str) values (item, float).

Return type:

dict