kev66
Electrical
- Apr 27, 2010
- 14
Hi,
I am planning to simulate a hexagonal network of 1500 nodes with a connector element connecting between each adjacent node pairs. The connectors are used to simulate a variable-stiffness spring as it's being stretched. I am currently using ABAQUS/CAE as the preprocessor and the only way I've found to create a connector is this:
1) create a wire in "part"
2) instance the part to "assembly"
3) in the interaction module, create a "wire" in assembly connecting the points of the wire instanced from "part" (essentially, overlapping an assembly-level wire with a part-level wire)
4) assign connector section to the assembly-level wire made in 3).
This is very inefficient if I want to create a large network of connectors because in step 3), I have to pick point pairs one by one. Is there a faster way to do this?
I can generate a list of the coordinates of the hexagonal network nodes and I am pretty sure that it can be done easily by editing the .inp file itself and I tried to look at a .inp file created by ABAQUS/CAE with one connector element assigned; however, in the file, instead of seeing the coordinates being used to assigned the connector, it uses a name to identify the position for connector (e.g. "wireset-1"); so, I am not sure if I can simply copy the list of coordinates of the hexagonal network here.
Could someone please give some pointers on how to solve this?
Thanks.
I am planning to simulate a hexagonal network of 1500 nodes with a connector element connecting between each adjacent node pairs. The connectors are used to simulate a variable-stiffness spring as it's being stretched. I am currently using ABAQUS/CAE as the preprocessor and the only way I've found to create a connector is this:
1) create a wire in "part"
2) instance the part to "assembly"
3) in the interaction module, create a "wire" in assembly connecting the points of the wire instanced from "part" (essentially, overlapping an assembly-level wire with a part-level wire)
4) assign connector section to the assembly-level wire made in 3).
This is very inefficient if I want to create a large network of connectors because in step 3), I have to pick point pairs one by one. Is there a faster way to do this?
I can generate a list of the coordinates of the hexagonal network nodes and I am pretty sure that it can be done easily by editing the .inp file itself and I tried to look at a .inp file created by ABAQUS/CAE with one connector element assigned; however, in the file, instead of seeing the coordinates being used to assigned the connector, it uses a name to identify the position for connector (e.g. "wireset-1"); so, I am not sure if I can simply copy the list of coordinates of the hexagonal network here.
Could someone please give some pointers on how to solve this?
Thanks.