Lines Matching refs:gas

45   const NewtonianIGProperties gas         = outflow->newt_ctx.gas;  in RiemannOutflow()  local
53 const State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow()
63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
66 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_q, dXdx, grad_s); in RiemannOutflow()
70 NewtonianStress(gas, strain_rate, kmstress); in RiemannOutflow()
72 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
74 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
114 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in RiemannOutflow_Jacobian() local
127 State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow_Jacobian()
128 const State ds_int = StateFromQ_fwd(gas, s_int, dqi, state_var); in RiemannOutflow_Jacobian()
143 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian()
144 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian()
147 … StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_dq, dXdx, grad_ds); in RiemannOutflow_Jacobian()
151 NewtonianStress(gas, dstrain_rate, dkmstress); in RiemannOutflow_Jacobian()
154 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
156 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
193 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow() local
198 State s = StateFromQ(gas, qi, state_var); in PressureOutflow()
206 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in PressureOutflow()
210 NewtonianStress(gas, strain_rate, kmstress); in PressureOutflow()
212 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
215 FluxInviscid(gas, s, F_inviscid); in PressureOutflow()
255 const NewtonianIGProperties gas = outflow->newt_ctx.gas; in PressureOutflow_Jacobian() local
268 State s = StateFromQ(gas, qi, state_var); in PressureOutflow_Jacobian()
269 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in PressureOutflow_Jacobian()
274 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in PressureOutflow_Jacobian()
278 NewtonianStress(gas, dstrain_rate, dkmstress); in PressureOutflow_Jacobian()
281 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
284 FluxInviscid_fwd(gas, s, ds, dF_inviscid); in PressureOutflow_Jacobian()