MYSTRANsolver / MYSTRAN

MYSTRAN is a general purpose finite element analysis solver
https://www.mystran.com/
MIT License
52 stars 15 forks source link

nodal stresses/strains are not calculated for solid elements #38

Open SteveDoyle2 opened 7 months ago

SteveDoyle2 commented 7 months ago

This should be a pretty straightforward recovery given the stresses should be calculated at the integration points exactly. Stresses should then be extrapolated to the nodes. Not having this makes the stresses artificially low.

I don't know what the order of the polynomials is for the different elements (CTETRA, CPENTA, CHEXA) or if it changes based on the number of nodes/integration method, but hopefully wherever the centroidal stress is calculated, there's a pretty straightforward recovery step that can be easily extended.

SteveDoyle2 commented 7 months ago

This applies to all result formats.