Support LSDYNA-specific results
Opened this issue · 1 comments
PProfizi commented
Description of the feature
As originally planned, the idea is to have a MechanicalSimulation.lsdyna
property which would then list LSDYNA-specific result APIs, including for global binout
results.
Steps for implementing the feature
Add an lsdyna
property to MechanicalSimulation
, which itself has result methods for LSDYNA-specific results.
The DataFrame
may have to be modified to handle results located on global
.
For example, DataFrame.plot()
would choose between a 3D view and a chart based on the DataFrame's MeshIndex
's location.
Useful links and references
No response
PProfizi commented
@FedericoNegri this will be required to allow for binout
result requests.