Partial of vector V with respect the normal vector #26844
Answered
by
GiudGiud
TLWise
asked this question in
Q&A Modules: General
-
Is there an example code that implements the partial derivative of vector V with respect the partial derivative of the normal vector, with that operation then multiplied by the normal direction, example n_y? |
Beta Was this translation helpful? Give feedback.
Answered by
GiudGiud
Feb 20, 2024
Replies: 1 comment 4 replies
-
This is different than the projection of the gradient onto the normal, e.g. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont think so. We have (grad_u * n) in SideDiffusiveFluxIntegral but no multipliciation by the normal after.
It still shows how to get the gradient and what the normal vector is in the code
It should be pretty easy to make a new postprocessor though.
Once you know grad_V, computing dV/dn is simple math, and then multiplying by n_y is trivial too