TUT: minor update

This commit is contained in:
Andrew Heather 2017-05-22 13:37:51 +01:00
parent db5348880e
commit 009f8df176
2 changed files with 26 additions and 2 deletions

View File

@ -24,8 +24,6 @@ boundaryField
{ {
type MarshakRadiation; type MarshakRadiation;
T T; T T;
emissivityMode lookup;
emissivity uniform 1.0;
value uniform 0; value uniform 0;
} }

View File

@ -0,0 +1,26 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class dictionary;
location "constant";
object boundaryRadiationProperties;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
".*"
{
mode lookup;
emissivity 1;
absorptivity 0;
}
// ************************************************************************* //