CN120388142A - A surface mesh generation method based on discrete mesh parameterization - Google Patents

A surface mesh generation method based on discrete mesh parameterization

Info

Publication number
CN120388142A
CN120388142A CN202510284084.4A CN202510284084A CN120388142A CN 120388142 A CN120388142 A CN 120388142A CN 202510284084 A CN202510284084 A CN 202510284084A CN 120388142 A CN120388142 A CN 120388142A
Authority
CN
China
Prior art keywords
mesh
parameter space
grid
node
geometric
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202510284084.4A
Other languages
Chinese (zh)
Inventor
周演
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ningbo Research Institute of Dalian University of Technology
Original Assignee
Ningbo Research Institute of Dalian University of Technology
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ningbo Research Institute of Dalian University of Technology filed Critical Ningbo Research Institute of Dalian University of Technology
Priority to CN202510284084.4A priority Critical patent/CN120388142A/en
Publication of CN120388142A publication Critical patent/CN120388142A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T17/00Three-dimensional [3D] modelling for computer graphics
    • G06T17/20Finite element generation, e.g. wire-frame surface description, tesselation
    • G06T17/205Re-meshing

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Computer Graphics (AREA)
  • Geometry (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Processing Or Creating Images (AREA)

Abstract

本发明提供了一种基于离散网格参数化的曲面网格生成方法,计算机辅助工程(CAE)与计算几何技术领域。该方法针对由多子曲面构成的复杂曲面网格剖分中存在的几何操作繁琐、参数空间融合失真及网格贴体性不足等问题,提出以下技术方案:首先对原始曲面进行三角网格预剖分,构建抑制非关键特征的虚拟拓扑结构;采用最小二乘共形映射(LSCM)将离散网格映射至低扭曲二维参数空间,实现多子面参数域的无缝合并;动态计算参数空间尺寸场,控制网格疏密分布;通过Delaunay三角剖分生成参数空间自适应网格后,利用双重投影校正机制,将网格点精准贴合至原始几何面。本发明避免了复杂CAD几何操作,显著提升自动化程度,同时保障物理空间网格均匀性与严格贴体性,适用于航空航天、汽车、船舶等领域复杂曲面的高效高精度网格生成。

This invention provides a surface mesh generation method based on discrete mesh parameterization, in the fields of computer-aided engineering (CAE) and computational geometry. This method addresses the problems of cumbersome geometric operations, parameter space fusion distortion, and insufficient mesh body-fitting in meshing complex surfaces composed of multiple subsurfaces. The method proposes the following technical solutions: First, the original surface is pre-triangulated to construct a virtual topology that suppresses non-critical features. Least Squares Conformal Mapping (LSCM) is used to map the discrete mesh to a low-distortion two-dimensional parameter space, enabling seamless merging of the parameter domains of multiple subsurfaces. The parameter space size field is dynamically calculated to control the mesh density distribution. After generating a parameter space adaptive mesh through Delaunay triangulation, a dual projection correction mechanism is used to precisely fit the mesh points to the original geometric surface. This method avoids complex CAD geometric operations, significantly improving the level of automation while ensuring uniformity and strict body-fitting of the physical space mesh. It is suitable for efficient and high-precision mesh generation of complex surfaces in aerospace, automotive, and marine applications.

Description

Curve grid generation method based on discrete grid parameterization
Technical Field
The invention belongs to the technical field of Computer Aided Engineering (CAE) and computational geometry, and particularly relates to a discrete grid parameterization-based curved surface grid generation method which is suitable for high-quality grid subdivision of complex curved surfaces, and particularly aims at a combined curved surface formed by a plurality of sub-curved surfaces, and high-efficiency and body-attached grid generation is realized through virtual topology construction, parameter space combination and size field regulation.
Background
Along with the development of CAE simulation and the increase of application demands, the complex curved surface model needs to be subjected to simulation analysis in the fields of automobiles, aerospace, ships and the like. Complex curved surfaces generally comprise a plurality of sub-curved surfaces, and often comprise a large number of geometric features such as micro-patches, narrow side lines and the like, and the existence of the features can lead to the significant reduction of grid generation quality, cause the problems of local grid distortion, uneven density distribution and the like, and further influence the precision and reliability of engineering simulation. To address this challenge, the prior art has mainly employed two types of methods, geometry reconstruction and discrete grid parameterization.
The geometric reconstruction method is to splice the sub-surfaces into a single continuous curved surface through curve surface re-fitting and Boolean operation, and selectively reserve or inhibit the side lines to form a topological ring. The core flow comprises geometric stitching, surface trimming, global parameterization and grid mapping. However, the method relies on high-precision surface fitting and complex boolean operations, which not only has high calculation cost, but also is easy to introduce geometric errors in the reconstruction process. In addition, excessive suppression of small features may lead to loss of key geometric details, reducing the fidelity of the model. More seriously, the method has strong dependence on manual intervention, is difficult to realize the automatic treatment of large-scale complex curved surfaces, and greatly limits the engineering application efficiency.
The discrete grid parameterization method realizes grid generation by dispersing the sub-faces into triangular grids and constructing a unified parameter space. The method avoids the geometric reconstruction step, but is difficult to balance the grid density of the key area and the overall calculation efficiency due to lack of a dynamic size field regulation mechanism. In addition, when the generated grid is reversely mapped back to the physical space, the grid is often deviated from the original curved surface due to lack of geometric information, so that the grid is not attached.
In general, the prior art is generally faced with multiple contradictions between geometric operational complexity, parametric spatial fusion efficiency, and grid fit. While the geometric reconstruction method can ensure geometric integrity, the geometric reconstruction method has the cost of high calculation cost and low automation degree, and the discrete parameterization method simplifies geometric operation and is limited by the defects of parameter space quality and size field control. On the premise of not depending on complex CAD operation, the realization of efficient fusion of multi-sub-surface parameter space, accurate regulation and control of dynamic size field and strict adherence of grids becomes a technical problem to be broken through in the field of complex curved surface grid generation.
Disclosure of Invention
Aiming at the limitations of the prior art, the invention provides a complex surface grid generation method based on virtual topology construction, parameter space fusion and dynamic size field regulation, which aims to solve the problems of complex geometric operation, difficult parameter space fusion, insufficient grid uniformity, insufficient body pasting and the like in complex surface grid subdivision and realize efficient and high-precision surface grid generation. The invention adopts the following technical scheme to achieve the purpose:
a curved surface grid generating method based on discrete grid parameterization comprises the following steps:
S1, performing triangular mesh pre-dissection on the original curved surface geometry, and using the triangular mesh pre-dissection for the background mesh parameterized by the discrete mesh. While suppressing non-critical geometric features (such as feature lines on the elongated surface and geometric vertices on the C1 continuous small-scale edges) to construct a virtual geometric topology based on a discrete grid.
S2, mapping the discrete triangular grid map from a physical space (x, y, z) to a two-dimensional parameter space (u, v) by adopting a Least Square Conformal Mapping (LSCM) algorithm, ensuring low distortion of the parameter space and realizing seamless combination of multi-sub-surface parameter domains.
S3, introducing a grid size field regulation mechanism for guaranteeing the uniformity of the physical space grid. And calculating curved surface infinitesimal from the physical space to the parameter space, and reversely correcting the size of the parameter space grid, so that the grid mapped back to the physical space can adapt to curvature change of the curved surface. Based on the grid size field, delaunay triangulation is adopted to complete grid subdivision in a two-dimensional parameter space.
S4, establishing a dual projection correction mechanism. Firstly, judging the unique pre-dissected background grid serial number of the generated grid node on the parameter space, and recording the serial number of the background grid subordinate to the geometric surface patch. And mapping each node from the parameter space to the parameter space of the CAD geometric surface through linear interpolation, and then analyzing and calculating the physical space coordinates of the node through a CAD curved surface parameter equation to ensure that the final grid is strictly attached to the geometric surface.
Further, in step S1, the pre-split meshes may be split by using a geometric curvature adaptive split algorithm, a small-size mesh is used in a high curvature area, and a large-size mesh is used in a flat area, so as to improve geometric accuracy of the pre-split meshes, reduce the number of the pre-split meshes as much as possible, and reduce the calculation amount of discrete mesh parameterization in step S2. Wherein, the pre-dissected grid is only used for approximating the original analysis geometry and constructing parameter space, and does not require grid quality, so that a grid quality improvement algorithm can be omitted to reduce calculation time.
Further, in step S1, the virtual topology may be constructed by selectively automatically suppressing the points and edges using the geometric continuity condition. And similarly, the geometric continuity judgment is carried out on the common node of all the connected sides, and the point is restrained if the geometric continuity condition is met. Suppression and geometric features that need to be preserved can also be specified manually. The reserved edges also need to be passed to subsequent steps as line units.
Further, in step S2, the geometric areas that need to be combined are collected together to make grid discrete parameterization, and the outer ring of the parameterized pre-split grid needs to be guaranteed to have no selfing and no large curvature change, so that parameterized grids are guaranteed to have no overlapping, and parameterization failure is caused.
Further, in step S3, the line without suppression is split first, and added as a constraint to the Delaunay triangulation process. The density of the insertion points needs to be adjusted according to the mesh size field during the insertion point process of Delaunay triangulation. The grid generation in this step may also use other triangulation algorithms such as AFT (advanced wavefront method) -Delaunay, or use a method of combining units after the triangle grid generation to convert into a quadrilateral hybrid grid.
Further, in step S4, it is necessary to determine whether the node is in which pre-split mesh triangle, and the AABB tree may be used to reduce the space, so as to greatly reduce the number of times of determining the node and the triangle mesh, and improve the computing efficiency of dual projection. The interpolation of the subsequent nodes and the CAD geometric calculation process are completely independent, and parallel calculation acceleration can be adopted.
In summary, due to the adoption of the technical scheme, the method and the device for generating the high-quality curved surface mesh have the advantages that the method and the device have remarkable universality, flexibility, high efficiency and usability when the complex curved surface mesh subdivision problem is solved, and a high-quality curved surface mesh generation solution is provided for engineering simulation calculation. 3. The dual mapping mechanism effectively eliminates parameterized mapping errors, so that the final grid is tightly attached to the original curved surface. 4. The method is suitable for complex curved surface structures such as aeroengine blades, automobile bodies, ship shells and the like, and supports the rapid grid generation requirement of large-scale engineering simulation.
Drawings
FIG. 1 is a schematic diagram of the overall steps of the method of the present invention;
FIG. 2 is a schematic illustration of an example hull shell geometry model;
FIG. 3 is a schematic illustration of an exemplary hull pre-split grid;
FIG. 4 is an exemplary hull discrete grid parameterization schematic;
FIG. 5 is a schematic diagram of an exemplary hull parameter space meshing result;
FIG. 6 is a schematic diagram of an exemplary final meshing result of the physical space of the hull shell
Detailed Description
For the purpose of making the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be clearly and completely described below with reference to the accompanying drawings in the embodiments of the present invention, and it is apparent that the described embodiments are some embodiments of the present invention, but not all embodiments of the present invention. The components of the embodiments of the present invention generally described and illustrated in the figures herein may be arranged and designed in a wide variety of different configurations.
Thus, the following detailed description of the embodiments of the invention, as presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
Example 1
A curved surface grid generating method based on discrete grid parameterization, the overall content of which can be referred to in the schematic of FIG. 1, and the steps of which can be summarized as follows
S1, performing triangular mesh pre-dissection on the original curved surface geometry, and using the triangular mesh pre-dissection for the background mesh parameterized by the discrete mesh. And simultaneously suppressing non-critical geometric features, and constructing a virtual geometric topology based on the discrete grid.
S2, mapping the discrete triangular grid map from a physical space (x, y, z) to a two-dimensional parameter space (u, v) by adopting a Least Square Conformal Mapping (LSCM) algorithm, ensuring low distortion of the parameter space and realizing seamless combination of multi-sub-surface parameter domains.
S3, calculating a grid size field by using curved surface micro elements from a physical space to a parameter space, and completing grid subdivision in a two-dimensional parameter space based on Delaunay triangulation.
S4, mapping the parameter space nodes to a physical space through a double projection correction mechanism.
The details of the method in each step will be described through the detailed method flow.
1. And performing triangular mesh pre-dissection on the original curved surface geometry, and using the triangular mesh pre-dissection for the background mesh parameterized by the discrete mesh. In this embodiment, the geometric features that do not satisfy the continuity condition are automatically suppressed, and a virtual geometric topology based on a discrete grid is constructed. The method specifically comprises the following sub-steps:
S101, triangular mesh pre-dissection, namely, performing dissection on the original curved surface geometry by adopting a geometric curvature self-adaptive dissection algorithm, and encrypting the mesh in a high curvature area. Wherein the surface mesh generation is to perform mesh generation on the parameter space (p, q) of the CAD geometrical curved surface, and record the node coordinates on the parameter space (p, q) of each sub-surface i. Node information, face unit information (node ID, face ID), line unit information (node ID, line ID) on the physical space (x, y, z) of the entire model are recorded.
S102, establishing a virtual topology, namely automatically restraining points and edges by adopting geometric continuity conditions, and constructing the virtual topology. And judging the topology of all the points and faces in the model, inhibiting the internal edges and faces of the sub-faces, and judging the common points and faces. The geometric continuity judgment is carried out on the common edge of all the adjacent surfaces, namely the common edge is sampled independently, and the normal direction of the adjacent surface at the sampling point is calculatedThe criterion used in this embodiment is(2 DEG tolerance) if all sampling points meet the condition, suppressing the edge, and likewise, judging geometric continuity at the common node of all connected edges, namely calculating tangential directions of adjacent lines at the common pointThe criterion used in this embodiment is(2 Deg. tolerance) and if the condition is met, suppressing the point. All edges that need to be kept are marked at their line cell information.
2. Mapping a discrete triangular mesh map from a physical space (x, y, z) to a two-dimensional parameter space (u, v) using a Least Squares Conformal Mapping (LSCM) algorithm, comprising the following sub-steps:
S201, calculating free edges, namely, introducing a pre-split grid in a physical space, and traversing the free edges of the grid calculation grid. Traversing free edge nodes, sequentially arranging the free edge nodes into a chain, finding two points with the largest arc length distance on the chain, and respectively restricting the two points as constraint points to be (0, 0) and (1, 0) points under a parameter space (u, v).
S202, calculating node parameter space coordinates, namely constructing conformal free energy through Dirichlet energy and area to minimize the conformal free energy and establishing a linear algebraic equation set. And solving a linear algebraic equation set under constraint to obtain parameter space coordinate values of all nodes, and completing conformal mapping of the discrete triangular grids to obtain the pre-dissected grids on the two-dimensional parameter space.
3. The grid size field is calculated, grid subdivision in a two-dimensional parameter space is completed based on Delaunay triangulation, and the method specifically comprises the following sub-steps:
s301, calculating a grid size field, namely circulating surface units of the pre-split grid, and calculating curved surface microelements Wherein. Within a triangular unitIs a constant and can be calculated by physical space and parameter space coordinates. Averaging connected units at a nodeCan be calculated to obtain. The value of the grid size field at the node isWhere D is the global grid size.
S302, line repartitioning, namely reading pre-dissected grid line information, and after the inhibition edge is eliminated, reconstructing the ring by using the rest discrete wire grids. And under the parameter space, completing one-dimensional repartition of the wire mesh by using the mesh size field, and taking the one-dimensional repartition as the constraint of two-dimensional mesh subdivision.
S303, performing surface subdivision, namely performing grid subdivision on a parameter space by adopting a Constraint Delaunay Triangulation (CDT) algorithm according to the grid size field and the grid subdivision region insertion point in the parameter space.
4. Establishing a corresponding relation between a new generation node and a pre-dissection grid, and mapping the parameter space node to a physical space through a double projection correction mechanism, wherein the method specifically comprises the following sub-steps:
S401, searching grids to which the nodes belong, namely firstly establishing an AABB tree for pre-split grids under a parameter space. And then circulating the node generated by the re-subdivision, and rapidly screening the node neighborhood by utilizing the AABB tree. And (3) rapidly judging the pre-split grids in the adjacent area through the bounding box, and accurately judging whether the points are in the pre-split grids through an area method. Thereby establishing a one-to-one correspondence of nodes to the pre-split grid.
And S402, parameter space projection, namely circularly utilizing linear interpolation to project the coordinates of the discrete parameter space (u, v) to the original CAD curved surface parameter space (p, q) for all nodes. The coordinates of the nodes in the discrete parameter space are obtained as (u 0,v0), the coordinates of the three nodes corresponding to the pre-split grid are obtained as (u 1,v1)、(u2,v2)、(u3,v3), and the coordinates of the three nodes corresponding to the pre-split grid are obtained as (p 1,q1)、(p2,q2)、(p3,q3) in the original CAD curved surface parameter space. The coordinates (p 0,q0) of the node under the original CAD curved surface parameter space after linear interpolation can be calculated as follows:
S403, physical space projection, namely inquiring the curved surface corresponding to the pre-split grid ObtainingAnd (3) substituting the parameter space coordinate (p 0,q0) obtained by linear interpolation into the equation, wherein the physical space coordinate (x 0,y0,z0) of the point is tightly attached to the original geometric surface.
Example 2
Based on the embodiment 1, the geometric model of the ship hull shell surface mesh subdivision is demonstrated by adopting the ship hull shell surface mesh subdivision, and the geometric model is shown in fig. 2.
First, a pre-meshing mesh size of 800 is designated, mesh pre-meshing of the geometric model is completed, and mesh meshing results are shown in fig. 3. In this embodiment, all common points and common edges within the model are suppressed. The whole pre-dissected grid information is used as input to be transmitted into the next link.
Discrete parameterization of the pre-split grid is then completed by adopting the LSCM, and the result after parameterization is shown in FIG. 4.
On the basis of parameterized pre-meshing grids, designating the global meshing size as 2000, and calculating a grid size field. And adopting a Constraint Delaunay Triangulation (CDT) algorithm to complete meshing on a parameter space. The mesh dissection results are shown in fig. 5.
And establishing a one-to-one correspondence relationship between the grid nodes after re-dissection and the nodes of the pre-dissection grid and the pre-dissection grid. Through a dual projection correction mechanism, firstly, the parameter space nodes are linearly interpolated to form curved surface parameter spaces of original CAD geometrical surfaces, and then, the parameter space nodes are mapped to physical spaces through a curved surface parameterization equation. The final grid result is shown in fig. 6.

Claims (10)

1.一种基于离散网格参数化的曲面网格生成方法,其特征在于,包括以下步骤:1. A method for generating a surface mesh based on discrete mesh parameterization, comprising the following steps: S1、对原始曲面几何进行三角网格预剖分,构建虚拟几何拓扑:通过抑制非关键几何特征,生成离散化的背景网格;S1. Pre-triangulate the original surface geometry and construct a virtual geometric topology: generate a discretized background mesh by suppressing non-critical geometric features; S2、参数空间映射:采用最小二乘共形映射(LSCM)算法将物理空间网格映射至二维参数空间,实现多子面参数域的无缝合并;S2, parameter space mapping: the least squares conformal mapping (LSCM) algorithm is used to map the physical space grid to the two-dimensional parameter space, achieving seamless merging of multiple sub-surface parameter domains; S3、动态尺寸场调控与参数空间网格剖分:基于物理空间与参数空间的曲面微元逆向修正网格尺寸场,采用约束Delaunay三角剖分生成参数空间网格;S3. Dynamic size field control and parameter space mesh generation: Inversely modify the mesh size field based on surface elements in physical space and parameter space, and generate the parameter space mesh using constrained Delaunay triangulation; S4、双重投影校正:将参数空间节点通过线性插值映射至CAD曲面参数空间,并通过解析方程映射回物理空间,确保网格严格贴体。S4. Double projection correction: Map the parameter space nodes to the CAD surface parameter space through linear interpolation, and map them back to the physical space through analytical equations to ensure that the mesh is strictly fitted to the body. 2.根据权利要求1所述的方法,其特征在于,所述步骤S1中,所述三角网格预剖分可采用任意三角形曲面网格剖分方法,并可选择在高曲率处自适应加密平衡网格精度和计算量。2. The method according to claim 1, characterized in that, in the step S1, the triangular mesh pre-division can adopt any triangular surface mesh division method, and can choose to adaptively encrypt the mesh at high curvature to balance the mesh accuracy and computational complexity. 3.根据权利要求1所述的方法,其特征在于,所述步骤S1中抑制非关键几何特征的方法包括基于几何连续性条件的自动化抑制和人工特征抑制。3 . The method according to claim 1 , wherein the method of suppressing non-critical geometric features in step S1 comprises automatic suppression based on geometric continuity conditions and manual feature suppression. 4.根据权利要求1所述的方法,其特征在于,所述步骤S1中参数空间映射的方法可采用除最小二乘共形映射(LSCM)算法外其他离散网格参数化方法。4. The method according to claim 1, wherein the parameter space mapping method in step S1 can adopt other discrete grid parameterization methods besides the least squares conformal mapping (LSCM) algorithm. 5.根据权利要求4所述的方法,其特征在于,参数化后的预剖分网格需要保证参数化后的网格无重叠。5 . The method according to claim 4 , wherein the parameterized pre-divided grids need to ensure that the parameterized grids have no overlap. 6.根据权利要求1所述的方法,其特征在于,所述步骤S3中,所述动态尺寸场的计算方 式为:网格尺寸场在节点处的值为 ,其中为D全局网格尺寸。其中在三角形单元上 计算,在节点处对相连单元平均可以计算得到6. The method according to claim 1, characterized in that in step S3, the dynamic size field is calculated as follows: the value of the grid size field at the node is , where D is the global mesh size. , averaged over connected elements at the node It can be calculated . 7.根据权利要求1所述的方法,其特征在于,所述步骤S3中,参数空间网格剖分方法可选择:约束Delaunay三角剖分(CDT)算法或采用推进波前法(AFT)与Delaunay混合算法生成三角形网格,也可通过单元合并转换为四边形混合网格。7. The method according to claim 1, characterized in that in step S3, the parameter space meshing method can be selected from: constrained Delaunay triangulation (CDT) algorithm or a hybrid algorithm of advancing front method (AFT) and Delaunay to generate a triangular mesh, or it can be converted into a quadrilateral hybrid mesh by unit merging. 8.根据权利要求1所述的方法,其特征在于,所述步骤S4中,双重投影校正的具体步骤包括:利用AABB树加速节点与预剖分背景网格的归属判断,确定节点所在的唯一三角形单元;通过线性插值将参数空间节点映射至CAD曲面参数空间,再通过解析方程计算物理坐标。8. The method according to claim 1 is characterized in that in step S4, the specific steps of double projection correction include: using an AABB tree to accelerate the attribution judgment of nodes and pre-divided background meshes to determine the unique triangular unit where the node is located; mapping the parameter space node to the CAD surface parameter space through linear interpolation, and then calculating the physical coordinates through analytical equations. 9.根据权利要求8所述的方法,其特征在于,节点在原CAD曲面参数空间下的坐标(p0,q0)所述线性插值的计算方式为:9. The method according to claim 8, wherein the linear interpolation of the node coordinates (p 0 ,q 0 ) in the original CAD surface parameter space is calculated as follows: 其中(u0,v0)为节点参数空间坐标,(u1,v1)、(u2,v2)、(u3,v3)为对应预剖分网格节点的参数空间坐标,(p1,q1)、(p2,q2)、(p3,q3)为应预剖分网格节点在原CAD曲面参数空间下的坐标。Where (u0,v0) is the parameter space coordinate of the node, (u 1 ,v 1 ), (u 2 ,v 2 ), (u 3 ,v 3 ) are the parameter space coordinates of the corresponding pre-meshed nodes, (p 1 ,q 1 ), (p 2 ,q 2 ), (p 3 ,q 3 ) are the coordinates of the nodes to be pre-meshed in the original CAD surface parameter space. 10.根据权利要求8所述的方法,其特征在于,所述步骤S4中,节点物理坐标的计算采用并行处理,独立执行各节点的CAD曲面参数方程解析映射。10. The method according to claim 8, characterized in that, in step S4, the calculation of the node physical coordinates adopts parallel processing, and the analytical mapping of the CAD surface parameter equation of each node is independently executed.
CN202510284084.4A 2025-03-11 2025-03-11 A surface mesh generation method based on discrete mesh parameterization Pending CN120388142A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202510284084.4A CN120388142A (en) 2025-03-11 2025-03-11 A surface mesh generation method based on discrete mesh parameterization

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202510284084.4A CN120388142A (en) 2025-03-11 2025-03-11 A surface mesh generation method based on discrete mesh parameterization

Publications (1)

Publication Number Publication Date
CN120388142A true CN120388142A (en) 2025-07-29

Family

ID=96492334

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202510284084.4A Pending CN120388142A (en) 2025-03-11 2025-03-11 A surface mesh generation method based on discrete mesh parameterization

Country Status (1)

Country Link
CN (1) CN120388142A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN121165411A (en) * 2025-11-24 2025-12-19 上海芯无双仿真科技有限公司 Process window prediction method based on surface fitting

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN121165411A (en) * 2025-11-24 2025-12-19 上海芯无双仿真科技有限公司 Process window prediction method based on surface fitting
CN121165411B (en) * 2025-11-24 2026-01-27 上海芯无双仿真科技有限公司 Process window prediction method based on surface fitting

Similar Documents

Publication Publication Date Title
US12353191B2 (en) Conversion of mesh geometry to editable and watertight boundary representation in computer aided design
CN110188423B (en) Linear engineering structure rapid BIM modeling method based on finite element meshing
CN114494648B (en) Grid adjusting method, equipment and storage medium based on finite element meshing
CN106981097B (en) A kind of T spline surface approximating method based on subregion Local Fairing weight factor
CN114491824B (en) Method, device and storage medium for automatic division of finite element mesh
CN111581776A (en) Geometric reconstruction model-based isogeometric analysis method
CN108389263B (en) IGES surface grid fast generation method for solving calculation of boundary element method
CN114494649B (en) Finite element meshing geometric cleaning method, device and storage medium
CN108022307B (en) Adaptive Plane Layering Method Based on Additive Remanufacturing Point Cloud Model
CN120388142A (en) A surface mesh generation method based on discrete mesh parameterization
CN102831648A (en) Fixed node discharge curve approximation and curved surface mesh generation optimizing technology
CN117973065A (en) An isogeometric topology optimization method and system for complex design domains
CN107886569B (en) Measurement-controllable surface parameterization method and system based on discrete lie derivative
CN112231901A (en) Offset calculation method of T spline surface
CN115330971A (en) Geometric model lightweight method for rendering performance optimization
CN110188395B (en) A dimensional-increasing computational fluid mesh generation method based on line-hedron
CN120087159B (en) Method, device, equipment and medium for assembling unstructured surface mesh
WO2024072429A1 (en) Method of generating a component including a blended lattice
CN109783965B (en) Automatic block encryption method for structural grid
CN118468631A (en) Method and device for re-meshing of alternating size field optimization-parameter model
CN115953552A (en) A large-scale part model reconstruction method based on local point cloud information
CN120745203B (en) Adaptive finite cell modal analysis method of complex lattice structure
CN121213831B (en) Parameterization method of non-convex domain of complex curved surface based on edge suppression
CN121527358B (en) A mesh merging method, apparatus, terminal and medium
CN119379955B (en) Automatic blocking method for three-dimensional curved surface grid

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination