• 제목/요약/키워드: parallel CFD

검색결과 139건 처리시간 0.022초

기상 모델 CFD_NIMR의 최적 성능을 위한 혼합형 병렬 프로그램 구현 (Hybrid Parallelization for High Performance of CFD_NIMR Model)

  • 김민욱;최영진;김영태
    • 대기
    • /
    • 제22권1호
    • /
    • pp.109-115
    • /
    • 2012
  • We parallelized the CFD_NIMR model, which is a numerical meteorological model, for best performance on both of distributed and shared memory parallel computers. This hybrid parallelization uses MPI (Message Passing Interface) to apply horizontal 2-dimensional sub-domain out of the 3-dimensional computing domain for distributed memory system, as well as uses OpenMP (Open Multi-Processing) to apply vertical 1-dimensional sub-domain for utilizing advantage of shared memory structure. We validated the parallel model with the original sequential model, and the parallel CFD_NIMR model shows efficient speedup on the distributed and shared memory system.

CFD를 이용한 병열 배열형 상향류식 침전지 수리해석에 관한 연구(I) - 침전지 내 유입유량 불균등 영향 조사 - (Evaluation of Hydraulic Behavior within Parallel arranged Upflow Sedimentation Basin Using CFD Simulation (I) - The influence of feed water inequity-)

  • 박노석;김성수;최종웅;성열붕;강문선
    • 상하수도학회지
    • /
    • 제27권4호
    • /
    • pp.469-477
    • /
    • 2013
  • In order to investigate the influence of feed water inequity on the settling performance for parallel arranged upflow sedimentation basin in domestic G_WTP(Water Treatment Plant), CFD(Computational Fluid Dynamics) simulation were employed and ADV(Acoustic Doppler Velocimeter) measurements were carried out. From the results of both CFD simulations and ADV measurements, the differences among inlet flow rates to each inlet structure make turbulent energy dissipation uneven overall sedimentation basin. Especially local velocities in the near of both side wall were observed over the design overflow rate(74.4 mm/min). Also, it was confirmed that this inequity of inlet flow would exert an serious influence on the turbidity of settled water which is out from 8 troughs. Even though experimental velocities in full scale basin about 20% higher than the simulated, the results of ADV measurement were in good accordance with those of CFD simulations.

병렬 마이크로 채널 형상에 따른 CFD 유동해석 (CFD Analysis on the Channel Shapes of Parallel Micro-Channels)

  • 최용석;임태우;김유택;김도엽
    • 수산해양교육연구
    • /
    • 제25권5호
    • /
    • pp.1102-1109
    • /
    • 2013
  • An numerical analysis was performed to obtain the design parameters for parallel micro-channels. The parallel micro-channels consist of 10 square channels with a hydraulic diameter of 300 ${\mu}m$ and inlet/outlet manifolds. The channel length is 5mm, 10mm and 40mm respectively. Mass flux was set between 200~600kg/m2s as inlet boundary condition and atmospheric pressure was set as outlet boundary condition. The pressure drop in channels and manifolds were estimated by using the Shah and London correlation and the flow uniformity was represented by the velocity distributions with dimensionless velocity. The results show that the flow uniformity in channels depends on shapes of manifolds, length and mass flux.

Aha, CST and CFD !

  • 김승조;김민기;문종근
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2009년 춘계학술대회논문집
    • /
    • pp.9-18
    • /
    • 2009
  • This paper presents the state of the art of computational structures technology(CST) and comparison of two computational mechanics - CST and CFD, to the CFD engineers. Classical mechanics is based on the five classical axioms which describe the motion and behaviors of the continuum materials like solid structures and fluids. Computational structures technology uses the finite element method to solve the governing equation, whereas finite volume method is generally used in CFD. A few famous commercial structural analysis programs and DIAMOND/IPSAP will be introduced. DIAMOND/IPSAP is the efficient parallel structural analysis package developed by our research team. DIAMOND/IPSAP shows the better performance than the commercial structural analysis software not only in the parallel computing environments but also in a single computer.

  • PDF

그리드 환경하에서 고성능 컴퓨팅을 이용한 열유동 해석 기법에 관한 기초연구 (A Fundamental Study of Thermal-Fluid Flow Analysis using High Performance Computing under the GRID)

  • 홍승도;이대성;이재룡;하만영;이상산
    • 대한기계학회:학술대회논문집
    • /
    • 대한기계학회 2003년도 추계학술대회
    • /
    • pp.928-933
    • /
    • 2003
  • For simulation of three-dimensional turbulent flow with LES and DNS takes much time and expense with current available computing resources. It is nearly impossible to simulate turbulent flow with high Reynolds number. So, the emerging alternative is the Grid computing for needed computation power and working environment. In this study, the CFD code was parallelized to adapt it for the parallel computing under the Grid environment. In the first place, the Grid environment was built to connect the PC-Cluster facilities belong to the different institutions using communication network system. And CFD applications were calculated to check the performance of the parallel code developed for the Grid environment. Although it is a fundamental study, it brings about a important meaning as first step in research of the Grid.

  • PDF

오픈 소스 CFD 코드를 이용한 차세대 고속열차 공력 해석 (Aerodynamic Simulation of Korea next generation high speed train using open source CFD code)

  • 김병윤;길재흥;권혁빈
    • 한국전산유체공학회:학술대회논문집
    • /
    • 한국전산유체공학회 2011년 춘계학술대회논문집
    • /
    • pp.327-330
    • /
    • 2011
  • CFD simulation is widely used in various industries, universities and research centers. In Korea most of the researchers use foreign commercial S/W packages especially in industries. But commercial CFD packages have some problems as limit to source code and very high license foe. So from several years ago open source CFD code has been widely spread as an alternative. But in Korea there are a few users of open source code. Insufficiency of performance validation as for accuracy, robustness, convenience and parallel speed-up is important obstacles of open source code. So we tested some validation cases as to incompressible external aerodynamics and internal flaws and now are doing compressible flaws. As the first stage of compressible flow validation, we simulated Korea next generation high speed train(HEMU). It's running condition is 400km/hr and maximum Mach number reaches up to 0.4. With the high speed train we tested accuracy, robustness and parallel performance of open source CFD code OpenFOAM Because there isn't experimental data we compared results with widely used commercial code. When use $1^{st}$ order upwind scheme aerodynamic forces are very similar to commercial code. But using $2^{nd}$ order upwind scheme there was some discrepancy. The reason of the difference is not clear yet. Mesh manipulation, domain decomposition, post-processing and robustness are satisfactory. Paralle lperformance is similar to commercial code.

  • PDF

도시기상모델 CFD_NIMR의 GP-GPU 실행을 위한 병렬 프로그램의 구현 (GP-GPU based Parallelization for Urban Terrain Atmospheric Model CFD_NIMR)

  • 김영태;박혜자;최영진
    • 인터넷정보학회논문지
    • /
    • 제15권2호
    • /
    • pp.41-47
    • /
    • 2014
  • 본 논문은 도시기상모델인 전산유체역학모델(CFD_NIMR)을 GP-GPU에서 실행시키기 위해 CUDA Fortran 병렬프로그램을 구현하였다. GP-GPU는 원래 PCI 카드 형태의 그래픽 처리 장치이지만 저비용, 저전력으로 대량의 계산을 초고속으로 수행할 수 있는 일반 계산 가속기이다. 모델을 단일 Intel XEON 2.0 GHz CPU에서 실행한 결과와 Nvidia Tesla C1060 GPU에서 실행한 성능을 비교하였을 때 GP-GPU에서 15배 정도의 빠른 속도를 보였다. 또한 다중 CPU를 사용한 MPI 병렬프로그램과 비교한 경우에도 GP-GPU에서 보다 더 효율적인 성능을 보였다. 본 논문에서 제시한 프로그램 방식은 유사한 구조를 가진 수치모델을 GP-GPU 병렬 프로그램으로 구현하는데 쉽게 적용할 수 있을 것으로 기대한다.