Replies: 1 comment
-
|
A side can be non-planar, so most users call There's a new method, that works like that might work for you, but IIRC it was added for finite volume users and it's only currently implemented for first-order geometric elements. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi All,
This should be (I hope) a super quick question, but I am having terrible luck finding what I need in the documentation. I am using libMesh features in MOOSE development, and I need the normal vector an element side (so a face in 3D, edge in 2D) to compute the dot product between it and an incoming particle angle (for work in Magpie, for anyone interested...). Anyways, I am not finding a method for calling the side's normal vector... Would anyone have any suggestions?
Here is a clip of the code of interest:
Beta Was this translation helpful? Give feedback.
All reactions