期刊文献+
共找到1,301篇文章
< 1 2 66 >
每页显示 20 50 100
A Test Pattern Identification Algorithm and Its Application to CINRAD/SA(B) Data
1
作者 JIANG Yuan LIU Liping 《Advances in Atmospheric Sciences》 SCIE CAS CSCD 2014年第2期331-343,共13页
A variety of faulty radar echoes may cause serious problems with radar data applications,especially radar data assimilation and quantitative precipitation estimates.In this study,"test pattern" caused by test signal... A variety of faulty radar echoes may cause serious problems with radar data applications,especially radar data assimilation and quantitative precipitation estimates.In this study,"test pattern" caused by test signal or radar hardware failures in CINRAD (China New Generation Weather Radar) SA and SB radar operational observations are investigated.In order to distinguish the test pattern from other types of radar echoes,such as precipitation,clear air and other non-meteorological echoes,five feature parameters including the effective reflectivity data percentage (Rz),velocity RF (range folding) data percentage (RRF),missing velocity data percentage (RM),averaged along-azimuth reflectivity fluctuation (RNr,z) and averaged along-beam reflectivity fluctuation (RNa,z) are proposed.Based on the fuzzy logic method,a test pattern identification algorithm is developed,and the statistical results from all the different kinds of radar echoes indicate the performance of the algorithm.Analysis of two typical cases with heavy precipitation echoes located inside the test pattern are performed.The statistical results show that the test pattern identification algorithm performs well,since the test pattern is recognized in most cases.Besides,the algorithm can effectively remove the test pattern signal and retain strong precipitation echoes in heavy rainfall events. 展开更多
关键词 quality control test pattern fuzzy logic radar data
在线阅读 下载PDF
Enhancing SAT-Based Test Pattern Generation
2
作者 刘歆 熊有伦 《Journal of Electronic Science and Technology of China》 2005年第2期134-139,共6页
This paper presents modeling tools based on Boolean satisfiability (SAT) to solve problems of test generation for combinational circuits. It exploits an added layer to maintain circuit-related information and value ju... This paper presents modeling tools based on Boolean satisfiability (SAT) to solve problems of test generation for combinational circuits. It exploits an added layer to maintain circuit-related information and value justification relations to a generic SAT algorithm. It dovetails binary decision graphs (BDD) and SAT techniques to improve the efficiency of automatic test pattern generation (ATPG). More specifically, it first exploits inexpensive reconvergent fanout analysis of circuit to gather information on the local signal correlation by using BDD learning, then uses the above learned information to restrict and focus the overall search space of SAT-based ATPG. Its learning technique is effective and lightweight. The experimental results demonstrate the effectiveness of the approach. 展开更多
关键词 test pattern generation fault detection Boolean satisfiability binary decision graphs
在线阅读 下载PDF
Study on Test Compaction in High-Level Automatic Test Pattern Generation (ATPG) Platform 被引量:1
3
作者 Ayub Chin Abdullah Chia Yee Ooi 《Circuits and Systems》 2013年第4期342-349,共8页
Advancements in semiconductor technology are making gate-level test generation more challenging. This is because a large amount of detailed structural information must be processed in the search process of automatic t... Advancements in semiconductor technology are making gate-level test generation more challenging. This is because a large amount of detailed structural information must be processed in the search process of automatic test pattern generation (ATPG). In addition, ATPG needs to deal with new defects caused by process variation when IC is shrinking. To reduce the computation effort of ATPG, test generation could be started earlier at higher abstraction level, which is in line with top-down design methodology that has become more popular nowadays. In this research, we employ Chen’s high-level fault model in the high-level ATPG. Besides shorter ATPG time as shown in many previous works, our study showed that high-level ATPG also contributes to test compaction. This is because most of the high-level faults correlate with the gate-level collapsed faults especially at input/output of the modules in a circuit. The high-level ATPG prototype used in our work is mainly composed by constraint-driven test generation engine and fault simulation engine. Experimental result showed that more reduced/compact test set can be generated from the high-level ATPG. 展开更多
关键词 Automatic test pattern Generation (ATPG) Constraint Logic Programming (CLP) Verilator Circuit-Under-test (CUT) test COMPACTION
暂未订购
Efficient Static Compaction of Test Patterns Using Partial Maximum Satisfiability
4
作者 Huisi Zhou Dantong Ouyang Liming Zhang 《Tsinghua Science and Technology》 SCIE EI CAS CSCD 2021年第1期1-8,共8页
Static compaction methods aim at finding unnecessary test patterns to reduce the size of the test set as a post-process of test generation.Techniques based on partial maximum satisfiability are often used to track man... Static compaction methods aim at finding unnecessary test patterns to reduce the size of the test set as a post-process of test generation.Techniques based on partial maximum satisfiability are often used to track many hard problems in various domains,including artificial intelligence,computational biology,data mining,and machine learning.We observe that part of the test patterns generated by the commercial Automatic Test Pattern Generation(ATPG)tool is redundant,and the relationship between test patterns and faults,as a significant information,can effectively induce the test patterns reduction process.Considering a test pattern can detect one or more faults,we map the problem of static test compaction to a partial maximum satisfiability problem.Experiments on ISCAS89,ISCAS85,and ITC99 benchmarks show that this approach can reduce the initial test set size generated by TetraMAX18 while maintaining fault coverage. 展开更多
关键词 test compaction partial maximum satisfiability Automatic test pattern Generation(ATPG)
原文传递
Low-power test pattern generator usingmodified LFSR
5
作者 V.Govindaraj S.Dhanasekar +3 位作者 K.Martinsagayam Digvijay Pandey Binay Kumar Pandey Vinay Kumar Nassa 《Aerospace Systems》 2024年第1期67-74,共8页
Low-power designs are getting increased significance in numerous applications like high-performance computing and wireless communication due to the rise in power dissipation.Power dissipation of VLSI(very large scale ... Low-power designs are getting increased significance in numerous applications like high-performance computing and wireless communication due to the rise in power dissipation.Power dissipation of VLSI(very large scale integration)circuits in test mode is much higher than in the normal operation mode due to the high frequency of applied test patterns.Product lifetime,yield,reduced performance,and circuit damage will result from this additional power consumption in testing.Therefore,the main objective of today’s test applications is to minimize power dissipation by increasing the correlation of applied successive test vectors.Low-power test pattern generator(TPG)using LFSR(linear feedback shift register)and binary to the excess-4 converter and binary ripple counter is proposed.The test vectors generated by the TPG have a high correlation between successive test vectors,which leads to minimum switching.During the testing of benchmark circuits,the proposed method shows a significant reduction in dynamic power consumption concerning its peer works. 展开更多
关键词 Benchmark circuits test pattern generator LFSR test power
在线阅读 下载PDF
一种基于TestNG框架的Web自动化测试实现
6
作者 刘玮玮 《信息化研究》 2025年第5期66-72,共7页
Web自动化测试是指通过自动化工具和脚本来模拟用户操作,验证Web应用程序的功能、性能和用户体验。随着Web应用的复杂性和用户期望的不断提高,自动化测试成为确保软件质量的重要手段。然而,目前一些常见的自动化测试方法普遍存在测试效... Web自动化测试是指通过自动化工具和脚本来模拟用户操作,验证Web应用程序的功能、性能和用户体验。随着Web应用的复杂性和用户期望的不断提高,自动化测试成为确保软件质量的重要手段。然而,目前一些常见的自动化测试方法普遍存在测试效率不高、不支持在测试生命周期的不同阶段执行自定义逻辑、不支持XML文件配置测试套件等问题。本文基于TestNG框架,提出一种结合数据驱动与页面对象(Page Object,PO)模式的自动化测试方法,通过引入监听器机制实现测试过程的实时监控与动态响应,解决了传统框架在测试生命周期管理方面的不足。该方法特别针对动态Web元素处理、并发测试场景和测试报告一体化等实际问题提供了有效解决方案,支持测试用例的灵活配置与并发执行。实验表明,该方法在测试效率、错误捕获率及报告生成一体化方面优于传统Unittest框架,尤其适用于高并发与高可靠性要求的Web测试场景。 展开更多
关键词 Web自动化测试 testNG框架 数据驱动 页面对象模式 监听器
在线阅读 下载PDF
Ultrasonic Testing Combined with Pattern Recognition for the Detection of Kissing Bonds
7
作者 Jens Schuster David Müller +1 位作者 Ming-Hong Chen Quentin Govignon 《Open Journal of Composite Materials》 2019年第3期260-270,共11页
Kissing bonds are defects in the adhesive bonds with intimate contact of touching surface but considerably lowered shear strength. Their detection specifically in the aerospace area is so not satisfactory. Usually, ki... Kissing bonds are defects in the adhesive bonds with intimate contact of touching surface but considerably lowered shear strength. Their detection specifically in the aerospace area is so not satisfactory. Usually, kissing bonds are inconspicuous in ultrasonic C-scans. However, the determination of attributes in the time domain and the frequency domain of an ultrasound signal provides the opportunity to derive a pattern for bonded area. Deviations from the pattern found in inconspicuous bonding areas indicate kissing bonds. The survey described here deals with the manufacturing of adhesively joint samples that purposefully include kissing bonds, as well as potential solutions for detecting them through ultrasonic testing combined with pattern recognition. The properties of the epoxy-based adhesive were varied by changing the mixing ratios between resin and hardener. Samples with a mixing ratio far apart from the manufacturer’s recommendation with an inconspicuous appearance in a C-scan, but low shear strength values were taken for further evaluation. After a definition and learning phase, a 100 percent hit rate to separate good bondings from kissing bonds could be derived in a blind test. The discriminating feature found is due to the frequency shift between good and kissing bonds as well as the relative amplitude of the second peak. 展开更多
关键词 ULTRASONIC testing Time DOMAIN Frequency DOMAIN pattern RECOGNITION BOND Quality KISSING BOND
暂未订购
Dependence of single event upsets sensitivity of low energy proton on test factors in 65 nm SRAM 被引量:2
8
作者 Yin-Yong Luo Feng-Qi Zhang +2 位作者 Xiao-Yu Pan Hong-Xia Guo Yuan-Ming Wang 《Chinese Physics B》 SCIE EI CAS CSCD 2018年第7期566-571,共6页
In order to accurately predict the single event upsets (SEU) rate of on-orbit proton, the influence of the proton energy distribution, incident angle, supply voltage, and test pattern on the height, width, and posit... In order to accurately predict the single event upsets (SEU) rate of on-orbit proton, the influence of the proton energy distribution, incident angle, supply voltage, and test pattern on the height, width, and position of SEU peak of low energy protons (LEP) in 65 nm static random access memory (SRAM) are quantitatively evaluated and analyzed based on LEP testing data and Monte Carlo simulation. The results show that different initial proton energies used to degrade the beam energy will bring about the difference in the energy distribution of average proton energy at the surface and sensitive region of the device under test (DUT), which further leads to significant differences including the height of SEU peak and the threshold energy of SEU. Using the lowest initial proton energy is extremely important for SEU testing with low energy protons. The proton energy corresponding to the SEU peak shifts to higher average proton energies with the increase of the tilt angle, and the SEU peaks also increase significantly. The reduction of supply voltage lowers the critical charge of SEU, leading to the increase of LEP SEU cross section. For standard 6-transitor SRAM with bit-interleaving technology, SEU peak does not show clear dependence on three test patterns of logical checkerboard 55H, all" 1", and all "0". It should be noted that all the SEUs in 65 nm SRAM are single cell upset in LEP testing due to proton's low linear energy transfer (LET) value. 展开更多
关键词 low energy proton energy distribution tilt angle supply voltage test pattern
原文传递
测试图形程序的进一步研究:PATTERN抽象及再实现 被引量:1
9
作者 孙育宁 时万春 《计算机研究与发展》 EI CSCD 北大核心 1996年第11期842-848,共7页
异构自动测试仪(ATE)之间的测试图形程序移植是一项难度很高的工作。通常采用的方法是对测试图形向量进行逐条直移。这样,如果在异构ATE测试图形语言之间找不到对应的语言成分,将导致实际有可能成功的移植失败。并且,即使这... 异构自动测试仪(ATE)之间的测试图形程序移植是一项难度很高的工作。通常采用的方法是对测试图形向量进行逐条直移。这样,如果在异构ATE测试图形语言之间找不到对应的语言成分,将导致实际有可能成功的移植失败。并且,即使这样移植成功,移植的测试图形程序可保证词法和语法的正确性,但在大多数情况下,这些程序仍不能在目标ATE上正确运行。本文在详细分析了传统移植方法后,提出一种基于异构ATE功能对等的移植方法,使测试图形程序在移植前后保持其意义的一致性。利用这种方法,可以大大提高测试图程序的可移植性。 展开更多
关键词 软件工程 测试图形程序 程序移植
在线阅读 下载PDF
基于布局布线信息的单元间桥接缺陷测试方法
10
作者 鲍善鑫 梁华国 +3 位作者 胡杰文 邵志伟 章宏 鲁迎春 《合肥工业大学学报(自然科学版)》 北大核心 2026年第1期49-55,共7页
随着集成电路工艺的不断迭代,桥接缺陷因导线密度增加出现得更加频繁。为了在测试中高效地覆盖更多桥接缺陷,文章提出一种基于布局布线信息的标准单元间桥接缺陷测试方法。该方法基于版图中的布局布线信息锁定单元外互连线间和相邻单元... 随着集成电路工艺的不断迭代,桥接缺陷因导线密度增加出现得更加频繁。为了在测试中高效地覆盖更多桥接缺陷,文章提出一种基于布局布线信息的标准单元间桥接缺陷测试方法。该方法基于版图中的布局布线信息锁定单元外互连线间和相邻单元间的桥接高风险区域,并生成相应的故障模型以得到高质量的测试向量;通过采用基于桥接高风险区域长度的单元对生成策略和基于故障数量分布特点的缺陷阻值选择方法,测试效率得到进一步提高。实验结果表明:相较于四路桥接的测试方法,文章所提方法提高了约10.20%的测试覆盖率;相较于已提出的双单元测试方法,文章所提方法提高了约10.55%的测试覆盖率并降低了约60%的时间成本。 展开更多
关键词 桥接缺陷 缺陷仿真 故障模型 测试向量 测试覆盖率
在线阅读 下载PDF
不同降雨条件下尾矿库漫顶溃坝模型试验
11
作者 罗朋志 王光进 +7 位作者 赵冰 李树建 王孟来 犹俊 李松林 朱源婷 林水泉 张飞 《黄金》 2026年第1期66-75,共10页
为探究强降雨条件下尾矿库浸润线的变化规律及溃坝后尾砂流的动态演进过程,以四川某尾矿库为工程案例,选取其原型范围内的关键区域,遵循相似理论建立尾矿库堆体溃坝模拟,采用相似模型,模型的几何参数设定为3 m×1 m×1 m。研究... 为探究强降雨条件下尾矿库浸润线的变化规律及溃坝后尾砂流的动态演进过程,以四川某尾矿库为工程案例,选取其原型范围内的关键区域,遵循相似理论建立尾矿库堆体溃坝模拟,采用相似模型,模型的几何参数设定为3 m×1 m×1 m。研究了强降雨条件下浸润线变化规律及漫顶溃坝后下泄尾砂流的演进规律。结果表明:尾矿库漫顶破坏的演化过程可细分为4个阶段,即漫顶启溃、纵向切深、横向扩宽、冲淤平衡。在漫顶溃坝的起始环节,多初始溃口并存的现象具有一定发生概率。其主溃口的形成与侵蚀程度和水流大小密切相关;初始溃口出现的时间会随着降雨强度的增大而提前,但在溃口形成时,浸润线测管水位高度在不同降雨条件下呈现相反趋势,即80 mm/h>100 mm/h>120 mm/h。降雨初期,降雨强度对浸润线的影响存在空间差异性,干滩面远端与中部的浸润线受其影响较为突出,而坝体中部和前端的浸润线则基本不受降雨强度变化的明显干扰,即越靠近库尾,水分入渗量越大,致使该区域浸润线抬升速率明显高于坝体附近。 展开更多
关键词 尾矿库 漫顶溃坝 演进规律 模型试验 浸润线 降雨强度
在线阅读 下载PDF
The structure-based multi-fault test generation algorithm for combinational circuit
12
作者 商庆华 吴丽华 项傅佳 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2006年第4期452-454,共3页
In this paper the structure-based test generation algorithm has been studied for the problem that test patterns are obtained by determined finite faults set in the past. This Algorithm can find out all test patterns o... In this paper the structure-based test generation algorithm has been studied for the problem that test patterns are obtained by determined finite faults set in the past. This Algorithm can find out all test patterns one tithe, so faults detection is very convenient. By simulation, the smallest test patterns set can be obtained and faults coverage rate is 100%. 展开更多
关键词 combinational circuit test generation the smallest test patterns set
在线阅读 下载PDF
缝洞型油藏典型缝洞结构及试井曲线特征:以哈拉哈塘油田为例
13
作者 牟昱 乐平 +5 位作者 陈利新 万效国 耿洁 肖云 王霞 张如杰 《科学技术与工程》 北大核心 2026年第8期3282-3291,共10页
缝洞型油藏在中国油气资源中具有重要地位,但由于储层孔、洞、缝不均匀发育,流动方式复杂,导致油井试井曲线形态多样,为实际试井解释工作带来了困难。为厘清缝洞型油藏的不同缝洞模式及其试井曲线特征,基于对研究区63口井试井曲线的统... 缝洞型油藏在中国油气资源中具有重要地位,但由于储层孔、洞、缝不均匀发育,流动方式复杂,导致油井试井曲线形态多样,为实际试井解释工作带来了困难。为厘清缝洞型油藏的不同缝洞模式及其试井曲线特征,基于对研究区63口井试井曲线的统计与分析,按形态划分为3大类8亚类,并结合各曲线类型典型井对各缝洞结构的特征与储集体的空间组合方式进行分析,总结了流体在不同缝洞模式中的渗流规律。结果表明:对于大型缝洞集合体结构,相对封闭型表现出内部的大型储集体响应和外围的裂缝响应,外围致密型压力导数曲线后期会出现下掉,多溶洞组合型多套体间有明显的裂缝响应。对于多洞穴结构,单洞型和双洞型压力导数曲线分别出现一个或两个下凹,而洞穴群型会出现明显的“峰状”波动。对于大尺度裂缝结构,缝网孔洞型表现出早期的径向流和中期的线性流与小孔洞的波动,裂缝型出现中期线性流,后期存在有限裂缝的边界响应。研究成果可为同类型缝洞型油藏的储层类型分析及试井解释工作提供参考。 展开更多
关键词 缝洞型油藏 试井曲线 缝洞模式 储集体结构 流动阶段
在线阅读 下载PDF
Comparative Study on Physical Fitness Test Models of Chinese, Japanese and American Students
14
作者 Xingxing Hou 《教育研究前沿(中英文版)》 2019年第4期309-312,共4页
The physical health of adolescents is related to the future of the nation and the competitiveness of the country.Through a comparative analysis of the backgrounds,organizations,testing programs and evolution processes... The physical health of adolescents is related to the future of the nation and the competitiveness of the country.Through a comparative analysis of the backgrounds,organizations,testing programs and evolution processes of physical health tests in China,Japan and the United States,the three countries are explored.The development trends and problems of student physical fitness tests,find the differences,learn about the research results and experiences of physical fitness tests in Japan and the United States,draw on Japanese and American management models and successful cases,and propose some methods to optimize and improve China's physical fitness test models.It is recommended to make full use of the existing resources to promote the improvement of students'physical fitness. 展开更多
关键词 CHINESE JAPANESE AMERICAN STUDENTS PHYSIQUE test pattern Contrastive Study
在线阅读 下载PDF
基于双向扫描链的测试向量优化与诊断流程设计
15
作者 王奇涛 郑锫骏 +5 位作者 黄嘉敏 林玩婷 冯浩然 劳俊杰 赖李洋 唐华兴 《西安邮电大学学报》 2026年第2期134-144,共11页
针对现有双向扫描链诊断技术由于硬件结构和测试向量行为特殊,难以直接兼容主流芯片测试体系、从而限制其工程应用的问题,提出一种面向现有DFT工具链的双向扫描链诊断流程优化方法。该方法通过设计双向扫描链全自动硬件插入模块、优化... 针对现有双向扫描链诊断技术由于硬件结构和测试向量行为特殊,难以直接兼容主流芯片测试体系、从而限制其工程应用的问题,提出一种面向现有DFT工具链的双向扫描链诊断流程优化方法。该方法通过设计双向扫描链全自动硬件插入模块、优化双向测试向量的排序策略,并实现与之匹配的诊断算法,在无需改变现有芯片测试体系的前提下显著提升了诊断效率。所提出的测试向量优化方法有效减少了冗余载出向量,使诊断所需时钟周期相比原方案缩短了43.49%。基于开源电路Dark-RISC-V的实验结果表明,与商用EDA工具中基于软件的扫描链诊断技术相比,所提方法在可诊断故障情形数量、诊断时间和诊断精度方面均具有明显优势,其中诊断时间减少约97%,诊断精度最高是对比算法的2.08倍。研究结果验证了所提双向扫描链诊断流程在工程实现上的可行性与有效性,为复杂集成电路的扫描链故障诊断提供了一种高效且可落地的解决方案。 展开更多
关键词 扫描链诊断 故障诊断 可测试性设计 测试向量 双向扫描
在线阅读 下载PDF
襄阳地区不同等级降水的时空特征及主要空间模态
16
作者 张玉翠 谭江红 +1 位作者 王培 袁良 《沙漠与绿洲气象》 2026年第1期122-129,共8页
基于1961—2023年襄阳地区7个国家气象观测站逐日降水资料,运用Pearson相关性分析、MannKendall趋势检验法、经验正交函数分析法(EOF),分析襄阳地区不同等级降水的时空特征及主要空间模态。结果表明:1961—2023年,襄阳地区年平均降水量... 基于1961—2023年襄阳地区7个国家气象观测站逐日降水资料,运用Pearson相关性分析、MannKendall趋势检验法、经验正交函数分析法(EOF),分析襄阳地区不同等级降水的时空特征及主要空间模态。结果表明:1961—2023年,襄阳地区年平均降水量和降水日数均呈减小趋势,年平均降水强度呈弱增加趋势;年平均降水量和降水日数减少的重要原因分别为中雨年平均降水量和小雨年平均降水日数减少,而年平均降水强度的增加主要表现为暴雨年平均降水强度的增大。各等级降水量分别与其降水日数具有相似的空间分布;襄阳西南部易发生低强度降水事件,东部易发生高强度降水事件。襄阳地区小雨、中雨、暴雨年平均降水量、降水日数、降水强度的典型空间分布呈整体增多或整体减少;小雨、中雨、大雨年平均降水量、降水日数以及小雨年平均降水强度的次典型分布场为西北部与其他不同区域呈相反的分布,暴雨年平均降水量和降水日数呈东—西反位相分布。 展开更多
关键词 不同等级降水 Mann-Kendall趋势检验 EOF 空间模态
在线阅读 下载PDF
Behaviour of layered sandstone under Brazilian test conditions:Layer orientation and shape effects 被引量:9
17
作者 Abbass Tavallali André Vervoort 《Journal of Rock Mechanics and Geotechnical Engineering》 SCIE CSCD 2013年第5期366-377,共12页
The experimental study in this paper focuses on the effects of the layer orientation and sample shape on failure strength and fracture pattern of samples tested under Brazilian test conditions(i.e.diametrical loading ... The experimental study in this paper focuses on the effects of the layer orientation and sample shape on failure strength and fracture pattern of samples tested under Brazilian test conditions(i.e.diametrical loading of cylindrical discs)for one particular layered sandstone which is from Modave in the south of Belgium.The variations of the strength in combination with the failure patterns are examined as a function of the inclination angle between the layer plane and the loading direction.The experimental,results clearly show that the induced fracture patterns are a combination of tensile and/or shear fractures.In shape effect experiments the layer thickness and the number of layer boundaries are investigated.Different blocks of Modave sandstone are used to prepare samples.The layer thickness is different among the various blocks,but the layer thickness in each studied rock block can be considered to be constant;hence,the number of layer boundaries changes according to the sample diameter for samples of the same block.The experimental study shows that the layer thickness plays a more important role than the number of layer boundaries per sample. 展开更多
关键词 Layered sandstone Brazilian test Fracture pattern Layer activation Shape effect
在线阅读 下载PDF
透明土材料在隧道岩土工程模型试验中的应用综述
18
作者 仉文岗 严玉苗 +5 位作者 吴志昊 何奇海 孙伟鑫 张煌 齐如见 陈真 《隧道建设(中英文)》 北大核心 2026年第1期1-34,I0005-I0038,共68页
透明土技术为隧道岩土工程模型试验提供了可视化介质与方法,但既有研究多聚焦于单一材料研发或特定工况适配,系统梳理与总览性说明仍显不足。围绕“材料—光学—试验应用—评估”4个维度,对以透明土材料为核心的隧道工程模型试验技术进... 透明土技术为隧道岩土工程模型试验提供了可视化介质与方法,但既有研究多聚焦于单一材料研发或特定工况适配,系统梳理与总览性说明仍显不足。围绕“材料—光学—试验应用—评估”4个维度,对以透明土材料为核心的隧道工程模型试验技术进行系统阐述:1)材料层面,梳理透明土材料研发的演进脉络,归纳砂土型、黏土型及类岩型透明土材料的组分特征及其物理力学参数匹配原则,提炼材料制备与调参的关键要素。2)光学层面,阐明透明土模型试验的光学基础,从透明土透明度、模型箱尺寸、激光器参数、光学测量技术与人工制斑技术等试验重要组分进行归纳,并比较DIC/PIV等测量方法的适用区间。3)试验层面,综合梳理透明土材料在隧道岩土工程模型试验中的典型应用实例,涵盖隧道开挖面稳定性、注浆扩散与施工诱发地层变形等研究,并提取可迁移应用的试验规律。4)评估与展望方面,指出透明土材料等效性的局限、透光性对模型尺度的约束、制斑稳定性不足以及试验系统成本较高等可能存在的发展问题;同时,提出适用于透明土材料的反应性评价指标的“等效性校准三步骤”、光学测量技术选用参考及新型透明土材料开发等实用方法与建议,以拓展其在应对前所未有之工况时的工程可比性与类推性。 展开更多
关键词 透明土 隧道工程 物理模型试验 粒子图像测速(PIV) 数字图像相关(DIC) 制斑技术 地层位移场
在线阅读 下载PDF
Classification of carbonate gas condensate reservoirs using well test and production data analyses 被引量:3
19
作者 Li Yong Li Baozhu +5 位作者 Hu Yongle Xia Jing Liu Zhaowei Deng Xingliang She Zhicheng Fan Kun 《Petroleum Science》 SCIE CAS CSCD 2011年第1期70-78,共9页
Carbonate reservoir patterns play an important role in the production performance of oil and gas wells,and it is usually classified through static data analysis which cannot reflect the actual well performance.This pa... Carbonate reservoir patterns play an important role in the production performance of oil and gas wells,and it is usually classified through static data analysis which cannot reflect the actual well performance.This paper takes the Tazhong No.1 gas field in the Tarim Basin,China as an example to investigate the classification of carbonate reservoirs.The classification method mainly combines well test analysis with production analysis—especially the Blasingame type curve method.Based on the characteristics of type curves for well test analysis and the Blasingame method,the relationship between the type curves and reservoir pattern was established.More than 20 wells were analyzed and the reservoirs were classified into 3 major patterns with 7 sub-classes.Furthermore,the classification results were validated by dynamic performance analysis of wells in the Tazhong No.1 gas field.On the basis of the classification results,well stimulation(i.e.water flooding in a single well) was carried out in three volatile-oil wells,and the oil recovery increased by up to 20%. 展开更多
关键词 CARBONATE reservoir pattern well test analysis production analysis type curve
原文传递
SIMULTANEOUS RECORDING OF FRINGE PATTERNS WITH ONE CAMERA
20
作者 苏飞 戴福隆 +1 位作者 CHIAN Kerm Sin YI Sung 《Acta Mechanica Sinica》 SCIE EI CAS CSCD 2004年第6期642-648,共7页
A novel method to separate and simultaneously record the Moiréinterferometry fringe patterns of three deformation fields with only one CCD camera is developed;details of its operation principle,key points and err... A novel method to separate and simultaneously record the Moiréinterferometry fringe patterns of three deformation fields with only one CCD camera is developed;details of its operation principle,key points and error analysis are presented.With this technique,the deformation in U,V and W fields can be measured simultaneously,so dynamic test with comprehensive information can be performed.The advantage of this technique over other similar techniques lies in its simplicity,easy implementation and low cost.An application of this technique is given to show its feasibility.Technical problems that may be caused with this technique are also analyzed. 展开更多
关键词 moiré interferometry dynamic test fringe pattern POLARIZATION optical prism
在线阅读 下载PDF
上一页 1 2 66 下一页 到第
使用帮助 返回顶部