Skip to content

Commit

Permalink
🐛 pf power calcution variable name change
Browse files Browse the repository at this point in the history
  • Loading branch information
apearce committed Nov 14, 2024
1 parent a56623a commit 586b820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def pfpwr(self, output: bool):
cktr[ig] = pfcr[ig] + pfbusr[ig] # total resistance of circuit (ohms)
cptburn = (
pfcoil_variables.cptdin[ic]
* pfcoil_variables.curpfb[ic]
* pfcoil_variables.curpfs[ic]
/ pfcoil_variables.ric[ic]
)
rcktvm[ig] = abs(cptburn) * cktr[ig] # peak resistive voltage (V)
Expand Down

0 comments on commit 586b820

Please sign in to comment.