|
[Sponsors] | |||||
|
|
|
#1 |
|
New Member
Masoud Ami
Join Date: Sep 2013
Posts: 15
Rep Power: 14 ![]() |
Dear All!
Hello. Hope you are fine and happy. I am working on a case which is a vertical parallel plates channel. Walls are kept at different constant temperatures. I want to model turbulent radiation heat transfer in this geometery. I wanted to know which boundary conditions i must use. I have to model the medium as participating and I want to change wall emissivities, optical thickness and scattering albedo in order to get results. I wanted to know what the difference between Marshak radiation b.c. and greydiffusive radiation b.c. is. I should assume that walls are gray and diffusive (and also the medium) but I am somehow confused about these b.cs in openFOAM. I would be really grateful if you please help me with this. Thank you very much. Mas |
|
|
|
|
|
|
|
|
#2 |
|
New Member
Pedro
Join Date: Dec 2014
Posts: 9
Rep Power: 12 ![]() |
Hi,
Could you find a detailed explanation for this? |
|
|
|
|
|
|
|
|
#3 |
|
Senior Member
Alex
Join Date: Oct 2013
Posts: 337
Rep Power: 23 ![]() |
Hi all!
·MarshakRadiation (Do not click here if you do not want to learn where to find info on your own!) Code:
Group
grpThermoBoundaryConditions
Description
A 'mixed' boundary condition that implements a Marshak condition for the
incident radiation field (usually written as G)
The radiation temperature is retrieved from the mesh database, using a
user specified temperature field name.
\heading Patch usage
\table
Property | Description | Required | Default value
T | temperature field name | no | T
\endtable
Example of the boundary condition specification:
\verbatim
myPatch
{
type MarshakRadiation;
T T;
value uniform 0;
}
\endverbatim
Code:
Description
This boundary condition provides a grey-diffuse condition for radiation
intensity, \c I, for use with the finite-volume discrete-ordinates model
(fvDOM), in which the radiation temperature is retrieved from the
temperature field boundary condition.
\heading Patch usage
\table
Property | Description | Required | Default value
T | temperature field name | no | T
emissivityMode | emissivity mode: solidThermo or lookup | yes |
\endtable
Example of the boundary condition specification:
\verbatim
myPatch
{
type greyDiffusiveRadiation;
T T;
emissivityMode solidThermo;
value uniform 0;
}
\endverbatim
Code:
Description
This boundary condition provides a grey-diffuse condition for radiative
heat flux, \c Qr, for use with the view factor model
\heading Patch usage
\table
Property | Description | Required | Default value
Qro | external radiative heat flux | yes |
emissivityMode | emissivity mode: solidThermo or lookup | yes |
\endtable
Example of the boundary condition specification:
\verbatim
myPatch
{
type greyDiffusiveRadiationViewFactor;
Qro uniform 0;
emissivityMode solidThermo;
value uniform 0;
}
\endverbatim
Code:
find $FOAM_SRC -name Marshak* Code:
find $FOAM_SRC -name greyDiffusive* Regards, Alex
__________________
Web site where I present my Master's Thesis: foamingtime.wordpress.com The case I talk about in this site was solved with chtMultiRegionSimpleFoam solver and involves radiation. Some basic tutorials are also resolved step by step in the web. If you are interested in these matters, you are invited to come in!
|
|
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| non reflective boundary conditions for incompresible flow | Pascal_doran | OpenFOAM Programming & Development | 16 | August 25, 2015 06:35 |
| inlet boundary conditions | newOFuser | OpenFOAM | 1 | January 10, 2013 09:08 |
| CFX doesn't continue calculation... | mactech001 | CFX | 6 | November 15, 2009 22:25 |
| Concentric tube heat exchanger (Air-Water) | Young | CFX | 5 | October 7, 2008 00:17 |
| Please help with flow around car modelling! | Tudor Miron | CFX | 17 | March 19, 2004 20:23 |