29 August 2023 2 5K Report

I want to use DAMASK to run thin sheet RVE with semicircular notches. I would like to know if DAMASK can run this type of thin sheet RVE, and if so, how can I establish this RVE model.

This is the code I tried to use Neper to create RVE:

neper -T -n 320 -morpho gg -domain "cube(0.288,0.014,0.216)" -transform "cut(cylinder(0.144,0,0.216,0,0.014,0,0.096))"

When I converted the following code into a vtk file, the semicircle gap was automatically filled and an additional grain with ID 0 was added(This is the main issue)

neper -T -loadtess n320-id1.tess -format vtk

When I converted it into a vti file, it could not run in DAMASK due to the addition of grains with id -1.

grid=damask.Grid.load_Neper('n320-id1.vtk')

grid.save(f'n320-id1')

How should I solve this problem?

More Li Wen's questions See All
Similar questions and discussions