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
This issue post is a follow-up the Google Group discussion, here, had with Emilio already regarding the Battery_Ducted_Fan.py network.
In summary, the current network is missing the functions for the unknowns and residuals as well as the correct setup for the battery meaning that when trying to extract the battery performance during a mission that this is not possible and flags errors to say that the information for the plot_battery_pack_conditions function is not available.
Also as a quick note, I spotted that in the original code that one attribute assignment for conditions.propulsion.current should be changed to conditions.propulsion.battery_current as this is what the plot_battery_pack_conditions function looks for.
Any further questions then feel free to ask me!
Kind regards,
Jon
The text was updated successfully, but these errors were encountered:
Hi everyone,
This issue post is a follow-up the Google Group discussion, here, had with Emilio already regarding the Battery_Ducted_Fan.py network.
In summary, the current network is missing the functions for the unknowns and residuals as well as the correct setup for the battery meaning that when trying to extract the battery performance during a mission that this is not possible and flags errors to say that the information for the plot_battery_pack_conditions function is not available.
Also as a quick note, I spotted that in the original code that one attribute assignment for conditions.propulsion.current should be changed to conditions.propulsion.battery_current as this is what the plot_battery_pack_conditions function looks for.
Any further questions then feel free to ask me!
Kind regards,
Jon
The text was updated successfully, but these errors were encountered: