ebdoep22
Aerospace
- Jan 14, 2013
- 21
I will describe this problem using some simple geometry though the actual model is more complicated. The problem is limited to 2D planar. Ultimately this will be a shape optimization problem, but right now I just want to do a parameter study.
--Setup
I have a square plate with a circular region defined within it. The outer square and inner circle have different material properties. Ultimately there will be optimization that takes place, so I have a Matlab script which defines the square plate, and the circle. The square plate will remain constant,but the circle size and placement will vary.
--Question
How can I take these regions defined in Matlab and mesh them for an Abaqus .inp file? I do know how to write .inp files from Matlab to Abaqus .inp, I just don't know how to redo the element connectivity matrix without opening CAE and meshing the regions, which is not feasible since there will be 100+ runs.
If I knew how to send seed node locations to Abaqus then it send back the node and element matrix I think I would be set.
--Things I have tried
I found a Matlab auto mesh routine, but it would mesh one region at a time and add additional nodes on the border between the plate and circular region. If nodes aren't shared by the two different materials they will not move together.
I can draw this in the CAE and then alter the node locations in .inp file, but if the nodes move large distance the mesh becomes distorted and really a new mesh connectivity matrix should be defined.
Any help would be appreciated.
--Setup
I have a square plate with a circular region defined within it. The outer square and inner circle have different material properties. Ultimately there will be optimization that takes place, so I have a Matlab script which defines the square plate, and the circle. The square plate will remain constant,but the circle size and placement will vary.
--Question
How can I take these regions defined in Matlab and mesh them for an Abaqus .inp file? I do know how to write .inp files from Matlab to Abaqus .inp, I just don't know how to redo the element connectivity matrix without opening CAE and meshing the regions, which is not feasible since there will be 100+ runs.
If I knew how to send seed node locations to Abaqus then it send back the node and element matrix I think I would be set.
--Things I have tried
I found a Matlab auto mesh routine, but it would mesh one region at a time and add additional nodes on the border between the plate and circular region. If nodes aren't shared by the two different materials they will not move together.
I can draw this in the CAE and then alter the node locations in .inp file, but if the nodes move large distance the mesh becomes distorted and really a new mesh connectivity matrix should be defined.
Any help would be appreciated.