Searched defs:theta0 (Results 1 – 8 of 8) sorted by relevance
25 CeedScalar theta0; member89 const CeedScalar theta0 = context->theta0; in Exact_DC() local
243 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local291 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local345 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local421 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local481 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
23 CeedScalar theta0; // !< Reference temperature member34 const CeedScalar theta0 = context->theta0; in Exact_Channel() local
27 CeedScalar theta0; // !< Inlet temperature member
23 CeedScalar theta0; member
45 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local
39 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local
220 …comm, const DM dm, ProblemData problem, User user, const bool prescribe_T, const CeedScalar theta0, in SetupStg()