700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > matlab有限元分析教程 Matlab做有限元分析

matlab有限元分析教程 Matlab做有限元分析

时间:2018-07-04 17:59:00

相关推荐

matlab有限元分析教程 Matlab做有限元分析

【实例简介】

Matlab做有限元分析,有静态、动态、非线性分析

【实例截图】

【核心代码】

FEAMatlab做有限元分析,有静态、动态、非线性分析

└── FEA Matlab做有限元分析,有静态、动态、非线性分析

└── 254247

└── FEA

├── DYNAMIC

│ ├── notch.geo

│ ├── notch.m

│ └── notch.msh

├── FLUID FLOW

│ ├── incmp_flow2d.m

│ ├── step.geo

│ └── step.msh

├── Programming the Finite Element method with Matlab.pdf

├── STATIC

│ ├── afm.dxf

│ ├── afm.geo

│ ├── afm.msh

│ ├── afm2.geo

│ ├── afm2.msh

│ ├── beam.m

│ ├── modal_afm.m

│ ├── plate.msh

│ └── static.m

├── XFEM

│ ├── JXFEM.m

│ ├── XFEM.m

│ ├── discontL2quad.m

│ ├── discontL3quad.m

│ ├── discontQ4quad.m

│ ├── discontT3quad.m

│ ├── discontT6quad.m

│ ├── getEnrichedNodes.m

│ ├── plate.msh

│ └── quad_test.m

├── convergence.m

├── fem.m

├── fem_example.m

├── fem_example2.m

├── fem_example2b.m

├── getElementOrder.m

├── getElementSizeFactor.m

├── lagrange_basis.m

├── levelset

│ ├── absr.m

│ ├── diracr.m

│ ├── dist.m

│ ├── findNearElements.m

│ ├── flatten_levelset.m

│ ├── getCurvature.m

│ ├── getCurvature2.m

│ ├── getCutElements.m

│ ├── getGradientField.m

│ ├── heavisider.m

│ ├── level_set.m

│ ├── lsmesh.m

│ ├── lsmeshT6.m

│ ├── lsreinit.m

│ ├── lsreinitT3.m

│ ├── lsreinitT6.m

│ ├── lsreinitgeo.m

│ ├── lstest.m

│ ├── lstest2.m

│ ├── lstest3.m

│ ├── lsupdate.m

│ ├── lsupdate2T6.m

│ ├── lsupdateT3.m

│ ├── lsupdateT6.m

│ ├── projectInterface.m

│ ├── projectInterfaceSpeed.m

│ ├── projectInterfaceSpeedT6.m

│ ├── vel2speed.m

│ └── vel2speedT6.m

├── meshgeneration

│ ├── arcmesh.m

│ ├── arrow.m

│ ├── brickcheck.m

│ ├── contura.m

│ ├── getSubElements.m

│ ├── holeinplate.m

│ ├── holeplatemesh.m

│ ├── linemesh.m

│ ├── make_cross_mesh.m

│ ├── make_elem.m

│ ├── make_hex_sheet.m

│ ├── make_triangle_mesh.m

│ ├── mapmesh2D.m

│ ├── mapmesh2Db.m

│ ├── mesh_generation.m

│ ├── mirrormesh.m

│ ├── msh2mlab.m

│ ├── plot_mesh.m

│ ├── remove_free_nodes.m

│ ├── splitElement.m

│ ├── square_node_array.m

│ ├── t3tot6.m

│ └── tricheck.m

├── postgeneration

│ ├── addDXseries.m

│ ├── plot_field.m

│ ├── readDXarray.m

│ ├── tecplotin.m

│ ├── tecplotout.m

│ ├── writeDXarray.m

│ ├── writeDXconnectivity.m

│ ├── writeDXcoordinate.m

│ ├── writeDXdata.m

│ ├── writeDXfield.m

│ └── writeDXseries.m

└── quadrature.m

10 directories, 98 files

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。