neqsim
neqsim copied to clipboard
Saturation pressure and temperature calculation give inaccurate results
Describe the bug Saturation pressure temperature gives inaccurate results when comparing to phase envelope dew point pressure/temperature. See https://github.com/equinor/neqsim/pull/886
To Reproduce Disable multiphase check in src/main/java/neqsim/PVTsimulation/simulation/SaturationPressure.java or src/main/java/neqsim/PVTsimulation/simulation/SaturationTemperature.java
Expected behavior The calculated saturation pressure/temperature should be independent of if multiphasecheck is enabled or not.