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

How to set uniform heating boundary condition?

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 11, 2012, 10:09
Default How to set uniform heating boundary condition?
  #1
Member
 
Sangeeta
Join Date: Jul 2012
Location: Kingston, Canada
Posts: 70
Rep Power: 13
Sargam05 is on a distinguished road
Hello everyone,

I would like to specify uniform heating boundary condition in 0/T file. In my case, an initially unreformed cube is subjected to a uniform temperature rise ΔT = T - Tr (there is no body forces). Tractions are zero at all cube surfaces.

It is 3D problem. I have taken a quarter geometry (with 3 symmetry planes).

Following are the boundary conditions

0/T

FoamFile
{
version 2.0;
format ascii;
class volScalarField;
object T;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 0 0 1 0 0 0];

internalField uniform 0;

boundaryField
{

left
{
type symmetryPlane;
}
right
{
type fixedValue;
value uniform 100;
}
top
{
type fixedValue;
value uniform 100;
}
bottom
{
type symmetryPlane;
}
front
{
type fixedValue;
value uniform 100;
}
back
{
type symmetryPlane;
}

}


0/D

FoamFile
{
version 2.0;
format ascii;
class volVectorField;
object D;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

dimensions [0 1 0 0 0 0 0];

internalField uniform (0 0 0);

boundaryField
{
left
{
type symmetryPlane;
}
right
{
type tractionDisplacement;
traction uniform (0 0 0);
pressure uniform 0;
value uniform (0 0 0);
}
top
{
type tractionDisplacement;
traction uniform (0 0 0);
pressure uniform 0;
value uniform (0 0 0);
}
bottom
{
type symmetryPlane;
}
front
{
type tractionDisplacement;
traction uniform (0 0 0);
pressure uniform 0;
value uniform (0 0 0);
}
back
{
type symmetryPlane;
}



}


I have taken initial temp. = 0, and final or heating temp.= 100. Does these are the correct boundary condition for uniform heating?

Does anyone have any idea about this?

Thanks in advance.
Sangeeta

Sargam05 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
[swak4Foam] Air Conditioned room groovyBC Sebaj OpenFOAM Community Contributions 7 October 31, 2012 14:16
turbulent jet simulation antonio_ing OpenFOAM Running, Solving & CFD 5 September 16, 2010 02:31
asking for Boundary condition in FLUENT Destry FLUENT 0 July 27, 2010 00:55
Slip boundary condition what is inside normunds OpenFOAM Running, Solving & CFD 2 June 4, 2007 06:45
Convective Heat Transfer - Heat Exchanger Mark CFX 6 November 15, 2004 15:55


All times are GMT -4. The time now is 22:47.