UM-PEPL / HallThruster.jl

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

added ion acceleration and test #17

Closed dere4 closed 2 years ago

dere4 commented 2 years ago

added ion acceleration and a test for it, rearranged the way source terms are handled, look relatively neat now to me. The whole mms verification is huge, will clean up at some point. SSPRK schemes work with fixed timestep for everything we test for. created sourceterms.jl where I will put all the source term functions (except MMS) and a source.jl test file for testing the source term functions that can then be imported to runtests.jl. Need to check out ionization properly and come up with a test for it, then implement potential equation.