Home
last modified time | relevance | path

Searched defs:T (Results 1 – 4 of 4) sorted by relevance

/honee/problems/
H A Dbc_freestream.c220 const CeedScalar T = 200; in TestRiemannHLL_fwd() local
282 const CeedScalar T = 200; in TestRiemannHLLC_fwd() local
344 const CeedScalar T = 200; in TestComputeHLLSpeeds_Roe_fwd() local
419 const CeedScalar T = 200; in TestTotalSpecificEnthalpy_fwd() local
H A Dnewtonian.c739 const CeedScalar T = 200 * K; in UnitTests_Newtonian() local
/honee/qfunctions/
H A Dnewtonian_state.h48 CEED_QFUNCTION_HELPER CeedScalar SoundSpeed(NewtonianIGProperties gas, CeedScalar T) { return sqrt(… in SoundSpeed()
50 CEED_QFUNCTION_HELPER CeedScalar Mach(NewtonianIGProperties gas, CeedScalar T, CeedScalar u) { retu… in Mach()
H A Deulervortex.h81 CeedScalar rho, P, T, E, u[3] = {0.}; in Exact_Euler() local