parallel postChannel

This commit is contained in:
mattijs
2008-10-08 07:55:07 +01:00
parent 0bbc8fd2c4
commit 9891d37172
11 changed files with 930 additions and 195 deletions

View File

@ -15,14 +15,14 @@ FoamFile
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Nx 40;
Ny
(
25
25
);
Nz 30;
// Seed patches to start layering from
patches (bottomWall);
// Direction in which the layers are
component y;
// Is the mesh symmetric? If so average(symmetric fields) or
// subtract(asymmetric) contributions from both halves
symmetric true;
// ************************************************************************* //