You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
1)Are there any relationships between lo and hi in LASY with simulation box (r and z) in FBPIC?
2)What is the meaning of laser.propagate(-1e-3) and how we should initialize its amount?
The text was updated successfully, but these errors were encountered:
Gholipoorr
changed the title
general question
Question about some quantities in LASY
Dec 14, 2023
I think the lo and hi in LASY are independent from the bounds in FBPIC (although in some cases it could make sense to set them to the same value), @hightower8083 can correct me if I'm wrong.
after initialising a laser pulse at some location, you can propagate it by some distance. This is what this function call does, and the argument is the propagation distance in SI. In this case, the laser pulse is propagated 1 mm, backwards (because of the -).
Hello
1)Are there any relationships between
lo
andhi
in LASY with simulation box (r and z) in FBPIC?2)What is the meaning of
laser.propagate(-1e-3)
and how we should initialize its amount?The text was updated successfully, but these errors were encountered: