Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Dnewtonian_state.h102 const CeedScalar entropy = log(Y.pressure) - gamma * log(rho); in StateEntropyFromPrimitive() local
136 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StatePrimitiveFromEntropy() local
188 const CeedScalar entropy = log(p) - gamma * log(U.density); in StateEntropyFromConservative() local
221 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StateConservativeFromEntropy() local
239 const CeedScalar entropy = gamma - (gamma - 1) * (V.S_density - e_kinetic * V.S_energy); in StateConservativeFromEntropy_fwd() local
/libCEED/examples/fluids/problems/
H A Dnewtonian.c124 const CeedScalar entropy = log(P) - gamma * log(rho); in UnitTests_Newtonian() local