You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (abs(p) <=self.Npower) or (available_hydrogen/self.max_h2_module<1): # if required power or available hydrogen in system are lower than nominal fuel cell parameters
In the
use
-function of thefuel_cell
I saw that when using up a partial load, theresidual_power
is set to0
when it is lower than theMinOutputPower
:MESSpy/techs/fuelcell.py
Lines 898 to 911 in 9db6970
But I thought in this case the
MinOutputPower
should be used by the fuel cell, as it was done in the case of just one module being used:MESSpy/techs/fuelcell.py
Lines 855 to 873 in 9db6970
Is that the case or is there a mistake in my thought-process
Thanks in advance.
The text was updated successfully, but these errors were encountered: