Lines Matching refs:Y
53 CeedScalar Y[5] = {0.}; in Exact_Channel() local
54 Y[0] = P0; in Exact_Channel()
55 Y[1] = umax * (1 - Square((x[1] - center) / H)); in Exact_Channel()
56 Y[2] = 0.; in Exact_Channel()
57 Y[3] = 0.; in Exact_Channel()
58 Y[4] = theta; in Exact_Channel()
60 return StateFromY(gas, Y); in Exact_Channel()
118 const CeedScalar P = s_inside.Y.pressure; in Channel_Inflow()
121 const CeedScalar e_internal = gas->cv * s_exact.Y.temperature; in Channel_Inflow()
123 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow()
130 const CeedScalar u_normal = Dot3(norm, s_exact.Y.velocity); in Channel_Inflow()
137 …for (CeedInt j = 0; j < 3; j++) v[j + 1][i] -= wdetJb * (rho_in * u_normal * s_exact.Y.velocity[j]… in Channel_Inflow()