Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dstg_shur14.h376 CeedScalar E_internal, P; in StgShur14Inflow() local
379 E_internal = rho * cv * theta0; in StgShur14Inflow()
383 E_internal = q[4][i] - E_kinetic; // uses prescribed rho and u, E from solution in StgShur14Inflow()
384 P = E_internal * (gamma - 1.); in StgShur14Inflow()
387 const CeedScalar E = E_internal + E_kinetic; in StgShur14Inflow()
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
306 P = E_internal * (gamma - 1.); // P = pressure in Euler()
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
426 P = E_internal * (gamma - 1.); // P = pressure in IFunction_Euler()
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
257 P = E_internal * (gamma - 1); // P = pressure in EulerShockTube()