vmtkmeshwallshearrate
Description
compute wall shear rate from a velocity field, producing a surface in output
Input arguments
Argument | Variable | Type | Length | Range | Default | Description |
id | Id | str | 1 | | 0 | script id |
handle | Self | self | 1 | | | handle to self |
disabled | Disabled | bool | 1 | | 0 | disable execution and piping |
i | Mesh | vtkUnstructuredGrid | 1 | | | the input mesh |
ifile | MeshInputFileName | str | 1 | | | filename for the default Mesh reader |
velocityarray | VelocityArrayName | str | 1 | | None | |
wsrarray | WallShearRateArrayName | str | 1 | | WallShearRate | |
tolerance | ConvergenceTolerance | float | 1 | | 1e-06 | |
quadratureorder | QuadratureOrder | int | 1 | | 3 | |
ofile | SurfaceOutputFileName | str | 1 | | | filename for the default Surface writer |
Output arguments
Argument | Variable | Type | Length | Range | Default | Description |
id | Id | str | 1 | | 0 | script id |
handle | Self | self | 1 | | | handle to self |
o | Surface | vtkPolyData | 1 | | | the output surface |