ENH: Updated boundaryFoam/boundaryWallFunctions tutorial

This commit is contained in:
mattijs
2010-05-04 16:19:22 +01:00
parent 3973126deb
commit 8420ff9e90
17 changed files with 288 additions and 411 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;
}
}