|
[Sponsors] |
September 25, 2006, 03:34 |
Hi,
I would like to know wh
|
#1 |
New Member
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17 |
Hi,
I would like to know which solver to use with the following case : imagine the sample case of icoFoam, with which you impose a temperature at the top wall and a second different temperature at the bottom. Many thanks in advance. Frederic |
|
September 25, 2006, 09:53 |
Thanks a lot. I will have a lo
|
#2 |
New Member
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17 |
Thanks a lot. I will have a look to that case, and the example within those cases.
Regards, Frédéric |
|
September 25, 2006, 12:58 |
I guess you can always add a t
|
#3 |
Senior Member
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17 |
I guess you can always add a thermal energy equation to icoFoam and call icoThermalFoam or something. That would be a nice addition.
|
|
September 25, 2006, 15:11 |
I am guessing you are trying t
|
#4 |
New Member
Badri Velamur Asokan
Join Date: Mar 2009
Location: Oak Ridge, TN
Posts: 7
Rep Power: 17 |
I am guessing you are trying to solve the RB-convection kind of problems. If yes, I do have a code that solves the problem. Can pass it on iff you desire.
Badri |
|
October 2, 2006, 14:43 |
Hi Badri,
You offering a pi
|
#5 |
Senior Member
Jens Klostermann
Join Date: Mar 2009
Posts: 117
Rep Power: 17 |
Hi Badri,
You offering a piece of code for RB-convection kind of problems. I would be very interstest in this piece. Jens |
|
November 30, 2006, 08:26 |
Hi Badri,
I read your post
|
#6 |
New Member
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17 |
Hi Badri,
I read your post few days ago. Since I am a new user, could you send me the files fvScheme and fvSolution that correspond to your RB code ? (in the solvers directory, as well as in the working directory) Many thanks in advance. This is to be sure I am doing the right things. Regards, Fred |
|
November 30, 2006, 11:49 |
Hi Fred,
This is how the fvSc
|
#7 |
New Member
Badri Velamur Asokan
Join Date: Mar 2009
Location: Oak Ridge, TN
Posts: 7
Rep Power: 17 |
Hi Fred,
This is how the fvScheme and fvSolution looks like. This is really a rudimentary code though but since you are learning, this is a good start. PS: I think these are the right ones. --Badri -------------------PASTED CODE------------------ ddtSchemes { default Euler; } gradSchemes { default Gauss linear; grad(p) Gauss linear; } divSchemes { default none; div(phi,U) Gauss linear; div(phi,T) Gauss linear; } laplacianSchemes { default none; laplacian(Pr,U) Gauss linear corrected; laplacian(1|A(U),p) Gauss linear corrected; laplacian(DT,T) Gauss linear corrected; } interpolationSchemes { default linear; interpolate(HbyA) linear; } snGradSchemes { default corrected; } fluxRequired { default no; p; } ------------------fvSolution------------------- solvers { p ICCG 1e-06 0; U BICCG 1e-05 0; T BICCG 1e-05 0; } PISO { nCorrectors 2; nNonOrthogonalCorrectors 0; pRefCell 0; pRefValue 0; } |
|
December 5, 2006, 10:56 |
Hi,
Sorry to be so borring,
|
#8 |
New Member
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17 |
Hi,
Sorry to be so borring, but the temperature is not a parameter that I can set up on a boundary. In which file is it to declare ? Thanks in advance, Fred |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Divergence detected in AMG Solver:TEMPERATURE | Sachin Nimbalkar | FLUENT | 34 | May 9, 2018 02:58 |
divergence detected in AMG solver: temperature | zambroa | FLUENT | 4 | September 11, 2009 11:06 |
" Divergence detected in AMG solver: temperature" | Suman | FLUENT | 4 | September 11, 2009 10:31 |
Divergencr in AMG solver: temperature | shashikant | FLUENT | 1 | July 10, 2006 13:38 |