Home
last modified time | relevance | path

Searched defs:theta0 (Results 1 – 8 of 8) sorted by relevance

/honee/qfunctions/
H A Ddensitycurrent.h18 CeedScalar theta0; member
82 const CeedScalar theta0 = context->theta0; in Exact_DC() local
H A Dstg_shur14.h251 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Preprocess() local
294 const CeedScalar theta0 = stg_ctx->theta0; in ICsStg() local
349 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow() local
426 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local
485 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
H A Dchannel.h15 CeedScalar theta0; // !< Reference temperature member
26 const CeedScalar theta0 = context->theta0; in Exact_Channel() local
H A Dstg_shur14_type.h20 CeedScalar theta0; // !< Inlet temperature member
H A Dshocktube.h18 CeedScalar theta0; member
/honee/problems/
H A Ddensitycurrent.c30 CeedScalar theta0 = 300.; // K in NS_DENSITY_CURRENT() local
H A Dchannel.c56 CeedScalar theta0 = 300.; // K in NS_CHANNEL() local
H A Dstg_shur14.c237 …mm, const DM dm, ProblemData problem, Honee honee, const bool prescribe_T, const CeedScalar theta0, in SetupStg()