学术数据库优秀期刊 《中文科技期刊数据库》来源期刊

+高级检索
微装药驱动飞片速度及形态研究
DOI:
作者:
作者单位:

作者简介:

通讯作者:

中图分类号:

TJ450.3

基金项目:


Study on Velocity and Shape of Micro-Charge-Driven Flyer
Author:
Affiliation:

Fund Project:

  • 摘要
  • |
  • 图/表
  • |
  • 访问统计
  • |
  • 参考文献
  • |
  • 相似文献
  • |
  • 引证文献
  • |
  • 资源附件
  • |
  • 文章评论
    摘要:

    飞片速度和形态对其冲击起爆性能有重要影响,采用光子多普勒干涉激光测试技术(PDV)和数值模拟方法,研究了加速膛直径、飞片厚度和飞片材料对叠氮化铅微装药驱动飞片速度和形态的影响规律。试验结果表明:飞片厚度一定时,存在一个最优加速膛直径(1.4mm)使飞片的稳定速度最大(2 050m·s-1);最优加速膛直径下,飞片的稳定速度随飞片厚度增加而降低;飞片厚度相同时,铝飞片的稳定速度最大,钛飞片其次,不锈钢飞片最低。仿真结果表明,飞片材料为不锈钢时,30μm厚的飞片平整度最好;飞片厚度相同时,钛飞片的平整度和完整性最好。

    Abstract:

    The velocity and shape of flyer have an important influence on its shock initiation performance. The effects of acceleration barrel diameter, flyer thickness and flyer material on the velocity and shape of lead azide micro-charge-driven flyer were studied by Photo Doppler velocimetry (PDV) and numerical simulation. The test results show that when the thickness of the flyer is constant, there is an optimal acceleration barrel diameter (1.4mm) to maximize the stable velocity of the flyer (2 050m·s-1). Under the condition of optimum accelerating barrel diameter, the steady velocity of flyer decreases with the increase of flyer thickness; At the same flyer thickness, the stable velocity of aluminum flyer is the highest, followed by titanium flyer, and the stable velocity of the stainless steel flyer is the lowest. The simulation results show that when the flyer material is stainless steel, the flyer with thickness of 30μm has the best flattest. At the same thickness, the titanium flyer has the best flatness and integrity.

    var swiper = new Swiper('.swiper_xq', { navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); $(function(){ $('img').bigic(); });
    参考文献
    相似文献
    引证文献
jQuery(".slideTxtBox").slide({ trigger: "click" });
引用本文
分享
文章指标
  • 点击次数:
  • 下载次数:
  • HTML阅读次数:
  • 引用次数:
历史
  • 收稿日期:
  • 最后修改日期:
  • 录用日期:
  • 在线发布日期: 2022-12-26
  • 出版日期:
//获取当期的基本信息 function GetCurrentIssue() { var strUrl = "hgp/issue/get_current_issue_info"; if (strUrl != "") { $.get(strUrl, function (strIssueXml) { var strYearID = GetXmlValue(strIssueXml, "year_id"); var strIssueID = GetXmlValue(strIssueXml, "quarter_id"); var strVolume = GetXmlValue(strIssueXml, "book_no"); var strIssueEnName = GetXmlValue(strIssueXml, "quarter_en_name"); var strEnPublishDate = GetXmlValue(strIssueXml, "en_publish_date"); var strIssueSmallCoverURL = GetXmlValue(strIssueXml, "image_url"); $("#current_small_cover_id").html(""); $("#current_publish_date_id").html(strEnPublishDate); $("#current_volume_id").html(strVolume); $("#current_issue_id").html(strIssueID); }); } } function GetMetrics() { var strUrl = "hgp/article/metrics/202206002"; if (strUrl != "") { $.get(strUrl, function (strReturnScript) { eval(strReturnScript); }); } } function GetRelatedArticle() { var strUrl = "hgp/article/related/2022_6_202206002"; if (strUrl != "") { $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#RelateArticleList").html(strReturn); } else { $("#RelatedTab").hide(); $("#RelatedContainer").hide(); } }); } else { $("#RelatedTab").hide(); $("#RelatedContainer").hide(); } } function GetReferenceList(strPage) { $("#reference_current_page").prop("value", strPage); var strUrl = "hgp/article/reference/2022$6$202206002"; if (strUrl != "") { strUrl = strUrl + "?cp=" + strPage; $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#ReferenceList").append(strReturn); var intReferenceNum = $("div#ReferenceList dd").length; if (intReferenceNum % 20 != 0) { $("#MoreReferenceContainer").hide(); } } else { if (strPage != "") { var intPage = parseInt(strPage); if (intPage == 1) { $("#ReferenceTab").hide(); $("#ReferenceContainer").hide(); } else { $("#MoreReferenceContainer").hide(); } } } }); } else { $("#ReferenceTab").hide(); $("#ReferenceContainer").hide(); } } function GetWasReferencedList(strPage) { $("#was_referenced_current_page").prop("value", strPage); var strUrl = "hgp/article/cited/2022_6_202206002"; if (strUrl != "") { strUrl = strUrl + "?cp=" + strPage; $.get(strUrl, function (strReturn) { if (strReturn != "") { $("#WasReferencedList").append(strReturn); var intWasReferencedNum = $("div#WasReferencedList dd").length; if (intWasReferencedNum != 0) { $("#MoreWasReferencedContainer").hide(); } } else { if (strPage != "") { var intPage = parseInt(strPage); if (intPage == 1) { $("#CitedByTab").hide(); $("#CitedByContainer").hide(); } else { $("#MoreWasReferencedContainer").hide(); } } } }); } else { $("#CitedByTab").hide(); $("#CitedByContainer").hide(); $("#MoreWasReferencedContainer").hide(); } } function MoreWasReferenced() { var strWasReferencedCurrentPage = $("#was_referenced_current_page").val(); var intWasReferencedCurrentPage = parseInt(strWasReferencedCurrentPage); intWasReferencedCurrentPage = intWasReferencedCurrentPage + 1; GetWasReferencedList(intWasReferencedCurrentPage); } function MoreReference() { var strReferenceCurrentPage = $("#reference_current_page").val(); var intReferenceCurrentPage = parseInt(strReferenceCurrentPage); intReferenceCurrentPage = intReferenceCurrentPage; GetReferenceList(intReferenceCurrentPage); } $().ready(function () { var strFlag="1"; if(strFlag=="1"){ $("#all_issue_position").show(); $("#online_first_position").hide(); }else{ $("#all_issue_position").hide(); $("#online_first_position").show(); } //如果没有html,自动隐藏 var strHtmlUrl=$("#HtmlUrl").prop("href"); if(strHtmlUrl.indexOf("/html/")<0){ $("#HtmlUrl").hide(); } var strDOI=$("#DOIValue").html(); if(strDOI==""){ $("#DOI").hide(); } var strDisplayCnInstitution=$("#DisplayCnInstitutionValue").html(); if(strDisplayCnInstitution==""){ $("#DisplayCnInstitution").hide(); } var strDisplayEnInstitution=$("#DisplayEnInstitutionValue").html(); if(strDisplayEnInstitution==""){ $("#DisplayEnInstitution").hide(); } var strAuthorResume=$("#AuthorResumeValue").html(); if(strAuthorResume==""){ $("#AuthorResume").hide(); } var strContactAuthor=$("#ContactAuthorValue").html(); if(strContactAuthor==""){ $("#ContactAuthor").hide(); } var strClcNumber=$("#ClcNumberValue").html(); if(strClcNumber==""){ $("#ClcNumber").hide(); } var strCnFundProject=$("#CnFundProjectValue").html(); if(strCnFundProject==""){ $("#CnFundProject").hide(); } var strEnFundProject=$("#EnFundProjectValue").html(); if(strEnFundProject==""){ $("#EnFundProject").hide(); } var strEnTitle=$("#EnTitleValue").html(); if(strEnTitle==""){ $("#EnTitle").hide(); } var strEnAbstract=$("#EnAbstractValue").html(); if(strEnAbstract==""){ $("#EnAbstract").hide(); } var strSendTime=$("#SendTimeValue").html(); if(strSendTime==""){ $("#SendTime").hide(); } var strLastModifyTime=$("#LastModifyTimeValue").html(); if(strLastModifyTime==""){ $("#LastModifyTime").hide(); } var strAdoptTime=$("#AdoptTimeValue").html(); if(strAdoptTime==""){ $("#AdoptTime").hide(); } var strPublishTime=$("#PublishTimeValue").html(); if(strPublishTime==""){ $("#PublishTime").hide(); } var strBookPublishedTime=$("#BookPublishedTimeValue").html(); if(strBookPublishedTime==""){ $("#BookPublishedTime").hide(); } var strCnKeyWord="微装药;飞片速度;飞片形态;飞片厚度;加速膛直径"; var strCnKeyWordList="关键词:"; if(strCnKeyWord!=""){ var CnKeyWordArray=strCnKeyWord.split(";"); for(var i=0;i0){ strCnKeyWordList=strCnKeyWordList+";"; } strCnKeyWordList=strCnKeyWordList+""+strKeyWord+""; } $("#CnKeyWord").html(strCnKeyWordList); } var strEnKeyWord="Micro-charge;Flyer velocity;Flyer shape;Flyer thickness;Acceleration barrel diameter"; var strEnKeyWordList="Key words:"; if(strEnKeyWord!=""){ var EnKeyWordArray=strEnKeyWord.split(";"); for(var i=0;i0){ strEnKeyWordList=strEnKeyWordList+";"; } strEnKeyWordList=strEnKeyWordList+""+strKeyWord+""; } $("#EnKeyWord").html(strEnKeyWordList); } var strImagesJson=""; if(strImagesJson!=""){ var imagesJson = jQuery.parseJSON(strImagesJson); var strImagesList=""; var intLength=imagesJson.images.length; for(var i=0;i
"+strCnLabel+" "+strCnTitle+""+strEnLabel+" "+strEnTitle+"
"; } $("#ImagesList").html(strImagesList); } var strAttachmentsJson=""; if(strAttachmentsJson!=""){ var strAttachmentsList=""; var attachmentsJson = jQuery.parseJSON(strAttachmentsJson); var intLength=attachmentsJson.attachments.length; for(var i=0;i"+strAttacheName+"下 载"; } $("#AttacheList").html(strAttachmentsList); } var strCnAuthorsList=""; var strEnAuthorsList=""; var strAuthorsJson="{\"authors\":[{\"cn_name\":\"穆云飞\",\"en_name\":\"MU Yun-fei\",\"cn_institution\":\"南京理工大学\",\"en_institution\":\"Nanjing University of Science and Technology\",\"email\":\"\",\"is_first_author\":\"1\",\"is_contact_author\":\"\",\"sequence\":\"1\",\"first_name\":\"\",\"middle_name\":\"\",\"last_name\":\"\",\"resume\":\"\",\"institute_superscript\":\"\"}]}"; if(strAuthorsJson!=""){ var authorsJson = jQuery.parseJSON(strAuthorsJson); var intLength=authorsJson.authors.length; for(var i=0;i"+cn_name+" "+institute_superscript+""; strCnAuthorsList=strCnAuthorsList+" "; if(is_contact_author==""){ strCnAuthorsList=strCnAuthorsList+""; } if(email.indexOf("@")>0){ strCnAuthorsList=strCnAuthorsList+""; } strCnAuthorsList=strCnAuthorsList+""; strCnAuthorsList=strCnAuthorsList+"
"; strCnAuthorsList=strCnAuthorsList+"

"+cn_name+"

"; strCnAuthorsList=strCnAuthorsList+cn_institution+"
"; strCnAuthorsList=strCnAuthorsList+" 在知网中查找
"; strCnAuthorsList=strCnAuthorsList+" 在百度中查找
"; strCnAuthorsList=strCnAuthorsList+" 在本站中查找
"; strCnAuthorsList=strCnAuthorsList+"
"; //英文部分 strEnAuthorsList=strEnAuthorsList+"
  • "+en_name+" "+institute_superscript+""; strEnAuthorsList=strEnAuthorsList+" "; if(is_contact_author==""){ strEnAuthorsList=strEnAuthorsList+""; } if(email.indexOf("@")>0){ strEnAuthorsList=strEnAuthorsList+""; } strEnAuthorsList=strEnAuthorsList+""; strEnAuthorsList=strEnAuthorsList+"
    "; strEnAuthorsList=strEnAuthorsList+"

    "+en_name+"

    "; strEnAuthorsList=strEnAuthorsList+en_institution+"
    "; strEnAuthorsList=strEnAuthorsList+" 在知网中查找
    "; strEnAuthorsList=strEnAuthorsList+" 在百度中查找
    "; strEnAuthorsList=strEnAuthorsList+" 在本站中查找
    "; strEnAuthorsList=strEnAuthorsList+"
  • "; } $("#CnAuthorList").html(strCnAuthorsList); $("#EnAuthorList").html(strEnAuthorsList); } $("#CommentList").load("template/common/et_article_comment.aspx?file_no=202206002&journal_id=hgp&is_mobile=0&year_id=2022&return_url=http://hgp.cnjournals.net/hgp/article/abstract/202206002&issue=6&flag=1"); var strAttacheListCount = $("#AttacheListCount").val(); if (strAttacheListCount == "0") {//隐藏附件 $("#MaterialsTab").hide(); } var strImagesListCount = $("#ImagesListCount").val(); if (strImagesListCount == "0") {//隐藏图片 $("#FiguresTab").hide(); } GetMetrics(); GetRelatedArticle(); GetReferenceList("1"); GetWasReferencedList("1"); }); var clipboard = new ClipboardJS('.btn'); clipboard.on('success', function (e) { alert('复制成功'); console.info('Action:', e.action); console.info('Text:', e.text); console.info('Trigger:', e.trigger); e.clearSelection(); });