Open ktbolt opened 4 years ago
The discussion of theBCT file format in http://simvascular.github.io/docsFlowSolver.html#bctfile is missing the definition of nn
np nl x1 y1 z1 nl nn vx1 vy1 vz1 t1 . . . . . . . . . . . . vxnl vynl vznl tnl
nn is the global node ID of an inlet node. I had to look in the svSolver source to figure this out!
This description could be made clearer by using subscripts (vxnl) and why not use descriptive names rather than two-characters: np -> NumFaceNodes.
The discussion of theBCT file format in http://simvascular.github.io/docsFlowSolver.html#bctfile is missing the definition of nn
nn is the global node ID of an inlet node. I had to look in the svSolver source to figure this out!
This description could be made clearer by using subscripts (vxnl) and why not use descriptive names rather than two-characters: np -> NumFaceNodes.