You are on page 1of 2

Explanations for the supplemental programs on the disk.

CATHN.EXE
An executable program that is menudriven and provides
all the tables not included with CATT.EXE
STEAM.OBJ
A single precission module that has the steam tables.
Usage: CALL STEAM(JOB,IUNIT,P,V,T,U,H,S,X,IPHASE)
FREON.OBJ
A single precission module that has all the refrigerants
except the R-134a.
Usage: CALL FREON(IDR,JOB,IUNIT,P,V,T,U,H,S,X,IPHASE)
ARNM.OBJ
A single precission module for Ammonia, R-134a, Nitrogen
and Methane.
Usage: CALL ARNM(ID,JOB,IUNIT,P,V,T,U,H,S,X,IPHASE)
IDGAS.OBJ
A module for air and the other ideal gases. The air
subprogram is only in SI and with temperature input in K.
Usage: CALL FNAIR(T,U,H,S,PR,VR)
CALL SUBST(ID,T,H,S,ITUNIT)
LK.OBJ
A module for the generalized charts. This provides the
departure functions Z, DH, DS and the fugacity coefficient
FP = ln(F/P)
Usage: CALL LEEK(TR,PR,W,IPHASE,Z,DH,DS,FP)
CALL LEEKX(IOPT,TR,PR,W,X,IPHASE,Z,DH,DS,FP)
COMMON.OBJ
Some common programs for unit conversions, must be linked
with the other modules.

TEST.FOR
A test program in FORTRAN that will test the steam, freon
and ARNM modules. It must be compiled and linked with the
mentioned object modules as shown in the file.
TSTAIR.FOR
A test program for air and the ideal gases modules in FORTRAN
source code.
LKCONST.FOR
A stand alone FORTRAN program to compute the Lee-Kesler
critical constants for a mixture. It must be compiled and
linked.
All program have been written in FORTRAN and compiled with Micro-soft
FORTRAN 5.1 for the PC DOS machines as
FL /c /FPi myprog.for;
and then linked. See file TEST.FOR.

You might also like