CN103337097A - Multiple Cartesian grid generation method applicable to LBM) - Google Patents
Multiple Cartesian grid generation method applicable to LBM) Download PDFInfo
- Publication number
- CN103337097A CN103337097A CN2013102745620A CN201310274562A CN103337097A CN 103337097 A CN103337097 A CN 103337097A CN 2013102745620 A CN2013102745620 A CN 2013102745620A CN 201310274562 A CN201310274562 A CN 201310274562A CN 103337097 A CN103337097 A CN 103337097A
- Authority
- CN
- China
- Prior art keywords
- grid
- unit
- sub
- center
- lattice boltzmann
- 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
Links
Images
Landscapes
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
本发明公开了一种适用于格子Boltzmann方法的多重笛卡尔网格生成方法。该方法能对任何复杂几何的物体的内部或外部生成多重笛卡尔网格,其步骤如下:A、根据用户是要求设置多重笛卡尔网格的参数;B、计算生成最粗的单重网格,并利用射线法判断网格单元中心与物体的相对位置,如果在内部就删除该网格单元,如果在物体边界上则计算网格单元中心到边界的距离(该距离在LBM方法中将要使用);C、逐层地从物体表面开始对网格进行加密,生成的子网格单元也需要判断与物体的相对位置,如果在内部就删除该子网格单元,如果在物体边界上则计算子网格单元中心到边界的距离,最后搜索形成子网格的邻居信息。通过上面的步骤最终形成多重的笛卡尔网格。
The invention discloses a multiple Cartesian grid generation method suitable for the lattice Boltzmann method. This method can generate multiple Cartesian grids for the interior or exterior of any complex geometric object, and the steps are as follows: A. Set the parameters of multiple Cartesian grids according to user requirements; B. Calculate and generate the coarsest single grid , and use the ray method to judge the relative position between the center of the grid unit and the object. If it is inside, delete the grid unit. If it is on the boundary of the object, calculate the distance from the center of the grid unit to the boundary (this distance will be used in the LBM method ); C. Encrypt the grid from the surface of the object layer by layer, and the generated sub-grid unit also needs to judge the relative position with the object. If it is inside, delete the sub-grid unit, and if it is on the boundary of the object, calculate The distance from the center of the subgrid cell to the boundary, and finally search for the neighbor information that forms the subgrid. Through the above steps, a multiple Cartesian grid is finally formed.
Description
技术领域 technical field
本发明涉及计算流体力学和计算机领域,提出了适用于格子Boltzmann方法的多重笛卡尔网格生成方法。 The invention relates to the fields of computational fluid dynamics and computers, and proposes a multiple Cartesian grid generation method suitable for the lattice Boltzmann method.
背景技术 Background technique
格子Boltzmann方法(Lattice Boltzmann Method, LBM)是将粒子速度分布离散成有限的几个值,通过分子在格子节点间沿有限的速度方向的运动和碰撞过程来模拟出不可压Navier-Stokes方程的解。LBM因其算法简单、计算效率高、并行性好以及能够方便处理复杂边界条件等优点而受到广泛关注,最近十几年来发展十分迅速。一方面,应用LBM已经在许多领域取得了成功,包括复杂的湍流、多相流、反应流动、气动噪声、相界面及相变、多孔介质中的流动、自然对流换热、有自由表面的流动、高Knudsen数的流动、互溶液体扩散系数的预测、非稳态流动等。另一方面,LBM在数值模拟处理方法与技巧上也有很大的进展,如不规则几何形状的处理、复杂边界条件的处理、非均分格子及稳定性分析等。但是,由于高速流动情况下的现有平衡态密度分布函数出现负值,无法保证LBM格式的稳定性,因此应用LBM计算可压缩流动具有较大的难度。 Lattice Boltzmann Method (Lattice Boltzmann Method, LBM) discretizes the particle velocity distribution into a limited number of values, and simulates the solution of the incompressible Navier-Stokes equation through the movement and collision process of molecules along the finite velocity direction between lattice nodes . LBM has attracted widespread attention because of its simple algorithm, high computational efficiency, good parallelism, and the ability to handle complex boundary conditions. It has developed rapidly in the past decade. On the one hand, the application of LBM has been successful in many fields, including complex turbulent flow, multiphase flow, reactive flow, aerodynamic noise, phase interface and phase transition, flow in porous media, natural convection heat transfer, flow with free surface , flow with high Knudsen number, prediction of diffusion coefficient of miscible liquid, unsteady flow, etc. On the other hand, LBM has also made great progress in numerical simulation processing methods and techniques, such as the processing of irregular geometric shapes, processing of complex boundary conditions, non-uniform lattice and stability analysis, etc. However, due to the negative value of the existing equilibrium state density distribution function in the case of high-speed flow, the stability of the LBM scheme cannot be guaranteed, so it is difficult to apply LBM to calculate compressible flow.
近年来,发展起另一种由Boltzmann方程出发的基于 BGK模型的计算方法。其基本思想是从统计物理中的Boltzmann方程出发,其中碰撞项采用BGK模型进行简化,以此为基础建立宏观量的差分格式,称为气体动力学BGK格式(Gas-Kinetic BGK Scheme)。该方法已在化学反应流动、多相流动、稀薄气体流动、可压缩流动、水波运动以及磁流体中得到了应用。这些应用表明该方法具有丰富的物理内涵,可以解决一些复杂流动问题,但该方法对三维问题的计算量较大。 In recent years, another calculation method based on the BGK model based on the Boltzmann equation has been developed. The basic idea is to start from the Boltzmann equation in statistical physics, in which the collision item is simplified by the BGK model, and based on this, a differential scheme of macroscopic quantities is established, which is called the gas-kinetic BGK scheme (Gas-Kinetic BGK Scheme). The method has been applied in chemical reaction flow, multiphase flow, rarefied gas flow, compressible flow, water wave motion, and magnetic fluid. These applications show that the method has rich physical connotations and can solve some complex flow problems, but the method requires a large amount of calculation for three-dimensional problems.
随着LBM方法的发展,其应用也越来越广泛,但该方法需要使用一种称为笛卡尔网格的计算网格。目前,还未见到成熟的适用于LBM方法的笛卡尔网格的生成软件,只在大型商用计算软件PowerFLOW中出现过,为此十分必要发明适用于LBM方法的笛卡尔网格生成方法。 As the LBM method has been developed, its application has become more and more widespread, but the method requires the use of a computational grid called a Cartesian grid. At present, no mature Cartesian grid generation software suitable for LBM method has been seen, only appeared in the large-scale commercial computing software PowerFLOW, so it is very necessary to invent a Cartesian grid generation method suitable for LBM method.
发明内容 Contents of the invention
本发明的目的在于,为了解决上述问题而提供一种适用于LBM方法的笛卡尔网格生成方法,该方法能对任何复杂几何的物体的内部或外部生成多重笛卡尔网格,避免了以往只能对一个具体的简单物体进行网格剖分的局限,即方法能很好地适应复杂几何的物体,从而具有较高的适应性。 The object of the present invention is, in order to solve the above-mentioned problem and provide a kind of Cartesian grid generation method applicable to LBM method, this method can generate multiple Cartesian grids to the inside or outside of any complex geometry object, has avoided only in the past The limitation of being able to mesh a specific simple object is that the method can well adapt to objects with complex geometries, so it has high adaptability.
为达到上述目的,本发明的构思是:如果进行外流计算,首先用一个计算区域将物体围住,并用最粗的网格尺寸对该区域进行网格剖分(如果进行内流计算,就直接对物体内部进行剖分,后面只对外流的情况阐述本专利,内流不再赘述),然后将网格中心位于物体内部的网格删除,最后逐层地从物体表面开始对网格进行加密,最终形成多重的笛卡尔网格。 In order to achieve the above-mentioned purpose, the idea of the present invention is: if the outflow calculation is performed, first surround the object with a calculation area, and use the coarsest grid size to carry out grid division for this area (if the inflow calculation is performed, directly Divide the inside of the object, and then only explain the situation of the outflow in this patent, and the inside flow will not be repeated), then delete the grid whose center is located inside the object, and finally encrypt the grid layer by layer from the surface of the object , eventually forming a multiple Cartesian grid.
根据上述发明构思,对于一个物体外部的计算区域,本发明采用下述技术方案: According to the above inventive concept, for the calculation area outside an object, the present invention adopts the following technical solutions:
A、 根据用户要求设置多重笛卡尔网格的参数;LBM方法的网格类型(如D3Q15、D3Q19或D3Q27等)、网格尺寸、网格重数和网格层数等; A. Set the parameters of multiple Cartesian grids according to user requirements; the grid type (such as D3Q15, D3Q19 or D3Q27, etc.), grid size, grid multiplicity, and grid layers of the LBM method;
B、 计算生成最粗的单重网格,并利用射线法判断网格单元中心与物体的相对位置,如果在内部就删除该网格单元,如果在物体边界上则计算网格单元中心到边界的距离(该距离在LBM方法中将要使用),生成网格的邻居信息; B. Calculate and generate the thickest single grid, and use the ray method to judge the relative position between the center of the grid unit and the object. If it is inside, delete the grid unit. If it is on the boundary of the object, calculate the center of the grid unit to the boundary The distance (this distance will be used in the LBM method) to generate the neighbor information of the grid;
C、 通过加密从粗到细逐层构建多重网格:逐层地从物体表面开始对网格进行加密,生成的子网格单元也需要判断与物体的相对位置,如果在内部就删除该子网格单元,如果在物体边界上则计算子网格单元中心到边界的距离,最后搜索形成子网格的邻居信息,最终形成新一重的笛卡尔网格。 C. Build a multi-grid layer by layer from coarse to fine through encryption: the grid is encrypted layer by layer from the surface of the object, and the generated sub-grid unit also needs to judge the relative position of the object. If it is inside, delete the sub-grid If the grid unit is on the boundary of the object, the distance from the center of the sub-grid unit to the boundary is calculated, and finally the neighbor information forming the sub-grid is searched, and finally a new Cartesian grid is formed.
本发明的适用于格子Boltzmann方法的多重笛卡尔网格生成方法,与现有网格生成技术相比较,具有以下突出的实质性特点和显著优点: Compared with the existing grid generation technology, the multi-Cartesian grid generation method applicable to the lattice Boltzmann method of the present invention has the following prominent substantive features and significant advantages:
1. 该方法建立的多重笛卡尔网格适用于各种LBM方法的网格单元类型,避免了以往LBM方法没有专用网格生成器; 1. The multi-Cartesian grid established by this method is suitable for the grid unit types of various LBM methods, avoiding the lack of dedicated grid generators for previous LBM methods;
2. 该方法可以在集群式计算机的各个计算节点上采用并行网格剖分,避免了以往网格剖分都是在一个节点上进行然后传送个各计算节点; 2. This method can use parallel meshing on each computing node of the cluster computer, avoiding the previous meshing that was performed on one node and then transmitted to each computing node;
3. 有了本发明后,在将来进行的流场计算时,可以根据流场计算结果对局部网格进行自适应加密。 3. With the present invention, in the future calculation of the flow field, the local grid can be adaptively refined according to the calculation result of the flow field.
附图说明 Description of drawings
图1是本发明的适用于格子Boltzmann方法的多重笛卡尔网格生成方法的流程图。 FIG. 1 is a flow chart of the multiple Cartesian grid generation method applicable to the lattice Boltzmann method of the present invention.
图2是图1中步骤C所述的对上一层网格进行加密的具体流程图。 FIG. 2 is a specific flow chart of encrypting the grid on the upper layer described in step C in FIG. 1 .
图3是图2中C2所述的对一个网格单元进行加密的流程图。 FIG. 3 is a flow chart of encrypting a grid unit described in C2 in FIG. 2 .
图4是具体实施实例的测试的翼身组合体的几何外形。 Fig. 4 is the geometric shape of the tested wing-body assembly of the specific implementation example.
图5是本发明最终生成的多重笛卡尔网格的局部效果图。 Fig. 5 is a partial rendering of the multi-Cartesian grid finally generated by the present invention.
具体实施方式 Detailed ways
以下结合附图对本发明的优选实施例进一步详细说明。 Preferred embodiments of the present invention will be further described in detail below in conjunction with the accompanying drawings.
实施例一: Embodiment one:
参见图1,本适用于格子Boltzmann方法的多重笛卡尔网格生成方法,其特征在于:能对任何复杂几何的物体的内部或外部生成适用于格子Boltzmann方法的多重笛卡尔网格;具体操作步骤如下: Referring to Fig. 1, this multi-Cartesian grid generation method applicable to the lattice Boltzmann method is characterized in that: it can generate a multi-Cartesian grid applicable to the lattice Boltzmann method for the interior or exterior of any object with complex geometry; specific operation steps as follows:
A、 根据用户要求设置多重笛卡尔网格的参数:格子Boltzmann方法的网格类型D3Q15、D3Q19或D3Q27、网格尺寸、网格重数和网格层数; A. Set the parameters of multiple Cartesian grids according to user requirements: grid type D3Q15, D3Q19 or D3Q27, grid size, grid multiplicity and grid layer number of grid Boltzmann method;
B、 计算生成最粗的单重网格,并利用射线法判断网格单元中心与物体的相对位置,如果在内部就删除该网格单元,如果在物体边界上则计算网格单元中心到边界的距离,生成网格的邻居信息; B. Calculate and generate the thickest single grid, and use the ray method to judge the relative position between the center of the grid unit and the object. If it is inside, delete the grid unit. If it is on the boundary of the object, calculate the center of the grid unit to the boundary The distance to generate the neighbor information of the grid;
通过加密从粗到细逐层构建多重网格:逐层地从物体表面开始对网格进行加密,生成的子网格单元也需要判断与物体的相对位置,如果在内部就删除该子网格单元,如果在物体边界上则计算子网格单元中心到边界的距离,最后搜索形成子网格的邻居信息,最终形成新一重的笛卡尔网格。 Build a multi-grid layer by layer from coarse to fine through encryption: the grid is encrypted layer by layer from the surface of the object, and the generated sub-grid unit also needs to judge the relative position of the object. If it is inside, delete the sub-grid If the unit is on the boundary of the object, the distance from the center of the sub-grid unit to the boundary is calculated, and finally the neighbor information forming the sub-grid is searched, and finally a new Cartesian grid is formed.
实施例二: Embodiment two:
参见图1-图3,本实施例与实施例一基本相同,特别之处如下: Referring to Fig. 1-Fig. 3, this embodiment is basically the same as Embodiment 1, and the special features are as follows:
所述步骤B计算生成最粗的单重网格的具体步骤如下: The specific steps for calculating and generating the thickest single grid in the step B are as follows:
B1、从单元中心沿某个方向做一条射线,计算该射线与物体表面的相交次数,如果相交次数为偶数表明单元中心位于物体外部,反之位于内部; B1. Make a ray from the center of the unit along a certain direction, and calculate the number of intersections between the ray and the surface of the object. If the number of intersections is even, it means that the center of the unit is located outside the object, otherwise it is located inside;
B2、计算网格中心到物体表面的最近距离,如果该距离小于网格尺寸则网格与物体表面相交,反之不相交; B2. Calculate the shortest distance from the center of the grid to the surface of the object. If the distance is less than the size of the grid, the grid intersects the surface of the object, otherwise it does not intersect;
B3、如果网格中心位于物体内部且与物体表面不相交,则删除该网格; B3. If the center of the grid is inside the object and does not intersect with the surface of the object, delete the grid;
B4、根据格子Boltzmann方法的网格类型,搜索形成网格的邻居单元信息。 B4. According to the grid type of the lattice Boltzmann method, search for the information of the neighbor units forming the grid.
所述步骤C中所述的通过加密从粗到细逐层构建多重网格的具体方法为: The specific method of constructing the multi-grid layer by layer from coarse to fine by encrypting described in the step C is:
C1、扫描第n重网格,对与物体表面相交的网格单元进行加密,并采用与步骤B相同的方法对生成的子网格单元的位置进行判断和处理,最后将被加密的父单元进行标注,被标注为加密的网格将来在格子Boltzmann方法中不参与计算; C1. Scan the nth grid, encrypt the grid unit intersecting with the surface of the object, and use the same method as step B to judge and process the position of the generated sub-grid unit, and finally the encrypted parent unit Marking, the grid marked as encrypted will not participate in the calculation in the lattice Boltzmann method in the future;
C2、多次扫描第n重网格,扫描的次数根据用户设置的网格层数而定,对标注为加密的网格的邻居进行加密,这样形成的子网格不必再判断其的位置; C2. Scan the nth grid multiple times. The number of scans depends on the number of grid layers set by the user. The neighbors of the grid marked as encrypted are encrypted, so that the formed sub-grid does not need to judge its position;
C3、最后生成第第n+1重网格,搜索形成子网格的邻居单元信息; C3, finally generate the n +1th heavy grid, and search for the information of the neighbor units forming the sub-grid;
C4、重复步骤C1-C3,逐层形成多重笛卡尔网格。 C4. Steps C1-C3 are repeated to form multiple Cartesian grids layer by layer.
实施例三: Embodiment three:
本实施例中,本适用于格子Boltzmann方法的多重笛卡尔网格生成方法,采用标准的C语言编写,可以的Windows和Linux操作系统下运行。 In this embodiment, the multi-Cartesian grid generation method applicable to the lattice Boltzmann method is written in standard C language and can run under Windows and Linux operating systems.
对于物体的几何描述采用stl文件格式。本发明的适用于格子Boltzmann方法的多重笛卡尔网格生成方法,如图1-图3所示,包括以下步骤: The geometric description of the object adopts the stl file format. The multi-Cartesian grid generation method applicable to the lattice Boltzmann method of the present invention, as shown in Figures 1-3, includes the following steps:
A、 算法的初始化,具体步骤包括: A. Initialization of the algorithm, the specific steps include:
A1、读取描述物体几何的stl文件,用户设置流场区域; A1. Read the stl file describing the geometry of the object, and the user sets the flow field area;
A2、设置LBM方法的网格类型、网格尺寸、网格重数和层数。 A2. Set the grid type, grid size, grid multiplicity and layer number of the LBM method.
B、 根据用户设置的网格参数,将整个计算区域剖分成均匀的最粗的单重网格,并判断剖分出的网格单元的位置,具体步骤包括: B. According to the grid parameters set by the user, the entire calculation area is divided into the thickest single grid, and the position of the divided grid unit is judged. The specific steps include:
B1、从单元中心沿某个方向(例如X方向)做一条射线,计算该射线与物体表面的相交次数,如果相交次数为偶数表明单元中心位于物体外部,反之位于内部; B1. Make a ray from the center of the unit along a certain direction (such as the X direction), and calculate the number of intersections between the ray and the surface of the object. If the number of intersections is even, it means that the center of the unit is located outside the object, otherwise it is located inside;
B2、计算网格中心到物体表面的最近距离,如果该距离小于网格尺寸则网格与物体表面相交,反之不相交; B2. Calculate the shortest distance from the center of the grid to the surface of the object. If the distance is less than the size of the grid, the grid intersects the surface of the object, otherwise it does not intersect;
B3、如果网格中心位于物体内部且与物体表面不相交,则删除该网格; B3. If the center of the grid is inside the object and does not intersect with the surface of the object, delete the grid;
B4、根据LBM方法的网格类型,搜索形成网格的邻居单元信息。 B4. According to the grid type of the LBM method, search for the information of the neighbor units forming the grid.
C、 通过加密从粗到细逐层构建多重网格,具体步骤包括: C. Build a multi-grid layer by layer from coarse to fine through encryption. The specific steps include:
C1、扫描第n重网格,对与物体表面相交的网格单元进行加密,并采用与步骤B相同的方法对生成的子网格单元的位置进行判断和处理,最后将被加密的父单元进行标注(被标注为加密的网格将来在LBM方法中不参与计算); C1. Scan the nth grid, encrypt the grid unit intersecting with the surface of the object, and use the same method as step B to judge and process the position of the generated sub-grid unit, and finally the encrypted parent unit Marking (the grid marked as encrypted will not participate in the calculation in the LBM method in the future);
C2、多次扫描第n重网格(扫描的次数根据用户设置的网格层数而定),对标注为加密的网格的邻居进行加密,这样形成的子网格不必再判断其的位置; C2. Scan the nth grid multiple times (the number of scans depends on the number of grid layers set by the user), and encrypt the neighbors of the grid marked as encrypted, so that the formed sub-grid does not need to judge its position. ;
C3、最后生成第第n+1重网格,搜索形成子网格的邻居单元信息; C3, finally generate the n+1th heavy grid, and search for the information of the neighbor units forming the sub-grid;
C4、重复C1-C3,逐层形成多重笛卡尔网格。 C4. Repeat C1-C3 to form multiple Cartesian grids layer by layer.
参照图4,示出了本发明的适用于格子Boltzmann方法的多重笛卡尔网格生成方法具体实施实例的翼身组合体的几何外形。参照图5,示出了本发明最终生成的多重笛卡尔网格的效果图。 Referring to FIG. 4 , it shows the geometric shape of the wing-body assembly of the specific implementation example of the multiple Cartesian grid generation method applicable to the lattice Boltzmann method of the present invention. Referring to FIG. 5 , it shows an effect diagram of the multi-Cartesian grid finally generated by the present invention.
本文结合说明书附图和具体实施例进行阐述只是用于帮助理解本发明的方法和核心思想。本发明所述的方法并不限于具体实施方式中所述的实施例,本领域技术人员依据本发明的方法和思想得出的其它实施方式,同样属于本发明的技术创新范围。本说明书内容不应理解为对本发明的限制。 The description herein in conjunction with the accompanying drawings and specific embodiments is only used to help understand the method and core idea of the present invention. The method described in the present invention is not limited to the examples described in the specific implementation manner, and other implementation manners obtained by those skilled in the art based on the method and idea of the present invention also belong to the technical innovation scope of the present invention. The contents of this description should not be construed as limiting the present invention. the
Claims (3)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013102745620A CN103337097A (en) | 2013-07-02 | 2013-07-02 | Multiple Cartesian grid generation method applicable to LBM) |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN2013102745620A CN103337097A (en) | 2013-07-02 | 2013-07-02 | Multiple Cartesian grid generation method applicable to LBM) |
Publications (1)
Publication Number | Publication Date |
---|---|
CN103337097A true CN103337097A (en) | 2013-10-02 |
Family
ID=49245245
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN2013102745620A Pending CN103337097A (en) | 2013-07-02 | 2013-07-02 | Multiple Cartesian grid generation method applicable to LBM) |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN103337097A (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109712178A (en) * | 2017-10-23 | 2019-05-03 | 上海汽车集团股份有限公司 | A kind of grid model hole inspection method and device |
CN112992294A (en) * | 2021-04-19 | 2021-06-18 | 中国空气动力研究与发展中心计算空气动力研究所 | Porous medium LBM calculation grid generation method |
CN115564925A (en) * | 2022-11-21 | 2023-01-03 | 广州中望龙腾软件股份有限公司 | Grid generation method based on B-rep model and Cartesian grid slices |
Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101673393A (en) * | 2009-09-25 | 2010-03-17 | 上海大学 | Image de-noising method based on lattice Boltzmann model |
CN102163321A (en) * | 2011-06-15 | 2011-08-24 | 上海大学 | Image segmentation method based on lattice Boltzman model |
-
2013
- 2013-07-02 CN CN2013102745620A patent/CN103337097A/en active Pending
Patent Citations (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101673393A (en) * | 2009-09-25 | 2010-03-17 | 上海大学 | Image de-noising method based on lattice Boltzmann model |
CN102163321A (en) * | 2011-06-15 | 2011-08-24 | 上海大学 | Image segmentation method based on lattice Boltzman model |
Non-Patent Citations (4)
Title |
---|
何冰,封卫兵,张武: "三维LBM并行计算", 《2008年全国高性能计算学术年会》 * |
许晓平,朱军,白俊强: "多重网格法在混合网格中的应用", 《航空计算技术》 * |
陆秋琴: "采场瓦斯运移的三维LBM仿真", 《安全与环境学报》 * |
陈和春,陈文学: "一种多层笛卡尔网格自动生成技术", 《三峡大学学报(自然科学版)》 * |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109712178A (en) * | 2017-10-23 | 2019-05-03 | 上海汽车集团股份有限公司 | A kind of grid model hole inspection method and device |
CN109712178B (en) * | 2017-10-23 | 2022-06-14 | 上海汽车集团股份有限公司 | Method and device for inspecting pores of grid model |
CN112992294A (en) * | 2021-04-19 | 2021-06-18 | 中国空气动力研究与发展中心计算空气动力研究所 | Porous medium LBM calculation grid generation method |
CN115564925A (en) * | 2022-11-21 | 2023-01-03 | 广州中望龙腾软件股份有限公司 | Grid generation method based on B-rep model and Cartesian grid slices |
CN115564925B (en) * | 2022-11-21 | 2024-04-16 | 广州中望龙腾软件股份有限公司 | Grid generation method based on B-rep model and Cartesian grid slice |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
Ye et al. | An accurate Cartesian grid method for viscous incompressible flows with complex immersed boundaries | |
Park et al. | Unstructured grid adaptation: status, potential impacts, and recommended investments towards CFD 2030 | |
Luan et al. | Evaluation of the coupling scheme of FVM and LBM for fluid flows around complex geometries | |
Paik et al. | Numerical simulation of swirling flow in complex hydroturbine draft tube using unsteady statistical turbulence models | |
Mohammadzadeh et al. | A parallel DSMC investigation of monatomic/diatomic gas flows in a micro/nano cavity | |
Chen et al. | Topology analysis of time-dependent multi-fluid data using the reeb graph | |
Cant et al. | An unstructured adaptive mesh refinement approach for computational fluid dynamics of reacting flows | |
McDonald et al. | Application of Gaussian moment closure to microscale flows with moving embedded boundaries | |
Arslanbekov et al. | Analysis of compressible viscous flow solvers with adaptive Cartesian mesh | |
Haji Mohammadi et al. | Moving least squares reconstruction for sharp interface immersed boundary methods | |
Li et al. | Lagrangian–Eulerian multidensity topology optimization with the material point method | |
Wang et al. | A generalized minimal residual method-based immersed boundary-lattice Boltzmann flux solver coupled with finite element method for non-linear fluid-structure interaction problems | |
Farber et al. | Development and validation of a coupled Navier–Stokes/DSMC simulation for rarefied gas flow in the production process for OLEDs | |
CN103337097A (en) | Multiple Cartesian grid generation method applicable to LBM) | |
Maffei et al. | Integer programming topology optimization for subsonic compressible flows with geometry trimming | |
Kamenetskiy et al. | Anisotropic goal-based mesh adaptation metric clarification and development | |
Wagner et al. | Dynamic large eddy simulations of momentum and wall heat transfer in forced convection over wavy surfaces | |
Qian et al. | A fast regularized boundary integral method for practical acoustic problems | |
Ghomizad et al. | A structured adaptive mesh refinement strategy with a sharp interface direct-forcing immersed boundary method for moving boundary problems | |
Ivan et al. | Hyperbolic conservation laws on three-dimensional cubed-sphere grids: A parallel solution-adaptive simulation framework | |
Zhao et al. | High‐order curvilinear mesh generation technique based on an improved radius basic function approach | |
Zheng | Block-based adaptive mesh refinement finite-volume scheme for hybrid multi-block meshes | |
Jia et al. | A mathematical‐boundary‐recognition domain‐decomposition Lattice Boltzmann method combined with large eddy simulation applied to airfoil aeroacoustics simulation | |
Drissi et al. | Efficient resolution of incompressible Navier–Stokes equations using a robust high‐order pseudo‐spectral approach | |
Wei et al. | Topology Optimization for Steady-State Navier-Stokes Flow Based on Parameterized Level Set Based Method. |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
C10 | Entry into substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
C02 | Deemed withdrawal of patent application after publication (patent law 2001) | ||
WD01 | Invention patent application deemed withdrawn after publication |
Application publication date: 20131002 |