-
I am running a steady state heat equation problem in PyMAPDL. The solution (temperature) field is plotted below: I now want to plot the heat flux/temperature gradients using PLESOL However, when I open the gui What could be the issue? I also tried to : but I get an array of 0s as output. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Interesting. I would make sure you have selected everything before plotting: mapdl.allsel()
mapdl.plesol("TF","X") If that not works, I would open an issue and attach the minimum code that can reproduce that issue. |
Beta Was this translation helpful? Give feedback.
-
@germa89 @VHB4910 'power' graphics are the default when running mapdl interactively. Mike |
Beta Was this translation helpful? Give feedback.
Interesting. I would make sure you have selected everything before plotting:
If that not works, I would open an issue and attach the minimum code that can reproduce that issue.