GiD学习笔记「建议收藏」

GiD学习笔记「建议收藏」GiD软件初步使用时,与一般传统的三维软件,思维方式很难一下子转变过来。它的最基本结构是几何结构,创建模型从点到线,线到面,面到体的顺序。网格面与几何体有截然不同的意义,所以在使用初期,需要先搞清楚一些基本概念。

大家好,又见面了,我是你们的朋友全栈君。如果您正在找激活码,请点击查看最新教程,关注关注公众号 “全栈程序员社区” 获取激活教程,可能之前旧版本教程已经失效.最新Idea2022.1教程亲测有效,一键激活。

Jetbrains全家桶1年46,售后保障稳定

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

To change between both modes please selectFiles->Postprocess.

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

GiD学习笔记「建议收藏」

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

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学习笔记「建议收藏」

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

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.net/234281.html原文链接:https://javaforall.net

(0)
全栈程序员-站长的头像全栈程序员-站长


相关推荐

  • Java程序员如何从码农晋升为架构师,你跟架构师的差别在哪里?

    Java程序员如何从码农晋升为架构师,你跟架构师的差别在哪里?一、如何定义架构师Java架构师,首先要是一个Java程序员,熟练使用各种框架,并知道它们实现的原理。jvm虚拟机原理、调优,懂得jvm能让你写出性能更好的代码;池技术,什么对象池,怎么解决并发量、连接池,线程池。Java反射技术,写框架必备的技术,但是有严重的性能问题,替代方案Java字节码技术;nio,没什么好说的,值得注意的是”直接内存”的特点,使用场景;java多线程同步异步;ja…

    2022年7月8日
    78
  • iphone相册打开是横屏_苹果手机相册变成横屏怎么办

    iphone相册打开是横屏_苹果手机相册变成横屏怎么办1.在以往开发中,app调用相册一直没问题。最近开发ipad的时候,项目必须横屏,这时候调用相册的时候app就奔溃了问题所在:系统的相册只支持竖屏打开,如果你的app设置了只能横屏,就会冲突,打不开相册,程序会崩溃。解决方法:在网上找了很久,很多说在打开相册的时候强制竖屏,或者重写一个类,继承UIImagePickerController,重写他的 –

    2022年9月22日
    0
  • 【教程】使用gitee搭建免费的图床

    【教程】使用gitee搭建免费的图床前几天七牛云的免费图床测试域名回收,导致我上传的图片都不能访问!要配置自定义域名,域名还要绑定主机。没有云主机的我开始想你们搞一个免费的图床,并且数据也不会丢失呢 ?​ 想到之前自己在GitHub上搭建过一个GitHub Page ,里面可以上传图片并且图片也可以访问,这不是很好的图床吗,本地可以保存一份,并且上传到GitHub上云端也可以保存一份,还可以使…

    2022年2月27日
    56
  • ResNet+FPN实现+白嫖代码「建议收藏」

    ResNet+FPN实现+白嫖代码「建议收藏」===========================================================有现成的代码:https://github.com/Kongsea/FPN_TensorFlow推荐根据该博客来学习:https://www.jianshu.com/p/324af87a11a6============================================================纸上得来终觉浅,须知此事要coding!ResNet+FPN

    2022年5月4日
    84
  • ubuntu pip清华源_ubuntu 清华源

    ubuntu pip清华源_ubuntu 清华源pip清华镜像源使用方法总结2020年07月07日|萬仟网网络运营|我要评论临时使用pipinstall-ihttps://pypi.tuna.tsinghua.edu.cn/simplesome-package注意,simple不能少,是https而不是http设为默认修改~/.config/pip/pip.conf(Linux)%…

    2025年5月23日
    0
  • Nginx命令大全[通俗易懂]

    nginx #打开nginxnginx-t   #测试配置文件是否有语法错误nginx-sreopen #重启Nginxnginx-sreload  #重新加载Nginx配置文件,然后以优雅的方式重启Nginxnginx-sstop  #强制停止Nginx服务nginx-squit  #优雅地停止Nginx服务…

    2022年4月13日
    41

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

关注全栈程序员社区公众号