24 lines
736 B
C++
24 lines
736 B
C++
/*--------------------------------*- C++ -*----------------------------------*\
|
|
| ========= | |
|
|
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
|
|
| \\ / O peration | Version: 4.x |
|
|
| \\ / A nd | Web: www.OpenFOAM.org |
|
|
| \\/ M anipulation | |
|
|
\*---------------------------------------------------------------------------*/
|
|
|
|
top
|
|
{
|
|
type slip;
|
|
}
|
|
|
|
sides
|
|
{
|
|
type slip;
|
|
}
|
|
|
|
"proc.*"
|
|
{
|
|
type processor;
|
|
}
|
|
|
|
// ************************************************************************* //
|