ebalogun01/EV-EcoSim

Implement inverter module (?)

Closed this issue · 0 comments

Plavit commented

Emmanuel Balogun
7 days ago
Thanks for this summary. AC-DC inverter will be modelled with a simple conversion efficiency so you can:
Find papers or any other reference we can use to get numbers for DC to AC conversion efficiency and AC to DC. Also many of these inverters can also help produce reactive load, which can be useful where there is need for reactive load compensation as well. Please look deeper into this so we implement it the right way. We are not writing elaborate code, just want to ensure the logic we are incorporating is realistic.

Emmanuel Balogun
7 days ago
2. From your finding provide clear paths for implementing all of the major behavior.
For example inverter input will be --> AC or DC load.
Output will be -------------> DC or AC load (corrected for efficiency). Load will contain real and reactive components and I believe inverters exist that can control this (might be more expensive), while some only output real power (this is just an intuitive guess, please confirm). (edited)