libpsc is a library for Pitzer-Simonson-Clegg model of electrolyte aqueous solution. Eight functions have been implemented, psc_aw, psc_am, psc_an, psc_ax, psc_lnf1, psc_lnfm, psc_lnfn, psc_lnfx, respectively. These functions have been critical tested. With the library, a test program exist.
libpsc is written by C, GNU coding style. Everyone can use the library easily!
The INSTALL file show how to compile the library, main steps as follows:
./configure
./make
cd test
./test (a default test program for testing all the function in the library)
./test1 (a default test program for testing all the function in the library)