/*--------------------------------*- C++ -*----------------------------------*\
| =========                 |                                                 |
| \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox           |
|  \\    /   O peration     | Version:  5                                     |
|   \\  /    A nd           | Web:      www.OpenFOAM.org                      |
|    \\/     M anipulation  |                                                 |
\*---------------------------------------------------------------------------*/

side_x_minus
{
  type        zeroGradient;
}

side_x_plus
{
  type        zeroGradient;
}

side_z_minus
{
  type        zeroGradient;
}

side_z_plus
{
  type        zeroGradient;
}

side_y_plus
{
  type        zeroGradient;
}

ground
{
  type        zeroGradient;
}

container
{
  type        zeroGradient;
}

base
{
  type        zeroGradient;
}

// ************************************************************************* //
