1)MSC/NASTRANMSC/PATRAN
1.In the paper the program of fluid Boundary Element Method in MSC/NASTRAN is developed and applied to the fluid/structure interaction problem.用MSC/PATRAN建立有限元模型 ,在MSC/NASTRAN平台上主要对流体边界元法、经验公式法进行结构的流体附加质量计算的对比研究和计算。
英文短句/例句
1.Research of Hybrid Stress FEM and Its Integration with MSC/PATRAN杂交应力元的研究及其与MSC/PATRAN的集成
2.Rapid repair program of aircraft battle damage based on MSC Patran基于MSC Patran的飞机结构战伤快速修理程序
3.In-plane stiffness prediction on fabric of airship envelop based on parameterized modeling of MSC Patran基于MSC Patran参数化建模的飞艇蒙皮织物面内刚度预测
4.Numerical analysis of hinges with Patran/Nastran基于Patran/Nastran的铰链模拟分析
5.Mobile Switching Center (MSC) - 8移动交换中心 (MSC) -- 8
6.This is the address that other MSCs will use when sending messages to this MSC.其他 MSC 在向这个 MSC 传送消息时,将使用到该地址。
7.Research on Numeric Simulation Integrated System of Crane Based on PATRAN基于PATRAN的起重机数值仿真集成系统研究
8.Patran-based finite element analysis on multiple-head breaker rubblization technology基于Patran的多锤头碎石化技术有限元分析
9.Analysis and design for star-shaped grain based on secondary development of Patran基于Patran二次开发的星形药柱结构分析与设计
10.The exploitation and application of smart marine structure analysis in Patran/Nastran船舶智能结构压电分析Patran/Nastran开发及应用
11.SS7 Functionality, Signaling PointsSignaling Point (STP)Signaling Point (MSC B)SS7 功能,信令点信令点 (STP)信令点 (MSC B)
12.The Remove button is used to disconnect all attached base station sites from the MSC.Remove 按钮用来从 MSC 断开所有附加的基站。
13.Study on the Generating Methodology of TTCN-3 Test Suite Based on MSC;基于MSC的TTCN测试套自动生成方法研究
14.Network quality analysis under the common msc of 3G and 2G.3G/2G共MSC融合对网络质量影响的研究
15.Study on Dynamic Feedback Control Based on Load in MSC Pool基于MSC Pool内负荷的动态反馈控制
16.Core Network MSC Pool Resources Solution Application and Analysis延安移动核心网MSC-Pool项目的实施
17.Latest Request for Performance Statistics of the MSC Pool NetworkMSC Pool组网对性能统计的新要求
18.Computing Most Specific Concept in Description Logic with n-Ary Existential Quantifier带n-元存在量词的描述逻辑MSC推理
相关短句/例句
MSC Patran & NastranMSC Patran/Nastran
3)MSC/Patran&Nastran software platformMSC/Patran&Nastran软件平台
4)Nastran/patternNastran/patran
5)Patran softwarePatran软件
6)Patran Command LanguagePCL(Patran COmmand Language)
延伸阅读
ANSYS模型转到MSC.MARC!ANSYS命令流! 写单元及节点数据文件! 作者:陆新征,清华大学土木系!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !选中所有单元ALLSEL,ALL ! 得到当前模型中的总节点数*GET,NNode,NODE,,COUNT, , , , !输出节点*CFOPEN,Node,txt*VWRITE('coordinates')*VWRITE,chrval(3),chrval(NNode),chrval(0),chrval(1)(4A5)*DO,I,1,NNode*VWRITE,I,NX(I),NY(I),NZ(I)(F8.0,3F13.5)*ENDDO*CFCLOS !打开单元文件 *CFOPEN,ELEM,txt!得到所有单元数ESEL,S,ENAME,,65 ALLSEL,ALL*GET,NElem,ELEM,,COUNT, , , , *VWRITE,chrval(NElem)('Number of Element: ', A8)!对单元集进行循环*DO,I,1,NElem!得到当前单元的类型*GET,ENAME,ELEM,I,ATTR,ENAM !如果是65号(65号单元)*IF,ENAME,EQ,65,THEN!得到该单元的节点编号*GET,EN1,ELEM,I,NODE,1 *GET,EN2,ELEM,I,NODE,2 *GET,EN3,ELEM,I,NODE,3 *GET,EN4,ELEM,I,NODE,4 *GET,EN5,ELEM,I,NODE,5 *GET,EN6,ELEM,I,NODE,6 *GET,EN7,ELEM,I,NODE,7 *GET,EN8,ELEM,I,NODE,8 *VWRITE,I,EN1,EN2,EN3,EN4,EN5,EN6,EN7,EN8(F8.0,8F8.0)*END IF*ENDDO*CFCLOS!Fortran程序,把ansys结果转换为MARC模型文件格式program mainimplicit none;integer Key;write(*,*) "Input 1 for node, 2 for element"read(*,*) Keyif (Key==1) thencall Node_IO()end ifif (Key==2) thencall Elem_IO()end ifstopend programsubroutine Node_IO()implicit noneinteger NNode,I, Jreal*8,pointer :: Node(:,:)real*8 x;character :: filename*10;write(*,*) "Please input node filename"read(*,'(A10)') filenameopen(66,file=filename)read(66,*) NNodeallocate (Node(NNode,3))do I=1,NNoderead(66,*) x, (Node(I,J), J=1,3)end doclose (66)filename=filename//"NEW"open (66,file=filename)write(66,'(4I10)') 3, NNode, 0, 1do I=1, NNodewrite(66,'(I10, 3E20.8)') I, (Node(I,J), J=1,3)end doclose (66)returnend subroutine Node_IOsubroutine Elem_IO()implicit noneinteger NElem,NumNode,ElemTyp,I, Jinteger,pointer :: Elem(:,:)real*8 x;real*8,pointer :: y(:)character :: filename*10, outformat*11,CharEtype;write(*,*) "Please input node filename"read(*,'(A10)') filenamewrite(*,*) "Please input Element type & Number of Nodes per element"
