You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Element size in cartesian directions should be calculable via the Jacobian of the element to it's parent space. See StackExchange answer for possible info on calculating for triangles.
To get element sizes in wall-relative locations, rotation tensor transformation should be all that's needed to turn the Jacobian into the correct direction. Here, the correct "wall-relative" direction would be determined by the gradient of the wall distance. Then, a "streamwise" vector would need to be defined, with the "spanwise" vector simply being the cross product of the streamwise and gradient-of-wall-distance vectors.
The text was updated successfully, but these errors were encountered:
Element size in cartesian directions should be calculable via the Jacobian of the element to it's parent space. See StackExchange answer for possible info on calculating for triangles.
To get element sizes in wall-relative locations, rotation tensor transformation should be all that's needed to turn the Jacobian into the correct direction. Here, the correct "wall-relative" direction would be determined by the gradient of the wall distance. Then, a "streamwise" vector would need to be defined, with the "spanwise" vector simply being the cross product of the streamwise and gradient-of-wall-distance vectors.
The text was updated successfully, but these errors were encountered: