UM-PEPL / HallThruster.jl

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

uncoupled method currently set #33

Closed dere4 closed 2 years ago

dere4 commented 2 years ago

there are a couple useless commits in there when I tried to merge what you had previously done with the postprocessing. landmark test cases are in landmark folder and the results of 3 simulations to 1 millisecond with each case are saved.

What I did manually to make method uncoupled: change source term in source definition. multiply pe by 0 in compute fluxes commented out smooth_if in HLLE flux added diffusion to both ion continuity and momentum, with 1mm diffusive length (should only be momentum but that breaks)

I should wrap this in some function and make it an option in the simulation struct.