OnlineFEASolver
Mechanical
- Apr 9, 2007
- 32
I have written a brute force script to convert S4 elements
in an Abaqus input deck to S8 ( For CalculiX to use ). The
problem is my script takes upto 20 minutes for a simple
20,000 shell element model.
My pseudo-code is:
First read nodal coordinates for all shells
Next automatically create a midside node for each element
Then for each element loop through all the elements to see
if it shares any closely spaced nodes ( based on distance
calculation between its nodes and every other node in the
model ).
So this last loop takes forever. I wonder if there is more
efficient way to do what I need?
Principal - General FEA Consulting Services
in an Abaqus input deck to S8 ( For CalculiX to use ). The
problem is my script takes upto 20 minutes for a simple
20,000 shell element model.
My pseudo-code is:
First read nodal coordinates for all shells
Next automatically create a midside node for each element
Then for each element loop through all the elements to see
if it shares any closely spaced nodes ( based on distance
calculation between its nodes and every other node in the
model ).
So this last loop takes forever. I wonder if there is more
efficient way to do what I need?
Principal - General FEA Consulting Services