CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Pre-Processing

Why I don't get the temp gradient in a simple heat conduction case?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 1, 2013, 15:16
Default Why I don't get the temp gradient in a simple heat conduction case?
  #1
New Member
 
Join Date: Feb 2013
Posts: 15
Rep Power: 13
zania is on a distinguished road
Hello

I modified the flange tutorial to get the temp gradient through a simple rectangle.
I only get the temp red in the down side and the rest is all blue (Itried viewing section).
What is my mistake?
Thanks


application laplacianFoam; (I also tried leaving out the time term)



object T;
---------------
dimensions [0 0 0 1 0 0 0];

internalField uniform 293;
boundaryField
{
frontAndBack
{
type zeroGradient;
}
up
{
type fixedValue;
value uniform 293;
}
leftLet
{
type zeroGradient;
}
rightLet
{
type zeroGradient;
}
down
{
type fixedValue;
value uniform 313;
}
}
zania is offline   Reply With Quote

Old   May 7, 2013, 03:17
Default
  #2
New Member
 
Join Date: Feb 2013
Posts: 15
Rep Power: 13
zania is on a distinguished road
I got it running by modifying the Allrun file
zania 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
Heat transfer (conduction) between two pipes shields FLUENT 14 February 3, 2016 07:45
A simple tube FSI case can't converge stickjohnson OpenFOAM 1 June 23, 2014 21:42
estimating temp. gradient from temp. field xiyuqiu Main CFD Forum 2 April 12, 2013 17:22
Simple heat conduction through a plate vasu OpenFOAM Running, Solving & CFD 0 May 18, 2006 03:01
Need help on simple CFD case. (using CFD-ACE+) Sean Main CFD Forum 1 September 30, 2005 10:05


All times are GMT -4. The time now is 13:30.