Skip to content
Snippets Groups Projects
Commit 58513c63 authored by Andrew Heather's avatar Andrew Heather
Browse files

ENH: Tutorial updates

parent f84c4ba8
Branches
Tags
No related merge requests found
......@@ -26,10 +26,12 @@ boundaryField
inlet
{
type calculated;
value $internalField;
}
outlet
{
type calculated;
value $internalField;
}
wall
{
......@@ -38,6 +40,7 @@ boundaryField
//value $internalField;
type calculated;
value $internalField;
}
}
......
......@@ -34,6 +34,11 @@ boundaryField
absorptivity uniform 1.0;
transmissivity uniform 0.0;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //
......@@ -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;
}
}
// ************************************************************************* //
......@@ -28,6 +28,11 @@ boundaryField
absorptivity uniform 0.0;
value uniform 0.0;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment