Lines Matching refs:gas
31 NewtonianIGProperties gas = context->newt_ctx.gas; in Exact_Channel() local
32 const CeedScalar cp = gas.cp; in Exact_Channel()
33 const CeedScalar mu = gas.mu; in Exact_Channel()
34 const CeedScalar k = gas.k; in Exact_Channel()
52 return StateFromY(gas, Y); in Exact_Channel()
63 NewtonianIGProperties gas = context->newt_ctx.gas; in ICsChannel() local
69 StateToQ(gas, s, q, context->newt_ctx.state_var); in ICsChannel()
86 NewtonianIGProperties gas = context->newt_ctx.gas; in Channel_Inflow() local
87 const CeedScalar gamma = HeatCapacityRatio(gas); in Channel_Inflow()
109 State s_inside = StateFromU(gas, q_inside); in Channel_Inflow()
113 const CeedScalar e_internal = gas.cv * s_exact.Y.temperature; in Channel_Inflow()