资源描述:
《ptv算法设计与编程实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要论文题目:粒子追踪测速(PTV)算法设计与编程实现学生姓名:XXX指导教师:XXX摘要粒子跟踪测速(PTV)是一种全新无扰、瞬态、全场速度测量的方法,直接跟踪流场中的示踪粒子的运动,它的原理很简单,就是在流场中撒入示踪粒子,假设示踪粒子的运动准确代表了其所在流场内相应位置流体的运动。首先使用脉冲片光源照射流场中的一个测试平面,利用这些粒子对光的散射作用,使用成像的方法记录下流场中粒子的位置,然后对连续两帧或者多帧图像进行处理分析,得出各点粒子的位移,最后根据粒子位移和曝光的时间间隔,便可以计算出流场中各点的速度矢量,进而可以得到其他
2、的参数。PTV图像的处理过程主要包括粒子识别和粒子配对过程,在PTV技术研究中,粒子识别过程一般采用统一灰度阈值的方法来确认,粒子配对则有许多不同的匹配方法。本文研究内容的重点是粒子配对过程,通过对几种PTV匹配算法的介绍并且比较它们的优缺点,选出其中一种匹配算法进行改进并通过编程实现,然后分别以模拟流场和实际流场对算法进行验证,用算法获得的流场速度分布与实际流场对比来评估该算法的优劣和适用性。关键词:PTV;匹配算法;编程实现47摘要Title:theAlgorithmDesignofPTVandProgrammingRealizat
3、ionname:XXXSupervisor:XXXABSTRACTPTVisabrandnew,instantstatewaywithoutinterferencetomeasurethespeedofallthefield,directlytracingthemovementofseedingparticlesinafield。Itstheoryisverysimple:droppingseedingparticlesinafield,let’ssupposethemovementofseedingparticlessignifica
4、ntlyrepresentsthemovementofthefluid’spositions.Firstly,wemakethepulsepiecelightsourcetorayatestingplaneinthefield,utilizingthescatteringeffectoftheparticlestolight,makinguseoftheimagingmethodtorecordthelocationoftheparticlesintheflowfield,thenanalyzingtwoormoreimageswhic
5、hareinseries,theresultisthedisplacementofeveryparticle,intheend,inaccordancewiththedisplacementofaparticleandthetimeintervalofexposure,wecancaculatethespeedvectorofeveryparticleintheflowfield,andsodotheotherparameters.TheprocessofPTVimagemainlyincludestheprocessofparticl
6、eidentificationandparticlematching,fromthePTVtechnicalstudy,theprocessofparticleidentificationusuallyutilizethesamegraythresholdtoconfirm,however,theprocessofparticlematchinghavediverserangeofmatchingmeasures.Theessaymainlyresearchtheprocessofparticlematching,byintroduci
7、ngsomePTVmatchingmeasures,comparingtheirrelativemerits,andimprovingoneofthembyprogramming,thenvalidatingbysimulationfieldandrealityfieldtothealgorithmrespectively,andevaluatingthequalityandapplicabilityofthealgorithmbymatchingtheflowfieldvelocitydistributionwhichisobtain
8、edbythealgorithmandrealityfieldKEYWORDS:Ptv;Matchingalgorithm;Programmingrealiza47目录目录摘要IABSTRACT………………