vmtkmeshlambda2
Description
compute lambda2 from a velocity field
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 | |
lambda2array | Lambda2ArrayName | str | 1 | | Lambda2 | |
tolerance | ConvergenceTolerance | float | 1 | | 1e-06 | |
quadratureorder | QuadratureOrder | int | 1 | | 3 | |
ofile | MeshOutputFileName | str | 1 | | | filename for the default Mesh 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 | Mesh | vtkUnstructuredGrid | 1 | | | the output mesh |