7.103. CKPX

CKPX      CKPX      CKPX      CKPX      CKPX      CKPX      CKPX      
          **********************************************
                    **************************
                              ******

SUBROUTINE CKPX   (RHO, T, X, ICKWRK, RCKWRK, P)
Returns the pressure of the gas mixture given mass density,
temperature(s) and mole fractions.

INPUT
RHO       - Real scalar, mass density.
               cgs units, gm/cm**3
T(*)      - Real array, temperature(s); dimension is determined by
            the application program to be the total number of
            species temperatures, nominally 1.
               cgs units, K
X(*)      - Real array, mole fractions of the mixture;
            dimension at least KK, the total species count.
ICKWRK(*) - Integer workspace array; dimension at least LENICK.
RCKWRK(*) - Real    workspace array; dimension at least LENRCK.

OUTPUT
P         - Real scalar, pressure.
               cgs units, dynes/cm**2