ENH: updated more tutorials

This commit is contained in:
mattijs
2010-05-18 12:18:42 +01:00
parent f54de2aad9
commit bba50b2152
8 changed files with 4 additions and 77 deletions

7
TODO
View File

@ -85,15 +85,16 @@ OK - grep for size()/2
OK - incompressible/boundaryFoam/boundaryWallFunctionsProfile
OK - needs createBaffles. incompressible/pimpleFoam/t-junction-with-fan
OK - incompressible/simpleSRFFoam/mixer
needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
OK - needs createBaffles. lagrangian/porousExplicitSourceReactingParcelFoam/filter
needs special coupledbcs. lagrangian/reactingParcelFilmFoam/multipleBoxes
OK - createBaffles
- have foamUpgradeCyclics split 'value' field
- createBaffles
- activeBaffleVelocity
- kivaToFoam/readKivaGrid.H sorts cyclics (but in incorrect order?)
- isoSurface.C
- referredCellList.C
- work out scheduled communication?
OK - add neighbourPatch checking to 16x.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,74 +0,0 @@
/*--------------------------------*- C++ -*----------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: splitCyclic |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class polyBoundaryMesh;
location "constant/polyMesh";
object boundary;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
8
(
walls
{
type wall;
nFaces 172;
startFace 3334;
}
inlet
{
type patch;
nFaces 20;
startFace 3506;
}
outlet
{
type patch;
nFaces 20;
startFace 3526;
}
cycLeft_half0
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycLeft_half1;
}
cycLeft_half1
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycLeft_half0;
}
cycRight_half0
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycRight_half1;
}
cycRight_half1
{
type cyclic;
nFaces 0;
startFace 3546;
neighbourPatch cycRight_half0;
}
frontAndBack
{
type empty;
nFaces 3440;
startFace 3546;
}
)
// ************************************************************************* //