Searched refs:TotalSpecificEnthalpy_fwd (Results 1 – 3 of 3) sorted by relevance
132 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()
58 CEED_QFUNCTION_HELPER CeedScalar TotalSpecificEnthalpy_fwd(NewtonianIGProperties gas, const State s… in TotalSpecificEnthalpy_fwd() function
436 dH = TotalSpecificEnthalpy_fwd(gas, state0, dstate0); in TestTotalSpecificEnthalpy_fwd()