vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkboundaryreferencesystems

vmtkboundaryreferencesystems

Description

compute the reference systems relative to each open boundary of a model; a typical use is the specification of boundary conditions for CFD simulations; reference systems are given both as origin and normal, and as origin, a first point defining the x axis with the origin and a second point defining the xy plane with the former two

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iSurfacevtkPolyData1  the input surface
ifileSurfaceInputFileNamestr1  filename for the default Surface reader
boundaryradiusarrayBoundaryRadiusArrayNamestr1 BoundaryRadiusname of the array where the mean radius of each boundary has to be stored
boundarynormalsarrayBoundaryNormalsArrayNamestr1 BoundaryNormalsname of the array where outward pointing normals to each boundary have to be stored
point1arrayPoint1ArrayNamestr1 Point1name of the array where the coordinates of a point of each boundary have to be stored
point2arrayPoint2ArrayNamestr1 Point2name of the array where the coordinates of a second point of each boundary have to be stored
ofileReferenceSystemsOutputFileNamestr1  filename for the default ReferenceSystems writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oReferenceSystemsvtkPolyData1  the output reference systems, given as points coinciding with the origins
boundaryradiusarrayBoundaryRadiusArrayNamestr1 BoundaryRadiusname of the array where the mean radius of each boundary has to be stored
boundarynormalsarrayBoundaryNormalsArrayNamestr1 BoundaryNormalsname of the array where outward pointing normals to each boundary are stored
point1arrayPoint1ArrayNamestr1 Point1name of the array where the coordinates of a point of each boundary are stored
point2arrayPoint2ArrayNamestr1 Point2name of the array where the coordinates of a second point of each boundary are stored
Edit - History - Print - Recent Changes - Search
Page last modified on February 05, 2012, at 03:23 PM