Skip to content
Snippets Groups Projects
Commit b3442bf9 authored by henry's avatar henry
Browse files

Updates to sloshingTank2D

parent 98e1cd02
Branches
Tags
No related merge requests found
Showing
with 1 addition and 14 deletions
......@@ -33,11 +33,6 @@ boundaryField
type movingWallVelocity;
value uniform (0 0 0);
}
pipe
{
type movingWallVelocity;
value uniform (0 0 0);
}
}
// ************************************************************************* //
......@@ -10,7 +10,7 @@ FoamFile
version 2.0;
format ascii;
class volScalarField;
object gamma.0;
object gamma;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......@@ -32,10 +32,6 @@ boundaryField
{
type zeroGradient;
}
pipe
{
type zeroGradient;
}
}
// ************************************************************************* //
......@@ -32,10 +32,6 @@ boundaryField
{
type zeroGradient;
}
pipe
{
type zeroGradient;
}
}
// ************************************************************************* //
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment