在GEM模拟器中,可以使用Wellbore model计算井筒压降损失,具体可参见下图:
在Wellbore model中,有两种压降计算方法:
(1)解析方法,可使用关系式Aziz, Govier, and Fogarasi (JCPT, July-Sept. 1972, pp. 38-48),关键字如下所示:
*PWELLBORE *MODEL
wdepth wlength rel_rough whtemp bhtemp wradius
*MODEL 该关键字表示使用解析法计算压降
Wlength:井筒长度
rel_rough:相对粗糙度
whtemp:井口温度
bhtemp:油藏温度
wradius:井径
举例:
** In the following example *MODEL is used to calculate
** Wellbore hydraulic pressure loss for a gas producer.
*WELL 2 ‘Producer’
*PRODUCER 2
*PWELLBORE *MODEL
** wdepth wlen rough whtemp bhtemp wrad
8400 8400. 0.0001 60.0 150.0 0.25
*OPERATE *MIN *WHP 2000.
(2)表格法:可使用表格的方式计算压降,关键字如下所示:
*PWELLBORE (*TABLE) wdepth table_number
其中:
*TABLE:可使用用户输入的表格进行计算
Wdepth:井筒深度
table_number:指定当前井使用*PTUBE1中输入的表格。
举例:
Example #2:
** In the following example *TABLE is used to calculate
** Wellbore hydraulic pressure loss for a producer.
** The units being used are *FIELD.
*PRODUCER 2
** For producer use hydraulic table # 1.
*PWELLBORE *TABLE 8400.0 1
*OPERATE *MIN *BHP 2098.0
** Well geometry for the producer.
** rw geofac wfrac skin
*GEOMETRY *K 0.0572 0.34 1.0 0.0
*PERF *GEO 2
** if jf kf ff
2 2 1:4 1.0
** Define the pressure loss table
*PTUBE1 1
*DEPTH 5000.0
*OIL **flo(1) flo(2) flo(3) flo(4)
0.0 4000.0 8000.0 16000.0
*GOR **gfr(1) gfr(2)
500.0 1000.0
*WCUT **wfr(1) wfr(2)
0.00 0.50
*ALQ **add(1)
0.0
*WHP **whp(1) whp(2) whp(3)
200.0 900.0 1600.0
*BHP
**iflo igfr iwfr iadd bhp(1) bhp(2) bhp(3)
1 1 1 1 2176.1 2873.7 3573.7
1 2 1 1 1997.7 2670.9 3370.9
1 1 2 1 2646.7 3344.7 4044.7
1 2 2 1 2447.7 3124.7 3824.7
2 1 1 1 2135.5 2876.6 3576.6
2 2 1 1 1682.7 2674.6 3374.6
2 1 2 1 2618.0 3351.2 4051.2
2 2 2 1 2189.0 3132.3 3832.3
3 1 1 1 2133.6 2884.2 3584.2
3 2 1 1 1463.1 2684.5 3384.5
3 1 2 1 2630.9 3368.4 4068.4
3 2 2 1 2022.0 3152.8 3852.8
4 1 1 1 2160.1 2912.5 3612.5
4 2 1 1 1425.7 2721.3 3421.3
4 1 2 1 2696.4 3433.4 4133.4
4 2 2 1 2080.0 3231.0 3931.0
Table法实际上就是输入VFP表(Vertical Flow Performance),其为一系列不同参数排列组合下的井底流压,计算出的结果。
CMG井筒计算器可根据流动参数生成垂直管流曲线表(VFP),也可以从具有CMG或Eclipse(VFP)格式的数据文件导入垂直管流曲线表,具体可以参考第67讲义5.5小节内容,另外也可以参考GEM模拟器自带算例-gmdrm002.dat。