Modifying the tutorial codes from RACCOON #23814
-
|
Hi I am a new user of Moose and RACCOON (A parallel finite-element code specialized in phase-field for fracture) and I am currently making simulations of crack and crack growth using phase field. I am using the tutorial code from RACCOON that is named "Tutorial 2: Mode-I crack propagation" where the full code can be found in "tutorials/mode1_brittle_fracture/elasticity.i". In that code the package I have looked through the library of RACOON but didn't find anything "anisotropy" related. I appreciate any help I can get. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
@hugary1995 will know more than me but to go from IsotropicElasticity to an anisotropic model, you just need to find the model that does not specify that it s isotropic. So here, maybe look for SmallDeformationElasticity, and if it doesn't exist, look for a similar model in the phase field module |
Beta Was this translation helpful? Give feedback.
-
|
RACCOON currently doesn't support anisotropic elasticity.
So, if you accept the challenge, show me your equations first, and then I can tell you which files to modify/adapt. |
Beta Was this translation helpful? Give feedback.
RACCOON currently doesn't support anisotropic elasticity.
So, if you accept the challenge, show me your equations first, and then I can tell you which files to modify/adapt.