Skip to content

Commit 6f46ce3

Browse files
rubenthomsmagnesj
andauthored
Added Flow Vector Result page. (#17)
* Added Flow Vector Result page. * Minor adjustments Co-authored-by: Magne Sjaastad <magne.sjaastad@ceetronsolutions.com>
1 parent ca7b097 commit 6f46ce3

File tree

5 files changed

+69
-0
lines changed

5 files changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
+++
2+
title = "Flow Vector Result"
3+
published = true
4+
weight = 50
5+
+++
6+
7+
![]({{< relref "" >}}images/3d-main-window/FlowVectorResult.PNG)
8+
9+
The Flow Vector Result View lets the user investigate fluxes by visualizing flow vectors in the reservoir. It allows for selecting and combining different fluids and directions. Selected vectors can be combined and scaled.
10+
11+
### Open the Flow Vector Result View
12+
13+
In order to show Flow Vector Results, select and check the checkbox next to **Flow Vector Result** in the **Project Tree**.
14+
15+
![]({{< relref "" >}}images/3d-main-window/FlowVectorResultMenu.PNG)
16+
17+
The 3D View gets updated with arrows visualizing the fluxes. The directions, data source fluids, color, scale and threshold can be adjusted in the Property Editor.
18+
19+
### Legend
20+
21+
![]({{< relref "" >}}images/3d-main-window/FlowVectorResultLegend.PNG)
22+
23+
The legend maps the Flow Vector colors to their respective result values. By default it shows the max values for all time steps. The legend settings can be changed in the **Color Legend** sub item of the **Flow Vector Result** item in the **Project Tree**.
24+
25+
**Note:**\
26+
When combining several fluids, the max value shown in the legend is an aggregation of the single max values of each selected fluid. This means that this number might be higher than the result of any flow vector.
27+
28+
29+
### Adjust the View
30+
31+
In the *Property Editor*, there are four different settings groups.
32+
33+
![]({{< relref "" >}}images/3d-main-window/FlowVectorResultProperties.PNG)
34+
35+
#### Fluids
36+
The fluxes of the fluids selected here are shown as aggregated vectors in the 3D view.
37+
38+
#### Visibility
39+
40+
**View Vectors**
41+
- **Per Face:** Show one flow vector per cell face. Each direction has its own vector.
42+
- **Cell Center Total:** Show only one vector per cell, located at the cell's center position. This vector is an aggregation of all single direction vectors.
43+
44+
**Vectors Touching Surface** (only enabled when **View vectors** is set to **Per Face**)
45+
- **At vector anchor:** The vectors are starting at the cells' faces.
46+
- **At vector center:** The vectors' centers are located at the cell's faces.
47+
48+
**I/J/K**
49+
- Use flows in **I/J/K** direction for computing vectors.
50+
51+
**Show NNC data**
52+
- Visualize flows between non-neighbouring cells.
53+
54+
**Threshold**
55+
- All vectors with flow result values below this number are hidden.
56+
57+
#### Vector Colors
58+
- **Result Colors:** Color vectors in the flow result color according to the *Element Vector Result* legend shown in the 3D View.
59+
- **Uniform:** Color vectors in a uniform color.
60+
61+
#### Vector Size
62+
63+
**Size Scale**
64+
- Scales the length of the vectors by this value.
65+
66+
**Scale Method**
67+
- **Result:** Scale the vectors according to their flow result value.
68+
- **Result (logarithmically):** Scale the vectors according to their flow result value but in a logarithmic scale. **Note:** all values are increased by 1 in order to be able to properly show flow result values smaller than 1.*
69+
- **Constant:** All vectors have the same constant length.
168 KB
Loading
4.27 KB
Loading
9.64 KB
Loading
10.8 KB
Loading

0 commit comments

Comments
 (0)