Skip to content
Snippets Groups Projects

TUT: finiteArea: clean up tutorials

Merged Kutalmış Berçin requested to merge tutorial-finiteArea into develop
Files
47
@@ -10,7 +10,6 @@ FoamFile
version 2.0;
format ascii;
class areaVectorField;
location "0";
object Us;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@@ -23,28 +22,29 @@ boundaryField
{
inlet
{
type zeroGradient;
type zeroGradient;
}
outlet
{
type zeroGradient;
type zeroGradient;
}
side
{
type slip;
type slip;
}
symmetry
{
type symmetry;
type symmetry;
}
cylinder
{
type slip;
type slip;
}
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
// ************************************************************************* //