Home
last modified time | relevance | path

Searched refs:rho_in (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dchannel.h114 const CeedScalar rho_in = P / ((gamma - 1) * e_internal); in Channel_Inflow() local
115 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow()
116 const CeedScalar E = rho_in * e_internal + E_kinetic; in Channel_Inflow()
126 v[0][i] -= wdetJb * rho_in * u_normal; 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()