upb-lea / ElectricGrid.jl

A time domain electrical energy grid modeling and simulation tool with a focus on the control of power electronics converters
https://upb-lea.github.io/ElectricGrid.jl/
MIT License
31 stars 4 forks source link

WP 2 - Modeling of a variable DC-Link voltage #23

Closed MarvinMeyer closed 1 year ago

MarvinMeyer commented 2 years ago

This issue deals with the modeling of a variable DC-link voltage.

  1. First example can be a PV system: Based on irradiation and temperature curves, a variable output voltage should be obtained from the physical equations, depending on the filter current.

The implementation in Matlab (Source), based on the paper (Source), serves as a reference for the model.

In the first step, a single-phase implementation is to be created, which can later also be used for the three-phase case with the use of an inverter.

  1. Battery:....
  2. Windturbin....
  3. ?
Webbah commented 2 years ago

General implementation of v_dc as function, callable in the env.step:

First ideas/brainstroming/keep in mind...:

MarvinMeyer commented 1 year ago

Current status:

MarvinMeyer commented 1 year ago
MarvinMeyer commented 1 year ago

Create a structure containing the individual DC link voltages. In addition, the calculation of the stresses should be delayed by one time step.

MarvinMeyer commented 1 year ago

Merged branch into develop.