surface streamlines

surface streamlines

The surface streamlines module produces streamlines on any surface based on its slopes. Streamlines are 3D polylines representing the paths particles would travel based on the slopes of the input surface. The direction of travel can be specified as downhill or uphill. A velocity table allows mapping surface slopes to velocities for time-based output.

Ports

DirectionNameTypeDescription
InputInput SurfaceFieldThe surface to use for creating the streamlines.
InputInput Locations FieldFieldThe field to use for creating the starting locations of streamlines.
OutputOutput FieldFieldThe streamlines field.
OutputOutput ObjectRenderableA renderable object to display.

Properties

PropertyTypeDescription
Allow RunBooleanDetermines whether the module is allowed to execute. Set to True to allow this module to run.
ExecuteButtonForces the module to run even when Allow Run has been turned off.
Z ScaleDoubleEnsures that output lines are matched to the scaled input.
VelocitiesSlope ArraySpecifies the velocities along the surface at given slopes.
Flow DirectionChoice: Downhill, Uphill, BothSelects the direction the lines will flow.

Terminating Conditions

PropertyTypeDescription
Max Segments TotalIntegerThe maximum allowable number of streamline segments that will be completed for each streamline. If the number of segments along a streamline exceeds the max number, the streamline is terminated at the end of the last (max) segment.
Minimum VelocityDoubleThe minimum velocity that will be considered in the integration. If the magnitude of the velocity field in a region is less than this minimum value, streamlines will end in that region (or will not be produced if the velocity at a starting point is less than the min). Setting this to a lower value will produce longer streamlines (and typically more). Higher values tend to produce fewer and shorter streamlines.
Minimum SlopeDoubleThe absolute minimum slope in degrees that will be considered in the integration. If the slope in a region is less than this minimum value, streamlines will end in that region (or will not be produced if the slope at a starting point is less than the min). Setting this to a lower value will produce longer streamlines (and typically more). Higher values tend to produce fewer and shorter streamlines.
Extinction AngleDoubleThe maximum allowable angle between successive line segments before integration (streamline generation) should be terminated.

Output Data Options

PropertyTypeDescription
Log Process TimeBooleanSpecifies that time data will be output on a logarithmic scale. This converts all time values to absolute, including those in the backward flow direction that would otherwise be negative.
Time MinimumDoubleThe minimum value time data is clamped to before log processing. Useful to avoid datamap issues especially at the start of streamlines where time values are very small or zero.