DriftDiffusionAction - where is CoeffDiffusion for Energy? #118
Unanswered
ghost
asked this question in
Q&A Plasma Transport
Replies: 1 comment 1 reply
-
So if a variable species is charged, then "EFieldAdvection" is added, but if the variable species is the mean energy density, then both "EFieldAdvection" and "JouleHeating" is added. The name "CoeffDiffusionEnergy" was before AD functionality was added to MOOSE and Jacobians had to been hard coded, resulting in a separate Diffusion Kernel for electrons, mean energy, and other species. Hope that clears things up. |
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
-
Hello, in my process of trying to utilize the DoNothingBCs to create an open boundary for species & energy to freely flow through, I noticed that in AddDriftDiffusionAction.C, lines 507 to 526 read:
These two kernels being included makes sense, but I'm wondering where CoeffDiffusion is for energy. In the Zapdos_Tutorial.pdf, equation 3.8 shows the individual kernels necessary for the electron energy density and lists "CoeffDiffusionEnergy" as one of them. Why is this absent?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions