| /libCEED/examples/fluids/qfunctions/ |
| H A D | newtonian_state.h | 40 Y[4] = s.temperature; in UnpackState_Y() 61 CeedScalar e_internal = gas->cv * s.Y.temperature; in TotalSpecificEnthalpy() 67 CeedScalar de_internal = gas->cv * ds.Y.temperature; in TotalSpecificEnthalpy_fwd() 77 Y.temperature = e_internal / gas->cv; in StatePrimitiveFromConservative() 93 dY.temperature = de_internal / gas->cv; in StatePrimitiveFromConservative_fwd() 101 const CeedScalar rho = Y.pressure / (GasConstant(gas) * Y.temperature); in StateEntropyFromPrimitive() 115 …rho = (dY.pressure * s.Y.temperature - s.Y.pressure * dY.temperature) / (GasConstant(gas) * s.Y.t… in StateEntropyFromPrimitive_fwd() 133 Y.temperature = -1 / (GasConstant(gas) * V.S_energy); in StatePrimitiveFromEntropy() 146 dY.temperature = dV.S_energy / (GasConstant(gas) * V.S_energy * V.S_energy); in StatePrimitiveFromEntropy_fwd() 157 U.density = Y.pressure / (GasConstant(gas) * Y.temperature); in StateConservativeFromPrimitive() [all …]
|
| H A D | taylorgreen.h | 27 const CeedScalar density0 = reference.pressure / (reference.temperature * R); in ICsTaylorGreen() 38 Y[4] = reference.temperature; in ICsTaylorGreen()
|
| H A D | turb_spanstats.h | 34 v[TURB_MEAN_DENSITY_TEMPERATURE][i] = wdetJ * s.U.density * s.Y.temperature; in ChildStatsCollection() 35 …v[TURB_MEAN_DENSITY_TEMPERATURE_FLUX_X][i] = wdetJ * s.U.density * s.Y.temperature * s.Y.velocity[… in ChildStatsCollection() 36 …v[TURB_MEAN_DENSITY_TEMPERATURE_FLUX_Y][i] = wdetJ * s.U.density * s.Y.temperature * s.Y.velocity[… in ChildStatsCollection() 37 …v[TURB_MEAN_DENSITY_TEMPERATURE_FLUX_Z][i] = wdetJ * s.U.density * s.Y.temperature * s.Y.velocity[… in ChildStatsCollection()
|
| H A D | bc_freestream_type.h | 24 CeedScalar temperature; member
|
| H A D | bc_slip.h | 33 …lar Y_reflect[5] = {s.Y.pressure, vel_reflect[0], vel_reflect[1], vel_reflect[2], s.Y.temperature}; in Slip() 86 …lar Y_reflect[5] = {s.Y.pressure, vel_reflect[0], vel_reflect[1], vel_reflect[2], s.Y.temperature}; in Slip_Jacobian() 92 …_reflect[5] = {ds.Y.pressure, dvel_reflect[0], dvel_reflect[1], dvel_reflect[2], ds.Y.temperature}; in Slip_Jacobian()
|
| H A D | newtonian_types.h | 52 CeedScalar temperature; member
|
| H A D | blasius.h | 95 Y[4] = S_infty.Y.temperature * h[0]; in BlasiusSolution() 218 CeedScalar dE_internal = drho * gas->cv * S_infty.Y.temperature; in Blasius_Inflow_Jacobian() 221 dP = drho * Rd * S_infty.Y.temperature; // interior rho with exterior T in Blasius_Inflow_Jacobian()
|
| H A D | bc_freestream.h | 197 y_ext.temperature = outflow->temperature; in RiemannOutflow() 271 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian() 273 dy_ext.temperature = 0; in RiemannOutflow_Jacobian()
|
| H A D | channel.h | 121 const CeedScalar e_internal = gas->cv * s_exact.Y.temperature; in Channel_Inflow()
|
| H A D | differential_filter.h | 51 v0[DIFF_FILTER_TEMPERATURE][i] = wdetJ * s.Y.temperature; in DifferentialFilter_RHS()
|
| /libCEED/examples/fluids/problems/ |
| H A D | bc_freestream.c | 38 …ressure = reference->pressure / Pascal, .velocity = {0}, .temperature = reference->temperature / K… in FreestreamBCSetup() 47 …erature", "Temperature at freestream condition", NULL, Y_inf.temperature, &Y_inf.temperature, NULL… in FreestreamBCSetup() 103 Y_inf.temperature *= Kelvin; in FreestreamBCSetup() 144 CeedScalar temperature = reference->temperature / Kelvin; in OutflowBCSetup() local 151 …-outflow_temperature", "Temperature at outflow condition", NULL, temperature, &temperature, NULL)); in OutflowBCSetup() 159 temperature *= Kelvin; in OutflowBCSetup() 212 outflow_ctx->temperature = temperature; in OutflowBCSetup()
|
| H A D | blasius.c | 29 …PetscScalar Ma = Mach(&blasius->newtonian_ctx, S_infty.Y.temperature, U_infty), Pr = Prandtl(&blas… in CompressibleBlasiusResidual() 64 r[N] = h[0] - blasius->T_wall / S_infty.Y.temperature; in CompressibleBlasiusResidual() 327 .temperature = T_inf in NS_BLASIUS() 359 PetscCall(SetupStg(comm, dm, problem, user, weakT, S_infty.Y.temperature, S_infty.Y.pressure)); in NS_BLASIUS()
|
| H A D | newtonian.c | 259 StatePrimitive reference = {.pressure = 1.01e5, .velocity = {0}, .temperature = 288.15}; in NS_NEWTONIAN_IG() 347 …erature", "Reference/initial temperature", NULL, reference.temperature, &reference.temperature, NU… in NS_NEWTONIAN_IG() 406 reference.temperature *= Kelvin; in NS_NEWTONIAN_IG()
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 255 These conditions may be either weak or strong, with the latter specifying velocity and temperature … 538 - 1 Kelvin in scaled temperature units 696 - Freestream temperature 750 - Freestream temperature 814 - Reference potential temperature 819 - Perturbation of potential temperature 858 - Reference potential temperature 902 - Freestream temperature 912 - Wall temperature
|
| H A D | index.md | 28 … $\bm{g}$), $k$ the thermal conductivity constant, $T$ represents the temperature, and $P$ the pr… 306 …ile the middle three are linearly degenerate, carrying a contact wave (temperature) and transverse… 633 … is default), which is a linear constant-pressure wave that transports temperature and transverse … 639 The domain is filled with an ideal gas at rest (zero velocity) with temperature 24.92 and pressure … 664 …defined in terms of the Exner pressure, $\pi(\bm{x},t)$, and potential temperature, $\theta(\bm{x}… 682 where $H$ is the channel half-height, $u_{\max}$ is the center velocity, $T_w$ is the temperature a… 695 constant, and temperature is allowed to float. Using `weakT: true`, density is 696 allowed to float and temperature is set constant. At the outlet, a user-set 776 or temperature using the the `-weakT` flag. 924 The reference state is selected using the `-reference_{velocity,pressure,temperature}` flags (Eucli…
|