Input files with more points in the v direction and lower CFL. No significant change in results
This commit is contained in:
parent
3949d989a9
commit
e74508cfec
5 changed files with 20 additions and 20 deletions
|
|
@ -8,9 +8,9 @@
|
|||
r0 = 10.0e-6 ! Initial position [m]
|
||||
rf = 2.0e-3 ! Final position [m]
|
||||
dr = 1.0e-6 ! Spatial step [m]
|
||||
v0 = -80e3 ! Lower limit for velocity space [m s^-1]
|
||||
vf = 240e3 ! Upper limit for velocity space [m s^-1]
|
||||
nv = 301 ! Number of grid points in the velocity space
|
||||
v0 = -50e3 ! Lower limit for velocity space [m s^-1]
|
||||
vf = 250e3 ! Upper limit for velocity space [m s^-1]
|
||||
nv = 401 ! Number of grid points in the velocity space
|
||||
/
|
||||
|
||||
&output
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
&time
|
||||
t0 = 0.0 ! Initial time [s]
|
||||
tf = 2.0e-7 ! Final time [s]
|
||||
cfl = 0.5 ! CFL condition (dt = CFL * dr / vf)
|
||||
cfl = 0.2 ! CFL condition (dt = CFL * dr / vf)
|
||||
/
|
||||
|
||||
&detector
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue