1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.org |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
14 object radiationProperties;
16 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
32 nPhi 4; // azimuthal angles in PI/2 on X-Y.(from Y to X)
33 nTheta 0; // polar angles in PI (from Z to X-Y plane)
34 convergence 1e-3; // convergence criteria for radiation iteration
35 maxIter 1; // maximum number of iterations
38 // Number of flow iterations per radiation iteration
41 absorptionEmissionModel greyMeanAbsorptionEmission;
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 greyMeanAbsorptionEmissionCoeffs
52 lookUpTableFileName none;
58 Tcommon 300; //Common Temp
59 invTemp true; //Is the polynomio using inverse temperature.
61 Thigh 2500; //High Temp
63 loTcoeffs //coefss for T < Tcommon
72 hiTcoeffs //coefss for T > Tcommon
139 scatterModel constantScatter;
141 constantScatterCoeffs
143 sigma sigma [ 0 -1 0 0 0 0 0 ] 0;
144 C C [ 0 0 0 0 0 0 0 ] 0;
148 // ************************************************************************* //