-
I'm trying to generate microstructure of Dual Phase steel with Neper, I had success with creating .tess by use -group function to group it with id and visualize it with -V module but I can't meshing it with a specific element set as set 1 for group 1 and set 2 for group 2 in order to use as input file to perform RVE simulation on Abaqus . The code that I used are below:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Writing elsets for phases is sort of gray area for Neper, as it widely assumes that elsets represent individual grains. I understand that, in your simulation, all grains of the same group/phase will be assigned the same behavior. Couldn't you just keep the elsets as they are and assign the same material behavior to all elsets/grains of the same group/phase? |
Beta Was this translation helpful? Give feedback.
Writing elsets for phases is sort of gray area for Neper, as it widely assumes that elsets represent individual grains. I understand that, in your simulation, all grains of the same group/phase will be assigned the same behavior. Couldn't you just keep the elsets as they are and assign the same material behavior to all elsets/grains of the same group/phase?