Closed xh-ui closed 4 months ago
Hey @xh-ui,
You might find our new ionisation examples to be a useful resource.
To address your specific questions:
epoch/epoch2d/src/physics_packages/TABLES directory
(also in epcoh1d
and epoch3d
). The ion species is identified using the species atomic-number and charge-state - you no longer need to provide these yourself.npart_per_cell
and npart
control the same thing - both can be used to specify the inital number of loaded macro-particles. Just pick whichever is easiest for you to think about.Hope this helps, Stuart
Thank you for your answer! It really helps a lot!
Dear all,
There are some questions about the ionization :
In new version, "ionisation_energies" is not descripted anymore, but how to set the ionisation energy? Is the ionisation energy included in atomic number by default?
When I use a laser pulse to ionize a gold ball and see how it generate free electrons.There is gold bulk (not ionized) at first. After laser pulse induced ionization, electrons will first concentrate on gold surface and then fly out from surface.
2.1 How to define the number_density of gold species and electron species? Are they equal or electron density should be set to zero? 2.2 The charge of gold is 0 or +1? Generally speaking, when ionize a uncharged meterial, the charge of the meterial particle should be set to 0 or +1? 2.3 The output number density of gold is not equal to what I set in code. 2.4 The output number density is different between each grid. The input.txt is: my_input2.txt
About npart_per_cell and npart. When should npart_per_cell be used?
Is there any other difference between new and old version of ionisation ?
@Status-Mirror Thank you!