Replies: 1 comment 1 reply
-
|
Hi @yanghf263. Your understanding is correct yes. Feel free to create a PR with updates to the documentation to clarify the effect of |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
When using the
holmstrom_vacuum_regionoption inHybridPICSolver, I found that the activation ofholmstrom_vacuum_regionmust be used in conjunction with the setting ofn_floor. Could someone please check if my understanding below is correct? I would greatly appreciate it.holmstrom_vacuum_region=trueandn_floor>0, the calculation of the electric field in the vacuum region (whererho_val < n_floor*q_e) will solve the simplified Generalized Ohm's Law, dropping the Hall and pressure terms but retaining the resistivity term.holmstrom_vacuum_region=falseandn_floor>0, the full Generalized Ohm's Law is used everywhere, andn_flooronly appears in the denominator asmax(rho, n_floor*q_e)to maintain numerical stability.holmstrom_vacuum_region=truebutn_floor=0, the vacuum region mechanism is effectively inactive.Therefore, the activation and effect of
holmstrom_vacuum_regiondepend on the value ofn_floor, which determines the "vacuum" region where this mechanism applies. It seems that this relationship is not clearly described in the current documentation.Beta Was this translation helpful? Give feedback.
All reactions