
6.3 Retrieving Entropy Data 211
LIQUID DATA. Compressed liquid data are presented for water in Tables A-5. In these tables
s, v, u, and h are tabulated versus temperature and pressure as in the superheat tables, and
the tables are used similarly. In the absence of compressed liquid data, the value of the specific
entropy can be estimated in the same way as estimates for v and u are obtained for liquid
states (Sec. 3.3.6), by using the saturated liquid value at the given temperature
(6.7)
for example. . .
suppose the value of specific entropy is required for water at 25 bar,
200C. The specific entropy is obtained directly from Table A-5 as s 2.3294 kJkg K. Using
the saturated liquid value for specific entropy at 200C from Table A-2, the specific entropy
is approximated with Eq. 6.7 as s 2.3309 kJkg K, which agrees closely with the previous
value.
The specific entropy values for water and the refrigerants given in Tables A-2 through
A-18 are relative to the following reference states and values. For water, the entropy of
saturated liquid at 0.01C is set to zero. For the refrigerants, the entropy of the saturated liq-
uid at 40C is assigned a value of zero.
COMPUTER RETRIEVAL. The software available with this text, Interactive Thermodynam-
ics: IT, provides data for the substances considered in this section. Entropy data are retrieved
by simple call statements placed in the workspace of the program. for example. . .
consider a two-phase liquid–vapor mixture of H
2
O at p 1 bar, v 0.8475 m
3
/kg. The fol-
lowing illustrates how specific entropy and quality x are obtained using IT
p = 1 // bar
v = 0.8475 // m
3
/kg
v = vsat_Px(“Water/Steam”,p,x)
s = ssat_Px(“Water/Steam”,p,x)
The software returns values of x 0.5 and s 4.331 kJ/kg K, which can be checked using
data from Table A-3. Note that quality x is implicit in the list of arguments in the expression
for specific volume, and it is not necessary to solve explicitly for x. As another example, con-
sider superheated ammonia vapor at p 1.5 bar, T 8C. Specific entropy is obtained from
IT as follows:
p = 1.5 // bar
T = 8 // C
s = s_PT(“Ammonia”,p,T)
The software returns s 5.981 kJ/kg K, which agrees closely with the value obtained by
interpolation in Table A-15.
USING GRAPHICAL ENTROPY DATA
The use of property diagrams as an adjunct to problem solving is emphasized throughout
this book. When applying the second law, it is frequently helpful to locate states and plot
processes on diagrams having entropy as a coordinate. Two commonly used figures having
entropy as one of the coordinates are the temperature–entropy diagram and the enthalpy–
entropy diagram.
TEMPERATURE–ENTROPY DIAGRAM. The main features of a temperature–entropy
diagram are shown in Fig. 6.3. For detailed figures for water in SI, see Fig. A-7. Observe
#
#
#
#
s1T, p2 s
f
1T 2
METHODOLOGY
UPDATE
Note that IT does not
provide compressed liquid
data for any substance. IT
returns liquid entropy data
using the approximation of
Eq. 6.7. Similarly, Eqs. 3.11,
3.12, and 3.14 are used to
return liquid values for v,
u, and h, respectively.
T–s diagram