-
Fepx's simulation output files are output by element or node. I can't know which grain these elements and nodes correspond to. How can I obtain the stress or strain tensor of the specific grains? And if I want to get the lattice strain corresponding to a specific fiber orientation, what should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Just ask for it... If
You first have to define the fiber as an entity, as in |
Beta Was this translation helpful? Give feedback.
Just ask for it... If
stress
is defined for elements, you can get it for elsets (which represent grains) using-reselset stress
.You first have to define the fiber as an entity, as in
-entity "myfiber:fiber(1,0,0,1,0,0,15)"
. This will define the fiber as the set of elements whose orientations are within 15° of the (100)||X orientation fiber. This also automatically defines new options, suc…