vmtk
Recent Changes - Search:

vmtk

projects

links

edit SideBar

VmtkScripts / Vmtkboundarylayer

vmtkboundarylayer

Description

create a prismatic boundary layer from a surface mesh and a set of vectors defined on the nodes

Input arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
disabledDisabledbool1 0disable execution and piping
iMeshvtkUnstructuredGrid1  the input mesh
ifileMeshInputFileNamestr1  filename for the default Mesh reader
warpvectorsarrayWarpVectorsArrayNamestr1  name of the array where warp vectors are stored
thicknessarrayThicknessArrayNamestr1  name of the array where scalars defining boundary layer thickness are stored
thicknessThicknessfloat1 1.0value of constant boundary layer thickness
thicknessratioThicknessRatiofloat1(0.0,)0.1multiplying factor for boundary layer thickness
maximumthicknessMaximumThicknessfloat1 10000000000.0maximum allowed value for boundary layer thickness
numberofsublayersNumberOfSubLayersint1(0,)1number of sublayers which the boundary layer has to be made of
sublayerratioSubLayerRatiofloat1(0.0,)1.0ratio between the thickness of two successive boundary layers
warpvectormagnitudeasthicknessUseWarpVectorMagnitudeAsThicknessbool1 0compute boundary layer thickness as the norm of warp vectors
constantthicknessConstantThicknessbool1 0toggle constant boundary layer thickness
includesurfacecellsIncludeSurfaceCellsbool1 1include surface cells in output mesh
negatewarpvectorsNegateWarpVectorsbool1 0flip the orientation of warp vectors
ofileMeshOutputFileNamestr1  filename for the default Mesh writer
oinnerfileInnerSurfaceMeshOutputFileNamestr1  filename for the default InnerSurfaceMesh writer

Output arguments

ArgumentVariableTypeLengthRangeDefaultDescription
idIdint1 0script id
handleSelfself1  handle to self
oMeshvtkUnstructuredGrid1  the output mesh
oinnerInnerSurfaceMeshvtkUnstructuredGrid1  the output inner surface mesh
Edit - History - Print - Recent Changes - Search
Page last modified on September 05, 2010, at 12:58 PM