You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,6 +35,27 @@ The source and target points are selected from the model caps defined in the Sim
35
35
</figure>
36
36
<br>
37
37
38
+
The centerline `.vtp` file contains a number of point arrays that contain useful information about the vascular network:
39
+
-**BifurcationId**: Junction number in junctions and $-1$ in branches
40
+
-**BifurcationIdTmp**: Internal junction number used during branch/junction splitting
41
+
-**BranchId**: Branch number in branches and $-1$ in junctions
42
+
-**BranchIdTmp**: Internal branch number used during branch/junction splitting
43
+
-**CenterlineId**: Contains an $n$-dimensional array for $n$ outlets (and thus $n$ centerlines). Here, each centerline is one inlet-outlet connection. The CenterlineId array is 1 on all points that belong to a centerline and 0 otherwise. A point can belong to several centerlines, e.g., all points on the inlet branch will belong to all centerlines.
44
+
-**CenterlineSectionBifurcation**: 1 if a point is inside a junction and 0 otherwise
45
+
-**CenterlineSectionNormal**: Normal vector to centerline sections, obtained from the tangent vector to the centerline
46
+
-**GlobalNodeId**: Sequential numbering of centerline points
47
+
-**Path**: Starts from zero in every branch and contains the path length along the centerline
48
+
49
+
Arrays inherited from [vmtkcenterlinesections](https://www.vmtk.org/vmtkscripts/vmtkcenterlinesections.html):
50
+
-**CenterlineSectionArea**: Cross-sectional area of the vessel. Obtained from slicing the vessel at each centerline perpendicular to the centerline path.
51
+
-**CenterlineSectionClosed**: 1 if a section is closed and 0 otherwise
52
+
-**CenterlineSectionMaxSize**: Maximum diameter of each section
53
+
-**CenterlineSectionMinSize**: Minimum diameter of each section
54
+
-**CenterlineSectionShape**: Shape index, i.e. the ratio between minimum and maximum diameter
55
+
56
+
Array inherited from [vmtkcenterlines](https://www.vmtk.org/vmtkscripts/vmtkcenterlines.html):
57
+
-**MaximumInscribedSphereRadius**: Radius values of maximal inscribed spheres
58
+
38
59
### Network Geometry and 1D Simulation Mesh
39
60
40
61
The centerlines geometry is used to define network **nodes** at vessel inlets, outlets and branching points. A number of cylindrical
0 commit comments