Replies: 1 comment 4 replies
-
Hi @budjensen. I find the extensibility of WarpX through Python callbacks to be very useful for these kinds of situations where a rather particular problem is being addressed. To replicate the above model you could use the
Let me know if you have any questions on how to use the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a 2005 paper, Meige et. al. (https://doi.org/10.1063/1.1897390), introduced an approach to simulating inductive heating in 1D PIC codes. Would it be possible to add their method to WarpX?
To replicate this model, we would need an additional method of specifying a perpendicular external electric field--the user would input a time-dependent expression for a perpendicular ("inductive") current,$J_y(z,t)$ . At each time step, a perpendicular electric field is applied according to the condition:
where
Would this be a reasonable addition?
Beta Was this translation helpful? Give feedback.
All reactions