[P]arallel [Hi]gh-order [Li]brary for [P]DEs  Latest
Parallel High-Order Library for PDEs through hp-adaptive Discontinuous Galerkin methods
PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real > Class Template Reference

Base class of numerical flux associated with convection. More...

#include <convective_numerical_flux.hpp>

Inheritance diagram for PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real >:
Collaboration diagram for PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real >:

Public Member Functions

 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.
 

Protected Attributes

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.
 

Detailed Description

template<int dim, int nstate, typename real>
class PHiLiP::NumericalFlux::NumericalFluxConvective< dim, nstate, real >

Base class of numerical flux associated with convection.

Definition at line 231 of file convective_numerical_flux.hpp.


The documentation for this class was generated from the following files: