yaeos__equilibria_binaries Module

Module with routines particular to binary mixtures.



Subroutines

public subroutine find_llcl(model, z0, zi, P, a, V, T)

Find an initial guess for the critical L-L line of a binary mixture.

Read more…

Arguments

Type IntentOptional Attributes Name
class(ArModel), intent(in) :: model
real(kind=pr), intent(in) :: z0(2)

Mole fractions of original fluid

real(kind=pr), intent(in) :: zi(2)

Mole fractions of new fluid

real(kind=pr), intent(in) :: P

Pressure [bar]

real(kind=pr), intent(out) :: a

Mole fraction of new fluid

real(kind=pr), intent(out) :: V

Volume [L/mol]

real(kind=pr), intent(inout) :: T

Temperature [K]