1 /*--------------------------------*- C++ -*----------------------------------*\
3 | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
4 | \\ / O peration | Version: 2.0.0 |
5 | \\ / A nd | Web: www.OpenFOAM.com |
6 | \\/ M anipulation | |
7 \*---------------------------------------------------------------------------*/
15 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
17 dimensions [1 0 -3 0 0 0 0];
19 internalField uniform 0;
25 type greyDiffusiveRadiation;
27 emissivityMode lookup;
28 emissivity uniform 1.0;
33 // ************************************************************************* //