|
[Sponsors] |
December 27, 2016, 02:12 |
PCG solver
|
#1 |
New Member
parth chavan
Join Date: Jul 2015
Posts: 5
Rep Power: 11 |
Dear all Foamers,
To simulate the nozzle flow with steady state condition, I am finding difficulties. I already have utilised more number of days than usually required to solve such problem. Finally I changed my solver from smooth to PCG with DIC conditioning and my problem ran for 500 iterations. I simply changed my solver from smooth to PCG. I want to know what is Preconditioned Conjugate Gradient regarding CFD and where I can employ these solvers.(in short I would like to know the applications of solvers present in openFoam) Any help will be much appreciated. Thanks. |
|
May 20, 2022, 11:04 |
|
#2 |
Member
Uttam
Join Date: May 2020
Location: Southampton, United Kingdom
Posts: 35
Rep Power: 6 |
Conjugate gradient solvers are typically an accelerated gradient descent solver. It is used for solving the system of linear equations Ax = b which is encountered after discretisation of the domain and applying boundary conditions. The pre-conditioning is sort of a way to ensure faster convergence. Basically the pre-conditioner is useful for systems that have a large condition number (condition number is the ratio of the largest to the smallest eigenvalue of a system of equations). Having a large condition number means that the magnitude of the gradient in each step is small thereby requiring a lot of iterations to converge. Actually for a steady state problem, you can use the GAMG (geometric agglomerated algebraic multi grid solver).
|
|
Tags |
dic, openfoam, pcg, smoother., solvers |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
compressible solver rhosimplefoam "sigFe" error | ruby_nuaa | OpenFOAM Running, Solving & CFD | 5 | January 8, 2019 20:36 |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
3d vof | Smaras | FLUENT | 2 | February 19, 2013 07:58 |
Quarter Burner mesh with periosic condition | SamCanuck | FLUENT | 2 | August 31, 2011 12:34 |
why the solver reject it? Anyone with experience? | bearcat | CFX | 6 | April 28, 2008 15:08 |