Skip to content

Commit

Permalink
line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
sofie-0 committed Dec 8, 2021
1 parent 13842c4 commit 3401e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trunk/SUAVE/Components/Energy/Distributors/Cryogenic_Lead.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __defaults__(self):
self.material = None

self.cross_section = 0.0 # [m2]
self.optimum_current = 0.0 # [A]
self.optimum_current = 0.0 # [A]
self.minimum_Q = 0.0 # [W]
self.unpowered_Q = 0.0 # [W]

Expand Down Expand Up @@ -138,7 +138,7 @@ def Q_unpowered(self):
cold_temp = self.cold_temp
cross_section = self.cross_section
length = self.length
material = self.material
material = self.material

# Integrate the thermal conductivity across the relevant temperature range.
integral = integrate.quad(lambda T: material.thermal_conductivity(T), cold_temp, hot_temp)
Expand Down

0 comments on commit 3401e72

Please sign in to comment.