Lines Matching refs:gas
287 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in ICsStg() local
293 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg()
294 const CeedScalar nu = gas->mu / rho; in ICsStg()
314 State s = StateFromY(gas, Y); in ICsStg()
315 StateToQ(gas, s, q, gas->state_var); in ICsStg()
476 const NewtonianIdealGasContext gas = &stg_ctx->newtonian_ctx; in StgShur14InflowStrongQF() local
483 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
484 const CeedScalar nu = gas->mu / rho; in StgShur14InflowStrongQF()
512 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF()
513 StateToQ(gas, s, q, gas->state_var); in StgShur14InflowStrongQF()
514 switch (gas->state_var) { in StgShur14InflowStrongQF()