-
Dear DAMASK team, I want to simulate a simple shear of metallic material (blue region) with its top and bottom boundaries set as dislocation impenetrable boundaries. I generate a bi-material-like geometry by setting one layer mesh on the top and bottom (red regions), these red regions are assigned another material property, which acts like rigid clamps and only under elastic deform. I am not sure whether it is possible by this boundary can impose a simple shear to the interior plastic deform region? whether rigid clamps's material must define all the elastic modules, orientation etc. , material and loading inputs as follow, Thank you and best regards, ruanqc input1: shearXY.yaml
input2: material.yaml Fe: material:
in order to upload the geom.vti file, i added .txt after it (should work after delete '.txt') |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The 'boundary conditions' specified for the grid solver are not truly applied at any boundary but prescribe the volume-averaged response. In other words, if you prescribe purely mechanical boundary conditions—as you do—the The resulting shape change of the red layer in your geometry is then a function of the stiffness and strength assigned to it. |
Beta Was this translation helpful? Give feedback.
The internal (blue) volume undergoes simple shear provided that the red volume is at least as stiff/strong as the blue one. If the red material were too soft, then most of the enforced deformation would be accommodated by it, causing the response of the interior blue part to become less well controlled.
The nonlocal model has two parameters
that govern the transmissivity of dislocations through boundaries. For phase boundaries, the transmissivity is internally set to be always zero. Hence, if you were to define red as a d…