florentLutz / FAST-OAD-CS23-HE

Repository containing the files for the thesis : Optimization of an aircraft design problem for hybrid-electric configurations under manufacturing and certification constraints
GNU General Public License v3.0
4 stars 1 forks source link

Logic check: Two converters on the same bus should have the same target voltage #11

Closed florentLutz closed 1 year ago

florentLutz commented 1 year ago

This one is also applicable to DC Bus: when two converters with different target output power are connected to the same bus, the code cannot converge, a rule should be implemented to check that both voltage are somewhat identical

florentLutz commented 1 year ago

Done in #22