mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: topoSetDict: adapted comment
This commit is contained in:
@ -33,24 +33,28 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select by explicitly providing cell labels
|
// // Select by explicitly providing cell labels
|
||||||
// source labelToCell;
|
// source labelToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// value (12 13 56); // labels of cells
|
// value (12 13 56); // labels of cells
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Copy elements from cellSet
|
// // Copy elements from cellSet
|
||||||
// source cellToCell;
|
// source cellToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set c1;
|
// set c1;
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Cells in cell zone
|
// // Cells in cell zone
|
||||||
// source zoneToCell;
|
// source zoneToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// name ".*Zone"; // Name of cellZone, regular expressions allowed
|
// name ".*Zone"; // Name of cellZone, regular expressions allowed
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Cells on master or slave side of faceZone
|
// // Cells on master or slave side of faceZone
|
||||||
// source faceZoneToCell;
|
// source faceZoneToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// name ".*Zone"; // Name of faceZone, regular expressions allowed
|
// name ".*Zone"; // Name of faceZone, regular expressions allowed
|
||||||
// option master; // master/slave
|
// option master; // master/slave
|
||||||
@ -58,6 +62,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on faceSet
|
// // Select based on faceSet
|
||||||
// source faceToCell;
|
// source faceToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set f0; // Name of faceSet
|
// set f0; // Name of faceSet
|
||||||
//
|
//
|
||||||
@ -69,6 +74,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on pointSet
|
// // Select based on pointSet
|
||||||
// source pointToCell;
|
// source pointToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set p0;
|
// set p0;
|
||||||
// option any; // cell with any point in pointSet
|
// option any; // cell with any point in pointSet
|
||||||
@ -77,12 +83,14 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on cellShape
|
// // Select based on cellShape
|
||||||
// source shapeToCell;
|
// source shapeToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// type hex; // hex/wedge/prism/pyr/tet/tetWedge/splitHex
|
// type hex; // hex/wedge/prism/pyr/tet/tetWedge/splitHex
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Cells with cell centre within box
|
// // Cells with cell centre within box
|
||||||
// source boxToCell;
|
// source boxToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// box (0 0 0) (1 1 1);
|
// box (0 0 0) (1 1 1);
|
||||||
// }
|
// }
|
||||||
@ -90,6 +98,7 @@ FoamFile
|
|||||||
// // Cells with cell centre within box
|
// // Cells with cell centre within box
|
||||||
// // Is skewed, rotated box. Given as origin and three spanning vectors.
|
// // Is skewed, rotated box. Given as origin and three spanning vectors.
|
||||||
// source rotatedBoxToCell;
|
// source rotatedBoxToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// origin (0.2 0.2 -10);
|
// origin (0.2 0.2 -10);
|
||||||
// i (0.2 0.2 0);
|
// i (0.2 0.2 0);
|
||||||
@ -99,6 +108,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Cells with centre within cylinder
|
// // Cells with centre within cylinder
|
||||||
// source cylinderToCell;
|
// source cylinderToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// p1 (0.2 0.2 -10); // start point on cylinder axis
|
// p1 (0.2 0.2 -10); // start point on cylinder axis
|
||||||
// p2 (0.2 0.2 0); // end point on cylinder axis
|
// p2 (0.2 0.2 0); // end point on cylinder axis
|
||||||
@ -107,6 +117,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Cells with centre within sphere
|
// // Cells with centre within sphere
|
||||||
// source sphereToCell;
|
// source sphereToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// centre (0.2 0.2 -10);
|
// centre (0.2 0.2 -10);
|
||||||
// radius 5.0;
|
// radius 5.0;
|
||||||
@ -114,12 +125,14 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Cells with cellCentre nearest to coordinates
|
// // Cells with cellCentre nearest to coordinates
|
||||||
// source nearestToCell;
|
// source nearestToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// points ((0 0 0) (1 1 1)(2 2 2));
|
// points ((0 0 0) (1 1 1)(2 2 2));
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Select based on surface
|
// // Select based on surface
|
||||||
// source surfaceToCell;
|
// source surfaceToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// file "www.avl.com-geometry.stl";
|
// file "www.avl.com-geometry.stl";
|
||||||
// outsidePoints ((-99 -99 -59)); // definition of outside
|
// outsidePoints ((-99 -99 -59)); // definition of outside
|
||||||
@ -135,6 +148,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // values of field within certain range
|
// // values of field within certain range
|
||||||
// source fieldToCell;
|
// source fieldToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// fieldName U; // Note: uses mag(U) since volVectorField
|
// fieldName U; // Note: uses mag(U) since volVectorField
|
||||||
// min 0.1;
|
// min 0.1;
|
||||||
@ -143,6 +157,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Mesh region (non-face connected part of (subset of)mesh)
|
// // Mesh region (non-face connected part of (subset of)mesh)
|
||||||
// source regionToCell;
|
// source regionToCell;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set c0; // name of cellSet giving mesh subset
|
// set c0; // name of cellSet giving mesh subset
|
||||||
// insidePoint (1 2 3); // point inside region to select
|
// insidePoint (1 2 3); // point inside region to select
|
||||||
@ -155,12 +170,14 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Copy elements from faceSet
|
// // Copy elements from faceSet
|
||||||
// source faceToFace;
|
// source faceToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set f1;
|
// set f1;
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Select based on cellSet
|
// // Select based on cellSet
|
||||||
// source cellToFace;
|
// source cellToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set c0;
|
// set c0;
|
||||||
// option all; // All faces of cells
|
// option all; // All faces of cells
|
||||||
@ -169,6 +186,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on pointSet
|
// // Select based on pointSet
|
||||||
// source pointToFace;
|
// source pointToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set p0;
|
// set p0;
|
||||||
// option any; // Faces using any point in pointSet
|
// option any; // Faces using any point in pointSet
|
||||||
@ -177,30 +195,35 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select by explicitly providing face labels
|
// // Select by explicitly providing face labels
|
||||||
// source labelToFace;
|
// source labelToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// value (12 13 56); // labels of faces
|
// value (12 13 56); // labels of faces
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // All faces of patch
|
// // All faces of patch
|
||||||
// source patchToFace;
|
// source patchToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// name ".*Wall"; // Name of patch, regular expressions allowed
|
// name ".*Wall"; // Name of patch, regular expressions allowed
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // All faces of faceZone
|
// // All faces of faceZone
|
||||||
// source zoneToFace;
|
// source zoneToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// name ".*Zone1"; // Name of faceZone, regular expressions allowed
|
// name ".*Zone1"; // Name of faceZone, regular expressions allowed
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Faces with face centre within box
|
// // Faces with face centre within box
|
||||||
// source boxToFace;
|
// source boxToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// box (0 0 0) (1 1 1);
|
// box (0 0 0) (1 1 1);
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Faces with normal to within certain angle aligned with vector.
|
// // Faces with normal to within certain angle aligned with vector.
|
||||||
// source normalToFace;
|
// source normalToFace;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// normal (0 0 1); // Vector
|
// normal (0 0 1); // Vector
|
||||||
// cos 0.01; // Tolerance (max cos of angle)
|
// cos 0.01; // Tolerance (max cos of angle)
|
||||||
@ -213,12 +236,14 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Copy elements from pointSet
|
// // Copy elements from pointSet
|
||||||
// source pointToPoint;
|
// source pointToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set p1;
|
// set p1;
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Select based on cellSet
|
// // Select based on cellSet
|
||||||
// source cellToPoint;
|
// source cellToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set c0;
|
// set c0;
|
||||||
// option all; // all points of cell
|
// option all; // all points of cell
|
||||||
@ -226,6 +251,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on faceSet
|
// // Select based on faceSet
|
||||||
// source faceToPoint;
|
// source faceToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set f0; // name of faceSet
|
// set f0; // name of faceSet
|
||||||
// option all; // all points of face
|
// option all; // all points of face
|
||||||
@ -233,30 +259,35 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select by explicitly providing point labels
|
// // Select by explicitly providing point labels
|
||||||
// source labelToPoint;
|
// source labelToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// value (12 13 56); // labels of points
|
// value (12 13 56); // labels of points
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // All points in pointzone
|
// // All points in pointzone
|
||||||
// source zoneToPoint;
|
// source zoneToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// name ".*Zone"; // name of pointZone, regular expressions allowed
|
// name ".*Zone"; // name of pointZone, regular expressions allowed
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Points nearest to coordinates
|
// // Points nearest to coordinates
|
||||||
// source nearestToPoint;
|
// source nearestToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// points ((0 0 0) (1 1 1));
|
// points ((0 0 0) (1 1 1));
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Points with coordinate within box
|
// // Points with coordinate within box
|
||||||
// source boxToPoint;
|
// source boxToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// box (0 0 0) (1 1 1);
|
// box (0 0 0) (1 1 1);
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Select based on surface
|
// // Select based on surface
|
||||||
// source surfaceToPoint;
|
// source surfaceToPoint;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// file "www.avl.com-geometry.stl";
|
// file "www.avl.com-geometry.stl";
|
||||||
// nearDistance 0.1; // points near to surface
|
// nearDistance 0.1; // points near to surface
|
||||||
@ -275,6 +306,7 @@ FoamFile
|
|||||||
//
|
//
|
||||||
// // Select based on cellSet
|
// // Select based on cellSet
|
||||||
// source setToCellZone;
|
// source setToCellZone;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set c0; // name of cellSet
|
// set c0; // name of cellSet
|
||||||
// }
|
// }
|
||||||
@ -285,12 +317,14 @@ FoamFile
|
|||||||
// ~~~~~~~~~~~
|
// ~~~~~~~~~~~
|
||||||
// // Select based on faceSet without orientation
|
// // Select based on faceSet without orientation
|
||||||
// source setToFaceZone;
|
// source setToFaceZone;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// set f0; // name of faceSet
|
// set f0; // name of faceSet
|
||||||
// }
|
// }
|
||||||
//
|
//
|
||||||
// // Select based on faceSet, using cellSet to determine orientation
|
// // Select based on faceSet, using cellSet to determine orientation
|
||||||
// source setsToFaceZone;
|
// source setsToFaceZone;
|
||||||
|
// sourceInfo
|
||||||
// {
|
// {
|
||||||
// faceSet f0; // name of faceSet
|
// faceSet f0; // name of faceSet
|
||||||
// cellSet c0; // name of cellSet of slave side
|
// cellSet c0; // name of cellSet of slave side
|
||||||
|
|||||||
Reference in New Issue
Block a user