Numericale solution of 1D Drift-Diffusion problem (MOL + FV + WENO5-LF))

Solves 1D drift-diffusion PDEs (electrons and ions equations of continuity + Poisson) numerically
1.3K 次下载
更新时间 2013/4/8

查看许可证

For 1D gas diode with uniform initial plasma concentration the program solves electrons and ions equations of continuity with Method of Lines (MOL) on uniform fine grid. Convective (drift) fluxes are splitted with Lax-Friedrichs expressions and reconstructed with fifth ordered Weighted ENO scheme (WENO5-LF).
Diffusion terms are taken into account independently.
Electric field strength is calculated simply with analytical solution avaiable of Poisson equations in 1D.
The border conditions includes secondary electron emission at cathode and isolation for ions flux at anode.
Due to using of WENO5 method your may simply apply coarser grid (nx = 80) without accuracy losses. Also the resulting MOL ODEs system isn't stiff so it'll be easy to solve via RK methods (i.e. ODE45 and ODE23).
Feel free to ask me any questions.

引用格式

Vasily Kozhevnikov (2024). Numericale solution of 1D Drift-Diffusion problem (MOL + FV + WENO5-LF)) (https://www.mathworks.com/matlabcentral/fileexchange/41174-numericale-solution-of-1d-drift-diffusion-problem-mol-fv-weno5-lf), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2013a
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0