Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about some quantities in LASY #218

Open
Gholipoorr opened this issue Dec 14, 2023 · 2 comments
Open

Question about some quantities in LASY #218

Gholipoorr opened this issue Dec 14, 2023 · 2 comments

Comments

@Gholipoorr
Copy link

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?

@Gholipoorr Gholipoorr changed the title general question Question about some quantities in LASY Dec 14, 2023
@MaxThevenet
Copy link
Contributor

MaxThevenet commented Dec 14, 2023

Dear @Gholipoorr,
Thank you for your questions.

  1. 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.
  2. 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 -).

Does this answer your questions?

@Gholipoorr
Copy link
Author

Thanks for your reply
What are the rules to determine lo and hi?
When we should set laser.propagate(1e-3) and when negative?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants