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

Addition of a splitter as an available component #8

Closed florentLutz closed 1 year ago

florentLutz commented 1 year ago

This PR adds a fairly simple model for a bus that can split the power it needs to output between two source. It will henceforth be known as a splitter and divides power based on a ratio of power at primary input / total power at output. A few improvement that should be added in future version of the code:

Last remark which holds true for the code in general, there seems to be a very strong dependency on the starting point, which makes it so that all combinaison of ensure/enforce can't be run. Need for a smart preconditionning of the code !