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.
InputZ ScaleNumberThe factor for vertical scaling.
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.
ExecuteButtonThe Execute button forces the module to run even when Allow Run has been turned off.
Z ScaleDoubleThe Z Scale is required to ensure that lines are matched to scaled input.
VelocitiesSlope ArrayThe Velocities table specifies the velocities along the surface at given slopes.
Flow DirectionChoice: Downhill, Uphill, BothThe Flow Direction allows the user to select 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 this value, the streamline is terminated at the end of the last 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 value, streamlines will end in that region. Setting this to a lower value will produce longer streamlines. 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 value, streamlines will end in that region. Setting this to a lower value will produce longer streamlines. 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. This is useful to avoid datamap issues especially at the start of streamlines where time values are very small or zero.