From e62f921b8533593807224f70991f929b6f96fc73 Mon Sep 17 00:00:00 2001 From: Ian Bell Date: Fri, 1 Dec 2023 09:39:09 -0500 Subject: [PATCH] Another place where the molefracs are needed --- include/teqp/cpp/teqpcpp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/teqp/cpp/teqpcpp.hpp b/include/teqp/cpp/teqpcpp.hpp index 13585ece..40038da7 100644 --- a/include/teqp/cpp/teqpcpp.hpp +++ b/include/teqp/cpp/teqpcpp.hpp @@ -135,7 +135,7 @@ namespace teqp { EArray2 extrapolate_from_critical(const double Tc, const double rhoc, const double Tgiven) const; std::tuple get_pure_critical_conditions_Jacobian(const double T, const double rho, const std::optional& alternative_pure_index, const std::optional& alternative_length) const; - EArray2 pure_VLE_T(const double T, const double rhoL, const double rhoV, int maxiter) const; + EArray2 pure_VLE_T(const double T, const double rhoL, const double rhoV, int maxiter, const std::optional& molefracs = std::nullopt) const; double dpsatdT_pure(const double T, const double rhoL, const double rhoV) const; virtual std::tuple get_drhovecdp_Tsat(const double T, const REArrayd& rhovecL, const REArrayd& rhovecV) const;