Pyvista mesh Modification #34
Unanswered
AnthonyB08
asked this question in
Q&A
Replies: 1 comment 2 replies
-
There is a way to scale the domain through |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After importing my .vtu file with pyvista I would like to adjust the mesh boundaries to make the radial axis dimensions. How do I visualize the data as an array so that I may modify it accordingly?
As seen below, the R-axis goes from 0.0 to 7.5 which is the radius of my domain. However, MOOSE solved the problem as an axis symmetrical domain revolving around the X-axis. MOOSE, when exporting the data, does not change the mesh to axis-symmetric as seen below. Therefore, if I can modify the bounds so that each increment, in the radial direction, is divided by the max value. I can represent the axis as a dimensionless quantity of x/D.
Beta Was this translation helpful? Give feedback.
All reactions