Advanced Options
Advanced Options
The Advanced options tab allows users to change the settings that are used for all streamlines. The image (right) shows the default values.
Each streamline is made of small line segments, called "steps". Ideally the steps should be short enough to give accurate results, but long enough to make it quick to compute the streamline. We use an adaptive step-size to get a balance between these.
The streamline can be lengthened (or shortened) by setting the to be used in the computation.
| SHOW START POINT | Select whether the streamline start points are displayed and set their size. |
| SHOW EACH STEP | Select whether a point is shown at each step (small segment) of the streamline and set the point size. This can be helpful to check streamline quality. |
| MAX NUMBER OF STEPS | Change the maximum number of steps that can be used. |
| STAGNATION SPEED | Streamlines end (stagnate) when they reach an area where the velocity is less than the Stagnation speed . |
There are four different schemes available. Each scheme has parameters that can be changed. The relevant parameters are shown at the bottom of the Advanced options menu.
Use in the popup to see the following information about the different schemes.

| Name | Description | Parameters |
Recommended value
(using cell length units) |
| RK 45 error estimate |
This scheme is suitable for most applications.
|
Initial step length | 0.3 |
| Error tolerance | 1e-6 | ||
| Target stepsize |
This scheme gives equally spaced steps.
|
Target step length | 0.3 |
| Angle between steps |
This scheme increases the number of steps where the streamline changes direction, and reduces the number of steps where the flow is parallel. Steps cannot be longer than the
.
If the streamline misses areas of interest, and to maintain accuracy where the flow is parallel you may need to reduce the . If the start point is near an area of low velocity, you may need to reduce the to improve accuracy at the the start. This scheme can be used as a refined version of the scheme by setting the to the |
Initial step length | 0.3 |
| Max step length | 3 | ||
| RK 4 eigenvalue error |
This scheme takes the longest time, but can give the most accurate and smooth results.
D3Plot estimates a suitable step size such that the error for surrounding eigenvalues does not exceed the . Steps cannot be longer than the . To maintain accuracy where the flow is parallel, or very different between adjacent elements you may need to reduce the . Note: For a 2D analysis this is only implemented where the 2D ICFD Volume is in the x-y plane (z = 0). |
Max step length | 3 |
| Error tolerance | 1e-5 |
Step length parameters can be given in different :
| CELL LENGTH | Values are relative to the length of the element the point is in. This allows step length parameters to vary where the model has a finer mesh. |
| LENGTH | Values are relative to units of length in the model. |
For a more detailed description of step-size adaptation schemes see Computational Methods .