mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
pimpleDyMFoam/movingCone: change axis to empty
This commit is contained in:
@ -38,11 +38,6 @@ boundaryField
|
|||||||
value uniform (0 0 0);
|
value uniform (0 0 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
axis
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
}
|
|
||||||
|
|
||||||
left
|
left
|
||||||
{
|
{
|
||||||
type pressureInletOutletVelocity;
|
type pressureInletOutletVelocity;
|
||||||
|
|||||||
@ -35,11 +35,6 @@ boundaryField
|
|||||||
type zeroGradient;
|
type zeroGradient;
|
||||||
}
|
}
|
||||||
|
|
||||||
axis
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
}
|
|
||||||
|
|
||||||
left
|
left
|
||||||
{
|
{
|
||||||
type totalPressure;
|
type totalPressure;
|
||||||
|
|||||||
@ -34,10 +34,6 @@ boundaryField
|
|||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
uniformValue constant 0;
|
uniformValue constant 0;
|
||||||
}
|
}
|
||||||
axis
|
|
||||||
{
|
|
||||||
type symmetryPlane;
|
|
||||||
}
|
|
||||||
left
|
left
|
||||||
{
|
{
|
||||||
type uniformFixedValue;
|
type uniformFixedValue;
|
||||||
|
|||||||
@ -84,7 +84,7 @@ boundary
|
|||||||
}
|
}
|
||||||
axis
|
axis
|
||||||
{
|
{
|
||||||
type symmetryPlane;
|
type empty;
|
||||||
faces
|
faces
|
||||||
(
|
(
|
||||||
(0 1 1 0)
|
(0 1 1 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user