Searched refs:side (Results 1 – 4 of 4) sorted by relevance
| /honee/qfunctions/ |
| H A D | riemann_solver.h | 215 CEED_QFUNCTION_HELPER StateConservative RiemannFlux_HLLC_Star(NewtonianIGProperties gas, State side… in RiemannFlux_HLLC_Star() argument 217 CeedScalar fact = side.U.density * (s_side - u_side) / (s_side - s_star); in RiemannFlux_HLLC_Star() 218 CeedScalar denom = side.U.density * (s_side - u_side); in RiemannFlux_HLLC_Star() 223 side.Y.velocity[0] + (s_star - u_side) * normal[0], in RiemannFlux_HLLC_Star() 224 side.Y.velocity[1] + (s_star - u_side) * normal[1], in RiemannFlux_HLLC_Star() 225 side.Y.velocity[2] + (s_star - u_side) * normal[2], in RiemannFlux_HLLC_Star() 227 side.U.E_total / side.U.density // in RiemannFlux_HLLC_Star() 228 + (s_star - u_side) * (s_star + side.Y.pressure / denom) in RiemannFlux_HLLC_Star() 230 return StateConservativeAXPBYPCZ(1, F_side, s_side * fact, star, -s_side, side.U); in RiemannFlux_HLLC_Star() 233 …teConservative RiemannFlux_HLLC_Star_fwd(NewtonianIGProperties gas, State side, State dside, State… in RiemannFlux_HLLC_Star_fwd() argument [all …]
|
| /honee/doc/ |
| H A D | examples.md | 477 …is zero in both sections. Symmetry boundary conditions are applied to the side walls and wall boun… 588 The solution is either 0 or 1 on either side of the discontinuity.
|
| H A D | auxiliary.md | 50 The triple integral in the right hand side is just an integral over the full domain
|
| /honee/ |
| H A D | Doxyfile | 1669 # value is set to YES, a side panel will be generated containing a tree-like 1685 # FULL_SIDEBAR option determines if the side bar is limited to only the treeview 1754 # https://www.mathjax.org) which uses client side JavaScript for the rendering
|