Ionization in DSMC #6263
-
|
I am attempting to simulate the ignition ionization of Xe using DSMC, and I have set the ndt of DSMC to 10. This setting can meet the requirement that the collision probability is much less than 1. However, the electron density result I obtained is much smaller than that given in the literature. By checking the source code, I found that when the SplitAndScatterFunc class is called, the dt parameter does not seem to be input. Does this function currently not support performing collisions at intervals of a certain time step, that is, can ndt only be 1 when processing ionization in DSMC? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @ancientflow. The Do you see a change in results when you use |
Beta Was this translation helpful? Give feedback.
When the fields are output during diagnostics all fields are interpolated to cell centers. During the simulation phi is defined on the cell nodes, so I expect you are seeing slightly lower values since it is the average of the boundary value and the potential on the next grid point inside the domain. Does that make sense?