Lines Matching refs:theta0
251 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()
379 E_internal = rho * cv * theta0; in StgShur14Inflow()
381 P = rho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow()
426 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14Inflow_Jacobian() local
447 CeedScalar dE_internal = drho * cv * theta0; in StgShur14Inflow_Jacobian()
450 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
485 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
509 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5]; in StgShur14InflowStrongQF()