mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: use mergeType points for wedge geometries (#2241)
This commit is contained in:
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 1;
|
||||
|
||||
vertices
|
||||
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
R1X 3.99619288633;
|
||||
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
|
||||
@ -14,10 +14,10 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 0.001;
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
(
|
||||
(-7.5 0 0)
|
||||
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
|
||||
@ -14,10 +14,10 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 0.001;
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
(
|
||||
(-7.5 0 0)
|
||||
|
||||
@ -14,10 +14,10 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 0.001;
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
(
|
||||
(-7.5 0 0)
|
||||
|
||||
@ -14,10 +14,10 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
scale 0.001;
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 0.001;
|
||||
|
||||
vertices
|
||||
(
|
||||
(-7.5 0 0)
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Merge points instead of topology
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 1;
|
||||
|
||||
|
||||
@ -14,6 +14,8 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 1;
|
||||
|
||||
// Domain
|
||||
|
||||
@ -14,7 +14,7 @@ FoamFile
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
mergeType points; // Merge points instead of topology
|
||||
mergeType points; // Wedge geometry - Merge points instead of topology
|
||||
|
||||
scale 1e-6;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user