Skip to content

Commit

Permalink
Shorter lines through line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jnnr committed Feb 24, 2020
1 parent e44b249 commit 0a5a504
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/oemof/thermal/stratified_thermal_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,13 @@ def calculate_capacities(
heat_capacity: numeric
Average specific heat capacity of storage medium [J/(kg*K)]
Default values calculated with CoolProp for a temperature of 80 °C as a simplifying assumption
Default values calculated with CoolProp for a temperature of 80 °C
as a simplifying assumption
density : numeric
Average density of storage medium [kg/m3]
Default values calculated with CoolProp for a temperature of 80 °C as a simplifying assumption
Default values calculated with CoolProp for a temperature of 80 °C
as a simplifying assumption
Returns
-------
Expand Down Expand Up @@ -182,11 +184,13 @@ def calculate_losses(
heat_capacity: numeric
Average specific heat capacity of storage medium [J/(kg*K)]
Default values calculated with CoolProp for a temperature of 80 °C as a simplifying assumption
Default values calculated with CoolProp for a temperature of 80 °C
as a simplifying assumption
density : numeric
Average density of storage medium [kg/m3]
Default values calculated with CoolProp for a temperature of 80 °C as a simplifying assumption
Default values calculated with CoolProp for a temperature of 80 °C
as a simplifying assumption
Returns
-------
Expand Down

0 comments on commit 0a5a504

Please sign in to comment.