bendudson / hermes-3

Multifluid drift reduced fluid model
GNU General Public License v3.0
37 stars 17 forks source link

Adding conduction heat flux divergence diagnostic #246

Closed mikekryjak closed 3 weeks ago

mikekryjak commented 2 months ago

As per the title. The user can integrate it along a 1D domain by using (cond_div_par_e * dv).sum("pos")

@PoloidalLloyd is this what you were also trying to do?

PoloidalLloyd commented 2 months ago

Yes it looks like it!

mikekryjak commented 2 months ago

I think this may be made redundant by https://github.com/bendudson/hermes-3/pull/248

mikekryjak commented 3 weeks ago

Made redundant by https://github.com/bendudson/hermes-3/pull/248. That PR adds flow diagnostics for conductive, advective and total energy flow.