随笔分类 - 地质建模
摘要:#include <iostream>#include <fstream>#include <iomanip> using namespace std; /* ecl grid file formatcoord....../zcorn..../*/int main(int argc, char*ar
阅读全文
摘要:地震褶积方法制作合成地震记录 包括,(1)读取相模型,设置每种相的密度和速度,(2)计算反射系数,添加噪音,(3)设置子波,(4)进行褶积计算。具体的代码如下 void syntheticSeis(const string& faciesFileName, const string&synseisF
阅读全文
摘要:基于两点地质统计学的传统方法包括序贯高斯模拟(SGS)(Journel和Isaaks,1984年;Goovaerts,1997年;Sahimi,2011年)、序贯指标模拟(SIS)(Goovaert,1997年,Sahimi,2011年)和联合模拟方法(Goovaertes,1997年、Chiles
阅读全文