Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dchannel.h110 State s_exact = Exact_Channel(3, 0., x, 5, ctx); in Channel_Inflow() local
112 UnpackState_U(s_exact.U, q_exact); 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()