Module with routines particular to binary mixtures.
Find an initial guess for the critical L-L line of a binary mixture.
Type | Intent | Optional | 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] |