-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cube Creation in Abaqus #6
Comments
Also, what is the dimension of the domain, its default values is 5. |
Mote3D generates a random particle distribution. If you import the geometry into Abaqus, Boolean operations (merge, cut, fuse etc.) can be used to combine the particles with other parts (created directly in Abaqus) to create multiphase microstructures. If you would like to create a cubic domain containing particles, you need to import the particle distribution first, then create a solid cube in Abaqus, then subtract the particle domain from the cube (Boolean cut) in the Abaqus assembly to create a "matrix domain", and then merge the particles with this "matrix domain". The dimensions of the domain are arbitrary. |
By the way, there's a video on youtube that describes the process: |
Thank you! That videos definitely helps.
Regards,
Ashwin Gaonkar
…Sent from my iPhone
On Aug 11, 2020, at 09:52, Mote3D <[email protected]> wrote:
This message was sent from a non-IU address. Please exercise caution when clicking links or opening attachments from external sources.
By the way, there's a video on youtube that describes the process:
https://www.youtube.com/watch?v=Exvxa4xouBs
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#6 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQHDDACP5AAX5X6GWYFSF3DSAFEIHANCNFSM4PS5DM4Q>.
|
I tried to create a particulate composite microstructure with a variance of diameter as zero (eg picture as shown in the first page github MOTE3D) by merging with a cube. I face merge error always. I tried with vol fraction of 0.1 and 0.25. Any help or directions I should try in this regard would be helpful. Generating a porous microstructure is very easy by using cut option of ABAQUS in the assembly module. |
Hey,
So after importing the respective .py script into Abaqus and running the script, the particles are generated but not merged to one full part/cube, any clues as to how to do it? Thank you.
The text was updated successfully, but these errors were encountered: