期刊文献+
共找到1,274篇文章
< 1 2 64 >
每页显示 20 50 100
A deep kernel method for lithofacies identification using conventional well logs 被引量:1
1
作者 Shao-Qun Dong Zhao-Hui Zhong +5 位作者 Xue-Hui Cui Lian-Bo Zeng Xu Yang Jian-jun Liu Yan-Ming Sun jing-Ru Hao 《Petroleum Science》 SCIE EI CAS CSCD 2023年第3期1411-1428,共18页
How to fit a properly nonlinear classification model from conventional well logs to lithofacies is a key problem for machine learning methods.Kernel methods(e.g.,KFD,SVM,MSVM)are effective attempts to solve this issue... How to fit a properly nonlinear classification model from conventional well logs to lithofacies is a key problem for machine learning methods.Kernel methods(e.g.,KFD,SVM,MSVM)are effective attempts to solve this issue due to abilities of handling nonlinear features by kernel functions.Deep mining of log features indicating lithofacies still needs to be improved for kernel methods.Hence,this work employs deep neural networks to enhance the kernel principal component analysis(KPCA)method and proposes a deep kernel method(DKM)for lithofacies identification using well logs.DKM includes a feature extractor and a classifier.The feature extractor consists of a series of KPCA models arranged according to residual network structure.A gradient-free optimization method is introduced to automatically optimize parameters and structure in DKM,which can avoid complex tuning of parameters in models.To test the validation of the proposed DKM for lithofacies identification,an open-sourced dataset with seven con-ventional logs(GR,CAL,AC,DEN,CNL,LLD,and LLS)and lithofacies labels from the Daniudi Gas Field in China is used.There are eight lithofacies,namely clastic rocks(pebbly,coarse,medium,and fine sand-stone,siltstone,mudstone),coal,and carbonate rocks.The comparisons between DKM and three commonly used kernel methods(KFD,SVM,MSVM)show that(1)DKM(85.7%)outperforms SVM(77%),KFD(79.5%),and MSVM(82.8%)in accuracy of lithofacies identification;(2)DKM is about twice faster than the multi-kernel method(MSVM)with good accuracy.The blind well test in Well D13 indicates that compared with the other three methods DKM improves about 24%in accuracy,35%in precision,41%in recall,and 40%in F1 score,respectively.In general,DKM is an effective method for complex lithofacies identification.This work also discussed the optimal structure and classifier for DKM.Experimental re-sults show that(m_(1),m_(2),O)is the optimal model structure and linear svM is the optimal classifier.(m_(1),m_(2),O)means there are m KPCAs,and then m2 residual units.A workflow to determine an optimal classifier in DKM for lithofacies identification is proposed,too. 展开更多
关键词 Lithofacies identification Deepkernel method Well logs Residual unit Kernel principal component analysis Gradient-free optimization
下载PDF
Contamination Identification of Lentinula Edodes Logs Based on Improved YOLOv5s 被引量:1
2
作者 Xuefei Chen Wenhui Tan +3 位作者 Qiulan Wu Feng Zhang Xiumei Guo Zixin Zhu 《Intelligent Automation & Soft Computing》 SCIE 2023年第9期3143-3157,共15页
In order to improve the accuracy and efficiency of Lentinula edodes logs contamination identification,an improved YOLOv5s contamination identification model for Lentinula edodes logs(YOLOv5s-CGGS)is proposed in this p... In order to improve the accuracy and efficiency of Lentinula edodes logs contamination identification,an improved YOLOv5s contamination identification model for Lentinula edodes logs(YOLOv5s-CGGS)is proposed in this paper.Firstly,a CA(coordinate attention)mechanism is introduced in the feature extraction network of YOLOv5s to improve the identifiability of Lentinula edodes logs contamination and the accuracy of target localiza-tion.Then,the CIoU(Complete-IOU)loss function is replaced by an SIoU(SCYLLA-IoU)loss function to improve the model’s convergence speed and inference accuracy.Finally,the GSConv and GhostConv modules are used to improve and optimize the feature fusion network to improve identification efficiency.The method in this paper achieves values of 97.83%,97.20%,and 98.20%in precision,recall,and mAP@0.5,which are 2.33%,3.0%,and 1.5%better than YOLOv5s,respectively.mAP@0.5 is better than YOLOv4,Ghost-YOLOv4,and Mobilenetv3-YOLOv4(improved by 4.61%,5.16%,and 6.04%,respectively),and the FPS increased by two to three times. 展开更多
关键词 Lentinula edodes logs contamination identification deep learning attention mechanism loss function
下载PDF
Enhanced history matching process by incorporation of saturation logs as model selection criteria
3
作者 APONTE Jesus Manuel WEBBER Robert +3 位作者 CENTENO Maria Astrid DHAKAL Hom Nath SAYED Mohamed Hassan MALAKOOTI Reza 《Petroleum Exploration and Development》 SCIE 2023年第2期450-463,共14页
This paper proposes a methodology for an alternative history matching process enhanced by the incorporation of a simplified binary interpretation of reservoir saturation logs(RST) as objective function. Incorporating ... This paper proposes a methodology for an alternative history matching process enhanced by the incorporation of a simplified binary interpretation of reservoir saturation logs(RST) as objective function. Incorporating fluids saturation logs during the history matching phase unlocks the possibility to adjust or select models that better represent the near wellbore waterfront movement, which is particularly important for uncertainty mitigation during future well interference assessments in water driven reservoirs. For the purposes of this study, a semi-synthetic open-source reservoir model was used as base case to evaluate the proposed methodology. The reservoir model represents a water driven, highly heterogenous sandstone reservoir from Namorado field in Brazil. To effectively compare the proposed methodology against the conventional methods, a commercial reservoir simulator was used in combination with a state-of-the-art benchmarking workflow based on the Big LoopTMapproach. A well-known group of binary metrics were evaluated to be used as the objective function, and the Matthew correlation coefficient(MCC) has been proved to offer the best results when using binary data from water saturation logs. History matching results obtained with the proposed methodology allowed the selection of a more reliable group of reservoir models,especially for cases with high heterogeneity. The methodology also offers additional information and understanding of sweep behaviour behind the well casing at specific production zones, thus revealing full model potential to define new wells and reservoir development opportunities. 展开更多
关键词 geological modeling reservoir model objective function binary classification history matching saturation logs
下载PDF
An Efficient Way to Parse Logs Automatically for Multiline Events
4
作者 Mingguang Yu Xia Zhang 《Computer Systems Science & Engineering》 SCIE EI 2023年第9期2975-2994,共20页
In order to obtain information or discover knowledge from system logs,the first step is to performlog parsing,whereby unstructured raw logs can be transformed into a sequence of structured events.Although comprehensiv... In order to obtain information or discover knowledge from system logs,the first step is to performlog parsing,whereby unstructured raw logs can be transformed into a sequence of structured events.Although comprehensive studies on log parsing have been conducted in recent years,most assume that one event object corresponds to a single-line message.However,in a growing number of scenarios,one event object spans multiple lines in the log,for which parsing methods toward single-line events are not applicable.In order to address this problem,this paper proposes an automated log parsing method for multiline events(LPME).LPME finds multiline event objects via iterative scanning,driven by a set of heuristic rules derived from practice.The advantage of LPME is that it proposes a cohesion-based evaluation method for multiline events and a bottom-up search approach that eliminates the process of enumerating all combinations.We analyze the algorithmic complexity of LPME and validate it on four datasets from different backgrounds.Evaluations show that the actual time complexity of LPME parsing for multiline events is close to the constant time,which enables it to handle large-scale sample inputs.On the experimental datasets,the performance of LPME achieves 1.0 for recall,and the precision is generally higher than 0.9,which demonstrates the effectiveness of the proposed LPME. 展开更多
关键词 Log parsing log management log analysis system maintenance
下载PDF
基于logs2intrusions与Web Log Explorer的综合取证分析研究 被引量:1
5
作者 杨晶 赵鑫 芦天亮 《信息网络安全》 CSCD 2017年第3期33-38,共6页
随着互联网应用的迅猛增长,其受到的安全威胁也越来越严重,尤其是网络入侵攻击事件造成了极大的危害。目前,对入侵行为检测的一种必要手段是对日志数据进行分析,网站日志文件是记录Web服务器接收处理请求以及运行时错误等各种原始信息... 随着互联网应用的迅猛增长,其受到的安全威胁也越来越严重,尤其是网络入侵攻击事件造成了极大的危害。目前,对入侵行为检测的一种必要手段是对日志数据进行分析,网站日志文件是记录Web服务器接收处理请求以及运行时错误等各种原始信息的文件,但目前来看网络日志文件的作用还有待进一步提升。文章分析了logs2intrusions、Web Log Explorer、光年SEO日志分析系统、逆火网站分析器这四种日志分析工具的特性,提出了基于logs2intrusions和Web Log Explorer两个工具优势的综合取证分析技术,实现了对大批量入侵攻击日志数据的快速分析处理,提高了对网络入侵攻击行为识别的准确率。 展开更多
关键词 网络入侵检测 logs2intrusions WebLogExplorer 系统日志
下载PDF
Reservoir heterogeneity and fracture parameter determination using electrical image logs and petrophysical data(a case study, carbonate Asmari Formation, Zagros Basin, SW Iran) 被引量:9
6
作者 Ghasem Aghli Reza Moussavi-Harami Ruhangiz Mohammadian 《Petroleum Science》 SCIE CAS CSCD 2020年第1期51-69,共19页
Assessment of reservoir and fracture parameters is necessary to optimize oil production,especially in heterogeneous reservoirs.Core and image logs are regarded as two of the best methods for this aim.However,due to co... Assessment of reservoir and fracture parameters is necessary to optimize oil production,especially in heterogeneous reservoirs.Core and image logs are regarded as two of the best methods for this aim.However,due to core limitations,using image log is considered as the best method.This study aims to use electrical image logs in the carbonate Asmari Formation reservoir in Zagros Basin,SW Iran,in order to evaluate natural fractures,porosity system,permeability profile and heterogeneity index and accordingly compare the results with core and well data.The results indicated that the electrical image logs are reliable for evaluating fracture and reservoir parameters,when there is no core available for a well.Based on the results from formation micro-imager(FMI)and electrical micro-imager(EMI),Asmari was recognized as a completely fractured reservoir in studied field and the reservoir parameters are mainly controlled by fractures.Furthermore,core and image logs indicated that the secondary porosity varies from 0%to 10%.The permeability indicator indicates that zones 3 and 5 have higher permeability index.Image log permeability index shows a very reasonable permeability profile after scaling against core and modular dynamics tester mobility,mud loss and production index which vary between 1 and 1000 md.In addition,no relationship was observed between core porosity and permeability,while the permeability relied heavily on fracture aperture.Therefore,fracture aperture was considered as the most important parameter for the determination of permeability.Sudden changes were also observed at zones 1-1 and 5 in the permeability trend,due to the high fracture aperture.It can be concluded that the electrical image logs(FMI and EMI)are usable for evaluating both reservoir and fracture parameters in wells with no core data in the Zagros Basin,SW Iran. 展开更多
关键词 FMI and EMI IMAGE logs Porosity and permeability FRACTURES Core data Heterogeneity index
下载PDF
Fluid Property Discrimination in Dolostone Reservoirs Using Well Logs 被引量:12
7
作者 WANG Guiwen LAI Jin +5 位作者 LIU Bingchang FAN Zhuoying LIU Shichen SHI Yujiang ZHANG Haitao CHEN Jing 《Acta Geologica Sinica(English Edition)》 SCIE CAS CSCD 2020年第3期831-846,共16页
The Ordovician Majiagou Formation is one of the main gas-producing strata in the Ordos Basin,China.The identification of hydrocarbon-bearing intervals via conventional well logs is a challenging task.This study descri... The Ordovician Majiagou Formation is one of the main gas-producing strata in the Ordos Basin,China.The identification of hydrocarbon-bearing intervals via conventional well logs is a challenging task.This study describes the litholog of Ma 5(Member 5 of Majiagou Formation)dolostones,and then analyzes the responses of various conventional well logs to the presences of natural gas.The lithology of the gas bearing layers is dominantly of the dolomicrite to fine to medium crystalline dolomite.Natural gas can be produced from the low resistivity layers,and the dry layers are characterized by high resistivities.Neutron-density crossovers are not sensitive to the presences of natural gas.In addition,there are no significant increases in sonic transit times in natural gas bearing layers.NMR(nuclear magnetic resonance)logs,DSI(Dipole Sonic Imager)logs and borehole image logs(XRMI)are introduced to discriminate the fluid property in Majiagou dolostone reservoirs.The gas bearing intervals have broad NMR T2(transverse relaxation time)spectrum with tail distributions as well as large T2gm(T2 logarithmic mean values)values,and the T2 spectrum commonly display polymodal behaviors.In contrast,the dry layers and water layers have low T2gm values and very narrow T2 spectrum without tails.The gas bearing layers are characterized by low Vp/Vs ratios,low Poisson’s ratios and low P-wave impedances,therefore the fluid property can be discriminated using DSI logs,and the interpretation results show good matches with the gas test data.The apparent formation water resistivity(AFWR)spectrum can be derived from XRMI image logs by using the Archie’s formula in the flushed zone.The gas bearing layers have broad apparent formation water resistivity spectrum and tail distributions compared with the dry and water layers,and also the interpretation results from the image logs exhibit good agreement with the gas test data.The fluid property in Majiagou dolostone reservoirs can be discriminated through NMR logs,DSI logs and borehole image logs.This study helps establish a predictable model for fluid property in dolostones,and have implications in dolostone reservoirs with similar geological backgrounds worldwide. 展开更多
关键词 fluid property NMR DSI image logs Majiagou Formation Ordos Basin
下载PDF
Identification and Evaluation of Low Resistivity Pay Zones by Well Logs and the Petrophysical Research in China 被引量:3
8
作者 Mao Zhiqiang Kuang Lichun +3 位作者 Xiao Chengwen Li Guoxin Zhou Cancan Ouyang Jian 《Petroleum Science》 SCIE CAS CSCD 2007年第1期41-48,共8页
This paper presents an overview of petrophysical research and exploration achievements of low resistivity pay (LRP) zone by well logs in China. It includes geological characteristics and characteristics of well log ... This paper presents an overview of petrophysical research and exploration achievements of low resistivity pay (LRP) zone by well logs in China. It includes geological characteristics and characteristics of well log response of the low resistivity pay zones discovered and evaluated in recent years, as well as the problems in recognizing and evaluating low resistivity pay zones by well logs. The research areas mainly include the Neogene formations in the Bohai Bay Basin, the Triassic formations in the northern Tarim Basin and the Cretaceous formations in the Junggar Basin, The petrophysical research concerning recognition and evaluation of the low resistivity pays, based on their genetic types, is introduced in this paper. 展开更多
关键词 Low-resistivity pay zone in China origin and type petrophysical research identification and evaluation by well logs
下载PDF
基于Wi-Fi Logs大数据下的城市综合体空间规划研究 被引量:1
9
作者 李民子 甄峰 罗桑扎西 《室内设计与装修》 2019年第1期138-140,共3页
规划师与建筑师在设计中经常会遇到复杂性问题,通常的处理手法是通过自上而下的设计过程,运用简化后的结构强加于复杂性的问题中。消费者行为大数据是人自发行为生成的自下而上数据的集合,其出现及应用为城市综合体规划研究提供了新的... 规划师与建筑师在设计中经常会遇到复杂性问题,通常的处理手法是通过自上而下的设计过程,运用简化后的结构强加于复杂性的问题中。消费者行为大数据是人自发行为生成的自下而上数据的集合,其出现及应用为城市综合体规划研究提供了新的数据源和方法。本文以南京虹悦城室内空间为例,通过Wi-Fi logs的信息处理提出空间规划的优化趋势,探讨面向大数据Wi-Fi logs指纹定位映射后的点空间地图综合分析,生成虹悦城内部双休日午间时段主要空间的商铺人流密度图及众源轨迹图,通过图学可视化分析,能够直观反映空间上的布局问题和供求矛盾,进而通过优化的空间改造调整达到空间要素资源的高效配置。 展开更多
关键词 Wi—Fi logs 大数据 城市综合体 空间规划
下载PDF
Total Organic Carbon Enrichment and Source Rock Evaluation of the Lower Miocene Rocks Based on Well Logs: October Oil Field, Gulf of Suez-Egypt 被引量:1
10
作者 Aref Lashin Saad Mogren 《International Journal of Geosciences》 2012年第4期683-695,共13页
October oil field is one of the largest hydrocarbon-bearing fields which produces oil from the sand section of the Lower Miocene Asl Formation. Two marl (Asl Marl) and shale (Hawara Formation) sections of possible sou... October oil field is one of the largest hydrocarbon-bearing fields which produces oil from the sand section of the Lower Miocene Asl Formation. Two marl (Asl Marl) and shale (Hawara Formation) sections of possible source enrichment are detected above and below this oil sand section, respectively. This study aims to identify the content of the total organic carbon based on the density log and a combination technique of the resistivity and porosity logs (Δlog R Technique). The available geochemical analyses are used to calibrate the constants of the TOC and the level of maturity (LOM) used in the (Δlog R Technique). The geochemical-based LOM is found as 9.0 and the calibrated constants of the Asl Marl and Hawara Formation are found as 11.68, 3.88 and 8.77, 2.80, respectively. Fair to good TOC% content values (0.88 to 1.85) were recorded for Asl Marl section in the majority of the studied wells, while less than 0.5% is recorded for the Hawara Formation. The lateral distribution maps show that most of the TOC% enrichments are concentrated at central and eastern parts of the study area, providing a good source for the hydrocarbons encountered in the underlying Asl Sand section. 展开更多
关键词 Total Organic Carbon Source ROCKS WELL logs October Oil Field GULF of Suez
下载PDF
Comparison between double caliper,imaging logs,and array sonic log for determining the in-situ stress direction:A case study from the ultra-deep fractured tight sandstone reservoirs,the Cretaceous Bashijiqike Formation in Keshen8 region of Kuqa depress
11
作者 Song Wang Gui-Wen Wang +5 位作者 Dong Li Xing-Neng Wu Xu Chen Qi-Qi Wang Jun-Tao Cao Yi-Lin Zhang 《Petroleum Science》 SCIE CAS CSCD 2022年第6期2601-2617,共17页
The tight sandstone in the Tarim Basin has the characteristics of large burial depth and development of nature fractures due to concentrated in-situ stress. Identifying the present-day in-situ stress orientation is im... The tight sandstone in the Tarim Basin has the characteristics of large burial depth and development of nature fractures due to concentrated in-situ stress. Identifying the present-day in-situ stress orientation is important in hydrocarbon exploration and development, but also a key scientific question in understanding naturally fractured reservoirs. This paper presents a case study where we integrate various methods using wireline and image-log data, to identify present-day in-situ stress direction of ultra-deep fractured tight sandstone reservoirs, in the Kuqa depression. We discuss the formation mechanism of the elliptical borehole, compares the advantages and applicable conditions of the double caliper method,resistivity image logs and array sonic logs method. The well borehole diameter is measured orthogonally,then the ellipse is fitted, and the in-situ stress orientation is identified by the azimuth of the short-axis borehole, but it fails in the borehole expansion section, the fracture development section and the borehole collapse section. The micro-resistivity image logs method reveals the borehole breakouts azimuth, and also the strike of induced fractures, which are used to determine the orientation of in-situ stress. However, under water-based mud conditions, it’s hard to distinguish natural fractures from induced fractures by image logs. Under oil-based mud conditions, the induced fractures are difficult to identify due to the compromised image quality. As for the sonic log, shear waves will split when passing through an anisotropic formation, shear waves will split during propagation, and the azimuth of fast shear waves is consistent with the orientation of in-situ stress. However, it is usually affected by the anisotropy caused by the excessively fast rotation of the well log tools, so that the azimuth of fast shear wave cannot effectively reflect the orientation of the in-situ stress. Based on comprehensive assessment and comparison, in this paper we propose a method integrating various logging data to identify the orientation of in-situ stress. Among various types of logging data, the breakouts azimuth identified by image logs is proved to be the most credible in identifying the orientation of in-situ stress, while using the direction of induced fractures under water-based mud conditions is also viable. However, the azimuth of the fast shear wave is consistent with the orientation of maximum in-situ stress only when the rotation speed of the logging tool is low. The caliper method can be used as a reference for verifying the other two methods. Using this integrated method to study the orientation of in-situ stress in the Keshen8 trap, the results show that faults are an important factor affecting the direction of in-situ stress, while multi-level faults will produce superimposed effects that cause the current direction of in-situ stress to change. 展开更多
关键词 Fractured tight sandstone In-situ stress Orientation Well logs
下载PDF
Application of a Method for Calculating the Organic Carbon Content by Well Logs to Faulted Basins
12
作者 SunJianping LiuLuofu +2 位作者 PangXiongqi GongGuangsheng LiFengjun 《Petroleum Science》 SCIE CAS CSCD 2005年第2期76-81,共6页
The source rock model used in this project was developed by French Petroleum Research Institute. The total organic carbon content was estimated primarily and directly by using continuous conventional logging curves (s... The source rock model used in this project was developed by French Petroleum Research Institute. The total organic carbon content was estimated primarily and directly by using continuous conventional logging curves (such as sonic and resistivity curves), which are calibrated through the laboratory analysis data of organic carbon of cores, cuttings or sidewall cores. Regional evaluations have been carried out in downwarping basins abroad. The Haila′er Basin is a faulted basin and the evaluation of such a basin is a new subject. On the basis of a regional evaluation method for the downwarping basins, a new method suitable to faulted basins was developed. The effect is satisfactory when this new method is applied to the Wu′erxun Sag and the Bei′er Sag. 展开更多
关键词 Haila′er Basin Wu′erxun and Bei′er sags well logs organic carbon content regional evaluation contour maps
下载PDF
Petrophysical properties assessment using wireline logs data at well#3 of Srikail gas field,Bangladesh
13
作者 Md.Shahadot Hossain M.Moklesur Rahman +1 位作者 Mst.Habiba Khatu Md.Rubel Haque 《China Geology》 CAS 2022年第3期393-401,共9页
This study focused on the quantitative analysis of the petrophysical parameters in characterizing the reservoir properties of the Srikail gas field using multi-scale wireline logs.Petrophysical parameters(shale volume... This study focused on the quantitative analysis of the petrophysical parameters in characterizing the reservoir properties of the Srikail gas field using multi-scale wireline logs.Petrophysical parameters(shale volume,porosity,water saturation and hydrocarbon saturation)were estimated from the combination of gamma ray log,resistivity log,density log and neutron log for three hydrocarbon(gas)-bearing zones at well#3.At the first time,log records at 0.1 m and 0.2 m intervals were read for this study.Result showed the average shale volume is 21.07%,53.67%and 51.71%for zone-1,zone-2 and zone-3,respectively.For these zones,the estimated average porosity was 35.89%,29.83%and 28.76%,respectively.The average water saturation of 31.54%,16.83%and 23.39%and average hydrocarbon saturation of 68.46%,83.17%and 76.61%were calculated for zone-1,zone-2 and zone-3,respectively.Thus zone-2 is regarded the most productive zone of well#3.It was found that the values of some parameters(porosity,hydrocarbon saturation and permeability)are higher than the existing results.Therefore,this study confirmed that the log reading at minute/close interval provides better quantitive values of the reservoir’s petrophysical properties.It is expected that this result will contribute to the national gas field development program in future. 展开更多
关键词 Srikail gas field Multiple wireline logs Reservoir petrophysical properties Quantitative values Gas field development BANGLADESH
下载PDF
Sedimentology, Structure and Depositional Environments of the Subsurface Cretaceous, North Sinai, Egypt Using Well Logs
14
作者 Fouad Shaaban Amani Bourselli +1 位作者 Adam El-Shahat Mostafa El-Belqasi 《International Journal of Geosciences》 2020年第3期37-57,共21页
A complete set of well logs was used to study the sedimentology, structural and depositional environments of the subsurface Cretaceous rocks of northern Sinai, as a promising hydrocarbon province in Egypt. The sedimen... A complete set of well logs was used to study the sedimentology, structural and depositional environments of the subsurface Cretaceous rocks of northern Sinai, as a promising hydrocarbon province in Egypt. The sedimentological interpretations of well logs show sedimentary sequence of the Early Cretaceous, represented by the Neocomian, Aptian and Albian, which is composed mainly of shales and marls with minor carbonate and sandstone intercalations. Based on the Th/K ratios, the argillaceous sediments are composed of illite, montmorillonite and micas with little amounts of glauconite and chlorite. The environmental interpretations revealed sedimentological environments vary from estuarine to lagoonal and backreef of the Barremian-Aptian rocks, and from continental to estuarine in the Aptian-Albian. By contrast, the Late Cretaceous rocks, represented by the Cenomanian, Turonian, Santonian and Maastrichtian, are mainly composed of carbonates with few shale and marl intercalations. This sequence was accumulated under lagoonal to neritic and bathyal environments. The structural interpretations of well logs show that the Cretaceous section attains a wide range of dip magnitudes and dispersed azimuths all over the study area, which is probably attributed to tectonic and sedimentological processes. The inherited structural complexities indicate possible rejuvenations along old fault planes and rotation of the faulted blocks. 展开更多
关键词 NORTH SINAI CRETACEOUS SEDIMENTOLOGY STRUCTURE Environment Well logs
下载PDF
Integration of Well Logs and Seismic Data for Prospects Evaluation of an X Field, Onshore Niger Delta, Nigeria
15
作者 Godwin Emujakporue Cyril Nwankwo Leonard Nwosu 《International Journal of Geosciences》 2012年第4期872-877,共6页
Hydrocarbon reservoir beds have been delineated using direct hydrocarbon indicator on seismic sections as well as well logs data in X field, Onshore Niger Delta. The research methodology involved horizon interpretatio... Hydrocarbon reservoir beds have been delineated using direct hydrocarbon indicator on seismic sections as well as well logs data in X field, Onshore Niger Delta. The research methodology involved horizon interpretation to produce sub-surface structure map. Geophysical well log signatures were employed in identifying hydrocarbon bearing sand. The well-to-seismic tie revealed that the reservoir tied directly with hydrocarbon indicator (bright spot) on the seismic sections. The major structure responsible for the hydrocarbon entrapment is anticline. The crest of the anticline from the depth structural map occurs at 3450 metres. 展开更多
关键词 Seismic Data Well logs PROSPECT NIGER Delta
下载PDF
基于静电势电荷的抗击埃博拉病毒新药物法匹拉韦及其衍生物水溶解度logS值预测 被引量:2
16
作者 裴诗恩 黄颖琦 +5 位作者 吴淑曼 彭自珍 苏凌峰 刘喜灵 陈晗剑 钟爱国 《当代化工》 CAS 2017年第1期31-34,共4页
运用分子中的原子理论(AIM),探讨了以法匹拉韦分子羰基氧原子值为目标,测试了不同基组和泛函选择的依赖性。然后用密度泛函理论(DFT B3LYP)和6-31+G(d,p)基组,优化了20种法匹拉韦及其常见衍生物的分子结构,分别得到11号羰基氧的密立根电... 运用分子中的原子理论(AIM),探讨了以法匹拉韦分子羰基氧原子值为目标,测试了不同基组和泛函选择的依赖性。然后用密度泛函理论(DFT B3LYP)和6-31+G(d,p)基组,优化了20种法匹拉韦及其常见衍生物的分子结构,分别得到11号羰基氧的密立根电荷(MUL-O)、自然原子轨道电荷(NBO-O)、何秀巴赫电荷(HIR-O)和静电势电荷(ESP-O)值,发现11号氧原子的ESP-O电荷值与用ACD Lab6.0预测出来的log S值相关性最好,相关系数达0.986;计算了法匹拉韦及其11种未知衍生物的ESP-O电荷值,代入相关最佳线性方程,发现所得结果与ACD Lab6.0预测结果十分接近,最大误差绝对对数值仅为0.08;分子的静电势图也显示法匹拉韦及其甲基法匹拉韦发挥其药理毒理作用可能的部位在电负性强的羰基氧原子上。 展开更多
关键词 密度泛函理论 法匹拉韦 Mulliken电荷 NBO电荷 ESP电荷 LOG S值
下载PDF
Study on Calculation Method of Compressional Velocities Based on Field Well Logs
17
作者 Feizhou Shi Yanchun Wang Xueqing Liu 《International Journal of Geosciences》 2016年第7期928-937,共10页
In the past, most of the studies for compressional velocities are based on experimental measurements, which lack the support of field data. The purpose of this study is to estimate the compressional velocities based o... In the past, most of the studies for compressional velocities are based on experimental measurements, which lack the support of field data. The purpose of this study is to estimate the compressional velocities based on well log data of delta front subfacies of Lower Tertiary ages of Ji-Dong oil field, China. At initial stage, we have chosen the well log parameters (effect factors) which strongly influence on compressional velocities and established a new modified equation for compressional velocities, which is based on these effect factors. Then Gardner, De-hua Han and this newly established equation were utilized to calculate the compressional velocities in each well. Finally, Least-square regression was carried out to check the fitting of each equation. Regression results clearly indicate that our purposed equation shows better fitting as compared to Gardner and De-hua Han equations. 展开更多
关键词 Compressional Velocities Well logs Calculation Method
下载PDF
Inversion of Array Induction Logs and Its Application 被引量:7
18
作者 Gao Jie Zhao Aibin +1 位作者 Peng Fei Li Hongqi 《Petroleum Science》 SCIE CAS CSCD 2007年第3期31-35,共5页
With the help of the modified geometrical factor theory, the Marquardt method was used to calculate the true electrical parameters of the formation from array induction logs. The inversion results derived from the ass... With the help of the modified geometrical factor theory, the Marquardt method was used to calculate the true electrical parameters of the formation from array induction logs. The inversion results derived from the assumed model and some practical cases show that the rebuilt formation profile determined by 2-ft resolution array induction logs is reasonable when the formation thickness is greater than 1 m, which thus indicates that the inversion method is reliable and can provide quantitative information for the discrimination of oil/gas or water zone. 展开更多
关键词 Array induction log modified geometrical factor Marquardt method INVERSION
下载PDF
Efficient Deviation Detection Between a Process Model and Event Logs 被引量:3
19
作者 Lu Wang Yuyue Du Liang Qi 《IEEE/CAA Journal of Automatica Sinica》 SCIE EI CSCD 2019年第6期1352-1364,共13页
Business processes described by formal or semi-formal models are realized via information systems.Event logs generated from these systems are probably not consistent with the existing models due to insufficient design... Business processes described by formal or semi-formal models are realized via information systems.Event logs generated from these systems are probably not consistent with the existing models due to insufficient design of the information system or the system upgrade.By comparing an existing process model with event logs,we can detect inconsistencies called deviations,verify and extend the business process model,and accordingly improve the business process.In this paper,some abnormal activities in business processes are formally defined based on Petri nets.An efficient approach to detect deviations between the process model and event logs is proposed.Then,business process models are revised when abnormal activities exist.A clinical process in a healthcare information system is used as a case study to illustrate our work.Experimental results show the effectiveness and efficiency of the proposed approach. 展开更多
关键词 DETECT DEVIATIONS event LOG MODEL repair PETRI net process MODEL
下载PDF
Fracture identification and evaluation using conventional logs in tight sandstones:A case study in the Ordos Basin,China 被引量:9
20
作者 Shaoqun Dong Lianbo Zeng +4 位作者 Wenya Lyu Dongling Xia Guoping Liu Yue Wu Xiangyi Du 《Energy Geoscience》 2020年第3期115-123,共9页
Fractures are of great significance to tight oil and gas development.Fracture identification using conventional well logs is a feasible way to locate the underground fractures in tight sandstones.However,there are thr... Fractures are of great significance to tight oil and gas development.Fracture identification using conventional well logs is a feasible way to locate the underground fractures in tight sandstones.However,there are three problems affecting its interpretation accuracy and practical application,namely weak well log responses of fractures,a lack of specific logs for fracture prediction,and relative change omission in log responses.To overcome these problems and improve fracture identification accuracy,a fracture indicating parameter(FIP)method composed of a comprehensive index method(CIM)and a comprehensive fractal method(CFM)is introduced.The CIM tries to handle the first problem by amplifying log responses of fractures.The CFM addresses the third one using fractal dimensions.The flexible weight parameters corresponding to logs in the CIM and CFM make the interpretation possible for wells lacking specific logs.The reconstructed logs in the CIM and CFM try to solve the second problem.It is noted that the FIP method can calculate the probability of fracture development at a certain depth,but cannot show the fracture development degree of a new well compared with other wells.In this study,a formation fracture intensity(FFI)method is also introduced to further evaluate fracture development combined with production data.To test the validity of the FIP and FFI methods,fracture identification experiments are implemented in a tight reservoir in the Ordos Basin.The results are consistent with the data of rock core observation and production,indicating the proposed methods are effective for fracture identification and evaluation. 展开更多
关键词 Fracture identification Fracture evaluation Conventional well log Tight sandstone Ordos basin
下载PDF
上一页 1 2 64 下一页 到第
使用帮助 返回顶部