ansys / pydpf-post

Data Processing Framework - Post Processing Module
https://post.docs.pyansys.com
MIT License
43 stars 10 forks source link

Support LSDYNA-specific results #544

Open PProfizi opened 10 months ago

PProfizi commented 10 months ago

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 10 months ago

@FedericoNegri this will be required to allow for binout result requests.