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

+高级检索
一种爆炸箔隔板点火器的设计
DOI:
作者:
作者单位:

作者简介:

通讯作者:

中图分类号:

TJ450.2

基金项目:


Design of An Explosive Foil Through-bulkhead Igniter
Author:
Affiliation:

Fund Project:

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

    为了研究Cu含量对Cu-Ni-Al反应射流侵彻性能的影响,采用粉末冶金法制备了Cu含量为30%、50%和70%的Cu-Ni-Al粉末药型罩并对其进行静破甲试验。结果表明:随着Cu含量增加,Cu-Ni-Al反应射流的穿深增大,平均扩孔孔径减小,侵彻孔容先增大后减小,在50%Cu时达到最大值,相比30%Cu和70%Cu时孔容分别提升了5%和15%;聚能射流侵彻阶段孔径衰减随着Cu含量的增加而减小。研究结果可为评估反应材料药型罩聚能装药战斗部的毁伤效应提供参考。

    Abstract:

    In order to study the effect of Cu content on the penetration performance of Cu-Ni-Al reactive jet, the Cu-Ni-Al powder liners with Cu content of 30%, 50% and 70% were prepared by powder metallurgy method, and the static armor test was carried out. The results show that with the increase of Cu content, the penetration depth of the Cu-Ni-Al reaction jet increases gradually, the average entrance diameter decreases gradually, and the penetration volume increases first and then decreases. The maximum value is reached at 50%Cu, and the pore volume increases by 5% and 15% respectively compared with that of 30%Cu and 70%Cu. The entrance diameter attenuation of shaped charge jet decreases with the increase of Cu content. The research results can provide a certain reference for evaluating the damage effect of the reactive material liners shaped charge warhead.

    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-05-23
  • 出版日期:
//获取当期的基本信息 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/202203005"; if (strUrl != "") { $.get(strUrl, function (strReturnScript) { eval(strReturnScript); }); } } function GetRelatedArticle() { var strUrl = "hgp/article/related/2022_3_202203005"; 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$3$202203005"; 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_3_202203005"; 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="Through-bulkhead initiator;Explosive foil;Fire transfer sequence;Bulkhead thickness;Margin"; 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\":\"JIN Li\",\"cn_institution\":\"陕西应用物理化学研究所\",\"en_institution\":\"Shaanxi Applied Physics and Chemistry Research Institute\",\"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=202203005&journal_id=hgp&is_mobile=0&year_id=2022&return_url=http://hgp.cnjournals.net/hgp/article/abstract/202203005&issue=3&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(); });