• 제목/요약/키워드: Unstructured triangular grid

검색결과 19건 처리시간 0.02초

Unstructured Quadrilateral Surface Grid Generation and Cell Size Control

  • Kim, Byoung-Soo
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2008년도 학술대회
    • /
    • pp.386-389
    • /
    • 2008
  • In this paper grid generation of unstructured quadrilateral surface grids is described. The current approach uses conventional Advancing Front Method which is used to generate unstructured triangular grids. Grid cell size control is done by using closeness-based global interpolation method controlled by pre-described control elements. Algorithm and procedure for quadrilateral grid generation using AFM method and cell size control method are described. Examples of quadrilateral grid generation are shown, and difficulties and problems related to the current approach are also discussed.

  • PDF

Unstructured Quadrilateral Surface Grid Generation and Cell Size Control

  • Kim, Byoung-Soo
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2008년 추계학술대회논문집
    • /
    • pp.386-389
    • /
    • 2008
  • In this paper grid generation of unstructured quadrilateral surface grids is described. The current approach uses conventional Advancing Front Method which is used to generate unstructured triangular grids. Grid cell size control is done by using closeness-based global interpolation method controlled by pre-described control elements. Algorithm and procedure for quadrilateral grid generation using AFM method and cell size control method are described. Examples of quadrilateral grid generation are shown, and difficulties and problems related to the current approach are also discussed.

  • PDF

CAD 형상 데이터를 이용한 비정렬 표면 격자계의 자동 생성 기법 (AUTOMATIC GENERATION OF UNSTRUCTURED SURFACE GRID SYSTEM USING CAD SURFACE DATA)

  • 이봉주;김병수
    • 한국전산유체공학회지
    • /
    • 제12권4호
    • /
    • pp.68-73
    • /
    • 2007
  • Computational Fluid Dynamics (CFD) approach is now playing an important role in the engineering process in these days. Generating proper grid system in time for the region of interest is prerequisite for the efficient numerical calculation of flow physics using CFD approach. Grid generation is, however, usually considered as a major obstacle for a routine and successful application of numerical approaches in the engineering process. CFD approach based on the unstructured grid system is gaining popularity due to its simplicity and efficiency for generating grid system compared to the structured grid approaches, especially for complex geometries. In this paper an automated triangular surface grid generation using CAD(Computer Aided Design) surface data is proposed. According to the present method, the CAD surface data imported in the STL(Stereo-lithography) format is processed to identify feature edges defining the topology and geometry of the surface shape first. When the feature edges are identified, node points along the edges are distributed. The initial fronts which connect those feature edge nodes are constructed and then they are advanced along the CAD surface data inward until the surface is fully covered by triangular surface grid cells using Advancing Front Method. It is found that this approach can be implemented in an automated way successfully saving man-hours and reducing human-errors in generating triangular surface grid system.

비압축성 점성 유동의 수치적 해석을 위한 사각형-삼각형 혼합 격자계 (Quadrilateral-Triangular Mixed Grid System for Numerical Analysis of Incompressible Viscous Flow)

  • 심은보;박종천;류하상
    • 한국CDE학회논문집
    • /
    • 제1권1호
    • /
    • pp.56-64
    • /
    • 1996
  • A quadrilateral-triangular mixed grid method for the solution of incompressible viscous flow is presented. The solution domain near the body surface is meshed using elliptic grid geneator to acculately simulate the viscous flow. On the other hand, we used unstructured triangular grid system generated by advancing front technique of a simple automatic grid generation algorithm in the rest of the computational domain. The present method thus is capable of not only handling complex geometries but providing accurate solutions near body surface. The numerical technique adopted here is PISO type finite element method which was developed by the present author. Investigations have been made of two-dimensional unsteady flow of Re=550 past a circular cylinder. In the case of use of the unstructured grid only, there exists a considerable amount of difference with the existing results in drag coefficient and vorticity at the cylinder surface; this may be because of the lack of the grid clustering to the surface that is a inevitable requirement to resolve the viscous flow. However, numerical results on the mixed grid show good agreements with the earlier computations and experimental data.

  • PDF

ALM 방법에 의한 비정렬 점성 격자의 유화 기법 (A New Smoothing Method of Unstructured Viscous Grid for ALM Method)

  • 이봉주;김병수
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2008년도 춘계학술대회논문집
    • /
    • pp.618-621
    • /
    • 2008
  • In this paper a new smoothing method of unstructured viscous grid which can be useful when the ALM(Advacning Layer Method) method is used to generate volume grids of prism cells starting with unstructured triangular surface grids. According to the new method two layers of prism cells in the advancing direction which are found by the vector smoothing method are first generated, and then the position of nodes along the middle layer are adjusted by using spring analogy. It is found that the proposed method improves grid quality of the unstructured viscous volume grids for body shape with convex and concave corners.

  • PDF

삼각형 적응격자 유한요소법을 이용한 압축성 Navier-Stokes 유동의 해석 (Adaptive Triangular Finite Element Method for Compressible Navier - Stokes Flows)

  • 임예훈;장근식
    • 한국전산유체공학회지
    • /
    • 제1권1호
    • /
    • pp.88-97
    • /
    • 1996
  • This paper treats an adaptive finite-element method for the viscous compressible flow governed by Navier-Stokes equations in two dimensions. The numerical algorithm is the two-step Taylor-Galerkin mettled using unstructured triangular grids. To increase accuracy and stability, combined moving node method and grid refinement method have been used for grid adaption. Validation of the present algorithm has been made by comparing the present computational results with the existing experimental data and other numerical solutions. Four benchmark problems are solved for demonstration of the present numerical approach. They include a subsonic flow over a flat plate, the Carter flat plate problem, a laminar shock-boundary layer interaction. and finally a laminar flow around NACA0012 airfoil at zero angle of attack and free stream Mach number of 0.85. The results indicates that the present adaptive triangular grid method is accurate and useful for laminar viscous flow calculations.

  • PDF

자바 애플릿을 이용한 2차원 혼합형 비정렬 격자 생성 프로그램의 개발 (DEVELOPMENT OF 2-D UNSTRUCTURED HYBRID GRID GENERATION PROGRAM USING JAVA APPLET)

  • 이장훈;조금원;김병수
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2009년 추계학술대회논문집
    • /
    • pp.65-70
    • /
    • 2009
  • In this paper a hybrid grid generation program for general 2-D region is introduced. The program is developed by using JAVA programming language, and it can be used either as an application program on a local computer or as an applet in the network environment. The hybrid grid system for a 2-D problem means a combination of triangular cells and quadrilateral cells, and it can offer both of the high flexibility of triangular cells and the high accuracy and efficiency of structured-type quadrilateral cells. To accommodate a quadrilateral-cell region and a triangular-cell region into one computational domain, it is importance to take good care of the interface between two different regions so that overall good grid quality can be maintained. In this research advancing layer method(ALM) augmented by elliptic smoothing method is used for the quadrilateral-cell region and advancing front method(AFM) is used for the triangular-cell region. A special treatment technique for the interface between those two regions is also developed. The interface treatment technique is basically to prevent the propagation of small cell size due to ALM method into the triangular region and maintain the smooth transition of cell-size scale between two different regions. By applying current technique high-quality hybrid grids for general 2-D regions can be easily generated, and typical grid generation results and flow solutions are demonstrated.

  • PDF

CAD 형상 데이터를 이용한 물체 표면 삼각형 격자의 자동 생성 기법 (AUTOMATED TRIANGULAR SURFACE GRID GENERATION ON CAD SURFACE DATA)

  • 이봉주;김병수
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2007년도 춘계 학술대회논문집
    • /
    • pp.103-107
    • /
    • 2007
  • Computational Fluid Dynamics (CFD in short) approach is now playing an important role in the engineering process recently. Generating proper grid system for the region of interest in time is prerequisite for the efficient numerical calculation of flow physics using CFD approach. Grid generation is, however, usually considered as a major obstacle for a routine and successful application of numerical approaches in the engineering process. CFD approach based on the unstructured grid system is gaining popularity due to its simplicity and efficiency for generating grid system compared to the structured grid approaches. In this paper an automated triangular surface grid generation using CAD surface data is proposed According to the present method, the CAD surface data imported in the STL format is processed to identify feature edges defining the topology and geometry of the surface shape first. When the feature edges are identified, node points along the edges are distributed. The initial fronts which connect those feature edge nodes are constructed and then they are advanced along the CAD surface data inward until the surface is fully covered by triangular surface grid cells using Advancing Front Method. It is found that this approach can be implemented in an automated way successfully saving man-hours and reducing human-errors in generating triangular surface grid system.

  • PDF

국소개선기법을 이용한 삼각격자 균질화 (Triangular Grid Homogenization Using Local Improvement Method)

  • 최형일;전상욱;이동호;이도형
    • 한국항공우주학회지
    • /
    • 제33권8호
    • /
    • pp.1-7
    • /
    • 2005
  • 본 연구에서는 삼각격자 균질화를 위하여, 확장된 위상학적 개선과정과 국소 최적화 기반 평활화를 결합한 국소 개선기법을 제안하였다. 먼저 격자의 연결 구조를 확장된 위상학적 개선과정을 적용하여 최적의 연결구조로 개선한다. 다음으로 격자의 질을 나타내는 비틀림척도를 최대화하기 위해 국소 최적화 기반 평활화를 수행한다. 이 국소 개선기법을 이용하여, 두 가지 격자 예제에 대하여 삼각격자 균질화를 수행하였다. 이 예들을 통하여, 본 연구에서 제안한 국소 개선알고리듬이 삼각격자의 질을 크게 향상시켜주는 경제적이며 효과적인 방법임을 보여준다. 또한, 이 기법은 적응격자 세분화의 격자 재생성과정에도 용이하게 적용될 수 있다.

비정렬격자계를 사용하는 3차원 유동해석코드 개발 (II) - 코드성능평가 - (Development of 3-D Flow Analysis Code Using Unstructured Grid System (II) - Code's Performance Evaluation -)

  • 김종태;김종은;명현국
    • 대한기계학회논문집B
    • /
    • 제29권9호
    • /
    • pp.1057-1064
    • /
    • 2005
  • A conservative finite-volume numerical method using unstructured meshes, which is developed by the authors, is evaluated for its application to several 2-D benchmark problems using a variety of quadrilateral, triangular and hybrid meshes. The present pressure-based numerical method for unstructured mesh clearly demonstrates the same accuracy and robustness as that fur typical structured mesh.