Skip to content

Commit

Permalink
fixes typos in description
Browse files Browse the repository at this point in the history
  • Loading branch information
mlauster committed Mar 29, 2017
1 parent b679eb4 commit 2f582d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/four_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class FourElement(object):
ua_value_win : float [W/K]
U-Value times outer wall area.
u_value_win : float [W/(m2K)]
Are weighted U-Value of windows.
Area weighted U-Value of windows.
r_conv_inner_win : float [K/W]
Sum of convective resistances for all windows facing the
inside of this thermal zone.
Expand Down
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/one_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class OneElement(object):
ua_value_win : float [W/K]
U-Value times window wall area.
u_value_win : float [W/(m2K)]
Are weighted U-Value of windows.
Area weighted U-Value of windows.
r_conv_inner_win : float [K/W]
Sum of convective resistances for all windows facing the
inside of this thermal zone.
Expand Down
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/three_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class ThreeElement(object):
ua_value_win : float [W/K]
U-Value times outer wall area.
u_value_win : float [W/(m2K)]
Are weighted U-Value of windows.
Area weighted U-Value of windows.
r_conv_inner_win : float [K/W]
Sum of convective resistances for all windows facing the
inside of this thermal zone.
Expand Down
2 changes: 1 addition & 1 deletion teaser/logic/buildingobjects/calculation/two_element.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class TwoElement(object):
ua_value_win : float [W/K]
U-Value times window wall area.
u_value_win : float [W/(m2K)]
Are weighted U-Value of windows.
Area weighted U-Value of windows.
r_conv_inner_win : float [K/W]
Sum of convective resistances for all windows facing the
inside of this thermal zone.
Expand Down

0 comments on commit 2f582d1

Please sign in to comment.