Category
Function
Generates a streamline from a MHD vector list.
Syntax
output_1 = FieldLineTracer(input_1, input_2, input_3, input_4, input_5);
Inputs
Name | Type | Default | Description |
---|---|---|---|
input_1 | vector list | none | Extract module output |
input_2 | field | none | MHD vector |
input_3 | field | none | Pick module output |
input_4 | scalar | 0.8 | size of the Tube |
input_5 | scalar | 10 | scale of the Glyph |
Outputs
Name | Type | Description |
---|---|---|
output_1 | group | Streamline |
Functional Details
Processes the output field from ExtractMHDVectors to produce a streamline.
The Pick module is connected directly with the $3^rd^$ input of FieldLineTracer
and indirectly via the Extract module.
The following image is a portion of a network which illustrates the connections of the FieldLineTracer macro.
Example Visual Programs
4PickFieldLinesLFM.net BasicLFM.net
See Also
[ OpenDX Home at IBM | OpenDX.org ]