Home
last modified time | relevance | path

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

/honee/qfunctions/
H A Dbc_slip.h34 StateConservative flux = RiemannFlux_HLLC(gas, s, s_reflect, normal); in Slip()
H A Dbc_freestream.h39 flux = RiemannFlux_HLLC(gas, s, context->S_infty, normal); in Freestream()
H A Dbc_outflow.h74 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
H A Driemann_solver.h271 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, Sta… in RiemannFlux_HLLC() function
/honee/problems/
H A Dbc_freestream.c327 StateConservative Flux0_state = RiemannFlux_HLLC(gas, left0, right0, normal); in TestRiemannHLLC_fwd()
328 StateConservative Flux1_state = RiemannFlux_HLLC(gas, left1, right1, normal); in TestRiemannHLLC_fwd()