|
[Sponsors] |
February 13, 2007, 14:29 |
Hi,
I have two ducts separa
|
#1 |
New Member
Helmut Roth
Join Date: Mar 2009
Posts: 23
Rep Power: 17 |
Hi,
I have two ducts separated by a solid slab. I solve fluid flow in the ducts (on sub meshes) and use the resulting velocities to solve temperature on the whole mesh. The inlets and exterior walls all have fixed value boundary conditions, while the outlets have zero gradient conditions. There is a jump discontinuity where the duct inlets(300K) meet the slab(400K). In the ducts, near the inlets, I get temperatures (291<T<300) below the lowest boundary value. Any ideas? Thanks, Helmut |
|
February 13, 2007, 14:56 |
Add some non-orthogonal correc
|
#2 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Add some non-orthogonal correctors - if you remember, I've sent you an E-mail on this a while back.
Regards, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
February 13, 2007, 15:16 |
Hello Helmut,
Forgot to men
|
#3 |
Senior Member
Hrvoje Jasak
Join Date: Mar 2009
Location: London, England
Posts: 1,907
Rep Power: 33 |
Hello Helmut,
Forgot to mention: the unboundedness you mention is due to the non-orthogonal correction in the Laplacian. If you feel your mesh should be orthogonal, you can remove the unboundedness by using the following setting for the equation in system/fvSchemes - it specifies that the non-orthogonal correction will not be added: laplacianSchemes { laplacian(gamma,T) Gauss linear uncorrected; } (please adjust the name of the laplacian, I cannot guess it). Also, just using a uniform initial guess for T will help very much - if I remember correctly, you are starting with a step-profile. Sorry for my forgetfulness, Hrv
__________________
Hrvoje Jasak Providing commercial FOAM/OpenFOAM and CFD Consulting: http://wikki.co.uk |
|
February 13, 2007, 15:49 |
Hi Hrv,
Thanks for the sugg
|
#4 |
New Member
Helmut Roth
Join Date: Mar 2009
Posts: 23
Rep Power: 17 |
Hi Hrv,
Thanks for the suggestions. I'm using a uniform initial temperature, having seen the folly of the step-profile earlier (thanks!). The mesh should be orthogonal (rectangular blocks and simple uniform grading). Anyway, I tried with some nonorthogonal correction, as in your first reply above, and then using Gauss linear uncorrected laplacian schemes, as suggested next. Same results. H. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
zero temperatures | Georg | CFX | 1 | December 1, 2008 17:19 |
Solve for two or more "Temperatures" | Rui | CFX | 12 | September 9, 2008 22:58 |
Two different inlets | lasb | OpenFOAM Running, Solving & CFD | 2 | August 3, 2007 10:09 |
unrealistic temperatures | Sudipto Mukhopadhyay | FLUENT | 3 | April 1, 2007 12:10 |
extreme temperatures | Andrew Garrard | FLUENT | 3 | October 17, 2006 11:36 |