Home
last modified time | relevance | path

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

/libCEED/examples/fluids/qfunctions/
H A Driemann_solver.h240 CeedScalar ds_star) { in RiemannFlux_HLLC_Star_fwd() argument
243 - fact / (s_side - s_star) * (ds_side - ds_star); in RiemannFlux_HLLC_Star_fwd()
260 dside.Y.velocity[0] + (ds_star - du_side) * normal[0], in RiemannFlux_HLLC_Star_fwd()
261 dside.Y.velocity[1] + (ds_star - du_side) * normal[1], in RiemannFlux_HLLC_Star_fwd()
262 dside.Y.velocity[2] + (ds_star - du_side) * normal[2], in RiemannFlux_HLLC_Star_fwd()
265 + (ds_star - du_side) * (s_star + side.Y.pressure / denom) // in RiemannFlux_HLLC_Star_fwd()
266 …+ (s_star - u_side) * (ds_star + dside.Y.pressure / denom - side.Y.pressure / Square(denom) * dden… in RiemannFlux_HLLC_Star_fwd()
330 CeedScalar ds_star = dnumer / denom - numer / Square(denom) * ddenom; in RiemannFlux_HLLC_fwd() local
336 …as, left, dleft, flux_left, dflux_left, normal, u_left, du_left, s_left, ds_left, s_star, ds_star); in RiemannFlux_HLLC_fwd()
338 …t, dright, flux_right, dflux_right, normal, u_right, du_right, s_right, ds_right, s_star, ds_star); in RiemannFlux_HLLC_fwd()