Searched refs:RiemannFlux_HLLC (Results 1 – 5 of 5) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_slip.h | 34 StateConservative flux = RiemannFlux_HLLC(gas, s, s_reflect, normal); in Slip()
|
| H A D | bc_freestream.h | 39 flux = RiemannFlux_HLLC(gas, s, context->S_infty, normal); in Freestream()
|
| H A D | bc_outflow.h | 74 StateConservative F_inviscid_normal = RiemannFlux_HLLC(gas, s_int, s_ext, normal); in RiemannOutflow()
|
| H A D | riemann_solver.h | 271 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC(NewtonianIGProperties gas, State left, Sta… in RiemannFlux_HLLC() function
|
| /honee/problems/ |
| H A D | bc_freestream.c | 327 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()
|