Skip to content

unable to see stress results #144

Answered by akaszynski
indominus-hub asked this question in Q&A
Discussion options

You must be logged in to vote

I know the issue. You'll want to load in the file, convert all the elements to their linear elements using linear_copy, and then output it again via:

import pyvista as pv
mesh = pv.read(<file you output>)
mesh.linear_copy().save('output.vtu')

The issue is that stresses are not evaluated at the midside nodes but those values are included in the output file. Best to simply ignore then using linear_copy.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@indominus-hub
Comment options

@indominus-hub
Comment options

@akaszynski
Comment options

Answer selected by mikerife
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants