intersection
The intersection module is a powerful module that incorporates some of the characteristics of plume, yet allows for any number of volumetric sequential (serial) subsetting operations.
The functionality of the intersection module can be obtained by creating a network of serial plume modules. The number of analytes in the intersection is equal to the number of plume modules required.
The intersection of multiple analytes and threshold levels can be equated to the answer to the following question (example assumes three analytes A, B & C with respective subsetting levels of a, b and c):
“What is the volume within my model where A is above a, AND B is above b, AND C is above c?”
The figure above is a Boolean representation of 3 analyte plumes (A, B & C). The intersection of all three is the black center portion of the figure. Think of the image boundaries as the complete extents of your models (grid). The “A” plume is the circle colored cyan and includes the green, black and blue areas. The intersection of just A & C would be both the green and black portions.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Input Field | Field | The main field for input. |
| Output | Output Field | Field | The subset field. |
| Output | Status | String | Text containing the intersection subset information. |
| Output | Output Object | Renderable | A renderable object displaying the selected data from the subset. |
Properties
| Property | Type | Description |
|---|---|---|
| Allow Run | Boolean | The Allow Run Toggle will prevent the module from running. This allows the user to make multiple changes without the module constantly updating. |
| Execute | Button | The Run Once button will cause the module to run one time even if the Allow Run toggle has been turned off. |
| Map Components | Multi-select | The Map Components value allows the user to select which data components to include in the output after the subsetting has completed. |
| Map Cell Components | Multi-select | The Map Cell Components value allows the user to select which cell data components to include in the output after the subsetting has completed. |
| Output String | Choice: First Subset, All Subsets, Last Subset | The Output String contains the name(s) and value(s) of the intersection subsets. |
| Above Output String | String | When the Include Region is set to Above, the Output String will use this string as its identifier. |
| Output String Delimiter | String | When the Output String consists of All Subsets, the Delimiter is the string occurring between each subset text. |
| Below Output String | String | When the Include Region is set to Below, the Output String will use this string as its identifier. |
Subsetting Values
| Property | Type | Description |
|---|---|---|
| Subset List | Subset Editor | The list of intersections to create. |
