问答中心分类: 数值计算使用灵活井模拟时,出现收敛的问题,如何修改数值控制条件?
0
admin 管理员 asked 6年 ago

2 Answers
0
admin 管理员 answered 6年 ago

灵活井模拟可以使用两套数值控制,第一套用于灵活井,第二套用于储层。关键字设置如下:
NUMERICAL
*NUMSET 1 **第一套数值控制
NORM PRESS 400 SATUR 0.1 TEMP 5 Y 0.2 X 0.01
CONVERGE VARONLY PRESS 20 SATUR 0.025 TEMP 5 Y 0.1 X 0.0025
*NUMSET 2 **第二套数值控制
NORM PRESS 50 SATUR 0.2 TEMP 50 Y 0.2 X 0.1
CONVERGE VARONLY PRESS 20 SATUR 0.025 TEMP 2.5 Y 0.1 X 0.0025
**$ Property: Numerical Set Number Max: 2 Min: 2
NUMTYPE CON           2  
**将第二套数值控制赋值给网格系统,灵活井使用第一套数值控制。

0
admin 管理员 answered 6年 ago

Some numerical control parameters used by Flexible Wellbore come from the first set (*NUMSET 1) of the *NUMERICAL data section. For example, it uses *NORM for timestep size and *CONVERGE for convergence. If Flexible Wellbore numerical control values are different from those used by the reservoir grid, group the “reservoir” data under *NUMSET 2 and assign it to the entire grid via “*NUMTYPE *CON 2”.