CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

Which solver for temperature

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 25, 2006, 02:34
Default Hi, I would like to know wh
  #1
New Member
 
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17
fred is on a distinguished road
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
fred is offline   Reply With Quote

Old   September 25, 2006, 08:53
Default Thanks a lot. I will have a lo
  #2
New Member
 
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17
fred is on a distinguished road
Thanks a lot. I will have a look to that case, and the example within those cases.

Regards,

Frédéric
fred is offline   Reply With Quote

Old   September 25, 2006, 11:58
Default I guess you can always add a t
  #3
Senior Member
 
Billy
Join Date: Mar 2009
Posts: 167
Rep Power: 17
billy is on a distinguished road
I guess you can always add a thermal energy equation to icoFoam and call icoThermalFoam or something. That would be a nice addition.
billy is offline   Reply With Quote

Old   September 25, 2006, 14:11
Default 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
badri1979 is on a distinguished road
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
badri1979 is offline   Reply With Quote

Old   October 2, 2006, 13:43
Default Hi Badri, You offering a pi
  #5
Senior Member
 
Jens Klostermann
Join Date: Mar 2009
Posts: 117
Rep Power: 17
jens_klostermann is on a distinguished road
Hi Badri,

You offering a piece of code for RB-convection kind of problems. I would be very interstest in this piece.

Jens
jens_klostermann is offline   Reply With Quote

Old   November 30, 2006, 07:26
Default Hi Badri, I read your post
  #6
New Member
 
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17
fred is on a distinguished road
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
fred is offline   Reply With Quote

Old   November 30, 2006, 10:49
Default 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
badri1979 is on a distinguished road
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;
}
badri1979 is offline   Reply With Quote

Old   December 5, 2006, 09:56
Default Hi, Sorry to be so borring,
  #8
New Member
 
Frédéric
Join Date: Mar 2009
Posts: 18
Rep Power: 17
fred is on a distinguished road
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
fred is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Divergence detected in AMG Solver:TEMPERATURE Sachin Nimbalkar FLUENT 34 May 9, 2018 01:58
divergence detected in AMG solver: temperature zambroa FLUENT 4 September 11, 2009 10:06
" Divergence detected in AMG solver: temperature" Suman FLUENT 4 September 11, 2009 09:31
Divergencr in AMG solver: temperature shashikant FLUENT 1 July 10, 2006 12:38


All times are GMT -4. The time now is 16:53.