Lines Matching refs:gas
250 const CeedScalar mu = stg_ctx->newt_ctx.gas.mu; in StgShur14Preprocess()
253 const CeedScalar Rd = GasConstant(stg_ctx->newt_ctx.gas); in StgShur14Preprocess()
290 const NewtonianIGProperties gas = context->gas; in ICsStg() local
296 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in ICsStg()
297 const CeedScalar nu = gas.mu / rho; in ICsStg()
317 State s = StateFromY(gas, Y); in ICsStg()
318 StateToQ(gas, s, q, context->state_var); in ICsStg()
341 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow() local
347 const CeedScalar mu = gas.mu; in StgShur14Inflow()
351 const CeedScalar cv = gas.cv; in StgShur14Inflow()
352 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow()
353 const CeedScalar gamma = HeatCapacityRatio(gas); in StgShur14Inflow()
420 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14Inflow_Jacobian() local
422 const CeedScalar cv = gas.cv; in StgShur14Inflow_Jacobian()
423 const CeedScalar Rd = GasConstant(gas); in StgShur14Inflow_Jacobian()
424 const CeedScalar gamma = HeatCapacityRatio(gas); in StgShur14Inflow_Jacobian()
481 const NewtonianIGProperties gas = stg_ctx->newt_ctx.gas; in StgShur14InflowStrongQF() local
487 const CeedScalar rho = P0 / (GasConstant(gas) * theta0); in StgShur14InflowStrongQF()
488 const CeedScalar nu = gas.mu / rho; in StgShur14InflowStrongQF()
510 State s = StateFromY(gas, Y); in StgShur14InflowStrongQF()
511 StateToQ(gas, s, q, stg_ctx->newt_ctx.state_var); in StgShur14InflowStrongQF()