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 2; // azimuthal angles in PI/2 on X-Y.(from Y to X)
34 nTheta 2; // polar angles in PI (from Z to X-Y plane)
35 convergence 1e-3; // convergence criteria for radiation iteration
36 maxIter 10; // maximum number of iterations
39 // Number of flow iterations per radiation iteration
42 absorptionEmissionModel greyMeanAbsorptionEmission;
44 constantAbsorptionEmissionCoeffs
46 a a [ 0 -1 0 0 0 0 0 ] 0.1;
47 e e [ 0 -1 0 0 0 0 0 ] 0.1;
48 E E [ 1 -1 -3 0 0 0 0 ] 0;
51 greyMeanAbsorptionEmissionCoeffs
53 lookUpTableFileName none;
59 Tcommon 300; //Common Temp
60 invTemp true; //Is the polynomio using inverse temperature.
62 Thigh 2500; //High Temp
64 loTcoeffs //coefss for T < Tcommon
73 hiTcoeffs //coefss for T > Tcommon
140 scatterModel constantScatter;
142 constantScatterCoeffs
144 sigma sigma [ 0 -1 0 0 0 0 0 ] 0;
145 C C [ 0 0 0 0 0 0 0 ] 0;
149 // ************************************************************************* //