Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h136 CeedScalar dH_left = TotalSpecificEnthalpy_fwd(gas, left, dleft); in ComputeHLLSpeeds_Roe_fwd()
137 CeedScalar dH_right = TotalSpecificEnthalpy_fwd(gas, right, dright); in ComputeHLLSpeeds_Roe_fwd()
H A Dnewtonian_state.h65 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIdealGasContext gas, const Stat… in TotalSpecificEnthalpy_fwd() function
/libCEED/examples/fluids/problems/
H A Dbc_freestream.c477 dH = TotalSpecificEnthalpy_fwd(gas, state0, dstate0); in TestTotalSpecificEnthalpy_fwd()