Lines Matching refs:outflow
178 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow() local
183 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in RiemannOutflow()
185 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow()
196 y_ext.pressure = outflow->pressure; in RiemannOutflow()
197 y_ext.temperature = outflow->temperature; in RiemannOutflow()
199 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocity… in RiemannOutflow()
253 const OutflowContext outflow = (OutflowContext)ctx; in RiemannOutflow_Jacobian() local
254 const NewtonianIdealGasContext gas = &outflow->gas; in RiemannOutflow_Jacobian()
270 y_ext.pressure = outflow->pressure; in RiemannOutflow_Jacobian()
271 y_ext.temperature = outflow->temperature; in RiemannOutflow_Jacobian()
276 …const CeedScalar proj = (1 - outflow->recirc) * Softplus(-u_normal, outflow->softplus_velocit… in RiemannOutflow_Jacobian()
277 …const CeedScalar dproj = (1 - outflow->recirc) * Softplus_fwd(-u_normal, -du_normal, outflow->… in RiemannOutflow_Jacobian()
326 const OutflowContext outflow = (OutflowContext)ctx; in PressureOutflow() local
331 CeedScalar(*jac_data_sur) = outflow->gas.is_implicit ? out[1] : NULL; in PressureOutflow()
333 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow()
339 s.Y.pressure = outflow->pressure; in PressureOutflow()
394 const OutflowContext outflow = (OutflowContext)ctx; in PressureOutflow_Jacobian() local
395 const NewtonianIdealGasContext gas = &outflow->gas; in PressureOutflow_Jacobian()
410 s.Y.pressure = outflow->pressure; in PressureOutflow_Jacobian()