ENH: updated tutorial boundaryFoam/boundaryWallFunctionsProfile

This commit is contained in:
mattijs
2010-05-04 16:23:59 +01:00
parent 8420ff9e90
commit f39c200e02
10 changed files with 87 additions and 56 deletions

View File

@ -1,7 +1,7 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 1.6 |
| \\ / O peration | Version: splitCyclic |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
@ -15,7 +15,7 @@ FoamFile
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -1 0 0 0 0];
dimensions [ 0 2 -1 0 0 0 0 ];
internalField uniform 0;
@ -31,15 +31,18 @@ boundaryField
type nutkWallFunction;
value uniform 0;
}
frontBack
frontBack_half0
{
type cyclic;
value uniform 0;
}
defaultFaces
{
type empty;
}
frontBack_half1
{
type cyclic;
}
}