-
Notifications
You must be signed in to change notification settings - Fork 58
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
Dear author, I apologize for bothering you repeatedly. I would like to ask you to run the data obtained from two 1D files. #721
Comments
Dear professor, if possible, please use 40 threads to run it, which is very important to me. Thanks again |
I am not an author of the code, I'm just the user like you. Unfortunately my Epoch does not work in 1D to try your files because instead of using SDF for output I use an implant code to the EPOCH which is doing outputs of particles and fields. And i can not open any SDF without tons of extra steps with some inferior third party apps I find not necessary to spend time on. Adding my implant code to never used 1D version of EPOCH (besides 2D/3D currently) I find useless plus it is a lot of work. if you had 2D/3D variant I might looked at it. But besides that, because probably I am not native in English, I'm having additional difficulties to understand what specifically are you asking for, what is the problem ? Probably others also failed to understand details and so they hesitate to ask really a lot of questions, or are busy now, so due to all that keep silence. Let me as a first step to do that for them. Are your input deck files not working? Why do you send two files, why two? Do they behave irrationally? Are they not loading or crash? Do you see something wrong at exactly 40 processors? Why 40? Or you just having difficulties to obtain density from SDF ? Please clarify more, may be somebody will be able to help |
Thank you very much for your help. I will explain a few points:
|
Hi @bear-maker, Your first comment asks about reading an SDF file to obtain a number density. Have you seen our data visualisation documentation? Cheers, |
Thank you very much for your answer. Currently, I have not found any relevant data files and only have input examples。 |
Hi @bear-maker, The behaviour you describe is expected. When EPOCH loads particles, the positions within the cell are randomly sampled. The random seed is the same between two simulations, so running the code twice will give identical results if the same number of MPI cores are used. When different MPI cores are used, different random number generators are used for each one - they can't all access the same random number list, as the order of calls would be different. This means that the positions of macro-particles within the cell would change. If your results are sensitive to the positioning of macro-particles within a cell, then you should probably be using a higher resolution. Macro-particles aren't real particles, they're computational objects used to describe real particles. Any true physical result should be independent of the specific orientation of loaded macro-particles. As a quick example, I've run your input deck on 1 and 2 cores. You can see that the underlying density is the same, but the noise level is different. Hope this helps, |
Dear Professor, hello. Thank you very much for your answer. I understand what you mean. |
You can try running the field ionisation demo. This is a 1D laser-plasma interaction with a solid density plasma, and output figures have been provided for the densities of ionised carbon. You might not be interested in ionisation yourself, but if you can reproduce the density figures (on any number of MPI cores), then you're running EPOCH correctly. Hope this helps, |
Dear Professor, you may have misunderstood my meaning.
|
Dear Professor
I'm very sorry to bother you, but I am eager to get an answer from you and sincerely request your help. The following two input files are the original code for me. Without adding any modules, I obtained the numb_density0000sdf files for the two input outputs respectively. I want to obtain data on electron density. The Input file is saved as a txt file below and labeled as input1 and input2
Thank you very much for your help. Your assistance has had a profound impact on me.
input1.txt
input2.txt
The text was updated successfully, but these errors were encountered: