wasntme
Automotive
- May 14, 2016
- 5
Hello everyone!
I'm trying to figure out if there is a quick and easy way on getting the sum of S11 for example.
The Script I wrote for this task is described below:
I first read out the centroidal S11 component of every Element of the model from the odb file and append it to a tuple.
In another for-loop I sum up all the components of that tuple.
The problem I have with this solution is, that it takes ages for bigger meshes.
By using the Abaqus report it "spits out the sums" within a couple second. Is there a more efficient way I can get acces to these summed values via python Script?
Let me know if there is anything unclear and thanks in advance!
I'm trying to figure out if there is a quick and easy way on getting the sum of S11 for example.
The Script I wrote for this task is described below:
I first read out the centroidal S11 component of every Element of the model from the odb file and append it to a tuple.
In another for-loop I sum up all the components of that tuple.
The problem I have with this solution is, that it takes ages for bigger meshes.
By using the Abaqus report it "spits out the sums" within a couple second. Is there a more efficient way I can get acces to these summed values via python Script?
Let me know if there is anything unclear and thanks in advance!