Skip to content

Commit

Permalink
fixed temporaly until using full yaeos
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Feb 7, 2024
1 parent e95ced9 commit ecd079b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/new/mod_inj_envelopes.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,8 @@ type(EquilibriaState) function hpl_alpha_pressure(n, t, p0, a0, y0, max_inner_it
use saturation_points, only: EquilibriaState
use envelopes, only: k_wilson
use stdlib_optval, only: optval
use legacy_ar_models, only: nc, termo
use legacy_ar_models, only: nc
use legacy_thermo_properties, only: termo
real(pr), intent(in) :: n(:) !! Composition vector [moles / molar fraction]
real(pr), intent(in) :: t !! Temperature [K]
real(pr), intent(in) :: p0 !! Pressure [bar]
Expand Down
3 changes: 2 additions & 1 deletion src/phase_equilibria/mod_phase_equilibria.f90
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module saturation_points
use constants, only: pr
use legacy_ar_models, only: termo, nc
use legacy_ar_models, only: nc
use legacy_thermo_properties, only: termo
use envelopes, only: k_wilson
implicit none

Expand Down

0 comments on commit ecd079b

Please sign in to comment.