Skip to content

Commit

Permalink
Another place where the molefracs are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhbell committed Dec 1, 2023
1 parent 45bf710 commit e62f921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/teqp/cpp/teqpcpp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ namespace teqp {
EArray2 extrapolate_from_critical(const double Tc, const double rhoc, const double Tgiven) const;
std::tuple<EArrayd, EMatrixd> get_pure_critical_conditions_Jacobian(const double T, const double rho, const std::optional<std::size_t>& alternative_pure_index, const std::optional<std::size_t>& 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<Eigen::ArrayXd>& molefracs = std::nullopt) const;
double dpsatdT_pure(const double T, const double rhoL, const double rhoV) const;

virtual std::tuple<EArrayd, EArrayd> get_drhovecdp_Tsat(const double T, const REArrayd& rhovecL, const REArrayd& rhovecV) const;
Expand Down

0 comments on commit e62f921

Please sign in to comment.