Closed killah-t-cell closed 2 years ago
TD = 0.3 Te = 0.2 D = species.D e = species.e D_D = Distribution(Maxwellian(TD, D.m), D) D_e = Distribution(Maxwellian(Te, e.m), e) G = Geometry() plasma = ElectrostaticPlasma([D_D, D_e], G) sol = Plasma.solve(plasma, dim=1, GPU=false, strategy=QuadratureTraining()) Plasma.plot(sol)