DKMahto / fem_future_distribution_grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Future Distribution Grids

The goal of this project is to enhance the EE4375: Finite Element Modelling for Electrical Energy Applications course. It mostly entails applying finite element method (FEM) knowledge to the modeling of a power transformer's magnetic field, thermal field, and electrical circuit parameters.

The code is mostly written in Julia, a programming language, and is used to construct FEM models to calculate the iron and copper losses in power transformers and, in addition, to analyze the substation's temperature.

Contents

  • Navigation Pane: Use this file to navigate around the repository

  • Documentation: Contains documentation of the required material

  • lib: Contains files for the required user defined functions

  • General FEM: General code for FEM models

    • first_order: Use of first order elements
      • triangle: Use of triangular elements
        • E-shaped Ferrite Core Transformer Geometry and FEM Modelling
        • STEDIN Transformer Geometry and FEM Modelling
      • quadrilateral: Use of quadrilateral elements
      • hybrid: Use of hybrid meshing
        • STEDIN Transformer Hybrid Geometry
    • second_order: Use of second order elements
      • triangle: Use of triangular elements
        • E-shaped Ferrite Core Transformer Geometry and FEM Modelling
  • Magnetic Field Simulations

    • Frequency Domain
      • Current-fed Analysis : Without Eddy Currents: FEM Analysis with no conductivity of the core
      • Current-fed Analysis : With Eddy Currents: FEM Analysis with presence of conductivity of the core
      • Voltage-fed Coupled Circuit Analysis: FEM Analysis for Voltage-fed Couple Circuit Analysis
      • Voltage-fed Analysis : Non-Linear BH Curve: FEM Analysis incorporating non-linearity of the core material
    • Time Domain
      • Current-fed Analysis: FEM Analysis with presence of Current-fed coils
      • Current-fed Analysis : Non-Linear BH Curve: FEM Analysis incorporating non-linearity of the core material
      • Voltage-fed Coupled Circuit Analysis: FEM Analysis for Voltage-fed Couple Circuit Analysis
      • Voltage-fed Analysis : Non-Linear BH Curve: FEM Analysis incorporating non-linearity of the core material
  • General structure of subfolders :

    • img: Contains images obtained
    • mesh: Contains GMSH output files
    • modelling: Contains .ipynb files for the required code
    • vtk: Contains .vtu files for Paraview visualization

Useful Links

Refer below for Interactive Navigation in the Repository

Documentation

Documentation

STEDIN Transformer Geometry

Frequency Domain Simulations

Required Code Files - Frequency Domain

Time Domain Simulations

Required Code Files - Time Domain

Other Library Files

About


Languages

Language:Jupyter Notebook 99.8%Language:Julia 0.2%