Hamid HQ
Mechanical
- Feb 3, 2022
- 2
Isight Abaqus component has scripting functionality through userscript_odb.py to extract parameters Isight does not extract by default. It appears that userscript_odb.py must use odbAccess module, and it does not have access to the modules typically used within Abaqus Viewer. One limitation seems to be that we cannot use viewports and the functions on viewports within userscript_odb.py. Functionality such as section points, envelope functions, and averaging in Abaqus Viewer are set with viewports.
For example, for a shell model, in order to obtain maximum von Mises stress in Abaqus Viewer, I might set Section Points to Envelope Max Absolute Value at Integration Points and use Averaging with 75% threshold, then read the maximum stress. Is it possible to get the same maximum stress value from within Isight?
Is there a way to use viewports in userscript_odb.py? Or alternatively, extract averaged and enveloped values using only odbAccess module?
For example, for a shell model, in order to obtain maximum von Mises stress in Abaqus Viewer, I might set Section Points to Envelope Max Absolute Value at Integration Points and use Averaging with 75% threshold, then read the maximum stress. Is it possible to get the same maximum stress value from within Isight?
Is there a way to use viewports in userscript_odb.py? Or alternatively, extract averaged and enveloped values using only odbAccess module?