m_n_kappa.material.StressStrain#
- class m_n_kappa.material.StressStrain(stress, strain)#
Bases:
object
container for a stress-strain-point
New in version 0.1.0.
- Parameters:
stress (float) – stress of the point
strain (float) – strain of the point
Methods
pair
()stress-strain-point as list
Attributes
stress
strain
- pair()#
stress-strain-point as list
- Return type:
list[float]