Home
last modified time | relevance | path

Searched defs:entropy (Results 1 – 2 of 2) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h95 const CeedScalar entropy = log(Y.pressure) - gamma * log(rho); in StateEntropyFromPrimitive() local
129 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StatePrimitiveFromEntropy() local
181 const CeedScalar entropy = log(p) - gamma * log(U.density); in StateEntropyFromConservative() local
214 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StateConservativeFromEntropy() local
232 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StateConservativeFromEntropy_fwd() local
/honee/problems/
H A Dnewtonian.c748 const CeedScalar entropy = log(P) - gamma * log(rho); in UnitTests_Newtonian() local