EQUATIONS: Descrease the maximum Lorentz factor.
This is required in order to avoid numerical problems. Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
parent
1bb881c9f9
commit
22a8711259
@ -139,8 +139,8 @@ module equations
|
||||
|
||||
! the upper limits for the Lorentz factor and corresponding |v|²
|
||||
!
|
||||
real(kind=8) , save :: lmax = 1.0d+08
|
||||
real(kind=8) , save :: vmax = 0.9999999999999999d+00
|
||||
real(kind=8) , save :: lmax = 1.0d+06
|
||||
real(kind=8) , save :: vmax = 0.999999999999d+00
|
||||
|
||||
! the upper bound for the sonic Mach number
|
||||
!
|
||||
|
Loading…
x
Reference in New Issue
Block a user