fixed writing out entries in advective bc
[OpenFOAM-1.6-ext.git] / tutorials / heatTransfer / buoyantSimpleRadiationFoam / hotRadiationRoom / constant / radiationProperties
blob685eb42d00e6d85ef3c1db6b77e5a86933abfcdb
1 /*--------------------------------*- C++ -*----------------------------------*\
2 | =========                 |                                                 |
3 | \\      /  F ield         | OpenFOAM Extend Project: Open Source CFD        |
4 |  \\    /   O peration     | Version:  1.6-ext                               |
5 |   \\  /    A nd           | Web:      www.extend-project.de                 |
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 // ************************************************************************* //