Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h61 CeedScalar e_internal = gas->cv * s.Y.temperature; in TotalSpecificEnthalpy() local
76 CeedScalar e_internal = e_total - e_kinetic; in StatePrimitiveFromConservative() local
91 CeedScalar e_internal = e_total - e_kinetic; in StatePrimitiveFromConservative_fwd() local
159 CeedScalar e_internal = gas->cv * Y.temperature; in StateConservativeFromPrimitive() local
174 CeedScalar e_internal = gas->cv * s.Y.temperature; in StateConservativeFromPrimitive_fwd() local
186 const CeedScalar e_internal = U.E_total - e_kinetic; in StateEntropyFromConservative() local
226 const CeedScalar e_internal = -gas->cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy() local
246 const CeedScalar e_internal = -gas->cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy_fwd() local
H A Dchannel.h121 const CeedScalar e_internal = gas->cv * s_exact.Y.temperature; in Channel_Inflow() local
/libCEED/examples/fluids/problems/
H A Dnewtonian.c121 const CeedScalar e_internal = gas->cv * T; in UnitTests_Newtonian() local