Home
last modified time | relevance | path

Searched full:theta0 (Results 1 – 11 of 11) sorted by relevance

/honee/problems/
H A Ddensitycurrent.c30 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 Dchannel.c56 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 Dstg_shur14.h10 …mm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScalar theta0,
H A Dstg_shur14.c237 …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 Ddensitycurrent.h18 CeedScalar theta0; member
37 // thetabar = theta0 exp( N**2 z / g )
44 // Pibar = 1. + g**2 (exp( - N**2 z / g ) - 1) / (cp theta0 N**2)
62 // theta0 , Potential temperature constant
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 Dstg_shur14.h251 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()
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()
381 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()
[all …]
H A Dchannel.h15 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()
112 // Find inflow state using calculated P and prescribed velocity, theta0 in Channel_Inflow()
H A Dstg_shur14_type.h20 CeedScalar theta0; // !< Inlet temperature member
H A Dshocktube.h18 CeedScalar theta0; member
/honee/tests/
H A Dchannel_divdiff_verify.yaml39 theta0: 0.00124459
/honee/doc/
H A Dexamples.md153 * - `-theta0`
209 * - `-theta0`