|
[Sponsors] |
What's the difference between a linear and a nonlinear solver? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
February 4, 2010, 19:46 |
What's the difference between a linear and a nonlinear solver?
|
#1 |
Member
|
Recently I met with these two names.
I think that should be an easy question. I search this forum but cannot find the answer. Could anyone answer that? |
|
February 5, 2010, 08:11 |
|
#2 |
New Member
Join Date: Oct 2009
Posts: 29
Rep Power: 17 |
I think a non-linear solver uses a newton-raphson like iterative solver. That is at each iteration you need to find the jacobian of the solution matrix.
If the solution matrix is dependent on the the fluid states, example the pressure is dependent on the temperature field (typical compressible flow), you need this type of solvers. In that case you need to supply the equation of state. In incompressible flow, the coefficient matrix are not strongly dependent on the (thermodynamic) states of the flow variables, so linear solvers suffices. My 5 cents Cheers |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Getting too many iterations by velocity solving (aborting). Changing U - Solver? | suitup | OpenFOAM Running, Solving & CFD | 0 | January 20, 2010 08:45 |
desperate Fatal overflow in linear solver - transient | kingjewel1 | CFX | 9 | January 5, 2010 14:53 |
Linear system solver | elias | FLUENT | 0 | November 19, 2008 10:30 |
solver for linear system with large sparse matrix | Yangang Bao | Main CFD Forum | 1 | October 25, 1999 05:22 |