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 \*---------------------------------------------------------------------------*/
15 object radiationProperties;
17 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
33 nPhi 3; // azimuthal angles in PI/2 on X-Y.(from Y to X)
34 nTheta 6; // polar angles in PI (from Z to X-Y plane)
35 convergence 1e-4; // convergence criteria for radiation iteration
36 maxIter 4; // maximum number of iterations
39 // Number of flow iterations per radiation iteration
42 //absorptionEmissionModel constantAbsorptionEmission;
43 absorptionEmissionModel greyMeanAbsorptionEmission;
45 constantAbsorptionEmissionCoeffs
47 a a [ 0 -1 0 0 0 0 0 ] 0.01;
48 e e [ 0 -1 0 0 0 0 0 ] 0.01;
49 E E [ 1 -1 -3 0 0 0 0 ] 0;
52 greyMeanAbsorptionEmissionCoeffs
54 lookUpTableFileName none;
60 Tcommon 300; //Common Temp
61 invTemp true; //Is the polynomio using inverse temperature.
63 Thigh 2000; //High Temp
65 loTcoeffs //coefss for T < Tcommon
74 hiTcoeffs //coefss for T > Tcommon
142 scatterModel constantScatter;
144 constantScatterCoeffs
146 sigma sigma [ 0 -1 0 0 0 0 0 ] 0;
147 C C [ 0 0 0 0 0 0 0 ] 0;
151 // ************************************************************************* //