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);
|
||||
}
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user