vmtkmeshmergetimesteps
Description
merge multiple mesh files with different timesteps into one
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 |
directory | InputDirectoryName | str | 1 | | None | |
pattern | Pattern | str | 1 | | None | |
firststep | FirstTimeStep | int | 1 | (0,) | None | |
laststep | LastTimeStep | int | 1 | (0,) | None | |
intervalstep | IntervalTimeStep | int | 1 | (0,) | 1 | |
components | VelocityComponentsArrayNames | str | -1 | | u v w | |
velocityvector | VelocityVector | bool | 1 | | 0 | velocity vector instead of components |
vector | VelocityVectorArrayName | str | 1 | | None | velocity vector name |
pressure | Pressure | bool | 1 | | 0 | pressure array |
pressurearrayname | PressureArrayName | str | 1 | | p | name of the pressure array |
wallshearrate | Wsr | bool | 1 | | 0 | wallshearrate array |
components | WsrComponentsArrayNames | str | -1 | | taux tauy tauz | |
wsrvector | WsrVector | bool | 1 | | 0 | wallshearrate vector instead of components |
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 |