initial commit for version 1.6.x patch release
[OpenFOAM-1.6.x.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / constant / radiationProperties
blob0721494f2dbe936c39667e94e4e2eea8ed5115f7
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
4 |  \\    /   O peration     | Version:  1.6                                   |
5 |   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     location    "constant";
14     object      radiationProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
18 radiation       on;
20 radiationModel  P1;
22 noRadiation
26 P1Coeffs
30 // Number of flow iterations per radiation iteration
31 solverFreq 1;
33 absorptionEmissionModel constantAbsorptionEmission;
35 constantAbsorptionEmissionCoeffs
37     a               a [ 0 -1 0 0 0 0 0 ] 0.5;
38     e               e [ 0 -1 0 0 0 0 0 ] 0.5;
39     E               E [ 1 -1 -3 0 0 0 0 ] 0;
42 scatterModel    constantScatter;
44 constantScatterCoeffs
46     sigma           sigma [ 0 -1 0 0 0 0 0 ] 0;
47     C               C [ 0 0 0 0 0 0 0 ] 0;
51 // ************************************************************************* //