|
[Sponsors] |
Is it possible to ignore conduction in a fluid zone? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 11, 2011, 15:03 |
Is it possible to ignore conduction in a fluid zone?
|
#1 |
New Member
Join Date: Jul 2010
Posts: 8
Rep Power: 16 |
I am using a UDF for this problem but my question isn't really about UDF functionality so I'm posting here.
I am modeling heat transfer and fluid flow in a high temperature participating medium, using a UDF and outside code for the radiation model. (The outside code computes radiation heat transfer and sends source terms to Fluent.) For bench-marking purposes, I wish to model radiation heat transfer between parallel infinite plates with a participating medium between. However, the bench-mark should only include radiation heat transfer, and ignore conduction in the participating medium, i.e. the fluid. Since I am providing Fluent with a source term for the energy equation (via the UDF), is there a way to tell Fluent to ignore conduction completely? I tried setting thermal conductivity of the gas to 0, but that just gives an error (Divergence detected in the temperature solver.) If i set the thermal conductivity to anything non-zero, the steady state solution will eventually converge based on the conduction, and I won't have a good radiation bench-mark. Why can't Fluent ignore conduction if I'm providing it a source term for the energy equation? |
|
August 11, 2011, 16:37 |
|
#2 |
Senior Member
|
Hi,
I think it's not weird to face convergence issues by eliminating conduction term; as you know, this term has dissipative role and by eliminating of that, small instabilities can easily grow without any damping; this issue is more probable by introducing source terms, especially explicit ones. Anyway, I think you may achieve convergence if you implement other dissipative schemes, such as second order upwind or reducing conductivity in some stages and also good initialization. Share your findings if you can solve this issue. Bests,
__________________
Amir Last edited by Amir; August 11, 2011 at 17:01. |
|
August 11, 2011, 17:50 |
|
#3 |
Senior Member
Micael
Join Date: Mar 2009
Location: Canada
Posts: 157
Rep Power: 18 |
Did you derivated the source term in respect to T? I mean, do you give any value for dS[eqn] ? That usually help stability.
|
|
August 11, 2011, 22:50 |
|
#4 |
New Member
Join Date: Jul 2010
Posts: 8
Rep Power: 16 |
Thanks for the advice, I neglected to mention that I'm also specifying zero velocity for this benchmark, so that make the problem of dissipation worse.
However, I have since found a suitable benchmark that includes radiation and conduction, so for now I'm pursuing that method as it seems more appropriate for Fluent. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] StitchMesh on two patches | anita | OpenFOAM Meshing & Mesh Conversion | 31 | April 4, 2013 12:51 |
[Commercial meshers] TGridFluent mesh with internal by prism layer and internal face for diagnostic | sponiar | OpenFOAM Meshing & Mesh Conversion | 2 | March 30, 2009 16:02 |
Fluid Zone Source of Z | Paul | FLUENT | 0 | July 31, 2007 15:55 |
how to define a local zone in whole fluid zone? | Lcw | FLUENT | 3 | September 21, 2004 09:33 |
Sliding mesh error | Karl Kevala | FLUENT | 4 | February 21, 2001 16:52 |