Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / constant / radiationProperties
blob26e5de83d43014ab47ed764b3185b996fc313529
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | foam-extend: Open Source CFD                    |
4 |  \\    /   O peration     | Version:     3.2                                |
5 |   \\  /    A nd           | Web:         http://www.foam-extend.org         |
6 |    \\/     M anipulation  |                                                 |
7 \*---------------------------------------------------------------------------*/
8 FoamFile
10     version     2.0;
11     format      ascii;
12     class       dictionary;
13     object      environmentalProperties;
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 radiation      on;
19 radiationModel P1;
21 solverFreq     5;
23 noRadiation
27 P1Coeffs
31 absorptionEmissionModel constantAbsorptionEmission;
33 constantAbsorptionEmissionCoeffs
35     a              a      [ 0 -1  0  0  0  0  0] 0.5;
36     e              e      [ 0 -1  0  0  0  0  0] 0.5;
37     E              E      [ 1 -1 -3  0  0  0  0] 0.0;
40 scatterModel constantScatter;
42 constantScatterCoeffs
44     sigma          sigma  [ 0 -1  0  0  0  0  0] 0.0;
45     C              C      [ 0  0  0  0  0  0  0] 0.0;
48 // ************************************************************************* //