|
[Sponsors] |
July 16, 2009, 16:59 |
solver settings for reactingFoam
|
#1 |
New Member
Jerry Lee
Join Date: Jul 2009
Posts: 17
Rep Power: 17 |
Another newbie's question, if I may impose on the forum users.
I am running reactingFoam on OpenFoam 1.5. The reactingFoam I downloaded was developed in v1.4 and the system keeps conplaining the input found in fvSolution. I did the following to get it to work but am quite clueless if what I did was even close to being right. Any suggestions/comments will be grealy appreciated. The original settings solvers choice and setting are: solvers { rho ICCG 1e-06 0; U BICCG 1e-06 0; p ICCG 1e-09 0; Yi BICCG 1e-06 0; h BICCG 1e-06 0; k BICCG 1e-06 0; epsilon BICCG 1e-06 0; } and the one I put in to get it to work with v1.5 are: solvers { rho ICCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; U PBiCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; p PCG { preconditioner DIC; tolerance 1e-06; relTol 0; }; Yi PBiCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; h PBiCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; k PBiCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; epsilon PBiCG { preconditioner DILU; tolerance 1e-06; relTol 0; }; |
|
July 23, 2009, 11:19 |
|
#2 |
Member
David P. Schmidt
Join Date: Mar 2009
Posts: 72
Rep Power: 17 |
Jerry,
Looks equivalent to me, unless I am missing something. Note that for rho in reacting foam, the fvSolution settings don't really matter, since you get a diagonal system from rhoEqn.H: { solve(fvm::ddt(rho) + fvc::div(phi)); } -David |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Working directory via command line | Luiz | CFX | 4 | March 6, 2011 21:02 |
solver settings, residuals plateau for a long time | Mumawalde | CFX | 2 | December 17, 2007 09:49 |
Solver Settings For Round Jet? | Andrew | FLUENT | 0 | April 14, 2004 20:32 |
supersonic solver settings | Scott | FLUENT | 2 | March 26, 2004 03:05 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |