Skip to content

Commit

Permalink
priv
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Feb 12, 2025
1 parent 17f3064 commit 187a62c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/equilibria/boundaries/phase_envelopes_px.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ module yaeos__equilibria_boundaries_phase_envelopes_px
use yaeos__equilibria_boundaries_auxiliar, only: get_z
implicit none

private

public :: PXEnvel2
public :: px_envelope_2ph

type :: CriticalPoint
!! Critical point
real(pr) :: alpha !! \(\alpha\)
Expand Down
5 changes: 5 additions & 0 deletions src/equilibria/boundaries/phase_envelopes_px_3ph.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ module yaeos__equilibria_boundaries_phase_envelopes_px3

implicit none

private

public :: PXEnvel3
public :: px_envelope_3ph

type :: PXEnvel3
real(pr), allocatable :: beta(:) !! Mole fraction between phase x and phase y
real(pr), allocatable :: x(:, :) !! Mole fraction of phase x
Expand Down
5 changes: 5 additions & 0 deletions src/equilibria/boundaries/phase_envelopes_tx.f90
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ module yaeos__equilibria_boundaries_phase_envelopes_tx
use yaeos__equilibria_boundaries_auxiliar, only: get_z
implicit none

private

public :: TXEnvel2
public :: tx_envelope_2ph

type :: CriticalPoint
!! Critical point
real(pr) :: alpha !! \(\alpha\)
Expand Down

0 comments on commit 187a62c

Please sign in to comment.