• Title/Summary/Keyword: Mesh Generation

Search Result 525, Processing Time 0.031 seconds

Fully Unstructured Mesh based Computation of Viscous Flow around Marine Propellers (비정렬격자를 이용한 프로펠러 성능 및 주위 유동해석)

  • Kim, Min-Geon;Ahn, Hyung Taek;Lee, Jin-Tae;Lee, Hong-Gi
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.51 no.2
    • /
    • pp.162-170
    • /
    • 2014
  • A CFD(Computational Fluid Dynamics) analysis is presented to predict hydrodynamic characteristics of a marine propeller. A commercial RANS(Reynolds Averaged Navier-Stokes equation) solver, namely FLUENT, is utilized in conjunction with fully unstructured meshes around rotating propeller. Mesh generation process is greatly accelerated by using fully unstructured meshes composed of both isotropic and anisotropic tetrahedral elements. The anisotropic tetrahedral elements were used in the flow domain near the blade and shaft, where the viscous effect is important, having complex shape yet resolving the thin boundary layers. For other regions, isotropic tetrahedral elements are utilized. Two different approaches simulating rotational effect of the propeller are employed, namely Moving reference frame technique for steady simulation, and Sliding mesh technique for unsteady simulation. Both approaches are applied to the propeller open water (POW) test simulation. The current results, which are thrust and torque coefficients, are compared with available experimental data.

New 5-axis Tool Path Generation Algorithm Using CL Surface Transformation (CL면 변환을 이용한 새로운 5축 가공경로 생성방법)

  • Kim Su-Jin;Yang Min-Yang
    • Transactions of the Korean Society of Mechanical Engineers A
    • /
    • v.30 no.7 s.250
    • /
    • pp.800-808
    • /
    • 2006
  • In this paper, the CL surface transformation approach that inversely deforms the 3-axis tool path generated on the deformed CL surface to a 5-axis tool path is introduced. The proposed CL surface transformation approach can be used if the orientation of the cutter is predefined. The CL surface based 3-axis tool path generation algorithms that have been improved well can be applied to the f-axis tool path generation.

Grid Generation and flow Analysis around a Twin-skeg Container Ship (Twin-skeg형 컨테이너선 주위의 격자계 생성과 유동 해석)

  • 박일룡;김우전;반석호
    • Journal of the Society of Naval Architects of Korea
    • /
    • v.41 no.1
    • /
    • pp.15-22
    • /
    • 2004
  • Twin-skeg type stern shapes are recently adopted for very large commercial ships. However it is difficult to apply a CFD system to a hull form having twin-skeg, since grid topology around a twin-skeg type stern is more complicated than that of a conventional single-screw ship, or of an open-shaft type twin-screw ship with center-skeg. In the present study a surface mesh generator and a multi-block field grid generation program have been developed for twin-skeg type stern. Furthermore, multi-block flow solvers are utilized for potential and viscous flow analysis around a twin-skeg type stern The present computational system is applied to a 15,000TEU container ship with twin-skeg to prove the applicability. Wave profiles and wake distribution are calculated using the developed flow analysis tools and the results are compared with towing tank measurements.

Parallel Finite Element Analysis System Based on Domain Decomposition Method Bridges (영역분할법에 기반을 둔 병렬 유한요소해석 시스템)

  • Lee, Joon-Seong;Shioya, Ryuji;Lee, Eun-Chul;Lee, Yang-Chang
    • Journal of the Computational Structural Engineering Institute of Korea
    • /
    • v.22 no.1
    • /
    • pp.35-44
    • /
    • 2009
  • This paper describes an application of domain decomposition method for parallel finite element analysis which is required to large scale 3D structural analysis. A parallel finite element method system which adopts a domain decomposition method is developed. Node is generated if its distance from existing node points is similar to the node spacing function at the point. The node spacing function is well controlled by the fuzzy knowledge processing. The Delaunay triangulation method is introduced as a basic tool for element generation. Domain decomposition method using automatic mesh generation system holds great benefits for 3D analyses. Aa parallel numerical algorithm for the finite element analyses, domain decomposition method was combined with an iterative solver, i.e. the conjugate gradient(CG) method where a whole analysis domain is fictitiously divided into a number of subdomains without overlapping. Practical performance of the present system are demonstrated through several examples.

Resource Allocation and IP Networking for Next Generation Military Satellite Communications System (차기 군 위성통신 체계를 위한 자원 할당 및 IP 네트워킹)

  • Noh, Hong-Jun;Go, Kwang-Chun;Lee, Kyu-Hwan;Kim, Jae-Hyun;Lim, Jae-Sung;Song, Ye-Jin
    • The Journal of Korean Institute of Communications and Information Sciences
    • /
    • v.38C no.11
    • /
    • pp.939-954
    • /
    • 2013
  • Korean military is developing the next generation military satellite communications system in order to achieve the requirements of future military satellite communication such as high speed, high capacity, survivability, all IP networking, and on-the-move. In this paper, we survey and analyze the research interests about optimal resource allocation and IP networking such as MF-TDMA, random access, satellite IP routing, and PEP. Conventional researches have focused on the increase in channel throughput and efficiency. In addition to these measurements, we consider heterogeneous satellite terminals, full mesh topology, distributed network, anti-jamming, and the like which are the special characteristics of the next generation military satellite communications system. Based on this, we present key research issues and evaluation on the issues by simulation.

Generating Face Textures for 3D Avatars from Photos (실사 영상을 사용한 3차원 아바타 얼굴 텍스쳐 생성)

  • Kim, Dong-Hee;Yoon, Jong-Hyun;Park, Jong-Seung
    • Journal of Korea Game Society
    • /
    • v.8 no.1
    • /
    • pp.49-58
    • /
    • 2008
  • In this paper, we propose a texture generation scheme for 3D avatars from three or more human face photos. First, we manually mark image positions corresponding to vertices of a given UVW map. Then, a face texture is automatically generated from the photo images. The proposed texture generation scheme extremely reduces the amount of manual work compared with the classical methods such as Photoshop-based schemes. The generated textures are photorealistic since the textures fully reflect the naturalness of the original photos. The texture creation scheme can be applied to any kind of mesh structures of 3D models and mesh structures need not be changed to accommodate the given textures. We created face textures from several triplets of photos and mapped them to 3D avatar faces. Experimental results showed that visual realism of avatar faces is much enhanced by the face textures.

  • PDF

An Efficient Polygonal Surface Reconstruction (효율적인 폴리곤 곡면 재건 알고리즘)

  • Park, Sangkun
    • Journal of Institute of Convergence Technology
    • /
    • v.10 no.1
    • /
    • pp.7-12
    • /
    • 2020
  • We describe a efficient surface reconstruction method that reconstructs a 3D manifold polygonal mesh approximately passing through a set of 3D oriented points. Our algorithm includes 3D convex hull, octree data structure, signed distance function (SDF), and marching cubes. The 3D convex hull provides us with a fast computation of SDF, octree structure allows us to compute a minimal distance for SDF, and marching cubes lead to iso-surface generation with SDF. Our approach gives us flexibility in the choice of the resolution of the reconstructed surface, and it also enables to use on low-level PCs with minimal peak memory usage. Experimenting with publicly available scan data shows that we can reconstruct a polygonal mesh from point cloud of sizes varying from 10,000 ~ 1,000,000 in about 1~60 seconds.

Tetrahedral Mesh Generation from CT Images of Thoracic Vertebra (흉추 CT 영상으로부터 사면체 요소망의 자동생성)

  • 박정민;권기환;전성재;채수원;이관행;이태수;서중근;박정율
    • Proceedings of the Korean Society of Precision Engineering Conference
    • /
    • 2002.05a
    • /
    • pp.150-153
    • /
    • 2002
  • The use of the finite element method for biomechanical analysis is increasing rapidly in recent years. Since biomechanical models are usually in very complex shapes, it takes a lot of time and efforts to build reasonable finite element models. In this paper, a new tetrahedral meshing algorithm from the series of 2-D computed tomography(CT) images has been proposed. In this scheme, the planar sections of three-dimensional objects and the side surfaces between two planar sections are triangulated first, and then an advancing front algorithm is employed to construct tetrahedral elements by using basic operators. A sample finite element model for thoracic vertebra is presented.

  • PDF

An adaptive X-FEM and its application to shape optimization (적응 확장 유한요소기법과 형상최적설계로의 응용)

  • Yu, Yong-Gyun;Huh, Jae-Sung;Tezuka, Akira;Kwak, Byung-Man
    • Proceedings of the KSME Conference
    • /
    • 2007.05a
    • /
    • pp.538-543
    • /
    • 2007
  • A procedure is proposed to generate optimal grid with minimal user intervention while keeping a prescribed level of accuracy, using an adaptive X-FEM and applied to shape optimization. In spite of various advantages of X-FEM, however, there are several obstacles for practical applications. Because of using a uniform background mesh and additional degree of freedoms for enrichment, an X-FEM is usually computationally more expensive than traditional finite element method. Furthermore, there are often accuracy problems. For an automatic procedure of optimal mesh generation, an h-adaptive scheme and a posteriori error estimation obtained by a post-processing process are utilized. The procedure is shown by 2-D shape optimization examples.

  • PDF

Three-Dimensional Finite Element Analysis for Extrusion of the Underframe of a Railroad Vehicle (철도차량 마루부재 압출공정의 3 차원 유한요소해석)

  • Park K.;Lee Y. K.;Yang D. Y.;Lee D. H.
    • Proceedings of the Korean Society for Technology of Plasticity Conference
    • /
    • 1999.05a
    • /
    • pp.5-8
    • /
    • 1999
  • The present work is concerned with three-dimensional finite element analysis of the hollow section extrusion process using a porthole die. For economic computation, mismatching refinement, an efficient domain decomposition method with different mesh density for each subdomain, is implemented. The proposed method improves the computational efficiency significantly, especially fur the three-dimensional analysis of extrusion problems. As a numerical example, extrusion of the underframe part of a railroad vehicle are analyzed. For three-dimensional mesh generation of a complicated shape with hexahedral elements, a modified grid-based approach with the surface element layer is utilized. The analysis results are then successfully reflected on the industrial porthole die design.

  • PDF