-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linear isotropic hardening #99
Conversation
Linear isotropic hardening file added.
C file added
Job Precheck on 706ab0e : invalidated by @hugary1995 Seems to be unrelated. |
Thank you very much for your contribution! This looks good to me. We didn't include a linear hardening law because we thought it is a special case of To merge your contribution, all of the tests below have to pass. There are several things you need to do to get the tests pass:
Please don't hesitate to ask if you have any questions. Thanks again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two minor requests. Otherwise this looks perfect.
Clang format and license added
clang format and lincense added
Okay this looks good to me now. I'll wait for the final test to pass before I merge it. I'm expecting the documentation test to fail, but that's fine for now.
@Sina-av Thanks for your contribution. |
Hi!
As the code already has some hardening laws, to be complete and easy to use I added the isotropic hardening law.
Based on works of Yin et al. and Ambati et al. degradation function is not applied to the yield surface. (But it can be done easily)
Please, let me know if you think this is a good idea, or if it needs work.
Thanks.