f3dasm_simulate.abaqus.material.HardeningLaw
- class HardeningLaw(a=0.2, b=0.4, yield_stress=0.5)[source]
Bases:
ABC
Abstract class for the hardening law. The hardening law is defined by the hardening law table. The hardening law table is a 2D array with the first row being the strain and the second row being the stress.
List of Public Methods
plot the hardening law
Attributes
hardening_law_table
Methods