|
[Sponsors] |
Should I focus on explicit or implicit solvers for transient simulations? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 10, 2021, 20:48 |
Should I focus on explicit or implicit solvers for transient simulations?
|
#1 |
Senior Member
Sayan Bhattacharjee
Join Date: Mar 2020
Posts: 495
Rep Power: 8 |
My home cooked solvers are explicit FVM compressible Euler solvers, since I like shockwaves, and explicit solvers are easy to optimize.
But naive implementation of explicit solvers turn out to be slow as heck. Using local timestepping and geometric multigrid acceleration seemed to help improve the performance very much. However, implicit solvers seem to be very fast even without multigrid acceleration, and we have the added advantage of CFL acceleration. Should I focus on writing explicit or implicit solvers since my areas of interest all have transient physics? My areas of interest are : rocket engine combustion, supersonic and hypersonic aerodynamics, supercavitating ammunition design |
|
April 11, 2021, 08:31 |
|
#2 |
Senior Member
Arjun
Join Date: Mar 2009
Location: Nurenberg, Germany
Posts: 1,290
Rep Power: 34 |
I am actually thinking that multi-time stepping explict solvers may be better specially they are easy to make parallel efficient.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implicit and Explicit finite difference discretization of steady state heat conductio | granzer | Main CFD Forum | 14 | May 3, 2019 16:24 |
Simulation of 2d heat conduction using iterative solvers in implicit and explicit met | BOBBY R | System Analysis | 2 | April 25, 2019 02:09 |
Explicit and implicit and selection criteria of time steps | hellsblade.91 | FLUENT | 6 | January 5, 2018 09:19 |
wallFilm-solver: explicit or implicit? | fsch1 | OpenFOAM Running, Solving & CFD | 0 | December 19, 2016 05:05 |
Switching to implicit scheme after explicit startup | Obad | Main CFD Forum | 1 | November 21, 2016 11:30 |