-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We would need to modify TensileTest in the following ways:
- Add an
elastic_rangeattribute (analogous to the currentplastic_rangeattribute). Sensible default range would perhaps be [0, 0.01] - Remove the default value of the Young's modulus - this doesn't make much sense. Instead, we should raise an exception when the Young's modulus is not set but a method that requires it is invoked.
- Add a method
fit_youngs_moduluswhich should fit the true stress-strain data within theelastic_rangeto a straight line model and then set theyoungs_modulusattribute (overwriting the previous value) - Add more visualisations to the
TensileTest.showmethod:- Elastic and plastic ranges
- Fitted elastic data
Metadata
Metadata
Labels
enhancementNew feature or requestNew feature or request