Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
planes committed Mar 15, 2022
1 parent 5ebfbd5 commit c56fd46
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -100,7 +100,7 @@ def currentin(self,conditions):
eta = (conditions.propulsion.throttle[:,0,None])*1.0
eff = self.efficiency
currentout = self.inputs.currentout
currentin = currentout*eta/eff
currentin = currentout*eta/eff # The inclusion of eta satisfies a power balance: p_in = p_out/eff

# Pack
self.outputs.currentin = currentin
Expand Down

0 comments on commit c56fd46

Please sign in to comment.