• Title/Summary/Keyword: 비 정렬 격자

Search Result 169, Processing Time 0.028 seconds

비정렬격자 모델에 기반한 콜럼비아 강에서의 유출유 모델링

  • Jeong, Yeon-Cheol
    • Proceedings of the Korean Institute of Navigation and Port Research Conference
    • /
    • 2011.06a
    • /
    • pp.222-224
    • /
    • 2011
  • 본 연구에서는 유한체적법과 함께 비정렬 격자(Unstructured Grid) 를 채택한 SELFE 모델을 기반으로 운영되는 유출유 확산모델을 개발하였다. 모델의 적용성을 검토하기 위해 미극 오레건주 콜롬비아 강의 유출유 모델링에 적용하였으며 양호한 결과를 얻을 수 있었다. 앞으로 이 모델은 하천, 호수 및 해양을 포함한 다양한 수계에 적용이 가능할 것으로 기대된다.

  • PDF

DEVELOPMENT OF AN UNSTRUCTURED HYBRID MESH FLOW SOLVER FOR 3-D STEADY/UNSTEADY INCOMPRESSIBLE FLOW SIMULATIONS (삼차원 정상/비정상 비압축성 유동해석을 위한 비정렬 혼합격자계 기반의 유동해석 코드 개발)

  • Jung, Mun-Seung;Kwon, Oh-Joon
    • Journal of computational fluids engineering
    • /
    • v.13 no.2
    • /
    • pp.27-41
    • /
    • 2008
  • An unstructured hybrid mesh flow solver has been developed for the simulation of three-dimensional steady and unsteady incompressible flow fields. The incompressible Navier-Stokes equations with an artificial compressibility method were discretized by using a node-based finite-volume method. For the unsteady time-accurate computation, a dual-time stepping method was adopted to satisfy a divergence-free flow field at each physical time step. An implicit time integration method with local time stepping was implemented to accelerate the convergence in the pseudo-time sub-iteration procedure. The one-equation Spalart-Allmaras turbulence model has been adopted to solve high-Reynolds number flow fields. The flow solver was parallelized to minimize the CPU time and to overcome the computational overhead. This method has been applied to calculate steady and unsteady flow fields around submarine configurations and a 3-D infinite cylinder. Validations were made by comparing the predicted results with those of experiments or other numerical results. It was demonstrated that the present method is efficient and robust for the prediction of steady and unsteady incompressible flow fields.

Development of a 3-D Parallel DSMC Method for Rarefied Gas Flows Using Unstructured Meshes (비정렬 격자계를 이용한 희박기체 영역의 3차원 병렬 직접모사법 개발)

  • Kim, Min Gyu;Gwon, O Jun
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.31 no.2
    • /
    • pp.1-9
    • /
    • 2003
  • In the present study, a 3-D Parallel DSMC method in developed on unstructured meshes for the efficient simulation of rarefied gas flows. Particle tracing between cells in achieved based on a linear shape function extended to three dimensions. For high parallel efficiency, successive domain decomposition is applied to achieve load balancing between processors by accounting for the number of particles. A particle weighting technique is also adopted to handle flows containing gases of significantly dirrerent number densities in the same flow domain. Application is made for flow past a 3-D delta wing and the result is compared with that from experiment and other calculation. Flow around a rocket payload at 100km altitude is also solved and the effect of plume back flow from the nozzle in studied.

Numerical Study on Multiphase Flows Induced by Wall Adhesion (벽면부착에 의해 야기되는 다상유동에 관한 수치적 연구)

  • Myong, Hyon-Kook
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.36 no.7
    • /
    • pp.721-730
    • /
    • 2012
  • The present paper presents a numerical study on multiphase flows induced by wall adhesion. The continuum surface force (CSF) model with the wall adhesion boundary condition model is used for calculating the surface tension force; this model is implemented in an in-house solution code (PowerCFD). The present method (code) employs an unstructured cell-centered method based on a conservative pressure-based finite-volume method with a volume capturing method (CICSAM) in a volume of fluid (VOF) scheme for phase interface capturing. The effects of wall adhesion are then numerically simulated by using the present method for a shallow pool of water located at the bottom of a cylindrical tank with no external forces such as gravity. Two different cases are computed, one in which the water wets the wall and one in which the water does not wet the wall. It is found that the present method efficiently simulates the surface tension-dominant multiphase flows induced by wall adhesion.

Aerodynamic Simulation of Air-Launched Missiles from a Complete Helicopter (헬리콥터 전기체에서 발사되는 유도무기 공력 모사)

  • Lee, Hee-Dong;Kwon, Oh-Joon;Lee, Bum-Seok;Noh, Kyung-Ho
    • Journal of the Korean Society for Aeronautical & Space Sciences
    • /
    • v.39 no.12
    • /
    • pp.1097-1106
    • /
    • 2011
  • Unsteady numerical analysis was performed to simulate air-launched missiles from a complete helicopter in hover by using an unstructured overset mesh flow solver coupled with a module of six degree-of-freedom motion of equations. The unsteady computations have been performed to obtain flow fields around the complete helicopter including main rotor, tail rotor, and fuselage equipped with multiple missiles, and six-DOF simulation has been performed to predict the behavior of the air-launched missile. The effects of the launching position and the missile thrust on the trajectory of the missile were investigated as well as the aerodynamic interference of the air-launched missile under the unsteady downwash produced by main rotor.

Memory Efficient Parallel Ray Casting Algorithm for Unstructured Grid Volume Rendering on Multi-core CPUs (비정렬 격자 볼륨 렌더링을 위한 다중코어 CPU기반 메모리 효율적 광선 투사 병렬 알고리즘)

  • Kim, Duksu
    • Journal of KIISE
    • /
    • v.43 no.3
    • /
    • pp.304-313
    • /
    • 2016
  • We present a novel memory-efficient parallel ray casting algorithm for unstructured grid volume rendering on multi-core CPUs. Our method is based on the Bunyk ray casting algorithm. To solve the high memory overhead problem of the Bunyk algorithm, we allocate a fixed size local buffer for each thread and the local buffers contain information of recently visited faces. The stored information is used by other rays or replaced by other face's information. To improve the utilization of local buffers, we propose an image-plane based ray grouping algorithm that makes ray groups have high coherency. The ray groups are then distributed to computing threads and each thread processes the given groups independently. We also propose a novel hash function that uses the index of faces as keys for calculating the buffer index each face will use to store the information. To see the benefits of our method, we applied it to three unstructured grid datasets with different sizes and measured the performance. We found that our method requires just 6% of the memory space compared with the Bunyk algorithm for storing face information. Also it shows compatible performance with the Bunyk algorithm even though it uses less memory. In addition, our method achieves up to 22% higher performance for a large-scale unstructured grid dataset with less memory than Bunyk algorithm. These results show the robustness and efficiency of our method and it demonstrates that our method is suitable to volume rendering for a large-scale unstructured grid dataset.

Parallel Cell-Connectivity Information Extraction Algorithm for Ray-casting on Unstructured Grid Data (비정렬 격자에 대한 광선 투사를 위한 셀 사이 연결정보 추출 병렬처리 알고리즘)

  • Lee, Jihun;Kim, Duksu
    • Journal of the Korea Computer Graphics Society
    • /
    • v.26 no.1
    • /
    • pp.17-25
    • /
    • 2020
  • We present a novel multi-core CPU based parallel algorithm for the cell-connectivity information extraction algorithm, which is one of the preprocessing steps for volume rendering of unstructured grid data. We first check the synchronization issues when parallelizing the prior serial algorithm naively. Then, we propose a 3-step parallel algorithm that achieves high parallelization efficiency by removing synchronization in each step. Also, our 3-step algorithm improves the cache utilization efficiency by increasing the spatial locality for the duplicated triangle test process, which is the core operation of building cell-connectivity information. We further improve the efficiency of our parallel algorithm by employing a memory pool for each thread. To check the benefit of our approach, we implemented our method on a system consisting of two octa-core CPUs and measured the performance. As a result, our method shows continuous performance improvement as we add threads. Also, it achieves up to 82.9 times higher performance compared with the prior serial algorithm when we use thirty-two threads (sixteen physical cores). These results demonstrate the high parallelization efficiency and high cache utilization efficiency of our method. Also, it validates the suitability of our algorithm for large-scale unstructured data.

Numerical Analysis of Three-dimensional Sloshing Flow Using Least-square and Level-set Method (최소자승법과 Level-set 방법을 적용한 3차원 슬로싱 유동의 수치해석)

  • Jeon, Byoung Jin;Choi, Hyoung Gwon
    • Transactions of the Korean Society of Mechanical Engineers B
    • /
    • v.41 no.11
    • /
    • pp.759-765
    • /
    • 2017
  • In this study, a three-dimensional least-square, level-set-based two-phase flow code was developed for the simulation of three-dimensional sloshing problems using finite element discretization. The code was validated by solving some benchmark problems. The proposed method was found to provide improved results against other existing methods, by using a coarser mesh. The results of the numerical experiments conducted during the course of this study showed that the proposed method was both robust and accurate for the simulation of three-dimensional sloshing problems. Using a substantially coarse grid, historical results of the dynamic pressure at a selected position corresponded with existing experimental data. The pressure history with a finer grid was similar to that of a coarse grid; however, a fine grid provided higher peak pressures. The present method could be extended to the analysis of a sloshing problem in a complex geometrical configuration using unstructured meshes owing to the features of FEM.

A STUDY ON IMPLICIT METHOD FOR SOLVING INCOMPRESSIBLE FLOW WITH UNSTRUCTURED MESHES (비정렬 격자상에서 비압축성 유동해석을 위한 음해법에 대한 연구)

  • Kim, M.G.;Ahn, H.T.
    • Journal of computational fluids engineering
    • /
    • v.19 no.1
    • /
    • pp.27-33
    • /
    • 2014
  • A new and efficient implicit scheme is proposed to obtain a steady-state solution in time integration and the comparison of characteristics with the approximation ways for the implicit method to solve the incompressible Navier-Stokes equations is provided. The conservative, finite-volume cell-vertex upwind scheme and artificial compressibility method using dual time stepping for time accuracy is applied in this paper. The numerical results obtained indicate that the direct application of Jacobian matrix to the Lower and upper sweeps of implicit LU-SGS leads to better performance as well as convergence regardless of CFL number and true time step than explicit scheme and approximation of Jacobian matrix. The flow simulation around box in uniform flow with unstructured meshes is demonstrated to check the validity of the current formulation.

2차원 축대칭 열 플라즈마 시뮬레이션을 이용한 플라즈마 토치 해석

  • Heo, Min-Yeong;Yang, Sang-Seon;Lee, Hae-Jun
    • Proceedings of the Korean Vacuum Society Conference
    • /
    • 2014.02a
    • /
    • pp.231.1-231.1
    • /
    • 2014
  • 열 플라즈마(thermal plasma) 는 저온 플라즈마(cold plasma)와 달리 이온과 전자와 중성입자들이 충분한 에너지 교환으로 인해 열평형 상태를 가진다. 열 플라즈마를 생성 시킬 때 전극 사이에서 아크방전을 시켜 제트 형태로 플라즈마를 발생시키는 것을 플라즈마 토치(plasma torch)라고 한다. 이러한 플라즈마 토치는 화학 원소 분해, 강판 절단, 유해 기체 분해 등으로 널리 사용되고 있다. 본 연구에서는 플라즈마 토치를 수치적으로 해석하여 플라즈마의 특성을 알아보았다. 수치해석적 접근방법으로 열 플라즈마는 LTE (local thermodynamic equilibrium)을 가정하였으며 one-fluid 이론을 적용하였다. 이때 사용된 코드는 DCPTUN으로서 $C^{+}^{+}$로 작성된 열플라즈마 유동의 특성해석 코드인 동시에 SIMPLE 알고리즘을 이용한 유체 코드이다. 시뮬레이션은 2차원 축대칭이며 정렬격자계 및 비정렬격자계 모두에서 사용이 가능하도록 되어있다. 또한 맥스웰 방정식을 통해 electromagnetic field를 풀도록 하여 RF 시뮬레이션이 가능하도록 하였다. 이와 같은 열 플라즈마 시뮬레이션을 통해서 플라즈마 토치의 특성을 알아보았다.

  • PDF