Formatting

This commit is contained in:
Hrvoje Jasak 2010-10-04 09:18:47 +01:00
parent b21a7ba97e
commit 4c0916cb08

View file

@ -20,28 +20,28 @@ internalField uniform 0;
boundaryField
{
inlet
inlet
{
type zeroGradient;
}
outlet
outlet
{
type fixedValue;
value uniform 0;
}
upperWall
upperWall
{
type zeroGradient;
}
lowerWall
lowerWall
{
type zeroGradient;
}
frontAndBack
frontAndBack
{
type empty;
}