-
Notifications
You must be signed in to change notification settings - Fork 8
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
Plasticity #142
base: main
Are you sure you want to change the base?
Plasticity #142
Conversation
} | ||
}; | ||
|
||
particles->createParticles( exec_space(), init_op ); |
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.
We should do this all in one step (as implemented in #139)
#include <CabanaPD.hpp> | ||
|
||
// Simulate crack propagation in a compact tension test. | ||
void crackBranchingExample( const std::string filename ) |
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.
Rename
void crackBranchingExample( const std::string filename ) | ||
{ | ||
// ==================================================== | ||
// Use default Kokkos spaces |
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.
Should be "Choose Kokkos spaces"
@pabloseleson fixed issues on my end here - let me know if the example is working. @abisner let me know if you have thoughts on design/even more tags |
Preliminary example of a compact tension test for the plasticity model. The plasticity model needs to be properly implemented. Right now, it overwrites the PMB model. The yield stretch is also currently hardcoded instead of reading it from the json file.