Searched refs:s_exact (Results 1 – 1 of 1) sorted by relevance
102 State s_exact = Exact_Channel(3, 0., x, 5, ctx); in Channel_Inflow() local104 UnpackState_U(s_exact.U, q_exact); in Channel_Inflow()113 const CeedScalar e_internal = gas.cv * s_exact.Y.temperature; in Channel_Inflow()115 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow()122 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow()129 …for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho_in * u_normal * s_exact.Y.velocity[j]… in Channel_Inflow()