#include <advection.hh>
Public Member Functions | |
| Real | operator() (Real u1, Real u2, const concepts::Real3d &normal) const |
| Numerical flux function. | |
| Upwind () | |
| Constructor. Creates an instance of the flux function. | |
Private Attributes | |
| const T | fluxFct_ |
Friends | |
| class | Advection< Upwind > |
Constructor. Creates an instance of the flux function.
Definition at line 219 of file advection.hh.
| Real Upwind< T >::operator() | ( | Real | u1, |
| Real | u2, | ||
| const concepts::Real3d & | normal | ||
| ) | const |
Numerical flux function.
Implementation of the numerical flux function according to the Upwind scheme.
| u1 | Variable value of the first element |
| u2 | Variable value of the second element |
| normal | Normal vector of the common face. The vector is pointing from the first element to the second element |
Definition at line 216 of file advection.hh.
Definition at line 230 of file advection.hh.