|
[P]arallel [Hi]gh-order [Li]brary for [P]DEs
Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
|
Entropy conserving numerical flux with L2Roe dissipation. Derived from NumericalFluxConvective. More...
#include <convective_numerical_flux.hpp>
Public Member Functions | |
| EntropyConservingWithL2RoeDissipation (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_input) | |
| Constructor. | |
Public Member Functions inherited from PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real > | |
| NumericalFluxConvective (std::unique_ptr< BaselineNumericalFluxConvective< dim, nstate, real > > baseline_input, std::unique_ptr< RiemannSolverDissipation< dim, nstate, real > > riemann_solver_dissipation_input) | |
| Constructor. | |
| std::array< real, nstate > | evaluate_flux (const std::array< real, nstate > &soln_int, const std::array< real, nstate > &soln_ext, const dealii::Tensor< 1, dim, real > &normal1) const |
| Returns the convective numerical flux at an interface. | |
Additional Inherited Members | |
Protected Attributes inherited from PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real > | |
| std::unique_ptr< BaselineNumericalFluxConvective< dim, nstate, real > > | baseline |
| Baseline convective numerical flux object. | |
| std::unique_ptr< RiemannSolverDissipation< dim, nstate, real > > | riemann_solver_dissipation |
| Upwind convective numerical flux object. | |
Entropy conserving numerical flux with L2Roe dissipation. Derived from NumericalFluxConvective.
Definition at line 320 of file convective_numerical_flux.hpp.