DSMC excitation collision error in BinaryCollision::doCollisionsWithinTile #6229
zhongerting
started this conversation in
General
Replies: 2 comments 6 replies
-
Hi @zhongerting. Unfortunately excitation collisions are not yet supported in WarpX's DSMC module. There is some effort ongoing to generalize the product producing reactions, and with that it will be fairly easy to add excitation collisions. |
Beta Was this translation helpful? Give feedback.
3 replies
-
@roelof-groenewald BTW, I'm also trying to use the DSMC feature, and found it may have a bug affected by the MPI domain decomposition. For example, I got this ion density result (log10(ni)) when using 8 partitions in r and 16 in z. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm encountering an error when trying to set up a DSMC-type excitation collision. The simulation fails in BinaryCollision::doCollisionsWithinTile with the following TinyProfilers stack trace:
text
===== TinyProfilers ======
main()
REG::WarpX::Evolve()
WarpX::Evolve()
WarpX::Evolve::step
WarpX::OneStep()
MultiParticleContainer::doCollisions()
BinaryCollision::doCollisionsWithinTile
My DSMC excitation input is configured as:
collision2.type = dsmc
collision2.scattering_processes = excitation1
collision2.species = electrons cesium_atoms_6s1_2
collision2.product_species = electrons cesium_atoms_6p3_2
collision2.excitation1_energy = 1.2584000
collision2.excitation1_cross_section = [directory is correct]
Has anyone encountered a similar issue, or can spot any potential problems with this configuration? Any insights would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions