feos.eos.estimator.DataSet.binary_vle_pressure¶
- static DataSet.binary_vle_pressure(temperature, pressure, molefracs, phase)¶
Create a DataSet with experimental data for binary phase equilibria using the pressure residual.
- Parameters:
temperature (SIArray1) – Temperature of the experimental data points.
pressure (SIArray1) – Pressure of the experimental data points.
molefracs (np.array[float]) – Molar composition of component 1 in the considered phase.
phase (Phase) – The phase of the experimental data points.
- Return type: