Searched defs:theta0 (Results 1 – 8 of 8) sorted by relevance
18 CeedScalar theta0; member82 const CeedScalar theta0 = context->theta0; in Exact_DC() local
251 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local294 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local349 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local426 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local485 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
15 CeedScalar theta0; // !< Reference temperature member26 const CeedScalar theta0 = context->theta0; in Exact_Channel() local
20 CeedScalar theta0; // !< Inlet temperature member
18 CeedScalar theta0; member
30 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local
56 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local
237 …mm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScalar theta0, in SetupStg()