mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
symmetryPlane: add symmetryPlane as a special type of symmetry condition applied to a single plane
The standard/previous general symmetry type is now named symmetry
both in class and lookup name for consistency. The rigorous
symmetryPlane type is needed for moving-mesh cases in which the
motion it constrained by one or two planes.
This commit is contained in:
@ -39,7 +39,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -34,7 +34,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -34,7 +34,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -34,7 +34,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -40,7 +40,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -33,7 +33,7 @@ boundaryField
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
}
|
||||
|
||||
atmosphere
|
||||
|
||||
@ -68,7 +68,7 @@ boundary
|
||||
|
||||
sides
|
||||
{
|
||||
type symmetryPlane;
|
||||
type symmetry;
|
||||
faces
|
||||
(
|
||||
(1 5 4 0)
|
||||
|
||||
Reference in New Issue
Block a user