ansys / pydpf-post

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

Get stresses from simulation #232

Open GuillemBarroso opened 1 year ago

GuillemBarroso commented 1 year ago

Description of the feature

Get stresses (nodal, elemental and raw) from simulation data.

Return a DataObject with the requested info.

The users should be able to directly request:

nodal_stress = simulation.nodal_stress()
elemental_stress = simulation.elemental_stress()
raw_stress = simulation.raw_stress()

And to select by nodes, elements, named_selections, etc.

Steps for implementing the feature

No response

Useful links and references

N/A