Guidance on Implementing Custom SR2Invariants (e.g., Equivalent Stress)? #305
Replies: 2 comments 3 replies
|
I'd recommend you to implement this as a separate, custom model. We have a set of tutorials to walk you through this process: https://applied-material-modeling.github.io/neml2/tutorials-extension.html In your equation, input variables are We have a template project serving as the boilerplate for hosting your own models: https://github.com/applied-material-modeling/neml2-custom-lib-template
I didn't quite understand this question -- I don't see any exponentiation in your equation. Can you elaborate? |
|
The template https://github.com/applied-material-modeling/neml2-custom-lib-template worked well. That's a good job. |


I'd recommend you to implement this as a separate, custom model. We have a set of tutorials to walk you through this process: https://applied-material-modeling.github.io/neml2/tutorials-extension.html
In your equation, input variables are$\sigma$ and $\sigma_b$ , output variable is $F$ , and parameters are $h$ and $l$ .
We have a template project serving as the boilerplate for hosting your own models: https://github.com/applied-material-modeling/neml2-custom-lib-template
I didn't quite understand this question -- I don't see any exponentiation in your equation. Can you elaborate?