OpenFOAM-2.4.x/tutorials/incompressible/simpleFoam/turbineSiting/0.org/include/sideAndTopPatches

24 lines
736 B
C++

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