[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
#include <convective_numerical_flux.hpp>
Public Member Functions | |
L2RoeRiemannSolverDissipation (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input) | |
Constructor. | |
void | evaluate_entropy_fix (const std::array< real, 3 > &eig_L, const std::array< real, 3 > &eig_R, std::array< real, 3 > &eig_RoeAvg, const real vel2_ravg, const real sound_ravg) const |
void | evaluate_additional_modifications (const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const std::array< real, 3 > &eig_L, const std::array< real, 3 > &eig_R, real &dV_normal, dealii::Tensor< 1, dim, real > &dV_tangent) const |
![]() | |
RoeBaseRiemannSolverDissipation (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input) | |
Constructor. | |
std::array< real, nstate > | evaluate_riemann_solver_dissipation (const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const dealii::Tensor< 1, dim, real > &normal1) const |
![]() | |
virtual | ~RiemannSolverDissipation ()=default |
< Base class destructor required for abstract classes. | |
Protected Member Functions | |
void | evaluate_shock_indicator (const std::array< real, 3 > &eig_L, const std::array< real, 3 > &eig_R, int &ssw_LEFT, int &ssw_RIGHT) const |
Additional Inherited Members | |
![]() | |
const std::shared_ptr< Physics::Euler< dim, nstate, real > > | euler_physics |
Numerical flux requires physics to evaluate convective eigenvalues. | |
L2Roe flux with entropy fix. Derived from RoeBase. — Reference: Osswald et al. (2016 L2Roe)
Definition at line 192 of file convective_numerical_flux.hpp.
|
virtual |
Osswald's two modifications to Roe-Pike scheme –> L2Roe — Scale jump in (1) normal and (2) tangential velocities using a blending factor
Implements PHiLiP::NumericalFlux::RoeBaseRiemannSolverDissipation< dim, nstate, real >.
Definition at line 302 of file convective_numerical_flux.cpp.
|
virtual |
(1) Van Leer et al. (1989 Sonic) entropy fix for acoustic waves (i.e. i=1,5) (2) For waves (i=2,3,4) –> Entropy fix of Liou (2000 Mass) — See p.74 of Osswald et al. (2016 L2Roe)
Implements PHiLiP::NumericalFlux::RoeBaseRiemannSolverDissipation< dim, nstate, real >.
Definition at line 272 of file convective_numerical_flux.cpp.
|
protected |
Shock indicator of Wada & Liou (1994 Flux) – Eq.(39) — See also p.74 of Osswald et al. (2016 L2Roe)
Definition at line 248 of file convective_numerical_flux.cpp.