Ion-Induced Heating of the Electrode #92
Replies: 1 comment 2 replies
-
If you have two different variables, by default the flux would be zero at the interface, and by default I mean if you do nothing in your input file about it, e.g. no bcs, no interface kernels.
It sounds to me like you want both
These fluxes/residuals will be additive/superimpose. |
Beta Was this translation helpful? Give feedback.
-
Hey all,
I have an undergraduate working on a problem that involves using the heat conduction module. I have two regions, the plasma and the electrode, with a temperature variable solved in each. This works fine.
What I'm confused about is how I would apply a boundary condition that takes into account electrode surface heating via ion bombardment. We can roughly calculate the energy flux by multiplying the ion charged flux with the recombination energy, which gives us W m^-2. But this is where I get stuck -- by default, the temperature boundary conditions across an interface would be equality of heat flux, e.g. (-k dT/dx)_electrode = (-k dT/dx)_plasma. But if I apply a new heat flux BC on the plasma side to take this ion heating into account, would I no longer be taking heat conduction into account? The heat flux into the cathode surface should be both heat conduction and ion heating together.
Basically, I just want to know if I can just create an ion bombardment heat flux BC and add that, or if I need an InterfaceKernel to allow heat conduction from the cathode into the plasma, and heat conduction PLUS ion bombardment from the plasma into the cathode.
Beta Was this translation helpful? Give feedback.
All reactions