Searched refs:flux (Results 1 – 6 of 6) sorted by relevance
| /honee/qfunctions/ |
| H A D | bc_freestream.h | 33 StateConservative flux; in Freestream() local 36 flux = RiemannFlux_HLL(gas, s, context->S_infty, normal); in Freestream() 39 flux = RiemannFlux_HLLC(gas, s, context->S_infty, normal); in Freestream() 43 UnpackState_U(flux, Flux); in Freestream()
|
| H A D | bc_slip.h | 34 StateConservative flux = RiemannFlux_HLLC(gas, s, s_reflect, normal); in Slip() local 37 UnpackState_U(flux, Flux); in Slip()
|
| /honee/ |
| H A D | CHANGELOG.md | 12 - Add projection of the divergence of diffusive flux for Navier-Stokes equations, see !27 15 - Add projection of the divergence of diffusive flux for advection-diffusion equations, see !43 25 - Enable projection of the divergence of diffusive flux for explicit Navier-Stokes
|
| /honee/doc/ |
| H A D | theory.md | 50 where the flux and the source terms, respectively, are given by 72 $$ (eq-ns-flux) 212 …riational form can be readily expressed by differentiating $\bm F_{\text{adv}}$ of {eq}`eq-ns-flux` 317 The flux Jacobian $\frac{\partial \bm F_{\text{adv}}}{\partial \bm q} \cdot \hat{\bm n}_i$ in each … 318 The complete set of eigenvalues of the Euler flux Jacobian in direction $i$ are (e.g., {cite}`toro2… 341 …atures the term $\nabla \cdot \bm F_{\text{diff}}(\bm{q}_N)$, the divergence of the diffusive flux. 342 …luate $\bm \sigma$ and $\nabla T$ for $F_{\text{diff}}$, the second for the divergence of the flux. 343 For linear elements, the flux is constant within each element so the second derivative is zero, lea… 355 …er-node: 4 conserved scalars (mass conservation does not have a diffusive flux term) in 3 dimensio… 360 …method, we perform an $L^2$ projection of the divergence of the diffusive flux itself, $\nabla \cd… [all …]
|
| H A D | examples.md | 68 … at the top and bottom boundaries $(y = \pm 4.5)$ (zero normal velocity component, zero heat-flux). 69 The cylinder wall is an adiabatic (no heat flux) no-slip boundary condition. 126 …used no-slip and non-penetration boundary conditions for $\bm{u}$, and no-flux for mass and energy… 302 …, a user-set pressure is used for pressure in the inviscid flux terms (all other inviscid flux ter… 303 The wall is a no-slip, no-penetration, no-heat flux condition. 560 …We have solved {eq}`eq-advection` applying zero energy density $E$, and no-flux for $\bm{u}$ on th…
|
| H A D | runtime_options.md | 351 … temperature as essential boundary conditions and evaluating a boundary integral for the mass flux. 439 …- Method used to calculate divergence of diffusive flux projection (`none`, `direct`, or `indirect… 444 - Control the KSP object for the projection of the divergence of diffusive flux
|