Skip to content

Commit

Permalink
Fix typo in heat transfer coefficient
Browse files Browse the repository at this point in the history
  • Loading branch information
fwitte committed May 13, 2021
1 parent 4149348 commit 65383e2
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials_examples/tutorial_heat_pump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pressure ratios on hot and cold side as well as the lower terminal temperature
difference. We use the hot side pressure ratio and the lower terminal
temperature (similar to pinch point layout for waste heat steam generators)
difference as design parameters and choose zeta as well as the area independent
heat transition coefficient as its offdesign parameters.
heat transfer coefficient as its offdesign parameters.

On top of that, the characteristic function of the evaporator should follow the
default characteristic line of 'EVAPORATING FLUID' on the cold side and the
Expand Down
4 changes: 2 additions & 2 deletions src/tespy/components/heat_exchangers/condenser.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ class Condenser(HeatExchanger):
temprature of condensing fluid) :math:`ttd_\mathrm{u}/\text{K}`.
kA : float, dict
Area independent heat transition coefficient,
Area independent heat transfer coefficient,
:math:`kA/\frac{\text{W}}{\text{K}}`.
kA_char : tespy.tools.data_containers.DataContainerSimple
Area independent heat transition coefficient characteristic.
Area independent heat transfer coefficient characteristic.
kA_char1 : tespy.tools.characteristics.CharLine, dict
Characteristic line for hot side heat transfer coefficient.
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/components/heat_exchangers/desuperheater.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class Desuperheater(HeatExchanger):
Upper terminal temperature difference :math:`ttd_\mathrm{u}/\text{K}`.
kA : float, dict
Area independent heat transition coefficient,
Area independent heat transfer coefficient,
:math:`kA/\frac{\text{W}}{\text{K}}`.
kA_char1 : tespy.tools.characteristics.CharLine, dict
Expand Down
4 changes: 2 additions & 2 deletions src/tespy/components/heat_exchangers/heat_exchanger.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,11 @@ class HeatExchanger(Component):
Upper terminal temperature difference :math:`ttd_\mathrm{u}/\text{K}`.
kA : float, dict
Area independent heat transition coefficient,
Area independent heat transfer coefficient,
:math:`kA/\frac{\text{W}}{\text{K}}`.
kA_char : dict
Area independent heat transition coefficient characteristic.
Area independent heat transfer coefficient characteristic.
kA_char1 : tespy.tools.characteristics.CharLine, dict
Characteristic line for hot side heat transfer coefficient.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class HeatExchangerSimple(Component):
used.
kA : float, dict, :code:`"var"`
Area independent heat transition coefficient,
Area independent heat transfer coefficient,
:math:`kA/\frac{\text{W}}{\text{K}}`.
kA_char : tespy.tools.characteristics.CharLine, dict
Expand Down
2 changes: 1 addition & 1 deletion src/tespy/components/piping/pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Pipe(HeatExchangerSimple):
used.
kA : float, dict, :code:`"var"`
Area independent heat transition coefficient,
Area independent heat transfer coefficient,
:math:`kA/\frac{\text{W}}{\text{K}}`.
kA_char : tespy.tools.characteristics.CharLine, dict
Expand Down

0 comments on commit 65383e2

Please sign in to comment.