1 / 46

Modeling and Simulation for Power Electronics and Electrical Drives

Haus der Technik, München, 2003. Modeling and Simulation for Power Electronics and Electrical Drives. dr. ir. P.J. van Duijsen Simulation Research. Contents. I - Introduction II - Components III - Models IV - Simulation V - Special models VI - Tools VII - Examples VIII - Conclusions.

niloufer
Download Presentation

Modeling and Simulation for Power Electronics and Electrical Drives

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Haus der Technik, München, 2003 Modeling and Simulation for Power Electronics and Electrical Drives dr. ir. P.J. van Duijsen Simulation Research

  2. Contents • I - Introduction • II - Components • III - Models • IV - Simulation • V - Special models • VI - Tools • VII - Examples • VIII - Conclusions (c) 2003 Simulation Research

  3. I - Introduction • Identify the components • Models • Parameters (c) 2003 Simulation Research

  4. Identify the components • Different components require different models • First identify these components (c) 2003 Simulation Research

  5. Models • What can we model • Complexity of the model • Availability of parameter (c) 2003 Simulation Research

  6. Parameters • What is a model • Reflection of the users imagination, how a design should work (c) 2003 Simulation Research

  7. II - Components • Power Electronics • Electrical machine • Mechanical load • Main • Control (c) 2003 Simulation Research

  8. III - Models • Multilevel Modeling • Circuit model • Block Diagram • Modeling language (c) 2003 Simulation Research

  9. IV - Simulation • What is simulation • Mathematical methods • Programs (c) 2003 Simulation Research

  10. What is Simulation • Simulation is a prediction of what might happen (c) 2003 Simulation Research

  11. What can we simulate • Large simulations take a lot of time • Large simulations increase complexity and clarity (c) 2003 Simulation Research

  12. Methods and Programs • Mathematical methods • State Space • DAE • MNA • Various programs • Spice • Matlab/Simulink • Saber • Caspoc (c) 2003 Simulation Research

  13. Mathematical Methods • ODE (State Space) • Causal time varying systems • MNA • Circuit models • DAE • Equations • Mathematics (c) 2003 Simulation Research

  14. Various programs • Spice • Electronics (General) • Matlab/Simulink • Systems described by a Block Diagram (General) • Saber • Systems described by equations (General) • Caspoc • Systems and Circuits (PE & ED) (c) 2003 Simulation Research

  15. V - Special models • Power Electronics • Semiconductor models • Heat sink • Parasistics • Analog / digital control • Embedded control • Electrical Machines • Machine models • Mechanical load (c) 2003 Simulation Research

  16. Semiconductor models • Mosfet / IGBT • Gate charge • Cgd non-linear behavior • Temperature dependent On-resistance Rds • Diode • Reverse recovery (c) 2003 Simulation Research

  17. Mosfet / IGBT Dynamics • Non linear gate-drain capacitance Cgd (c) 2003 Simulation Research

  18. Temperature dependence Mosfet • At T=125 Celcius, the drain-source resistance is doubled from Ron to 2*Ron (c) 2003 Simulation Research

  19. Spice diode model • Reverse recovery is modeled by a non-linear capacitor (c) 2003 Simulation Research

  20. Reverse recovery modeling • Model based on measurement (c) 2003 Simulation Research

  21. Reverse recovery • Reverse recovery is dependent on IF and di/dt (c) 2003 Simulation Research

  22. Heat sink models • Parameters from data sheet • Parameters from known structures • Parameters from FEM analysis (c) 2003 Simulation Research

  23. Parameters from a data sheet • Thermal resistance and thermal capacitance are from the manufacturers data sheet • Zth is modeled using parallel RC models • Calculate losses in the mosfet and diode • Calculate temperature and feed back into the semiconductors (c) 2003 Simulation Research

  24. Parameters from know structures • Calculate Rth & Cth from geometry (c) 2003 Simulation Research

  25. Parameters from FEM analysis • Calculate Zth in FEM analysis and use it in the simulation (c) 2003 Simulation Research

  26. Parasitic inductance • Model parasitic inductance for simulating high turn-off voltages Vds (c) 2003 Simulation Research

  27. Analog / Digital control • Analog control as • Electric circuit using Opamp models • Block diagram (more efficient) • Digital control • Logical components • Modeling language (more efficient) (c) 2003 Simulation Research

  28. Block diagram vs Circuit model • Block diagram model for a PI control • 4 blocks • Calculation effort ~ 4 (c) 2003 Simulation Research

  29. Block diagram vs Circuit model • Circuit model for the PI control • No. of nodes = 17 - 4 • Calculation effort ~ (4/3) * (13)^3 (c) 2003 Simulation Research

  30. Using C/Pascal to create models • Replace blocks by C/Pascal code • Model complex control systems • Use the debugger to debug these models (c) 2003 Simulation Research

  31. Embedded Control • Embedded Control models (c) 2003 Simulation Research

  32. Machine models • Connections • Electrical properties • Mechanical properties • Model • State Space equations • Lumped circuit model • Reduced Order Model from FEM analysis (c) 2003 Simulation Research

  33. VI - Tools • Integrated Modeling and Simulation • Modeling Electrical machines • Connection to FEM tools • Modeling Power Electronics • Connection to Packaging analyzers • Modeling Control • Creating Embedded C code • Control design • Small signal modeling • Connection to design tools (c) 2003 Simulation Research

  34. VII - Example • Synchronous generator • PWM induction machine drive • Switched Reluctance Machine • Variable structure system in Caspoc and Simulink (c) 2003 Simulation Research

  35. Example - Synchronous machine (c) 2003 Simulation Research

  36. Example - PWM induction machine drive (c) 2003 Simulation Research

  37. Example - Switched Reluctance machine • Electric connections: • u,I • Mechanical connect.: • T,angular speed (c) 2003 Simulation Research

  38. Example - Variable structure system in Caspoc and Simulink • Caspoc: • Inverter • Machine • Load (c) 2003 Simulation Research

  39. Example - Variable structure system in Caspoc and Simulink • Simulink: • VSS Control • Comparison switched Caspoc model with averaged model in Simulink (c) 2003 Simulation Research

  40. Example Switched Reluctance Machine (SRM) Design of the SRM in Tesla FEM analysis of the SRM in ANSYS Reduced order model from ANSYS in Caspoc Design of the power electronics and control in Caspoc Export of the control algorithm to Embedded C-code for the microprocessor (c) 2003 Simulation Research

  41. Geometric design in Tesla (c) 2003 Simulation Research

  42. FEM analysis in ANSYS (c) 2003 Simulation Research

  43. Complete model and simulation in Caspoc (c) 2003 Simulation Research

  44. Embedded C-code for the control (c) 2003 Simulation Research

  45. Conclusions - SRM • Export of C code from Block diagram • Including the exported code in the simulation • Debugging during simulation (c) 2003 Simulation Research

  46. VIII - Conclusions • A model is a reflection of the users imagination, how a design should work! • Simulation is a prediction of what might happen! (c) 2003 Simulation Research

More Related