Created
June 11, 2020 22:16
-
-
Save guyer/cefe482f409f3e31664f7e9e4e5acc78 to your computer and use it in GitHub Desktop.
Attempt to solve MOSCAP problem posed in https://github.com/usnistgov/fipy/issues/731
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I realise this is a very old thread, but in case anyone is interested in testing this further, I believe this semiconductor system can be solved quite decently using Gummel iterations, similar to the strategy used in https://github.com/nsdt-zhaw/ChargeFabrica/. One important thing to note is that pixel width should be at or below 1 nm for accurate results. Also, because electron density for some pixels goes above 1e25, I think some entries in the residual vector completely dominate, which makes it hard to tell exactly how many iterations are needed for "good" convergence, but from my testing it looks like the density values are physical (above zero) up to 1V (I haven't tested above).
Simulation Code File:
Plotting Code File: