feos.eos.estimator.DataSet.binary_vle_chemical_potential¶
- static DataSet.binary_vle_chemical_potential(temperature, pressure, liquid_molefracs, vapor_molefracs)¶
Create a DataSet with experimental data for binary phase equilibria using the chemical potential residual.
- Parameters:
temperature (SIArray1) – Temperature of the experimental data points.
pressure (SIArray1) – Pressure of the experimental data points.
liquid_molefracs (np.array[float]) – Molar composition of component 1 in the liquid phase.
vapor_molefracs (np.array[float]) – Molar composition of component 1 in the vapor phase.
- Return type: