scispace - formally typeset
Journal ArticleDOI

Parallel performance analysis of coupled heat and fluid flow in parallel plate channel using CUDA

Reads0
Chats0
TLDR
In this article, technique applied for parallelization of in-house developed generic code using CUDA and OpenMP paradigm is discussed and it is found that the GPU provides immense speedup and outperforms OpenMP largely.
Abstract
The heat transfer analysis coupled with fluid flow is important in many real-world application areas varying from micro-channels to spacecraft’s. Numerical prediction of thermal and fluid flow situation has become very common method using any computational fluid dynamics software or by developing in-house codes. One of the major issues pertinent to numerical analysis lies with immense computational time required for repeated analysis. In this article, technique applied for parallelization of in-house developed generic code using CUDA and OpenMP paradigm is discussed. The parallelized finite-volume method (FVM)-based code for analysis of various problems is analyzed for different boundary conditions. Two GPUs (graphical processing units) are used for parallel execution. Out of four functions in the code (U, V, P, and T), only P function is parallelized using CUDA as it consumes 91% of computational time and the rest functions are parallelized using OpenMP. Parallel performance analysis is carried out for 400, 625, and 900 threads launched from host for parallel execution. Improvement in speedup using CUDA compared with speedup using complete OpenMP parallelization on different computing machines is also provided. Parallel efficiency of the FVM code for different grid size, Reynolds number, internal flow, and external flow is also carried out. It is found that the GPU provides immense speedup and outperforms OpenMP largely. Parallel execution on GPU gives results in a quite acceptable amount of time. The parallel efficiency is found to be close to 90% in internal flow and 10% for external flow.

read more

Citations
More filters
Journal ArticleDOI

Multi-objective optimization of thermal performance in battery system using genetic and particle swarm algorithm combined with fuzzy logics

TL;DR: The fitness function obtained are closer and indicate safe temperature of battery with enhanced Nusselt number and minimum friction coefficient and the maximum multi-objective fitness obtained after normalization is 0.9.
Journal ArticleDOI

Thermal modelling and characteristic evaluation of electric vehicle battery system

TL;DR: In this paper, a thermal model of Li-ion battery using finite volume method with the adoption of realistic coupled heat and fluid flow process is carried out, which reveals that the length to width ratio of battery does not impact the thermal performance of battery.
Journal ArticleDOI

Machinability studies on boron carbide and graphite reinforced aluminium hybrid composites

TL;DR: In this article, the effect of machining parameters on the thrust force, torque and burr height while drilling Al 2618, Al2618 with 10% boron carbide (B4C) and 5% graphite (Gr) hybrid composites is addressed.
Journal ArticleDOI

Study on effect of ceramics on dry sliding wear behaviour of Al-Cu-Mg based metal matrix composite at different temperature

TL;DR: In this paper, the effects of ceramics on Al2219 versus un-reinforced Al 2219 alloy were explored and an Artificial Neural Network (ANN) predictive outcome fit to actual measured data and absolute relative error was used to predict the wear properties of the composite.
References
More filters
Journal ArticleDOI

Thermal management of lithium‐ion batteries for electric vehicles

TL;DR: In this article, the effect of cooling conditions and battery configuration on battery temperature was investigated and it was found that a cooling strategy based on distributed forced convection is an efficient, cost-effective method which can provide uniform temperature and voltage distributions within the battery pack at various discharge rates.
Journal ArticleDOI

A Hybrid MPI-OpenMP Scheme for Scalable Parallel Pseudospectral Computations for Fluid Turbulence

TL;DR: It is shown that the hybrid scheme achieves good scalability up to ∼20,000 compute cores with a maximum efficiency of 89%, and a mean of 79%.
Journal ArticleDOI

High-performacne parallel implicit CFD

TL;DR: A snapshot of ongoing work updates the authors' 1999 Bell Prize-winning simulation on ASCI computers, updating the performance models and experimental results that motivate algorithmic and software practices that lead to improvements in both parallel scalability and per node performance.
Journal ArticleDOI

Research on the heat dissipation performance of battery pack based on forced air cooling

TL;DR: In this paper, the authors investigated the heat dissipation performance of different airflow duct modes, and found that the bottom duct was more superior to the upper duct in terms of heat dissipation performance.
Posted Content

A hybrid MPI-OpenMP scheme for scalable parallel pseudospectral computations for fluid turbulence

TL;DR: In this paper, a hybrid scheme that utilizes MPI for distributed memory parallelism and OpenMP for shared-memory parallelism is presented, motivated by the desire to achieve exceptionally high Reynolds numbers in pseudospectral computations of fluid turbulence.
Related Papers (5)
Trending Questions (1)
What studies have been performed that use CUDA for a dynamics simulation and compare performance to serial implementation?

The paper discusses parallel performance analysis of heat and fluid flow using CUDA, comparing speedup with OpenMP, showing significant improvement in computational efficiency with GPU acceleration.