Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Deulervortex.h305 …const CeedScalar E_kinetic = 0.5 * rho * (u[0] * u[0] + u[1] * u[1] + u[2] * u[2]), E_internal = E… in Euler() local
425 …const CeedScalar E_kinetic = 0.5 * rho * (u[0] * u[0] + u[1] * u[1] + u[2] * u[2]), E_internal = E… in IFunction_Euler() local
610 const CeedScalar E_kinetic = (u[0] * u[0] + u[1] * u[1]) / 2.; in Euler_Outflow() local
611 const CeedScalar P = (E - E_kinetic * rho) * (gamma - 1.); // pressure in Euler_Outflow()
H A Dchannel.h115 const CeedScalar E_kinetic = .5 * rho_in * Dot3(s_exact.Y.velocity, s_exact.Y.velocity); in Channel_Inflow() local
116 const CeedScalar E = rho_in * e_internal + E_kinetic; in Channel_Inflow()
H A Dshocktube.h256 …const CeedScalar E_kinetic = 0.5 * rho * (u[0] * u[0] + u[1] * u[1] + u[2] * u[2]), E_internal = E… in EulerShockTube() local
H A Dstg_shur14.h375 const CeedScalar E_kinetic = .5 * rho * Dot3(u, u); in StgShur14Inflow() local
383 E_internal = q[4][i] - E_kinetic; // uses prescribed rho and u, E from solution in StgShur14Inflow()
387 const CeedScalar E = E_internal + E_kinetic; in StgShur14Inflow()