Main Content

几何和网状

定义几何形状并使用三角形或四面体网络离散

Reconstruct a geometry from STL or mesh data:

  • 将STL文件导入MATLAB®by using导入测定法。The STL file format is very common and supported by most CAD software. In case of a planar STL geometry, the toolbox converts it to a 2-D geometry by mapping it to the X-Y plane.

  • 使用网格重建几何形状几何流行。该功能可与三角芯网格一起使用,包括平面,体积和表面三角剖分,界限封闭体积。

Create a geometry:

  • 堆叠或巢穴,圆柱或球体为3-D问题创建几何形状。

  • 将2D几何形状挤压成3D几何形状。

  • 使用建设性的固体几何方法(CSG)方法,编写几何函数或使用polyshapefunction to create a geometry for a 2-D problem. The CSG approach uses a set of solid building blocks (square, rectangle, circle, ellipse, and polygon) and combines them to define complex geometries.

  • 使用PDE Modeler应用程序通过绘制,重叠和旋转基本形状(例如圆,多边形等)来创建复杂的2D几何形状。

网a geometry by using thegenerateMesh功能。The toolbox uses the finite element method (FEM) to solve PDEs. A PDE model stores the generated mesh as an女性对象中的对象财产。有关详细信息,请参阅网格数据

功能

展开全部

Creation and Visualization

导入测定法 从STL数据导入2-D或3-D几何形状
几何流行 Create 2-D or 3-D geometry from mesh
几何弗罗姆 从分解的几何矩阵中创建2D几何形状
DECSG 将建设性实心2D几何形状分解为最小区域
multicuboid Create geometry formed by several cubic cells
多环形 创建由几个圆柱细胞形成的几何形状
多球 创建由几个球形细胞形成的几何形状
pdegplot Plot PDE geometry

Modification

addcell 通过在另一个单元格中添加一个几何形状来组合两个几何形状
addFace Fill void regions in 2-D and split cells in 3-D geometry
addVertex Add a vertex on a geometry boundary
addVoid 在3D几何形状内创建空隙区域
rotate Rotate geometry
scale Scale geometry
translate 翻译几何形状
extrude 垂直挤出2-D几何或3D几何形状的指定面

查询

cellEdges Find edges attached to specified cells
细胞面 查找附着在指定单元格上的面孔
面包 查找附加在指定面上的边缘
脸部 Find faces attached to specified edges
最近 查找最接近指定点的边缘
最近的面 查找最接近指定点的面孔

PDE建模者App

pdecirc Draw circle in PDE Modeler app
Pdeellip Draw ellipse in PDE Modeler app
pdepoly 在PDE Modeler应用中绘制多边形
pderect Draw rectangle in PDE Modeler app
generateMesh 创建三角形或四面体网格
网格质 评估网格元素的形状质量
findElements 在指定区域中找到网格元素
Findnodes Find mesh nodes in specified region
区域 2-D网格元件的面积
体积 Volume of 3-D mesh elements
pdemesh 绘图PDE网格
pdeplot Plot solution or mesh for 2-D problem
pdeplot3D 绘图解决方案或表面网格,以解决3-D问题
pdeviz Create and plot PDE visualization object

Geometry

csgdel 删除子域之间的边界
pdearcl 表示弧长作为参数曲线
wgeom 将几何功能写入文件

AdaptMesh 创建自适应2-D网格并求解PDE
initmesh 创建初始2D网格
网状网 [p,e,t]表示女性data
Jigglemesh (不建议)摇晃三角形网的内部点
精炼厂 Refine triangular mesh

特性

AnalyticGeometry Properties Analytic 2-D geometry description
离散地体学属性 Discrete 2-D or 3-D geometry description
女性特性 网object
PDEVisualization Properties PDE可视化网格和节点结果

应用

PDE建模者 通过绘制,重叠和旋转基本形状来创建复杂的二维几何形状

话题

Geometry

Legacy Mesh