|
[Sponsors] |
How to set uniform heating boundary condition? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 11, 2012, 11:09 |
How to set uniform heating boundary condition?
|
#1 |
Member
Sangeeta
Join Date: Jul 2012
Location: Kingston, Canada
Posts: 70
Rep Power: 14 |
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 |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[swak4Foam] Air Conditioned room groovyBC | Sebaj | OpenFOAM Community Contributions | 7 | October 31, 2012 15:16 |
turbulent jet simulation | antonio_ing | OpenFOAM Running, Solving & CFD | 5 | September 16, 2010 03:31 |
asking for Boundary condition in FLUENT | Destry | FLUENT | 0 | July 27, 2010 01:55 |
Slip boundary condition what is inside | normunds | OpenFOAM Running, Solving & CFD | 2 | June 4, 2007 07:45 |
Convective Heat Transfer - Heat Exchanger | Mark | CFX | 6 | November 15, 2004 16:55 |