Equilibria boundaries auxiliar module This module contains the auxiliar functions and subroutines used in the phase-boundaries calculations.
Calculate the fluid composition based on an amount of addition of second fluid.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=pr), | intent(in) | :: | alpha |
Addition percentaje |
||
real(kind=pr), | intent(in) | :: | z_0(:) | |||
real(kind=pr), | intent(in) | :: | z_inj(:) | |||
real(kind=pr), | intent(out) | :: | z(size(z_0)) |
New composition |
||
real(kind=pr), | intent(out), | optional | :: | dzda(size(z_0)) |
Derivative wrt |