Lines Matching refs:gas

183   CeedScalar(*jac_data_sur)        = outflow->gas.is_implicit ? out[1] : NULL;  in RiemannOutflow()
185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow() local
186 const bool is_implicit = gas->is_implicit; in RiemannOutflow()
193 const State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow()
203 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow()
206 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_q, dXdx, grad_s); in RiemannOutflow()
210 NewtonianStress(gas, strain_rate, kmstress); in RiemannOutflow()
212 ViscousEnergyFlux(gas, s_int.Y, grad_s, stress, Fe); in RiemannOutflow()
214 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian() local
255 const bool is_implicit = gas->is_implicit; in RiemannOutflow_Jacobian()
267 State s_int = StateFromQ(gas, qi, state_var); in RiemannOutflow_Jacobian()
268 const State ds_int = StateFromQ_fwd(gas, s_int, dqi, state_var); in RiemannOutflow_Jacobian()
283 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian()
284 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian()
287 … StatePhysicalGradientFromReference_Boundary(Q, i, gas, s_int, state_var, Grad_dq, dXdx, grad_ds); in RiemannOutflow_Jacobian()
291 NewtonianStress(gas, dstrain_rate, dkmstress); in RiemannOutflow_Jacobian()
294 ViscousEnergyFlux_fwd(gas, s_int.Y, ds_int.Y, grad_ds, stress, dstress, dFe); in RiemannOutflow_Jacobian()
296 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()
331 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in PressureOutflow()
333 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow() local
334 const bool is_implicit = gas->is_implicit; in PressureOutflow()
338 State s = StateFromQ(gas, qi, state_var); in PressureOutflow()
346 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_q, dXdx, grad_s); in PressureOutflow()
350 NewtonianStress(gas, strain_rate, kmstress); in PressureOutflow()
352 ViscousEnergyFlux(gas, s.Y, grad_s, stress, Fe); in PressureOutflow()
355 FluxInviscid(gas, s, F_inviscid); in PressureOutflow()
395 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow_Jacobian() local
396 const bool is_implicit = gas->is_implicit; in PressureOutflow_Jacobian()
408 State s = StateFromQ(gas, qi, state_var); in PressureOutflow_Jacobian()
409 State ds = StateFromQ_fwd(gas, s, dqi, state_var); in PressureOutflow_Jacobian()
414 StatePhysicalGradientFromReference_Boundary(Q, i, gas, s, state_var, Grad_dq, dXdx, grad_ds); in PressureOutflow_Jacobian()
418 NewtonianStress(gas, dstrain_rate, dkmstress); in PressureOutflow_Jacobian()
421 ViscousEnergyFlux_fwd(gas, s.Y, ds.Y, grad_ds, stress, dstress, dFe); in PressureOutflow_Jacobian()
424 FluxInviscid_fwd(gas, s, ds, dF_inviscid); in PressureOutflow_Jacobian()