Lines Matching refs:theta0
243 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
442 CeedScalar dE_internal = drho * cv * theta0; in StgShur14Inflow_Jacobian()
445 dP = drho * Rd * theta0; // interior rho with exterior T in StgShur14Inflow_Jacobian()
481 const CeedScalar theta0 = stg_ctx->theta0; in StgShur14InflowStrongQF() local
483 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
511 CeedScalar Y[5] = {P0, u[0], u[1], u[2], theta0}, q[5] = {0.}; in StgShur14InflowStrongQF()