Updates to sloshingTank2D

This commit is contained in:
henry
2008-07-02 22:41:36 +01:00
parent 98e1cd0256
commit b3442bf900
17 changed files with 1 additions and 14 deletions

View File

@ -33,11 +33,6 @@ boundaryField
type movingWallVelocity; type movingWallVelocity;
value uniform (0 0 0); value uniform (0 0 0);
} }
pipe
{
type movingWallVelocity;
value uniform (0 0 0);
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -10,7 +10,7 @@ FoamFile
version 2.0; version 2.0;
format ascii; format ascii;
class volScalarField; class volScalarField;
object gamma.0; object gamma;
} }
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -32,10 +32,6 @@ boundaryField
{ {
type zeroGradient; type zeroGradient;
} }
pipe
{
type zeroGradient;
}
} }
// ************************************************************************* // // ************************************************************************* //

View File

@ -32,10 +32,6 @@ boundaryField
{ {
type zeroGradient; type zeroGradient;
} }
pipe
{
type zeroGradient;
}
} }
// ************************************************************************* // // ************************************************************************* //