19 lines
704 B
C++
19 lines
704 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | foam-extend: Open Source CFD |
|
|
| \\ / O peration | Version: 4.1 |
|
|
| \\ / A nd | Web: http://www.foam-extend.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
upperWall
|
|
{
|
|
type slip;
|
|
}
|
|
|
|
frontAndBack
|
|
{
|
|
type slip;
|
|
}
|
|
|
|
// ************************************************************************* //
|