mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Renamed curveSet to polyLineSet to better represent sampling method
This commit is contained in:
@ -60,7 +60,7 @@ fields
|
||||
// midPoint one point per cell, inbetween two face intersections
|
||||
// midPointAndFace combination of face and midPoint
|
||||
//
|
||||
// curve specified points, not nessecary on line, uses
|
||||
// polyLine specified points, not nessecary on line, uses
|
||||
// tracking
|
||||
// cloud specified points, uses findCell
|
||||
// triSurfaceMeshPointSet points of triSurface
|
||||
@ -75,7 +75,7 @@ fields
|
||||
// type specific:
|
||||
// uniform, face, midPoint, midPointAndFace : start and end coordinate
|
||||
// uniform: extra number of sampling points
|
||||
// curve, cloud: list of coordinates
|
||||
// polyLine, cloud: list of coordinates
|
||||
sets
|
||||
(
|
||||
lineX1
|
||||
|
||||
Reference in New Issue
Block a user