Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h111 CeedScalar H_left = TotalSpecificEnthalpy(gas, left); in ComputeHLLSpeeds_Roe()
112 CeedScalar H_right = TotalSpecificEnthalpy(gas, right); in ComputeHLLSpeeds_Roe()
134 CeedScalar H_left = TotalSpecificEnthalpy(gas, left); in ComputeHLLSpeeds_Roe_fwd()
135 CeedScalar H_right = TotalSpecificEnthalpy(gas, right); in ComputeHLLSpeeds_Roe_fwd()
H A Dnewtonian_state.h59 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy(NewtonianIdealGasContext gas, const State s)… in TotalSpecificEnthalpy() function
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c486 H0 = TotalSpecificEnthalpy(gas, state0); in TestTotalSpecificEnthalpy_fwd()
487 H1 = TotalSpecificEnthalpy(gas, state1); in TestTotalSpecificEnthalpy_fwd()