Lines Matching refs:T
261 const CeedScalar T = 200; in TestRiemannHLL_fwd() local
263 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas->cv * T; in TestRiemannHLL_fwd()
266 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestRiemannHLL_fwd()
267 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()
323 const CeedScalar T = 200; in TestRiemannHLLC_fwd() local
325 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas->cv * T; in TestRiemannHLLC_fwd()
328 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestRiemannHLLC_fwd()
329 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()
385 const CeedScalar T = 200; in TestComputeHLLSpeeds_Roe_fwd() local
387 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas->cv * T; in TestComputeHLLSpeeds_Roe_fwd()
390 const CeedScalar Y0_left[5] = {p, u[0], u[1], u[2], T}; in TestComputeHLLSpeeds_Roe_fwd()
391 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()
460 const CeedScalar T = 200; in TestTotalSpecificEnthalpy_fwd() local
462 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas->cv * T; in TestTotalSpecificEnthalpy_fwd()
465 const CeedScalar Y0[5] = {p, u[0], u[1], u[2], T}; in TestTotalSpecificEnthalpy_fwd()