Home
last modified time | relevance | path

Searched refs:cv (Results 1 – 12 of 12) sorted by relevance

/honee/qfunctions/
H A Dstabilization.h74 const CeedScalar cv = gas.cv; in Tau_diagPrim() local
99 Tau_d[2] = Ctau_E / (fact * cv); in Tau_diagPrim()
H A Dnewtonian_state.h42 …FUNCTION_HELPER CeedScalar HeatCapacityRatio(NewtonianIGProperties gas) { return gas.cp / gas.cv; } in HeatCapacityRatio()
44 CEED_QFUNCTION_HELPER CeedScalar GasConstant(NewtonianIGProperties gas) { return gas.cp - gas.cv; } in GasConstant()
54 CeedScalar e_internal = gas.cv * s.Y.temperature; in TotalSpecificEnthalpy()
60 CeedScalar de_internal = gas.cv * ds.Y.temperature; in TotalSpecificEnthalpy_fwd()
70 Y.temperature = e_internal / gas.cv; in StatePrimitiveFromConservative()
86 dY.temperature = de_internal / gas.cv; in StatePrimitiveFromConservative_fwd()
152 CeedScalar e_internal = gas.cv * Y.temperature; in StateConservativeFromPrimitive()
167 CeedScalar e_internal = gas.cv * s.Y.temperature; in StateConservativeFromPrimitive_fwd()
168 CeedScalar de_internal = gas.cv * dY.temperature; in StateConservativeFromPrimitive_fwd()
219 const CeedScalar e_internal = -gas.cv / (GasConstant(gas) * V.S_energy); in StateConservativeFromEntropy()
[all …]
H A Dstg_shur14.h351 const CeedScalar cv = gas.cv; in StgShur14Inflow() local
379 E_internal = rho * cv * theta0; in StgShur14Inflow()
422 const CeedScalar cv = gas.cv; in StgShur14Inflow_Jacobian() local
447 CeedScalar dE_internal = drho * cv * theta0; in StgShur14Inflow_Jacobian()
H A Deulervortex.h67 const CeedScalar cv = 2.5; in Exact_Euler() local
138 q[4] = rho * (cv * T + (u[0] * u[0] + u[1] * u[1]) / 2.); in Exact_Euler()
153 q[4] = rho * (cv * T + (u[0] * u[0] + u[1] * u[1]) / 2.); in Exact_Euler()
167 q[4] = rho * (cv * T + (u[0] * u[0] + u[1] * u[1]) / 2.); in Exact_Euler()
527 const CeedScalar cv = 2.5; in TravelingVortex_Inflow() local
558 const CeedScalar E_inlet = rho_inlet * (cv * T_inlet + E_kinetic_inlet); in TravelingVortex_Inflow()
H A Dnewtonian_types.h24 CeedScalar cv; member
H A Dchannel.h113 const CeedScalar e_internal = gas.cv * s_exact.Y.temperature; in Channel_Inflow()
H A Dblasius.h208 CeedScalar dE_internal = drho * gas.cv * S_infty.Y.temperature; in Blasius_Inflow_Jacobian()
H A Dshocktube.h22 CeedScalar cv; member
/honee/problems/
H A Dchannel.c96 CeedScalar cv = newtonian_ig_ctx->gas.cv, cp = newtonian_ig_ctx->gas.cp; in NS_CHANNEL() local
97 CeedScalar Rd = cp - cv; in NS_CHANNEL()
H A Dbc_freestream.c222 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestRiemannHLL_fwd()
284 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestRiemannHLLC_fwd()
346 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestComputeHLLSpeeds_Roe_fwd()
421 const CeedScalar p = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in TestTotalSpecificEnthalpy_fwd()
H A Dnewtonian.c391 .cv = 717., in NS_NEWTONIAN_IG()
417 …eat capacity at constant volume", NULL, newtonian_ig_ctx->gas.cv, &newtonian_ig_ctx->gas.cv, NULL)… in NS_NEWTONIAN_IG()
477 newtonian_ig_ctx->gas.cv *= units->J_per_kg_K; in NS_NEWTONIAN_IG()
741 const CeedScalar P = (HeatCapacityRatio(gas) - 1) * rho * gas.cv * T; in UnitTests_Newtonian()
745 const CeedScalar e_internal = gas.cv * T; in UnitTests_Newtonian()
/honee/doc/
H A Druntime_options.md448 * - `-cv`