前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >GiD学习笔记「建议收藏」

GiD学习笔记「建议收藏」

作者头像
全栈程序员站长
发布2022-11-15 15:36:40
7110
发布2022-11-15 15:36:40
举报
文章被收录于专栏:全栈程序员必看

大家好,又见面了,我是你们的朋友全栈君。

1. GiD的工作模式有两个:preprocessing and postprocessing。

To change between both modes please selectFiles->Postprocess.

2. GiD中,在创建和使用几何实体(geometric entities)时,遵循层级顺序:point, line, surface, and volume。

GiD学习笔记「建议收藏」
GiD学习笔记「建议收藏」

3. GiD中,几何面与几何体有明显的区别,如下图左边是几何面(Surface),右边是几何体(Volume)。几何体由几何面创建而来:Geometry->Create->Volume->By contour

GiD学习笔记「建议收藏」
GiD学习笔记「建议收藏」

4. 四面体网格和六面体网格是在几何体的基础上生成:Mesh->Generate mesh。一般默认情况下,该功能生成四面体网格(tetrahedral elements of four nodes).

生成六面体网格(hexahedral,eight-nodded structured elements),首先需要分配元胞数目:Mesh->Structured->Volumes->Assignnumber of cells,先选择几何体,然后给各个方向(X, Y, Z)指定添加的数目。最后Mesh->Generatemesh.

GiD学习笔记「建议收藏」
GiD学习笔记「建议收藏」

5. 将其他三维软件如3dsmax生成的.obj球体,导入到GiD中,首先必须清楚这些模型格式是网格曲面。若想将这些模型生成体素化网格,需先转化为几何体(Volume)。方式如下: 首先将导入的曲面模型,转化为几何模型:Geometry ->Create->Geometry from Mesh->OneElement One Surface. 然后通过几何面创建几何体:Geometry->Create->Volume->Bycontour. 最后如果想要生成六面体网格,则选择Mesh ->Cartesian->Volumes,再选择Mesh->Generate Mesh.

GiD学习笔记「建议收藏」
GiD学习笔记「建议收藏」

6. 自定义问题类型(Problem Type)

A problem type is a set of files configured by asolver developer so that the program can prepare data to be analyzed. 问题类型是由某种求解器开发者配置的一系列文件,数据可用于分析。

实例:二维曲面重心计算

[1] 首先创建一个能与GiD交互的计算模块(develop a calculating module)

7. 评判网格质量(Meshquality)的标准(Mesh->Mesh quality)有六个:

There are six criteria in order to measure the quality ofthe elements:

[1] Minimum angle: The quality criterion is the minimum angle insurface elements and the minimum dihedral angle(二面角)for volume elements. This means that elements with asmall angle are considered of a worse quality than the ones with bigger angles.

[2] Maximum angle: It gives the maximum angle for every element.Elements with bigger angles are considered worse.

Typically, the Minimum angle criteria is good to qualifytriangles or tetrahedra and the Maximum angle criteria is goodfor quadrilaterals(四边形) and hexahedra(六面体)。

[3] Element vol: Thequality criterion is the size of elements (distance for lines, area forsurfaces and volume for volumes). Elements with small “volume” areconsidered worse.

[4] Minimum edge: The quality criterion is the size of the smalleredge of each element. Elements with smaller edges are considered worse.

[5] Maximum edge: The quality criterion is the size of the largestedge of each element. Elements with bigger edges are considered worse.

[6] Shape quality: The quality criterion measures the likeness of theelement to the reference one (equilateral triangle[等边三角形] in case of triangles, regular tetrahedral[正四面体] in case of tetrahedras, square in case ofquadrilaterals and cube in case of hexahedras). Its value is 1 for a perfectelement (the reference one), and it decreases as the element became worse. Ifit becomes negative it means that the element have negative Jacobian in somepoint.

质量衡量标准的数学表达式请参考:http://www-opale.inrialpes.fr/Aerochina/info/en/html-version/gid_11.html

8. 结构性网格(structuredmesh)

A structured mesh is defined as a meshwhere all the nodes have the same number of elements around it.

结构性网格定义为每个节点的度数相同。

9. entity, element, mesh, geometry

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/234281.html原文链接:https://javaforall.cn

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2022年11月3日 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档