cholla
src
roe.h
Go to the documentation of this file.
1
4
#ifndef ROE_H
5
#define ROE_H
6
7
#include"global.h"
8
9
10
/* \fn Calculate_Roe_Fluxes(Real cW[], Real fluxes[], Real gamma, Real etah)
11
* \brief Returns the density, momentum, and Energy fluxes at an interface.
12
Inputs are an array containing left and right density, momentum, and Energy. */
13
void
Calculate_Roe_Fluxes(Real cW[], Real fluxes[], Real gamma, Real etah);
14
15
16
17
#endif // ROE_H
18
Generated by
1.8.12