WBG Device (SiC/GaN) Simulation
Theory and Physics
Overview
Professor! Today's topic is about WBG device (SiC/GaN) simulation, right? What is it all about?
Coupled electromagnetic-thermal analysis of wide bandgap semiconductor devices. Material property advantages of high breakdown voltage and low on-resistance. Evaluation of high-frequency switching characteristics.
Governing Equations
Discretization Methods
How do you actually solve these equations on a computer?
We use spatial discretization via the Finite Element Method (FEM). We assemble the element stiffness matrix and construct the global stiffness equation.
We perform transformation to the weak form (variational form) and use formulation via Galerkin's method using test functions and shape functions. The choice of element type (low-order elements vs. high-order elements, full integration vs. reduced integration) directly affects the trade-off between solution accuracy and computational cost.
Matrix Solver Algorithms
What exactly are matrix solver algorithms?
We solve the system of equations using direct methods (LU decomposition, Cholesky decomposition) or iterative methods (CG method, GMRES method). Preconditioned iterative methods are effective for large-scale problems.
| Solver | Classification | Memory Usage | Applicable Scale |
|---|---|---|---|
| LU decomposition | Direct Method | O(n²) | Small to Medium Scale |
| Cholesky decomposition | Direct Method (Symmetric Positive Definite) | O(n²) | Small to Medium Scale |
| PCG Method | Iterative Method | O(n) | Large Scale |
| GMRES method | Iterative Method | O(n·m) | Large Scale / Non-symmetric |
| AMG Preconditioner | Preprocessing | O(n) | Very Large Scale |
So if you cut corners on the finite element method part, you'll pay for it later. I'll keep that in mind!
Implementation in Commercial Tools
So, what software can be used for WBG device (SiC/GaN) simulation?
| Tool Name | Developer/Current | Main File Format |
|---|---|---|
| Ansys Maxwell | Ansys Inc. | .aedt, .maxwell |
| Ansys HFSS | Ansys Inc. | .aedt, .hfss |
| COMSOL Multiphysics | COMSOL AB | .mph |
| CST Studio Suite | Dassault Systèmes SIMULIA | .cst |
Vendor Lineage and Product Integration History
Is the origin story of each software quite dramatic?
Ansys Maxwell
Tell me about "Ansys Maxwell"!
Ansoft Maxwell. Low-frequency electromagnetic field analysis. Integrated into Ansys in 2008.
Current Affiliation: Ansys Inc.
Ansys HFSS
Next is about Ansys HFSS. What's the story?
A 3D high-frequency electromagnetic field simulator developed by Ansoft Corporation. Ansys acquired Ansoft in 2008.
Current Affiliation: Ansys Inc.
COMSOL Multiphysics
Tell me about "COMSOL Multiphysics"!
Founded in Sweden in 1986. Started as FEMLAB with MATLAB integration, later renamed to COMSOL. Strong in multiphysics.
Current Affiliation: COMSOL AB
I see. So if you can handle low-frequency electromagnetic field analysis, you're basically okay to start?
File Formats and Interoperability
Are there any points to note when transferring data between different software?
| Format | Extension | Type | Overview |
|---|---|---|---|
| STEP | .stp/.step | Neutral CAD | 3D CAD data exchange format compliant with ISO 10303. Supports geometry + PMI. |
| IGES | .igs/.iges | Neutral CAD | Early CAD data exchange standard. Has compatibility issues with surface data. Transition to STEP is progressing. |
| VTK | .vtk/.vtu | Visualization | Visualization Toolkit format. Used by ParaView, etc. |
When converting models between different solvers, careful attention is needed regarding the correspondence of element types, compatibility of material models, and differences in the representation of loads and boundary conditions. In particular, high-order elements and special elements (cohesive elements, user-defined elements, etc.) often cannot be directly converted between solvers.
I see... Formats seem simple at first glance, but they're actually quite profound, aren't they?
Practical Considerations
Are there any "field wisdom" things that aren't in textbooks?
Verifying mesh convergence, validating the appropriateness of boundary conditions, and performing sensitivity analysis of material parameters are extremely important.
- Mesh Dependency Verification: Confirm convergence with at least 3 levels of mesh density.
- Boundary Condition Validity: Setting physically meaningful constraint conditions.
- Result Verification: Comparison with theoretical solutions, experimental data, and known benchmark problems.
Wow, WBG device (SiC/GaN) simulation is really deep... But thanks to your explanation, I've been able to organize my thoughts a lot!
Yeah, you're doing great! Actually getting hands-on is the best way to learn. If you have any questions, feel free to ask anytime.
Why SiC is "4H" – The Crystal Structure that Creates High Breakdown Voltage
SiC has over 200 polytypes, but for power devices, it's almost exclusively "4H-SiC". 4H means a stacking period of 4 hexagonal layers, and only this polytype excels in both electron mobility and breakdown electric field. The bandgap is 3.26 eV, about 3 times that of Si – it can withstand about 10 times the voltage at the same thickness. The answer to the question "Why can it be made thinner despite the high breakdown voltage?" lies in this crystal structure. In the field, you sometimes hear the not-so-funny story that if you mistakenly set the mobility parameter to "6H" instead of "4H" in simulation, the calculation results can be off by a factor of 2-3.
Physical Meaning of Each Term
- Electric Field Term $\nabla \times \mathbf{E} = -\partial \mathbf{B}/\partial t$: Faraday's law of electromagnetic induction. A time-varying magnetic flux density generates an electromotive force. 【Everyday Example】A bicycle dynamo (generator) generates voltage in a nearby coil by rotating a magnet – a direct application of this law that a changing magnetic field induces an electric field. Induction cooking (IH) heaters also use the same principle, where high-frequency magnetic field changes induce eddy currents in the pot bottom, generating Joule heat.
Related Topics
なった
詳しく
報告