Better bounding on topo change
[foam-extend-3.2.git] / tutorials / coupled / conjugateHeatSimpleFoam / conjugateCavity / constant / radiationProperties
blob32f6ce0b2619a42e4bd07c7ee359177b01495ad0
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 noRadiation
25 P1Coeffs
29 absorptionEmissionModel constantAbsorptionEmission;
31 constantAbsorptionEmissionCoeffs
33     a              a      [ 0 -1  0  0  0  0  0] 0.0;
34     e              e      [ 0 -1  0  0  0  0  0] 0.0;
35     E              E      [ 1 -1 -3  0  0  0  0] 0.0;
38 scatterModel constantScatter;
40 constantScatterCoeffs
42     sigma          sigma  [ 0 -1  0  0  0  0  0] 0.1;
43     C              C      [ 0  0  0  0  0  0  0] 0.0;
46 solverFreq 1;
48 // ************************************************************************* //