Change in plan for Weak BC #110
Goldeninscriptions
started this conversation in
Ideas
Replies: 1 comment
-
我们可以考虑将face_id作为一个optional的member data放置到目前的elembc_3d中。这样可以兼顾之前的实现,同时对于需要遍历体单元的情况,我们可以通过face_id加global_cell获得三角/四边形对应的tet或hex单元的全部信息。 |
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
-
Design new file names and new class names, ElemBC_3D_turbulent_wall etc.
Design a new basic class for ElemBC, with which we use grad(NA) of volume element to calculate the surface integral.
Move C_bI and Q from preprocessor to driver.
Design a set of QuadPts_Gauss_..._boundary(boundary_id) classes
Design a member of FEAElement which connects to the boundary element, and a member function to get the outward normal and Jacobian at boundary quadrature points
Beta Was this translation helpful? Give feedback.
All reactions