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

+高级检索
1060-T2-Q235爆炸焊接试验及数值模拟
DOI:
作者:
作者单位:

作者简介:

通讯作者:

中图分类号:

TJ45+9

基金项目:

国家自然科学基金(No.11872002)


Explosive Welding Test and Numerical Simulation of 1060-T2-Q235
Author:
Affiliation:

Fund Project:

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

    为改善铝-钢爆炸焊接复合板的结合质量,以T2纯铜作为中间层、Q235钢作为基板、1060铝作为复板进行了爆炸焊接试验,通过金相显微镜观察复合板界面形貌并通过拉伸试验测试其力学性能;采用ANSYS/AUTODYN软件对爆炸焊接过程进行数值模拟。试验结果表明:1060-T2与T2-Q235界面均呈波状结合;T2铜中间层的引入减少了复合板结合界面的孔洞、裂纹等微观缺陷;1060-T2-Q235爆炸焊接系统的复板动能利用率较1060-Q235系统提高了3.01%;1060-T2-Q235复合板抗拉强度为319.2MPa,满足抗拉强度要求。数值模拟结果与试验结果具有较好的一致性。

    Abstract:

    In order to improve the bonding quality of aluminum-steel explosive welding composite plate, the explosion welding test was carried out with T2 pure copper as the intermediate layer, Q235 steel as the substrate and 1060 aluminum as the clad plate. The interface morphology of the composite plate was observed by metallographic microscope and its mechanical properties were tested by tensile test. ANSYS / AUTODYN software was used to simulate the explosive welding process. The test results show that 1060-T2 and T2-Q235 are waveform combination; Copper interlayer reduces the micro defects such as holes and cracks at the bonding interface of the composite plate. The kinetic energy utilization rate of 1060-T2-Q235 explosive welding system is 3.01% higher than that of 1060-Q235 system; The tensile strength of 1060-T2-Q235 composite plate is 319.2MPa, which meets the tensile strength standard. The numerical simulation results are in good agreement with the test results.

    var swiper = new Swiper('.swiper_xq', { navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, }); $(function(){ $('img').bigic(); });
    参考文献
    相似文献
    引证文献
jQuery(".slideTxtBox").slide({ trigger: "click" });
引用本文
分享
文章指标
  • 点击次数:
  • 下载次数:
  • HTML阅读次数:
  • 引用次数:
历史
  • 收稿日期:
  • 最后修改日期:
  • 录用日期:
  • 在线发布日期: 2023-01-31
  • 出版日期:
//获取当期的基本信息 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/202301008"; if (strUrl != "") { $.get(strUrl, function (strReturnScript) { eval(strReturnScript); }); } } function GetRelatedArticle() { var strUrl = "hgp/article/related/2023_1_202301008"; 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/2023$1$202301008"; 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/2023_1_202301008"; 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="Explosive welding;Aluminum-steel;Interlayer;Numerical simulation;Tensile strength"; 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\":\"DAI Xian-de\",\"cn_institution\":\"安徽理工大学\",\"en_institution\":\"Anhui 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=202301008&journal_id=hgp&is_mobile=0&year_id=2023&return_url=http://hgp.cnjournals.net/hgp/article/abstract/202301008&issue=1&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(); });