Ben Dudson
Ben Dudson
A partial fix for this is @tashtonkey 's additions to xhermes: https://github.com/boutproject/xhermes/pull/16 In addition we should add the metadata to hermes-3 output.
Replaced by #2970
Hey @Plasdom ! For the first error: It looks like you have to reinstall fftw3 as a shared library. I think the second (DWARF) error is because the system binutils...
Hey @mikekryjak ! Which input file is this for? When I checkout and run the latest `1D-recycling` I get monotonically reducing temperatures but target temperature are much higher than your...
Energy imbalance of about 0.2%: ``` Total input power: 313.2444925223502 MW |- Ion heating: 156.6222462611751 MW |- Electron heating: 156.6222462611751 MW Total power loss: 312.3414622494719 MW |- Ions: 163.27917088801752 MW...
I wonder if the inverted T profiles could be due to having a sheath ion heat flux coefficient less than 3.5? If `gamma_i < 3.5` then heat has to flow...
With the input file from #259 but the code in `master`, I get a balance of 0.9%: ``` Total input power: 313.2444925223502 MW |- Ion heating: 156.6222462611751 MW |- Electron...
Which version are you running? The code in #259 doesn't compile (https://github.com/bendudson/hermes-3/actions/runs/12198082786/job/34029066789?pr=259) - something in `sheath_boundary_simple`. I'll have a look; maybe a merge gone sideways
Usually this would be handled by setting a recycling coefficient less than 1. I guess a pump would work in a different way, removing neutrals from regions where there may...
Thanks @totork ! I'm not sure about the self-collisions thing: Scattering from any species will slow diffusion. Fitzpatrick's notes on Braginskii use electron-ion collision frequency (https://farside.ph.utexas.edu/teaching/plasma/Plasma/node53.html). I think @mikekryjak discussed...