How to output the nodal multi-variable value as CSV file? #29099
-
Hi developers, recently, I have been trying to use MOOSE to output all the variables on all the nodes or elements. I want a CSV with every row with the x and y coordinates of every node and corresponding variables (dispx, dispy, stress_xx, material properties etc.), but in MOOSE the displacement is nodal value and the stress, strain and material properties are element value, so if there's a way to change the element value to nodal value or change nodal value to element value so they can have be present in the same CSV file |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 15 replies
-
Hello You can use the ProjectionAux to project to or from a nodal variable. Guillaume |
Beta Was this translation helpful? Give feedback.
If you do what I mention here, you'll be down to 1 CSV file
add this:
and this