Home
last modified time | relevance | path

Searched refs:theta0 (Results 1 – 10 of 10) sorted by relevance

/libCEED/examples/fluids/problems/
H A Dchannel.c45 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 Ddensitycurrent.c39 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 Dstg_shur14.h14 …comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0,
H A Dstg_shur14.c220 …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 Ddensitycurrent.h25 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 Dstg_shur14.h243 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 Dchannel.h23 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 Dstg_shur14_type.h27 CeedScalar theta0; // !< Inlet temperature member
H A Dshocktube.h23 CeedScalar theta0; member
/libCEED/examples/fluids/
H A DREADME.md813 * - `-theta0`
857 * - `-theta0`