Home
last modified time | relevance | path

Searched defs:e_internal (Results 1 – 3 of 3) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h54 CeedScalar e_internal = gas.cv * s.Y.temperature; in TotalSpecificEnthalpy() local
69 CeedScalar e_internal = e_total - e_kinetic; in StatePrimitiveFromConservative() local
84 CeedScalar e_internal = e_total - e_kinetic; in StatePrimitiveFromConservative_fwd() local
152 CeedScalar e_internal = gas.cv * Y.temperature; in StateConservativeFromPrimitive() local
167 CeedScalar e_internal = gas.cv * s.Y.temperature; in StateConservativeFromPrimitive_fwd() local
179 const CeedScalar e_internal = U.E_total - e_kinetic; in StateEntropyFromConservative() local
219 const CeedScalar e_internal = -gas.cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy() local
239 const CeedScalar e_internal = -gas.cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy_fwd() local
H A Dchannel.h113 const CeedScalar e_internal = gas.cv * s_exact.Y.temperature; in Channel_Inflow() local
/honee/problems/
H A Dnewtonian.c745 const CeedScalar e_internal = gas.cv * T; in UnitTests_Newtonian() local