
MRST记录
Li_Yurun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
mrst 实施编辑器 data流程
计算Eggmodel Data doc%加载模块mrstModule add ad-core ad-blackoil spe10 blackoil-sequential mrst-gui%预设求解器psolver = BackslashSolverAD()tsolvrt = GMRES_ILUSolverAD()%挑选层layer = 1mrstModule add ad-c...原创 2019-03-17 22:44:42 · 1860 阅读 · 0 评论 -
matlab mrst 工具箱 用共轭梯度法 找极值点
mrst (matlab reservoir simulation tools)利用自动离散的函数进行计算clear all[a,b,tol] = deal(1,100,1e-6)tol = 1e-6[x0,incr] = deal([0;1])hh =[]gg = []ii =[]while norm(incr)>tol x = initVar...原创 2019-07-08 10:20:30 · 2419 阅读 · 0 评论