Skip to content

Commit

Permalink
Update cvd_condensate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yohanesnuwara authored Jun 25, 2020
1 parent f19ff08 commit b86bfa7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Unit 10 Gas-Condensate Reservoirs/functions/cvd_condensate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ def cvd_condensate(z, z2, temp, p, Gp, Np, Vo):
Gp: gas produced in the PVT cell, in Mscf
Np: condensate produced in the PVT cell, in STB
Vo: condensate volume in the PVT cell
Outputs:
Rv: in STB/MMscf
"""

z_j = z; Gp_j = Gp * 1E+3; Np_j = Np; z2_j = z2; Vo_j = Vo
Expand Down

0 comments on commit b86bfa7

Please sign in to comment.