This is a package of fortran code to generate vapor-liquid equilibrium predicition points using the gamma-phi formulation. You can learn more about VLE calculation with this article.
There are code to evaluate bulble and dew points fixing pressure or temperature.
- BULB-P
- DEW-P
- BULB-T
- DEW-T
You may need to download a fortran compiler. I recommend gfotran.
$ sudo apt-get install gfortran
$ git clone [email protected]:sergiomurilovarela/vle-gamma-phi.git
$ cd vle-gamma-phi
$ gfortran BULBP.f90 -o BULBP
$ ./BULBP
Then open the output.txt file generated in the root-pragram folder.