-
Notifications
You must be signed in to change notification settings - Fork 13
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
Some puzzles about the initialization methods of photosource. #109
Comments
There are a number of parts to your question, but the short answer is: you will need to write some new C++ code to achieve what you want. The code supports two types of photon sources: discrete sources, corresponding to the Practically, you will need to set However, from your short description, I am not sure CMacIonize is really suitable for what you are trying to do. The code was written to model the ionization state of an interstellar medium irradiated by the light of stellar sources, and only contains atomic data relevant for that scenario. You will need to add a lot of additional physics to model a laser beam irradiating a polyethylene material. I would also like to point out that active development of the code stopped in 2021, so I cannot offer much support to help you in the process. |
Thank you very much! Your suggestions are extremely helpful, and I believe they will greatly benefit me. If necessary, I will further modify the program according to my specific application scenarios. Thanks again. |
In my case, a laser beam is expected to radiate at a Polyethylene target. But two photosources was always found in initialization progress.
The first group:
ContinuousPhotonSource
ContinuousPhotonSourceSpectrum
And the second:
PhotonSourceDistribution
PhotonSourceSpectrum
How can i define a laser beam?
The text was updated successfully, but these errors were encountered: