Searched full:cv (Results 1 – 15 of 15) sorted by relevance
| /honee/qfunctions/ |
| H A D | stabilization.h | 74 const CeedScalar cv = gas.cv; in Tau_diagPrim() local 99 Tau_d[2] = Ctau_E / (fact * cv); in Tau_diagPrim() 102 …// Ctau_E * Tau_d[1] /cv to avoid a division if the compiler is smart enough to see that cv IS a c… in Tau_diagPrim() 104 …// OR we could absorb cv into Ctau_E but this puts more burden on user to know how to change const… in Tau_diagPrim()
|
| H A D | densitycurrent.h | 50 // rho = P0 Pi**(cv/Rd) / (Rd theta) 51 // E = rho (cv T + (u u)/2 + g z) 66 // cv , Specific heat, constant volume 68 // Rd = cp - cv, Specific heat difference
|
| H A D | newtonian_state.h | 42 …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 D | eulervortex.h | 46 // cv , Specific heat, constant volume 50 // gamma = cp / cv, Specific heat ratio 67 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() 258 // cv , Specific heat, constant volume 261 // gamma = cp / cv, Specific heat ratio 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 D | newtonian_types.h | 24 CeedScalar cv; member
|
| H A D | stg_shur14.h | 351 const CeedScalar cv = gas.cv; in StgShur14Inflow() local 378 // Temperature is being set weakly (theta0) and for constant cv this sets E_internal in StgShur14Inflow() 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 D | shocktube.h | 22 CeedScalar cv; member 61 // cv , Specific heat, constant volume 64 // gamma = cp / cv, Specific heat ratio 204 // cv , Specific heat, constant volume 207 // gamma = cp / cv, Specific heat ratio
|
| H A D | newtonian.h | 150 // E - Total Energy Density, E = rho (cv T + (u u)/2 + g z) 171 // TauE = TauM / (Ce cv) 179 // cv , Specific heat, constant volume 182 // gamma = cp / cv, Specific heat ratio
|
| H A D | channel.h | 113 const CeedScalar e_internal = gas.cv * s_exact.Y.temperature; in Channel_Inflow()
|
| H A D | blasius.h | 208 CeedScalar dE_internal = drho * gas.cv * S_infty.Y.temperature; in Blasius_Inflow_Jacobian()
|
| /honee/problems/ |
| H A D | channel.c | 96 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 D | newtonian.c | 391 .cv = 717., in NS_NEWTONIAN_IG() 417 …cCall(PetscOptionsScalar("-cv", "Heat capacity at constant volume", NULL, newtonian_ig_ctx->gas.cv… 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()
|
| H A D | bc_freestream.c | 222 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()
|
| /honee/examples/ |
| H A D | taylor_green_vortex.yaml | 19 cv: 717
|
| /honee/doc/ |
| H A D | runtime_options.md | 448 * - `-cv`
|