-
|
Hi guys, Our mesh has surfaces that we apply BCs on them, I want to visualise the velocity normal to the surfaces, is it possible with MOOSE/Paraview? I know I can visualise the surface via Sets on Paraview, but I only can show node properties (velocity is a mesh property) Is there a way to work around this (like project element velocity value to the element surface [normal multiply?])? Thank you very much! Kind regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
|
Hello You ll want to look at auxkernels for that. Then in the auxkernel, also boundary restricted, you can set the value with velocity * _normal You ll want the DIffusionFluxAux but change from grad_u to just _u. There might be one already somewhere, but cant seem to find it Guillaume |
Beta Was this translation helpful? Give feedback.



@GiudGiud
I think it kinda almost works now, this is the updated code: