atl_ere_init_consts Subroutine

public subroutine atl_ere_init_consts(me, gam, tolerance, nMaxIter)

Set the general constants for the exact riemann solver.

Arguments

Type IntentOptional 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