Skip to content
Snippets Groups Projects
Commit 3ec31ba3 authored by Henry's avatar Henry
Browse files

pimpleDyMFoam/movingCone: change axis to empty

parent 76ae0daa
Branches
Tags
No related merge requests found
......@@ -38,11 +38,6 @@ boundaryField
value uniform (0 0 0);
}
axis
{
type symmetryPlane;
}
left
{
type pressureInletOutletVelocity;
......
......@@ -35,11 +35,6 @@ boundaryField
type zeroGradient;
}
axis
{
type symmetryPlane;
}
left
{
type totalPressure;
......
......@@ -34,10 +34,6 @@ boundaryField
type uniformFixedValue;
uniformValue constant 0;
}
axis
{
type symmetryPlane;
}
left
{
type uniformFixedValue;
......
......@@ -84,7 +84,7 @@ boundary
}
axis
{
type symmetryPlane;
type empty;
faces
(
(0 1 1 0)
......
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