ENH: Changing boundaryRadiationProperties to read an scalar when a lookup mode is used for boudanry radiation properties.

Tutorials updated accordingly
This commit is contained in:
sergio
2016-05-31 08:42:07 -07:00
parent b7ee80c926
commit c9e872b3bc
12 changed files with 34 additions and 30 deletions

View File

@ -19,8 +19,8 @@ FoamFile
".*"
{
mode lookup;
emissivity uniform 1.0;
absorptivity uniform 0.0;
emissivity 1.0;
absorptivity 0.0;
}
// ************************************************************************* //