Skip to content

Commit 48dc890

Browse files
authored
Update EthyleneGlycolWater.mo
This corrects a copy-paste error in the documentation, which uses propylene instead of ethylene
1 parent 958fca8 commit 48dc890

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IBPSA/Media/Antifreeze/EthyleneGlycolWater.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package EthyleneGlycolWater
2727
constant Modelica.Units.SI.Temperature property_T
2828
"Temperature for evaluation of constant fluid properties";
2929
constant Modelica.Units.SI.MassFraction X_a
30-
"Mass fraction of propylene glycol in water";
30+
"Mass fraction of ethylene glycol in water";
3131

3232
redeclare model BaseProperties "Base properties"
3333
Temperature T(stateSelect=
@@ -107,7 +107,7 @@ protected
107107
constant Modelica.Units.SI.MassFraction X_a_min=0.
108108
"Minimum allowed mass fraction of ethylene glycol in water";
109109
constant Modelica.Units.SI.MassFraction X_a_max=0.6
110-
"Maximum allowed mass fraction of propylene glycol in water";
110+
"Maximum allowed mass fraction of ethylene glycol in water";
111111

112112
// Fluid constants based on pure Ethylene Glycol
113113
constant Modelica.Media.Interfaces.Types.Basic.FluidConstants[1]
@@ -157,7 +157,7 @@ protected
157157
annotation (
158158
Documentation(info="<html>
159159
<p>
160-
Density of propylene antifreeze-water mixture at specified mass fraction
160+
Density of ethylene antifreeze-water mixture at specified mass fraction
161161
and temperature, based on Melinder (2010).
162162
</p>
163163
<h4>References</h4>

0 commit comments

Comments
 (0)