GPU-Accelerated Fluid Dynamics - Petr Kodl | Podcast #121

preview_player
Показать описание


Hear Petr Kodl from Siemens talk about GPU-enabled acceleration of CFD simulation.

Representation of the benefits of running Simcenter STAR-CCM+ on GPUs provides computational fluid dynamics (CFD) capabilities to go faster while modeling the complexity. One of the constant challenges for computational fluid dynamics (CFD) engineers is to have a good level of simulation throughput.

CPUs, ARM, GPUs: In times of an increasingly heterogeneous hardware landscape, there are many choices, and simulation engineers need to identify the hardware that best fits their current needs.

ONLINE PRESENCE
================

SUPPORT MY WORK
=================

CONTACT:
————————

#gpu
#engineering
#fluidmechanics

Podcast Recorded: March, 4th 2024 - Subscriber Release Count: 31,484.
Рекомендации по теме
Комментарии
Автор

Fantastic job, Jousef. Thanks for making this podcast.

Ashwah
Автор

This is one of the best talks in this podcast series. Much appreciation

alialabed
Автор

You should divide these podcasts into shorter videos based on the conversation topics. Would be easier to find topics we want to learn. Thanks for the content.

carlosegea
Автор

Hey am working on a project in which I have to generate 1 crore mesh approximately. Best way to increase simulation speed? Meshing is also taking lot of time.

deepankersingh
Автор

Very interesting interview and crucial questions were raised. I am working with OpenFOAM and experience a mixed feelings since it runs exclusively on CPU. As I understand GPU foremost is exclusively used for computer graphics calculations, and CFD engineers has spotted its usefulness just to do number crunching for linear algebra. CPU are too overcompilated and low parallelism, and designed primary to run a complex logic for e.g. OS, it can do number crunching but parallelisation and memory bandwith is the bottleneck. Maybe in the future it will be a new Unit (chip) that do specifically number crunching, as a result a third main chip in your computer, who knows... I am personally struggling with all of this because you need to know to much to do some decent code, most likely it will be a custom code without using any commercial software. It would be interesting to ask Petr Kodl why exactly StarCMM+ is used? why not OpenFOAM?

baho
Автор

I can only imagine the development cost to port a bloated 7 million line legacy CPU code to GPU, especially when the original authors are long retired. Porting is always troublesome as you're biased toward the old implementation and tend to overlook critical code optimization techniques specific to the new hardware. Siemens will need many years to catch up with modern native (multi-)GPU codes, if they can ever achieve acceptable compute efficiency all.

ProjectPhysX