Calculate the fluid composition based on an amount of addition of second fluid.
The injection can be considered as two kinds of injection: - Displacement: - Addition:
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 |