The Report-File Method works fine, but I can't believe there isn't a more direct way of getting to these values. Where is the Report-File getting them from?
There must be a more efficient method than what my original code is doing. See the code below. I'm trying to get the TOTAL of every stress...
Wow, thanks Dave.
Great Tip. That would have made my scripting easier if I knew it ahead of time. I will definately still implement that!
I have another question regarding scripting and Materials libraries. Is there some easy way to add Materials into a Material library via scripting? (the...
Thanks for your tipps Mustaine3.
I tried summing the data directly. It does take less time, but still takes ages.
My workaround I managed today is that I create a report file for each step in which I have a couple of "Total" lines since there are more Sections.
The files are read via python and...
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...