Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Driemann_solver.h132 CeedScalar dH_left = TotalSpecificEnthalpy_fwd(gas, left, dleft); in ComputeHLLSpeeds_Roe_fwd()
133 CeedScalar dH_right = TotalSpecificEnthalpy_fwd(gas, right, dright); in ComputeHLLSpeeds_Roe_fwd()
H A Dnewtonian_state.h58 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s… in TotalSpecificEnthalpy_fwd() function
/honee/problems/
H A Dbc_freestream.c436 dH = TotalSpecificEnthalpy_fwd(gas, state0, dstate0); in TestTotalSpecificEnthalpy_fwd()