Home
last modified time | relevance | path

Searched refs:GasConstant (Results 1 – 5 of 5) sorted by relevance

/honee/qfunctions/
H A Dnewtonian_state.h44 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIGProperties gas) { return gas.cp - gas.cv; } in GasConstant() function
94 const CeedScalar rho = Y.pressure / (GasConstant(gas) * Y.temperature); in StateEntropyFromPrimitive()
108 … = (dY.pressure * s.Y.temperature - s.Y.pressure * dY.temperature) / (GasConstant(gas) * s.Y.temp… in StateEntropyFromPrimitive_fwd()
126 Y.temperature = -1 / (GasConstant(gas) * V.S_energy); in StatePrimitiveFromEntropy()
139 dY.temperature = dV.S_energy / (GasConstant(gas) * V.S_energy * V.S_energy); in StatePrimitiveFromEntropy_fwd()
150 U.density = Y.pressure / (GasConstant(gas) * Y.temperature); in StateConservativeFromPrimitive()
161 …dU.density = (dY.pressure * s.Y.temperature - s.Y.pressure * dY.temperature) / (GasConstant(gas) *… in StateConservativeFromPrimitive_fwd()
219 const CeedScalar e_internal = -gas.cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy()
239 const CeedScalar e_internal = -gas.cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy_fwd()
240 …const CeedScalar de_internal = gas.cv * dV.S_energy / (GasConstant(gas) * V.S_energy * V.S_energy); in StateConservativeFromEntropy_fwd()
H A Dstg_shur14.h253 const CeedScalar Rd = GasConstant(stg_ctx->newt_ctx.gas); in StgShur14Preprocess()
296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg()
352 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow()
423 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow_Jacobian()
487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
H A Dtaylorgreen.h30 CeedScalar R = GasConstant(gas); in ICsTaylorGreen()
H A Dblasius.h76 CeedScalar Rd = GasConstant(blasius->newt_ctx.gas); in BlasiusSolution()
186 const CeedScalar Rd = GasConstant(gas); in Blasius_Inflow_Jacobian()
H A Ddensitycurrent.h91 const CeedScalar Rd = GasConstant(gas); in Exact_DC()