Skip to content

Commit

Permalink
expose critical solvers
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Oct 27, 2024
1 parent 2b76d7c commit b831b4d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/equilibria/equilibria.f90
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ module yaeos__equilibria
use yaeos__equilibria_saturation_points, only:&
saturation_pressure, saturation_temperature

! Critical points
use yaeos__equilibria_critical, only: critical_line, CriticalLine, solve_cp

! Phase equilibria boundaries
use yaeos__equilibria_boundaries_phase_envelopes_pt, only:&
PTEnvel2, pt_envelope_2ph
PTEnvel2, pt_envelope_2ph, find_hpl
use yaeos__equilibria_boundaries_phase_envelopes_px, only:&
PXEnvel2, px_envelope_2ph

Expand Down

0 comments on commit b831b4d

Please sign in to comment.