通过多视图三维重建获得三维模型,用于有限元分析/工业设计指导
IDEA
直接重建模型
三维重建出点云模型,然后根据点云得到有限元模型,并对有限元模型进行修正。难点在于:
- 三维重建:三维重建出来的点云精度要高,要能准确得到重建物体的尺寸(摄影测量)
- 格式转换:点云模型如何转换成有限元模型(例如Patran的.x_t格式文件,或者经过处理直接用点云坐标替换bdf文件中的网格节点坐标)
- 类似DMTet输入点云来优化mesh模型,
- Surface mesh to Volume mesh,然后通过从mesh模型中得到体网格模型
- 必须首先保证 surface mesh 是水密的 内部结构不能复杂 wildmeshing/fTetWild: Fast Tetrahedral Meshing in the Wild 【三维视觉】TetWild / fTetWild学习:将任意mesh处理成流形水密的mesh-CSDN博客
- 然后将水密mesh体网格化Gmsh: a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities https://mbarzegary.github.io/2022/06/27/surface-to-volume-mesh-using-gmsh/
- 模型修正:确定的or区间的or随机的,修正出来的有限元仿真响应能否真实反映实际测量的响应特征
- 数据集:
- 图片数据,要拍摄哪些种类的物体(工况),要有实际的意义(例如机械结构、土木结构等)
- 模型修正响应,得到有限元模型后,通过Nastran仿真计算输出响应,响应特征的选取
How to create an FE Volume Mesh – nTop Design Analysis 设计分析 + Topology Optimization 拓扑优化(nTop软件不错)
间接重建模型
首先获得物体的边缘,然后根据CAD或者Solidworks建立准确的三维模型
文献调研
Year | Paper | Overview | Important for me |
---|---|---|---|
2024 | Surface reconstruction from FE mesh model |
本文提出了一种从FE网格模型中提取自由形状 B 样条曲面和某些特征曲线的方法 | |
2024 | 3D Neural Edge Reconstruction | 3D 模型边缘重建 | |
2020 | A Review on Finite Element Modeling and Simulation of the Anterior Cruciate Ligament Reconstruction | ||
2020 | Personalized Knee Geometry Modeling Based on Multi-Atlas Segmentation and Mesh Refinement | ||
2020 | SafeACL: Ligament reconstruction based on subject-specific musculoskeletal and finite element models | ||
CAD 指令流
Year | Paper | 研究对象 | 研究内容 | 研究方法 | Important for me |
---|---|---|---|---|---|
2023 | 3D reconstruction based on hierarchical reinforcement learning with transferability - IOS Press |
3D模型 | 3D重建 CAD 指令 | Reinforcement Learning (RL), CAD | 强化学习、CAD指令学习 |
激光雷达扫描仪
Year | Paper | 研究对象 | 研究内容 | 研究方法 | Important for me |
---|---|---|---|---|---|
2022 | Laser-based finite element model reconstruction for structural mechanics 北京科技大学土木与资源工程学院城市地下空间工程北京市重点实验室 |
structural mechanics | finite element model reconstruction, 自动识别损坏部件,The non-destructive evaluation (NDE无损评估) | Laser-based,HLS(手持激光扫描仪型号:Creaform Handyscan 3D 700) | 将来自 3D 激光扫描系统的条件数据转换为能够描述组件机械响应的 FEM。对如桥梁等大型物体,自动识别受损部位并局部更新到有限元模型中 |
2016 | Exploitation of Geometric Data provided by Laser Scanning to Create FEM Structural Models of Bridges |
Year | Paper | 研究对象 | 研究内容 | 研究方法 | Important for me |
---|---|---|---|---|---|
2024 | Three-dimensional finite element simulation and reconstruction of jointed rock models using CT scanning and photogrammetry - ScienceDirect |
生成式方法
Year | Paper | 研究对象 | 研究内容 | 研究方法 | Important for me |
---|---|---|---|---|---|
2022R | Hex-Mesh Generation and Processing: A Survey | FE Volume Mesh(Hex-Mesh) | Mesh Generation and Processing | Review | 六面体网格生成技术综述 |
根据三角网格优化体网格
可以无缝地从mesh直接得到hex mesh
Year | Paper | 研究对象 | 研究内容 | 研究方法 | Important for me |
---|---|---|---|---|---|
2024 | |||||
- idea from: