I have 2 different 3D solid geometries with different materials. By using subroutine UGRAIN, how to define the body with different material and different parameters for grain growth?
You may define them differently based on element number. For example, renumber elements in body 1 from and in body 2 from 100000, then use a IF(M.GE.100000) statement to separate two bodies in UGRAIN.
You may define them differently based on element number. For example, renumber elements in body 1 from and in body 2 from 100000, then use a IF(M.GE.100000) statement to separate two bodies in UGRAIN.