Searched refs:theta0 (Results 1 – 10 of 10) sorted by relevance
| /libCEED/examples/fluids/problems/ |
| H A D | channel.c | 45 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local 50 PetscCall(PetscOptionsScalar("-theta0", "Wall temperature", NULL, theta0, &theta0, NULL)); in NS_CHANNEL() 60 theta0 *= Kelvin; in NS_CHANNEL() 80 channel_ctx->theta0 = theta0; in NS_CHANNEL() 90 CeedScalar rho = P0 / (Rd * theta0); in NS_CHANNEL()
|
| H A D | densitycurrent.c | 39 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local 53 …PetscCall(PetscOptionsScalar("-theta0", "Reference potential temperature", NULL, theta0, &theta0, … in NS_DENSITY_CURRENT() 80 theta0 *= Kelvin; in NS_DENSITY_CURRENT() 86 dc_ctx->theta0 = theta0; in NS_DENSITY_CURRENT()
|
| H A D | stg_shur14.h | 14 …comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0,
|
| H A D | stg_shur14.c | 220 …comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0, in SetupStg() argument 254 global_stg_ctx->theta0 = theta0; in SetupStg()
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | densitycurrent.h | 25 CeedScalar theta0; member 89 const CeedScalar theta0 = context->theta0; in Exact_DC() local 115 const CeedScalar theta = theta0 * exp(Square(N) * z / g) + delta_theta; in Exact_DC() 118 const CeedScalar Pi = 1. + Square(g) * (exp(-Square(N) * z / g) - 1.) / (cp * theta0 * Square(N)); in Exact_DC()
|
| H A D | stg_shur14.h | 243 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local 246 const CeedScalar rho = P0 / (Rd * theta0); in StgShur14Preprocess() 291 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local 293 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg() 313 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5] = {0.}; in ICsStg() 345 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local 352 const CeedScalar rho = prescribe_T ? q[0][i] : P0 / (Rd * theta0); in StgShur14Inflow() 375 E_internal = rho * cv * theta0; in StgShur14Inflow() 377 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow() 421 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local [all …]
|
| H A D | channel.h | 23 CeedScalar theta0; // !< Reference temperature member 34 const CeedScalar theta0 = context->theta0; in Exact_Channel() local 51 const CeedScalar Ec = (umax * umax) / (cp * theta0); in Exact_Channel() 52 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 | 27 CeedScalar theta0; // !< Inlet temperature member
|
| H A D | shocktube.h | 23 CeedScalar theta0; member
|
| /libCEED/examples/fluids/ |
| H A D | README.md | 813 * - `-theta0` 857 * - `-theta0`
|