74 lines
1.7 KiB
Text
74 lines
1.7 KiB
Text
|
/*--------------------------------*- C++ -*----------------------------------*\
|
||
|
| ========= | |
|
||
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
||
|
| \\ / O peration | Version: 1.6 |
|
||
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
||
|
| \\/ M anipulation | |
|
||
|
\*---------------------------------------------------------------------------*/
|
||
|
FoamFile
|
||
|
{
|
||
|
version 2.0;
|
||
|
format ascii;
|
||
|
class dictionary;
|
||
|
location "constant";
|
||
|
object radiationProperties;
|
||
|
}
|
||
|
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||
|
|
||
|
radiation on;
|
||
|
|
||
|
solverFreq 1;
|
||
|
|
||
|
radiationModel P1;
|
||
|
|
||
|
noRadiation
|
||
|
{
|
||
|
}
|
||
|
|
||
|
P1Coeffs
|
||
|
{
|
||
|
C C [ 0 0 0 0 0 0 0 ] 0;
|
||
|
}
|
||
|
|
||
|
absorptionEmissionModel binaryAbsorptionEmission;
|
||
|
|
||
|
binaryAbsorptionEmissionCoeffs
|
||
|
{
|
||
|
model1
|
||
|
{
|
||
|
absorptionEmissionModel constantAbsorptionEmission;
|
||
|
constantAbsorptionEmissionCoeffs
|
||
|
{
|
||
|
a a [ 0 -1 0 0 0 0 0 ] 0.5;
|
||
|
e e [ 0 -1 0 0 0 0 0 ] 0.5;
|
||
|
E E [ 1 -1 -3 0 0 0 0 ] 0;
|
||
|
}
|
||
|
}
|
||
|
model2
|
||
|
{
|
||
|
absorptionEmissionModel cloudAbsorptionEmission;
|
||
|
cloudAbsorptionEmissionCoeffs
|
||
|
{
|
||
|
cloudNames
|
||
|
(
|
||
|
coalCloud1
|
||
|
limestoneCloud1
|
||
|
);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
scatterModel cloudScatter;
|
||
|
|
||
|
cloudScatterCoeffs
|
||
|
{
|
||
|
cloudNames
|
||
|
(
|
||
|
coalCloud1
|
||
|
limestoneCloud1
|
||
|
);
|
||
|
}
|
||
|
|
||
|
|
||
|
// ************************************************************************* //
|