[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::EntropyConservingBaselineNumericalFluxConvective< dim, nstate, real > Class Template Reference

Entropy Conserving Numerical Flux. Derived from BaselineNumericalFluxConvective. More...

#include <convective_numerical_flux.hpp>

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

Public Member Functions

 EntropyConservingBaselineNumericalFluxConvective (std::shared_ptr< Physics::PhysicsBase< dim, nstate, real >> physics_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.
 
- Public Member Functions inherited from PHiLiP::NumericalFlux::BaselineNumericalFluxConvective< dim, nstate, real >
virtual ~BaselineNumericalFluxConvective ()=default
 Base class destructor required for abstract classes.
 

Protected Attributes

const std::shared_ptr< Physics::PhysicsBase< dim, nstate, real > > pde_physics
 Numerical flux requires physics to evaluate split form convective flux.
 

Detailed Description

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

Entropy Conserving Numerical Flux. Derived from BaselineNumericalFluxConvective.

Definition at line 50 of file convective_numerical_flux.hpp.


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