/*--------------------------------*- C++ -*----------------------------------*\
  =========                 |
  \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
   \\    /   O peration     | Website:  https://openfoam.org
    \\  /    A nd           | Version:  14
     \\/     M anipulation  |
\*---------------------------------------------------------------------------*/
FoamFile
{
    format      ascii;
    class       dictionary;
    location    "templates/materials/air";
    object      radiationProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //

radiationModel  none; // P1;

solverFreq 1;

absorptionEmissionModel constant;

constant
{
    absorptivity    0.5;
    emissivity      0.5;
    E               0;
}

scatterModel    none;

sootModel       none;

// ************************************************************************* //
