mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Updated to hugo 0.142 Use theme hugo-theme-relearn Restructure content and make release notes easily available
434 lines
36 KiB
HTML
434 lines
36 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en-us" dir="ltr" itemscope itemtype="http://schema.org/Article" data-r-output-format="html">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta name="viewport" content="height=device-height, width=device-width, initial-scale=1.0, minimum-scale=1.0">
|
||
<meta name="generator" content="Hugo 0.142.0">
|
||
<meta name="generator" content="Relearn 7.3.2+7b470298046df2c96c0da9da07a54572b7c4e1b0">
|
||
<meta name="description" content="Filters are used to control the visibility of cells in the 3D view. Two types of filters exist:
|
||
Cell Filter – Extracts subset(s) of grid cells Property Filter – Extracts cells with a property value matching a value range Note
|
||
The visibility of cells connected to wells, and fences can be controlled from Simulation Wells.
|
||
(Not applicable for Geomechanical cases)">
|
||
<meta name="author" content="">
|
||
<meta name="twitter:card" content="summary">
|
||
<meta name="twitter:title" content="Filters :: ResInsight">
|
||
<meta name="twitter:description" content="Filters are used to control the visibility of cells in the 3D view. Two types of filters exist:
|
||
Cell Filter – Extracts subset(s) of grid cells Property Filter – Extracts cells with a property value matching a value range Note
|
||
The visibility of cells connected to wells, and fences can be controlled from Simulation Wells.
|
||
(Not applicable for Geomechanical cases)">
|
||
<meta property="og:url" content="https://resinsight.org/3d-main-window/filters/index.html">
|
||
<meta property="og:site_name" content="ResInsight">
|
||
<meta property="og:title" content="Filters :: ResInsight">
|
||
<meta property="og:description" content="Filters are used to control the visibility of cells in the 3D view. Two types of filters exist:
|
||
Cell Filter – Extracts subset(s) of grid cells Property Filter – Extracts cells with a property value matching a value range Note
|
||
The visibility of cells connected to wells, and fences can be controlled from Simulation Wells.
|
||
(Not applicable for Geomechanical cases)">
|
||
<meta property="og:locale" content="en_us">
|
||
<meta property="og:type" content="article">
|
||
<meta property="article:section" content="3D Main Window">
|
||
<meta itemprop="name" content="Filters :: ResInsight">
|
||
<meta itemprop="description" content="Filters are used to control the visibility of cells in the 3D view. Two types of filters exist:
|
||
Cell Filter – Extracts subset(s) of grid cells Property Filter – Extracts cells with a property value matching a value range Note
|
||
The visibility of cells connected to wells, and fences can be controlled from Simulation Wells.
|
||
(Not applicable for Geomechanical cases)">
|
||
<meta itemprop="wordCount" content="944">
|
||
<title>Filters :: ResInsight</title>
|
||
<link href="/css/fontawesome-all.min.css?1739525796" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/fontawesome-all.min.css?1739525796" rel="stylesheet"></noscript>
|
||
<link href="/css/auto-complete.css?1739525796" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/auto-complete.css?1739525796" rel="stylesheet"></noscript>
|
||
<link href="/css/perfect-scrollbar.min.css?1739525796" rel="stylesheet">
|
||
<link href="/css/theme.min.css?1739525796" rel="stylesheet">
|
||
<link href="/css/format-html.min.css?1739525796" rel="stylesheet" id="R-format-style">
|
||
<script>
|
||
window.relearn = window.relearn || {};
|
||
window.relearn.relBasePath='..\/..';
|
||
window.relearn.relBaseUri='..\/..';
|
||
window.relearn.absBaseUri='https:\/\/resinsight.org';
|
||
window.relearn.min = `.min`;
|
||
window.relearn.disableAnchorCopy=false;
|
||
window.relearn.disableAnchorScrolling=false;
|
||
// variant stuff
|
||
window.relearn.themevariants = [ 'relearn' ];
|
||
window.relearn.customvariantname = "my-custom-variant";
|
||
window.relearn.changeVariant = function(variant) {
|
||
var oldVariant = document.documentElement.dataset.rThemeVariant;
|
||
window.localStorage.setItem(window.relearn.absBaseUri + "/variant", variant);
|
||
document.documentElement.dataset.rThemeVariant = variant;
|
||
if (oldVariant != variant) {
|
||
document.dispatchEvent( new CustomEvent('themeVariantLoaded', { detail: { variant, oldVariant } }) );
|
||
}
|
||
}
|
||
window.relearn.markVariant = function() {
|
||
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant");
|
||
var select = document.querySelector("#R-select-variant");
|
||
if (select) {
|
||
select.value = variant;
|
||
}
|
||
}
|
||
window.relearn.initVariant = function() {
|
||
var variant = window.localStorage.getItem(window.relearn.absBaseUri + "/variant") ?? "";
|
||
if( variant == window.relearn.customvariantname ){
|
||
}else if( !variant || !window.relearn.themevariants.includes(variant) ){
|
||
variant = window.relearn.themevariants[0];
|
||
window.localStorage.setItem(window.relearn.absBaseUri + "/variant", variant);
|
||
}
|
||
document.documentElement.dataset.rThemeVariant = variant;
|
||
}
|
||
window.relearn.initVariant();
|
||
window.relearn.markVariant();
|
||
// translations
|
||
window.T_Copy_to_clipboard = `Copy to clipboard`;
|
||
window.T_Copied_to_clipboard = `Copied to clipboard!`;
|
||
window.T_Copy_link_to_clipboard = `Copy link to clipboard`;
|
||
window.T_Link_copied_to_clipboard = `Copied link to clipboard!`;
|
||
window.T_Reset_view = `Reset view`;
|
||
window.T_View_reset = `View reset!`;
|
||
window.T_No_results_found = `No results found for "{0}"`;
|
||
window.T_N_results_found = `{1} results found for "{0}"`;
|
||
</script>
|
||
<script type="text/javascript" async
|
||
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
|
||
MathJax.Hub.Config({
|
||
tex2jax: {
|
||
inlineMath: [['$','$'], ['\\(','\\)']],
|
||
displayMath: [['$$','$$'], ['\\[','\\]']],
|
||
processEscapes: true,
|
||
processEnvironments: true,
|
||
skipTags: ['script', 'noscript', 'style', 'textarea', 'pre'],
|
||
TeX: { equationNumbers: { autoNumber: "AMS" },
|
||
extensions: ["AMSmath.js", "AMSsymbols.js"] }
|
||
},
|
||
|
||
menuSettings: { renderer: "CommonHTML" }
|
||
});
|
||
MathJax.Hub.Queue(function() {
|
||
|
||
|
||
|
||
var all = MathJax.Hub.getAllJax();
|
||
while(jax = all.pop()) {
|
||
jax.SourceElement().parentNode.className += ' has-jax';
|
||
}
|
||
});
|
||
|
||
MathJax.Hub.Config({
|
||
|
||
TeX: { equationNumbers: { autoNumber: "AMS" } }
|
||
});
|
||
</script>
|
||
|
||
</head>
|
||
<body class="mobile-support html" data-url="/3d-main-window/filters/index.html">
|
||
<div id="R-body" class="default-animation">
|
||
<div id="R-body-overlay"></div>
|
||
<nav id="R-topbar">
|
||
<div class="topbar-wrapper">
|
||
<div class="topbar-sidebar-divider"></div>
|
||
<div class="topbar-area topbar-area-start" data-area="start">
|
||
<div class="topbar-button topbar-button-sidebar" data-content-empty="disable" data-width-s="show" data-width-m="hide" data-width-l="hide"><button class="topbar-control" onclick="toggleNav()" type="button" title="Menu (CTRL+ALT+n)"><i class="fa-fw fas fa-bars"></i></button>
|
||
</div>
|
||
<div class="topbar-button topbar-button-toc" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="Table of Contents (CTRL+ALT+t)"><i class="fa-fw fas fa-list-alt"></i></button>
|
||
<div class="topbar-content">
|
||
<div class="topbar-content-wrapper">
|
||
<nav class="TableOfContents">
|
||
<ul>
|
||
<li>
|
||
<ul>
|
||
<li><a href="#filters-settings">Filters Settings</a></li>
|
||
<li><a href="#cell-filters">Cell Filters</a></li>
|
||
<li><a href="#property-filters">Property Filters</a>
|
||
<ul>
|
||
<li><a href="#property-value-range">Property Value Range</a></li>
|
||
<li><a href="#category-selection">Category Selection</a></li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</li>
|
||
</ul>
|
||
</nav>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<ol class="topbar-breadcrumbs breadcrumbs highlightable" itemscope itemtype="http://schema.org/BreadcrumbList"><li
|
||
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="/index.html"><span itemprop="name">ResInsight</span></a><meta itemprop="position" content="1"> > </li><li
|
||
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="/3d-main-window/index.html"><span itemprop="name">3D Main Window</span></a><meta itemprop="position" content="2"> > </li><li
|
||
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span itemprop="name">Filters</span><meta itemprop="position" content="3"></li>
|
||
</ol>
|
||
<div class="topbar-area topbar-area-end" data-area="end">
|
||
<div class="topbar-button topbar-button-prev" data-content-empty="disable" data-width-s="show" data-width-m="show" data-width-l="show"><a class="topbar-control" href="/3d-main-window/resultinspection/index.html" title="Result Inspection (🡐)"><i class="fa-fw fas fa-chevron-left"></i></a>
|
||
</div>
|
||
<div class="topbar-button topbar-button-next" data-content-empty="disable" data-width-s="show" data-width-m="show" data-width-l="show"><a class="topbar-control" href="/3d-main-window/quickaccess/index.html" title="Quick Access (🡒)"><i class="fa-fw fas fa-chevron-right"></i></a>
|
||
</div>
|
||
<div class="topbar-button topbar-button-more" data-content-empty="hide" data-width-s="show" data-width-m="show" data-width-l="show"><button class="topbar-control" onclick="toggleTopbarFlyout(this)" type="button" title="More"><i class="fa-fw fas fa-ellipsis-v"></i></button>
|
||
<div class="topbar-content">
|
||
<div class="topbar-content-wrapper">
|
||
<div class="topbar-area topbar-area-more" data-area="more">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</nav>
|
||
<div id="R-main-overlay"></div>
|
||
<main id="R-body-inner" class="highlightable 3d-main-window" tabindex="-1">
|
||
<div class="flex-block-wrapper">
|
||
<article class="default">
|
||
<header class="headline">
|
||
</header>
|
||
|
||
<h1 id="filters">Filters</h1>
|
||
|
||
<p><a href="#R-image-935b484c61c3d47ab5f66a527689d8e7" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/FiltersOverview.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-935b484c61c3d47ab5f66a527689d8e7"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/FiltersOverview.png"></a></p>
|
||
<p>Filters are used to control the visibility of cells in the 3D view. Two types of filters exist:</p>
|
||
<ul>
|
||
<li><strong>Cell Filter</strong> – Extracts subset(s) of grid cells</li>
|
||
<li><strong>Property Filter</strong> – Extracts cells with a property value matching a value range</li>
|
||
</ul>
|
||
|
||
<details open class=" box cstyle notices note">
|
||
<summary class="box-label" tabindex="-1">
|
||
<i class="fa-fw fas fa-exclamation-circle"></i>
|
||
Note
|
||
</summary>
|
||
<div class="box-content">
|
||
<p>The visibility of cells connected to wells, and fences can be controlled from <b> <a href="/wells-and-completions/simulationwells/">Simulation Wells</a></b>.<br>
|
||
<small><i>(Not applicable for Geomechanical cases)</i></small></p>
|
||
</div>
|
||
</details>
|
||
<h2 id="filters-settings">Filters Settings</h2>
|
||
<p>Filters can be turned on and off using their check-boxes in <strong>Project Tree</strong> and controlled by their corresponding <strong>Property Editor</strong>. The sequence of the filters can be rearranged by clicking the arrow icons of selected filter.</p>
|
||
<p><a href="#R-image-e2ecd180f9ea6ad0f3f751eb0c61dfc5" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/FiltersInTreeView.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e2ecd180f9ea6ad0f3f751eb0c61dfc5"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/FiltersInTreeView.png"></a></p>
|
||
<p>Cell Filters and Property filters can either be set to <strong>Include</strong> or <strong>Exclude</strong> the matching cells.
|
||
The <em>Include</em> setting marks the cells as visible while the <em>Exclude</em> setting is used to remove cells from visualization regardless of other filters.
|
||
The icon in front of each filter show a + or - sign to indicate <em>Include</em> or <em>Exclude</em>
|
||
|
||
|
||
|
||
|
||
<img src="https://resinsight.org/images/3d-main-window/FilterIncEx.png" style="display:inline; vertical-align:middle; margin:0">
|
||
.</p>
|
||
<h2 id="cell-filters">Cell Filters</h2>
|
||
<p><strong>Cell Filters</strong> enables the user to define a set of visible regions in the 3D view.
|
||
Each <em>Include</em> cell filter will add cells to the visualization and the resulting 3D view will show the union of all the <em>Include</em> cell filters.</p>
|
||
<p>The logical operation combining multiple <strong>Cell Filters</strong> is defined by <em>“Combine Polygon and Range Filters Using Operation”</em></p>
|
||
<p><a href="#R-image-05bfcf65f3a0b318ee99aa95ee41f20c" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/cellfilters_combine.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-05bfcf65f3a0b318ee99aa95ee41f20c"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/cellfilters_combine.png"></a></p>
|
||
<p>A new cell filter can be added by invoking the right-click menu for the <strong>Cell Filters</strong> collection in <strong>Project Tree</strong>.</p>
|
||
<p><a href="#R-image-d8f5451f96f7c2de272fe4f6936ea565" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/CellFilterTypes.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d8f5451f96f7c2de272fe4f6936ea565"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/CellFilterTypes.png"></a></p>
|
||
<p>The available cell filters are:</p>
|
||
<ul>
|
||
<li>
|
||
<p><strong>Polygon Filter</strong>: Defining a filter by marking target points of a polygon in 3D view to include or exclude matching cells. The polygon can be defined as part of the filter or referencing a polygon defined in the <a href="/3d-main-window/polygons/index.html">Polygons</a> collection.</p>
|
||
</li>
|
||
<li>
|
||
<p><strong>User Defined Filter</strong>: Defining a filter by specifying explicit cells to include or exclude by their IJK-index.</p>
|
||
</li>
|
||
<li>
|
||
<p><strong>Range Filter</strong>: Defining a filter to include or exclude cells by specifying IJK-ranges. For radial models, IJ represents angle and radius.</p>
|
||
</li>
|
||
<li>
|
||
<p><strong>Slice Filter</strong>: Defining a filter to include or exclude a slice of cells in either I-, J-, or K-direction.</p>
|
||
</li>
|
||
</ul>
|
||
<p>The following exemplifies the use of a <strong>Polygon Filter</strong> and target points. Target points are defined and manipulated in 3D view as decribed in <a href="/3d-main-window/polygons/index.html">Polygons</a>. Vertically, the filter can be set to use the XY target positions or IJK-index of targeted cells. The actual filtering can be specified to whole cells inside polygon, cell center inside polygon, or any cell corner inside polygon.</p>
|
||
<p><a href="#R-image-2637cca161af1a740b3ed99590af07c8" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/CellFilter_Polygon.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2637cca161af1a740b3ed99590af07c8"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/CellFilter_Polygon.png"></a></p>
|
||
|
||
<details open class=" box cstyle notices note">
|
||
<summary class="box-label" tabindex="-1">
|
||
<i class="fa-fw fas fa-exclamation-circle"></i>
|
||
Note
|
||
</summary>
|
||
<div class="box-content">
|
||
<p>A filter can be added directly from <b>3D View</b> by right-clicking a cell using the displayed menu.</p>
|
||
</div>
|
||
</details>
|
||
<p>Below is a snapshot of the <strong>Property Editor</strong> for the <strong>Range Filter</strong> type of Cell Filter:</p>
|
||
<p><a href="#R-image-d030b2a34f95471fb2243f7a284fc8a3" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/RangeFilterProperties.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-d030b2a34f95471fb2243f7a284fc8a3"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/RangeFilterProperties.png"></a></p>
|
||
<ul>
|
||
<li><strong>Filter Type</strong> – The filter can either make the specified range visible ( <em>Include</em> ), or remove the range from the View ( <em>Exclude</em> ).</li>
|
||
<li><strong>Grid</strong> – This option selects which of the grids the range is addressing.</li>
|
||
<li><strong>Apply to Subgrids</strong> – This option tells ResInsight to use the visibility of the cells in the current grid to control the visibility of the cells in sub-LGR’s. If this option is turned off, Sub LGR-cells is not included in this particular Range Filter.</li>
|
||
</ul>
|
||
<p>The <strong>Start</strong> and <strong>Width</strong> labels in front of the sliders features a number in parenthesis denoting maximum available value.
|
||
The <strong>Start</strong> labels show the index of the start of the active cells.
|
||
The <strong>Width</strong> labels show the number of active cells from the start of the active cells.</p>
|
||
<h2 id="property-filters">Property Filters</h2>
|
||
<p><strong>Property Filters</strong> applies to the results of the <strong>Cell Filters</strong> and limits the visible cells to the ones approved by the filter. For a cell to be visible it must be accepted by all property filters.</p>
|
||
<p>A new property filter is created by activating the right-click menu on <strong>Property Filters</strong> or by right-clicking inside a 3D view. The new property filter is based on the currently viewed cell result by default.</p>
|
||
<p>The name of the property filter is automatically set to <em>“propertyname (min .. max)”</em> as you edit the property filter.</p>
|
||
|
||
<details open class=" box cstyle notices note">
|
||
<summary class="box-label" tabindex="-1">
|
||
<i class="fa-fw fas fa-exclamation-circle"></i>
|
||
Note
|
||
</summary>
|
||
<div class="box-content">
|
||
<p>The right-click command <b>Apply As Cell Result</b> on a property filter, sets the Cell Color Result to the same values as the selected property filter.</p>
|
||
</div>
|
||
</details>
|
||
<p>Below is a snapshot of the <strong>Property Editor</strong> of the <strong>Property Filter</strong>.</p>
|
||
<p><a href="#R-image-694d3ebf66354197bdda98bea0b862ab" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/PropertyFilterProperties.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-694d3ebf66354197bdda98bea0b862ab"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/PropertyFilterProperties.png"></a></p>
|
||
<h3 id="property-value-range">Property Value Range</h3>
|
||
<p>The filter is based on a property value range (Min - Max). Cells in the range are either shown or hidden depending on the <strong>Filter Type</strong> (<em>Include</em>/<em>Exclude</em>). Exclude-filters removes the selected cells from the <strong>View</strong> even if some other filter includes them.</p>
|
||
<h4 id="range-behavior-for-flow-diagnostic-results">Range Behavior for Flow Diagnostic Results</h4>
|
||
<p>Normally the available range in the sliders is the max and min of all the values in all the time steps. For Flow Diagnostics results, however, the available range is based on the current time step.</p>
|
||
<p>We still need to keep the range somewhat fixed while moving from time step to time step, so in order to do so ResInsight tries to keep the intentions of your range settings, as the available range changes. If either the max or min value is set to the limit, ResInsight will keep that setting at the limit even when the limit changes. If you set a specific value for the max or the min, that setting will keep its value, even if it happens to end up outside the available range at a time step.</p>
|
||
<h3 id="category-selection">Category Selection</h3>
|
||
<p>If the property is representing integer values, well tracer names or <a href="/3d-main-window/formations/index.html"> formation names </a>, the property filter displays a list of available categories used to filter cells. The separate values can then be toggled on or off using the list in the Property Editor.</p>
|
||
<p><a href="#R-image-e0d175aedf77c070dd18de09b2e6a76a" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/PropertyFilterWithCategories.png" style=" height: auto; width: auto;"></a>
|
||
<a href="javascript:history.back();" class="lightbox-back" id="R-image-e0d175aedf77c070dd18de09b2e6a76a"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/PropertyFilterWithCategories.png"></a></p>
|
||
<p>If it is more convenient to filter the values using a value range, toggle the <strong>Category Selection</strong> option off.</p>
|
||
|
||
<footer class="footline">
|
||
</footer>
|
||
</article>
|
||
</div>
|
||
</main>
|
||
</div>
|
||
<aside id="R-sidebar" class="default-animation">
|
||
<div id="R-header-topbar" class="default-animation"></div>
|
||
<div id="R-header-wrapper" class="default-animation">
|
||
<div id="R-header" class="default-animation">
|
||
<a id="logo" href="https://resinsight.org/">
|
||
<img src="https://resinsight.org//images/ResInsightCroppedIconPicture.png">
|
||
</a>
|
||
|
||
</div>
|
||
<script>
|
||
window.index_js_url="/searchindex.en.js?1739525796";
|
||
</script>
|
||
<search><form action="/search/index.html" method="get">
|
||
<div class="searchbox default-animation">
|
||
<button class="search-detail" type="submit" title="Search (CTRL+ALT+f)"><i class="fas fa-search"></i></button>
|
||
<label class="a11y-only" for="R-search-by">Search</label>
|
||
<input data-search-input id="R-search-by" name="search-by" class="search-by" type="search" placeholder="Search...">
|
||
<button class="search-clear" type="button" data-search-clear="" title="Clear search"><i class="fas fa-times" title="Clear search"></i></button>
|
||
</div>
|
||
</form></search>
|
||
<script>
|
||
var contentLangs=['en'];
|
||
</script>
|
||
<script src="/js/auto-complete.js?1739525796" defer></script>
|
||
<script src="/js/lunr/lunr.min.js?1739525796" defer></script>
|
||
<script src="/js/lunr/lunr.stemmer.support.min.js?1739525796" defer></script>
|
||
<script src="/js/lunr/lunr.multi.min.js?1739525796" defer></script>
|
||
<script src="/js/lunr/lunr.en.min.js?1739525796" defer></script>
|
||
<script src="/js/search.js?1739525796" defer></script>
|
||
</div>
|
||
<div id="R-homelinks" class="default-animation">
|
||
<hr class="padding">
|
||
</div>
|
||
<div id="R-content-wrapper" class="highlightable">
|
||
<div id="R-shortcutmenu-home" class="R-sidebarmenu">
|
||
<ul class="enlarge morespace collapsible-menu">
|
||
<li class="" data-nav-id="/releases/index.html"><a class="padding" href="/releases/index.html">Releases</a><ul id="R-subsections-a71c2f29677ba690c1b8bf454f228c9c" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/getting-started/index.html"><a class="padding" href="/getting-started/index.html">Getting Started</a><ul id="R-subsections-87c0363912f379e0725cbe1d504c985c" class="collapsible-menu"></ul></li>
|
||
<li class="parent " data-nav-id="/3d-main-window/index.html"><a class="padding" href="/3d-main-window/index.html">3D Main Window</a><ul id="R-subsections-122c1165ab4202e74b8e3c0619dc7420" class="collapsible-menu">
|
||
<li class="" data-nav-id="/3d-main-window/3dviews/index.html"><a class="padding" href="/3d-main-window/3dviews/index.html">3D Views</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/cellresults/index.html"><a class="padding" href="/3d-main-window/cellresults/index.html">Cell Results</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/resultcolorlegend/index.html"><a class="padding" href="/3d-main-window/resultcolorlegend/index.html">Result Color Legend</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/resultinfo/index.html"><a class="padding" href="/3d-main-window/resultinfo/index.html">Result Info</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/colorlegends/index.html"><a class="padding" href="/3d-main-window/colorlegends/index.html">Color Legends</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/contourmaps/index.html"><a class="padding" href="/3d-main-window/contourmaps/index.html">Contour Maps</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/resultinspection/index.html"><a class="padding" href="/3d-main-window/resultinspection/index.html">Result Inspection</a></li>
|
||
<li class="active " data-nav-id="/3d-main-window/filters/index.html"><a class="padding" href="/3d-main-window/filters/index.html">Filters</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/quickaccess/index.html"><a class="padding" href="/3d-main-window/quickaccess/index.html">Quick Access</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/intersections/index.html"><a class="padding" href="/3d-main-window/intersections/index.html">Intersections</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/polygons/index.html"><a class="padding" href="/3d-main-window/polygons/index.html">Polygons</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/surfaces/index.html"><a class="padding" href="/3d-main-window/surfaces/index.html">Surfaces</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/faults/index.html"><a class="padding" href="/3d-main-window/faults/index.html">Faults</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/allandiagrams/index.html"><a class="padding" href="/3d-main-window/allandiagrams/index.html">Allan Diagram</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/formations/index.html"><a class="padding" href="/3d-main-window/formations/index.html"> Zonations/Formations</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/depthplot/index.html"><a class="padding" href="/3d-main-window/depthplot/index.html">Depth Plot</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/seismicview/index.html"><a class="padding" href="/3d-main-window/seismicview/index.html">Seismic View</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/seismicsections/index.html"><a class="padding" href="/3d-main-window/seismicsections/index.html">Seismic Sections</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/linkedviews/index.html"><a class="padding" href="/3d-main-window/linkedviews/index.html">Linked Views</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/comparisonview/index.html"><a class="padding" href="/3d-main-window/comparisonview/index.html">Comparison View</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/flowvectorresult/index.html"><a class="padding" href="/3d-main-window/flowvectorresult/index.html">Flow Results</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/streamlines/index.html"><a class="padding" href="/3d-main-window/streamlines/index.html">Streamlines</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/measurement/index.html"><a class="padding" href="/3d-main-window/measurement/index.html">Measurement</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/annotations/index.html"><a class="padding" href="/3d-main-window/annotations/index.html">Annotations</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/tensors/index.html"><a class="padding" href="/3d-main-window/tensors/index.html">Tensor Results</a></li>
|
||
<li class="" data-nav-id="/3d-main-window/gridstatisticsdialog/index.html"><a class="padding" href="/3d-main-window/gridstatisticsdialog/index.html">Grid Statistics Dialog</a></li></ul></li>
|
||
<li class="" data-nav-id="/plot-window/index.html"><a class="padding" href="/plot-window/index.html">Plot Main Window</a><ul id="R-subsections-6087943109d37785a7a7442a1415914b" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/calculated-data/index.html"><a class="padding" href="/calculated-data/index.html">Calculated Data</a><ul id="R-subsections-d7700e605b6718d9f0232aeb66e77ad1" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/wells-and-completions/index.html"><a class="padding" href="/wells-and-completions/index.html">Wells and Completions</a><ul id="R-subsections-6bd77eb465ff0d28f042f42913bdffda" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/import/index.html"><a class="padding" href="/import/index.html">Import</a><ul id="R-subsections-6394d937fb0ab7f32a2b2b5bee229032" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/export/index.html"><a class="padding" href="/export/index.html">Export</a><ul id="R-subsections-5d95f477b90785732dc9d6d81acc75cc" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/scripting/index.html"><a class="padding" href="/scripting/index.html">Scripting</a><ul id="R-subsections-184799376902c8c3045f6aad007b8b97" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/misc/index.html"><a class="padding" href="/misc/index.html">Miscellaneous</a><ul id="R-subsections-f243eab41fb28f51378992bf36c41035" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/best-practices/index.html"><a class="padding" href="/best-practices/index.html">Best Practices</a><ul id="R-subsections-4f78aa4e6926d1389cf4d79364e23592" class="collapsible-menu"></ul></li>
|
||
<li class="" data-nav-id="/workflows/index.html"><a class="padding" href="/workflows/index.html">Workflows</a><ul id="R-subsections-87fd3d7b9e4d48a0ba290b60ba4064f4" class="collapsible-menu"></ul></li>
|
||
</ul>
|
||
</div>
|
||
<div id="R-shortcutmenu-shortcuts" class="R-sidebarmenu">
|
||
<ul class="space collapsible-menu">
|
||
<li class="" data-nav-id="/about"><a class="padding" href="/about"><i class='fas fa-info-circle'></i> About</a></li>
|
||
<li class="" data-nav-id="/training"><a class="padding" href="/training"><i class='fa fa-university'></i> Training</a></li>
|
||
<li class="" data-nav-id="/support"><a class="padding" href="/support"><i class='far fa-question-circle'></i> Support</a></li>
|
||
<li class="" data-nav-id="/releases"><a class="padding" href="/releases"><i class='fas fa-download'></i> Download and Install</a></li>
|
||
</ul>
|
||
</div>
|
||
<div class="padding footermargin footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showFooter"></div>
|
||
<div id="R-menu-footer">
|
||
<hr class="padding default-animation footerLangSwitch footerVariantSwitch footerVisitedLinks footerFooter showFooter">
|
||
<div id="R-prefooter" class="footerLangSwitch footerVariantSwitch footerVisitedLinks">
|
||
<ul>
|
||
<li id="R-select-language-container" class="footerLangSwitch">
|
||
<div class="padding menu-control">
|
||
<i class="fa-fw fas fa-language"></i>
|
||
<span> </span>
|
||
<div class="control-style">
|
||
<label class="a11y-only" for="R-select-language">Language</label>
|
||
<select id="R-select-language" onchange="location = this.querySelector( this.value ).dataset.url;">
|
||
<option id="R-select-language-en" value="#R-select-language-en" data-url="/3d-main-window/filters/index.html" lang="en-us" selected></option>
|
||
</select>
|
||
</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
</li>
|
||
<li id="R-select-variant-container" class="footerVariantSwitch">
|
||
<div class="padding menu-control">
|
||
<i class="fa-fw fas fa-paint-brush"></i>
|
||
<span> </span>
|
||
<div class="control-style">
|
||
<label class="a11y-only" for="R-select-variant">Theme</label>
|
||
<select id="R-select-variant" onchange="window.relearn.changeVariant( this.value );">
|
||
<option id="R-select-variant-relearn" value="relearn" selected>Relearn</option>
|
||
</select>
|
||
</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
<script>window.relearn.markVariant();</script>
|
||
</li>
|
||
<li class="footerVisitedLinks">
|
||
<div class="padding menu-control">
|
||
<i class="fa-fw fas fa-history"></i>
|
||
<span> </span>
|
||
<div class="control-style">
|
||
<button onclick="clearHistory();">Clear History</button>
|
||
</div>
|
||
<div class="clear"></div>
|
||
</div>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div id="R-footer" class="footerFooter showFooter"><a href="https://www.ceetronsolutions.com"><img src='https://resinsight.org//images/CeeSolLogoSmallForDarkBackground.png' style='width: 140px; '></a><br>
|
||
|
||
ResInsight is developed by <br> <a href="https://www.ceetronsolutions.com">Ceetron Solutions</a>
|
||
<p>in collaboration with</p>
|
||
<a href="https://www.equinor.com">Equinor ASA</a>
|
||
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</aside>
|
||
<script src="/js/clipboard.min.js?1739525796" defer></script>
|
||
<script src="/js/perfect-scrollbar.min.js?1739525796" defer></script>
|
||
<script src="/js/theme.js?1739525796" defer></script>
|
||
</body>
|
||
</html>
|