Searched refs:face_normal (Results 1 – 1 of 1) sorted by relevance
547 const CeedScalar face_normal = Dot3(normal, mean_velocity); in TravelingVortex_Inflow() local553 if (face_normal > 0) { in TravelingVortex_Inflow()562 v[0][i] -= wdetJb * rho_inlet * face_normal; in TravelingVortex_Inflow()565 …for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho_inlet * face_normal * mean_velocity[j… in TravelingVortex_Inflow()568 v[4][i] -= wdetJb * face_normal * (E_inlet + P_inlet); in TravelingVortex_Inflow()603 const CeedScalar face_normal = Dot3(normal, mean_velocity); in Euler_Outflow() local609 if (face_normal > 0) { // outflow in Euler_Outflow()