Heterogeneous material Abaqus
Heterogeneous material Abaqus
(OP)
Hello everyone
I have an object in Abaqus which I should set two different materials mixed together. I am trying to do it through Python but I do not know how to select the elements I would change the material of. Does anyone know how to change the material of a set of random elements?
Thanks in advance
I have an object in Abaqus which I should set two different materials mixed together. I am trying to do it through Python but I do not know how to select the elements I would change the material of. Does anyone know how to change the material of a set of random elements?
Thanks in advance





RE: Heterogeneous material Abaqus
If so then you can assign the sets a section & material eg...
CODE --> Python
You can repeat for the other set.
RE: Heterogeneous material Abaqus
I mean I need an object with a material, iron for example, and small intersections of another material spread through my object. This way I will have two parts with different materials
RE: Heterogeneous material Abaqus
You dont need to split your model into 2 separate parts.