Searched refs:theta0 (Results 1 – 10 of 10) sorted by relevance
| /honee/problems/ |
| H A D | densitycurrent.c | 30 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local 45 …PetscCall(PetscOptionsScalar("-theta0", "Reference potential temperature", NULL, theta0, &theta0, … in NS_DENSITY_CURRENT() 70 theta0 *= units->Kelvin; in NS_DENSITY_CURRENT() 76 density_current_ctx->theta0 = theta0; in NS_DENSITY_CURRENT()
|
| H A D | channel.c | 56 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local 61 PetscCall(PetscOptionsScalar("-theta0", "Wall temperature", NULL, theta0, &theta0, NULL)); in NS_CHANNEL() 68 theta0 *= units->Kelvin; in NS_CHANNEL() 88 channel_ctx->theta0 = theta0; in NS_CHANNEL() 98 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()
|
| H A D | stg_shur14.h | 10 …mm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScalar theta0,
|
| H A D | stg_shur14.c | 237 …mm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScalar theta0, in SetupStg() argument 273 .theta0 = theta0, in SetupStg()
|
| /honee/qfunctions/ |
| H A D | stg_shur14.h | 251 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local 254 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() 294 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local 296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() 316 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in ICsStg() 349 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local 356 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() 379 E_internal = rho * cv * theta0; in StgShur14Inflow() 381 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow() 426 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local [all …]
|
| H A D | densitycurrent.h | 18 CeedScalar theta0; member 82 const CeedScalar theta0 = context->theta0; in Exact_DC() local 107 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() 110 const CeedScalar Pi = 1. + Square(g) * (exp(-Square(N) * z / g) - 1.) / (cp * theta0 * Square(N)); in Exact_DC()
|
| H A D | channel.h | 15 CeedScalar theta0; // !< Reference temperature member 26 const CeedScalar theta0 = context->theta0; in Exact_Channel() local 43 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel() 44 const CeedScalar theta = theta0 * (1 + (Pr * Ec / 3) * (1 - Square(Square((x[1] - center) / H)))); in Exact_Channel()
|
| H A D | stg_shur14_type.h | 20 CeedScalar theta0; // !< Inlet temperature member
|
| H A D | shocktube.h | 18 CeedScalar theta0; member
|
| /honee/doc/ |
| H A D | examples.md | 153 * - `-theta0` 209 * - `-theta0`
|