ENH: Tutorial updates

This commit is contained in:
Andrew Heather
2016-04-26 15:04:42 +01:00
parent f84c4ba8a2
commit 41f52d8425
3 changed files with 16 additions and 2 deletions

View File

@ -34,6 +34,11 @@ boundaryField
absorptivity uniform 1.0;
transmissivity uniform 0.0;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //

View File

@ -20,18 +20,22 @@ internalField uniform 0;
boundaryField
{
".*"
".*"
{
type boundaryRadiation;
mode lookup;
emissivity uniform 1.0;
value uniform 0;
}
frontAndBack
{
type empty;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //

View File

@ -28,6 +28,11 @@ boundaryField
absorptivity uniform 0.0;
value uniform 0.0;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //