ENH: Tutorials - updates

This commit is contained in:
Andrew Heather
2016-04-26 14:32:19 +01:00
parent a7dcf8fc61
commit 16dfd33db8
123 changed files with 153 additions and 146 deletions

View File

@ -20,7 +20,7 @@ internalField uniform 0;
boundaryField
{
".*"
".*"
{
type boundaryRadiation;
mode lookup;
@ -33,6 +33,11 @@ boundaryField
mode solidRadiation;
value uniform 0;
}
"procBoundary.*"
{
type processor;
value $internalField;
}
}
// ************************************************************************* //

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.2.2 |
| \\ / O peration | Version: plus |
| \\ / A nd | Web: www.OpenFOAM.com |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/