Lines Matching refs:T
220 const CeedScalar T = 200; in TestRiemannHLL_fwd() local
222 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestRiemannHLL_fwd()
225 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestRiemannHLL_fwd()
226 const CeedScalar Y0_right[5] = {1.2 * p, 1.2 * u[0], 1.2 * u[1], 1.2 * u[2], 1.2 * T}; in TestRiemannHLL_fwd()
282 const CeedScalar T = 200; in TestRiemannHLLC_fwd() local
284 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestRiemannHLLC_fwd()
287 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestRiemannHLLC_fwd()
288 const CeedScalar Y0_right[5] = {1.2 * p, 1.2 * u[0], 1.2 * u[1], 1.2 * u[2], 1.2 * T}; in TestRiemannHLLC_fwd()
344 const CeedScalar T = 200; in TestComputeHLLSpeeds_Roe_fwd() local
346 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestComputeHLLSpeeds_Roe_fwd()
349 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestComputeHLLSpeeds_Roe_fwd()
350 const CeedScalar Y0_right[5] = {1.2 * p, 1.2 * u[0], 1.2 * u[1], 1.2 * u[2], 1.2 * T}; in TestComputeHLLSpeeds_Roe_fwd()
419 const CeedScalar T = 200; in TestTotalSpecificEnthalpy_fwd() local
421 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestTotalSpecificEnthalpy_fwd()
424 const CeedScalar Y0[5] = {p, u[0], u[1], u[2], T}; in TestTotalSpecificEnthalpy_fwd()