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
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:
Being able to have a power split based on an absolute value of power that has to go through the first input
Being able to have more than one output (which is the case now)
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
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 !
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 !