mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: remove superfluous 'sourceInfo' (topo sets)
- update annotated dicts, remove tabs - use point1/point2 for cylinder sources
This commit is contained in:
@ -43,7 +43,7 @@ geometry
|
||||
{
|
||||
rotatingZone
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 (0 0 -100);
|
||||
point2 (0 0 100);
|
||||
radius $:backgroundMesh.radIn;
|
||||
@ -51,7 +51,7 @@ geometry
|
||||
|
||||
fixed
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 (0 0 -100);
|
||||
point2 (0 0 100);
|
||||
radius $:backgroundMesh.radOut;
|
||||
|
||||
@ -43,7 +43,7 @@ geometry
|
||||
{
|
||||
rotatingZone
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 (0 0 -100);
|
||||
point2 (0 0 100);
|
||||
radius $:backgroundMesh.radIn;
|
||||
@ -51,7 +51,7 @@ geometry
|
||||
|
||||
fixed
|
||||
{
|
||||
type searchableCylinder;
|
||||
type cylinder;
|
||||
point1 (0 0 -100);
|
||||
point2 (0 0 100);
|
||||
radius $:backgroundMesh.radOut;
|
||||
|
||||
Reference in New Issue
Block a user