UM-PEPL / HallThruster.jl

An open-source fluid Hall thruster code
Other
18 stars 10 forks source link

Thermal conductivity models #120

Closed DecBrick closed 7 months ago

DecBrick commented 7 months ago

Add in Mitchner and Braginskii thermal conductivity models as a default along with the option for user-specified models. Updated relevant documentation

archermarx commented 7 months ago

Tests are broken. You'll need to fix them and add some new ones for the new functionality

DecBrick commented 7 months ago

To the performance point. Using the example simulation with 300 cells, dt of 5ns, runtime of 1ms, and save 500, the old version takes 81.93s to evaluate while this version takes 81.53s to evaluate

archermarx commented 7 months ago

Addressed @117