Home
last modified time | relevance | path

Searched refs:s_ext (Results 1 – 1 of 1) sorted by relevance

/honee/qfunctions/
H A Dbc_outflow.h63 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow() local
74 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
143 State s_ext = StateFromPrimitive(gas, y_ext); in RiemannOutflow_Jacobian() local
144 State ds_ext = StateFromPrimitive_fwd(gas, s_ext, dy_ext); in RiemannOutflow_Jacobian()
156 …StateConservative dF_inviscid_normal = RiemannFlux_HLLC_fwd(gas, s_int, ds_int, s_ext, ds_ext, nor… in RiemannOutflow_Jacobian()