Set the general constants for the exact riemann solver.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_ere_solState1D_type), | intent(out) | :: | me | Description of the Riemann solution to set the constants in |
||
real(kind=rk), | intent(in) | :: | gam | Isentropic expansion coefficient of the gas |
||
real(kind=rk), | intent(in), | optional | :: | tolerance | Tolerated variation in the Newton-Raphson iterations, default: 8 epsilon |
|
integer, | intent(in), | optional | :: | nMaxIter | Maximal number of iterations to do, default: 100000 |