Peano
riemannsolverPML.h File Reference

Go to the source code of this file.

Namespaces

 Numerics
 

Functions

template<class Shortcuts , typename T >
void Numerics::computeParameters (const T *Q, T &rho, T &cp, T &cs, T &mu, T &lam)
 
template<typename T >
void Numerics::riemannSolverBoundary (int faceIndex, T r, T vn, T vm, T vl, T Tn, T Tm, T Tl, T zp, T zs, T &vn_hat, T &vm_hat, T &vl_hat, T &Tn_hat, T &Tm_hat, T &Tl_hat)
 
template<class Shortcuts , typename T , int basisSize, int numberOfVariables, int numberOfData, int surface = 2>
void Numerics::riemannSolver (T *FL, T *FR, const T *const QL, const T *const QR, const double dt, const int direction, bool isBoundaryFace, int faceIndex)