This repository contains all the codes required to obtain the results given in 'On the Anomalous Phase Behavior of Polymer–Ionic Liquid Mixtures' by P. Walker and Z-G. Wang. The repository is contains two folders:
scripts: Contains the routines needed to solve for the phase equilibrium and critical point.examples: Contains example scripts using the routines above to generate figures given in the paper. All the required dependencies have been provided in theProject.tomlfile. To install all the necessary packages, run:
julia> ] activate .
julia> instantiate