Lines Matching refs:Y
45 CeedScalar Y[5] = {0.}; in Exact_Channel() local
46 Y[0] = P0; in Exact_Channel()
47 Y[1] = umax * (1 - Square((x[1] - center) / H)); in Exact_Channel()
48 Y[2] = 0.; in Exact_Channel()
49 Y[3] = 0.; in Exact_Channel()
50 Y[4] = theta; in Exact_Channel()
52 return StateFromY(gas, Y); in Exact_Channel()
110 const CeedScalar P = s_inside.Y.pressure; 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()