ENH: update tutorials to nre emissivity look up

This commit is contained in:
sergio
2011-02-21 17:16:15 +00:00
parent 1ca7097ad6
commit 6b1adaf52b
9 changed files with 26 additions and 13 deletions

View File

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

View File

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