The Designing and Estimating of Flying Plate Parameters of Slapper Detonator
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要: 通过改进电格尼能的计算公式及引用文献的数据,对冲击片雷管的飞片参数进行了设计估算。结果表明,在动能一定的前提下,应尽量取薄一些、轻一些、直径小一些的飞片。
Abstract: The flying plate parameters such as thickness, diameter, density are designed and estimated by improving the electrical gurney energy model. The results show that the thinner, lighter and smaller diameter flying plate is better on a certain kinetic energy condition.
var swiper = new Swiper('.swiper_xq', {
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
$(function(){
$('img').bigic();
});
jQuery(".slideTxtBox").slide({ trigger: "click" });
文章指标
点击次数:
下载次数:
HTML阅读次数:
引用次数:
历史
收稿日期:
最后修改日期:
录用日期:
在线发布日期: 2020-12-21
出版日期:
//获取当期的基本信息
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/200304005";
if (strUrl != "") {
$.get(strUrl, function (strReturnScript) {
eval(strReturnScript);
});
}
}
function GetRelatedArticle() {
var strUrl = "hgp/article/related/2003_4_200304005";
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/2003$4$200304005";
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/2003_4_200304005";
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;i
0){
strCnKeyWordList=strCnKeyWordList+"; ";
}
strCnKeyWordList=strCnKeyWordList+""+strKeyWord+" ";
}
$("#CnKeyWord").html(strCnKeyWordList);
}
var strEnKeyWord="Slapper detonator;Flying plate velocity;Kinetic energy;Estimating";
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