I am currently working on a project to design and simulate a Gallium Arsenide (GaAs) based MESFET. I plan to use DEVSIM for the simulation, but I am facing challenges in incorporating GaAs as a new material in the tool.
Could anyone provide guidance or examples on how to define the necessary material parameters for GaAs (like electron mobility, effective mass, dielectric constant, etc.) in DEVSIM? I am particularly looking for information on how to accurately integrate GaAs material properties into the simulation framework.
Additionally, if there are any example scripts, documentation, or previous projects related to GaAs MESFET simulations in DEVSIM, sharing these would be incredibly helpful. Also, any tips or special considerations to keep in mind while working with GaAs in DEVSIM would be greatly appreciated.
Thank you in advance for any assistance or resources you can provide. Your support is crucial for the advancement of my project.
Welcome to the forum. Please feel free to ask any questions you may have.
Starting with the material properties, the simple physics models just require setting the parameters for mobility, temperature. For example, mu_n, mu_p, n_i, taun, taup for your material. The default unit for length is cm, and densities are cm^-3. However, you are free to use whatever unit you want as long as it is consistent with the assumed length unit in your mesh.
Adding additional mobility models is certainly possible using the scripting language. For example, please see:
Hello, bugratufan!
The material parameters and models is convenient to define in DEVSIM. My setting and models are most referred to the commercial or opensource TCAD guidance. I upload two guidance in Git: https://github.com/ZhenglaiT/HEMT-simulation/blob/main/reference/Clara%20-%20DEVICE%20SIMULATION%20SOFTWARE.pdf
They help me a lot. The GaAs models in Silvaco is in part 6.4.3.
I am not familiar with the MESFET, but the Schottky gate setting could referred to QsChen’ sharing. I also write some code about it in the Git. Please discuss with me if you have any questions.