1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | foam-extend: Open Source CFD |
4 | \\ / O peration | Version: 3.0 |
5 | \\ / A nd | Web: http://www.extend-project.de |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object radiationProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 nPhi 3; // azimuthal angles in PI/2 on X-Y.(from Y to X)
33 nTheta 5; // polar angles in PI (from Z to X-Y plane)
34 convergence 1e-3; // convergence criteria for radiation iteration
35 maxIter 10; // maximum number of iterations
38 // Number of flow iterations per radiation iteration
41 absorptionEmissionModel constantAbsorptionEmission;
43 constantAbsorptionEmissionCoeffs
45 a a [ 0 -1 0 0 0 0 0 ] 0.01;
46 e e [ 0 -1 0 0 0 0 0 ] 0;
47 E E [ 1 -1 -3 0 0 0 0 ] 0;
50 scatterModel constantScatter;
54 sigma sigma [ 0 -1 0 0 0 0 0 ] 0;
55 C C [ 0 0 0 0 0 0 0 ] 0;
58 // ************************************************************************* //