mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
480 lines
39 KiB
HTML
480 lines
39 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="The main results to post process in ResInsight are Cell Results. A Cell Result is one value, or a small set of values per cell over a region of the grid. A Cell Result is also referred to as a Property.
|
|
Cell Results are used in several operations and settings:
|
|
Cell Colors Cell Edge Result (Eclipse Only) Separate Fault Result (Eclipse Only) Property Filters Well Log Extraction Curves Cell Result Time History Curves In the property panel of all those, the same options are used to define the Cell Result of interest.
|
|
In the following we will describe these options.">
|
|
<meta name="author" content="">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="Cell Results :: ResInsight">
|
|
<meta name="twitter:description" content="The main results to post process in ResInsight are Cell Results. A Cell Result is one value, or a small set of values per cell over a region of the grid. A Cell Result is also referred to as a Property.
|
|
Cell Results are used in several operations and settings:
|
|
Cell Colors Cell Edge Result (Eclipse Only) Separate Fault Result (Eclipse Only) Property Filters Well Log Extraction Curves Cell Result Time History Curves In the property panel of all those, the same options are used to define the Cell Result of interest.
|
|
In the following we will describe these options.">
|
|
<meta property="og:url" content="https://resinsight.org/3d-main-window/cellresults/index.html">
|
|
<meta property="og:site_name" content="ResInsight">
|
|
<meta property="og:title" content="Cell Results :: ResInsight">
|
|
<meta property="og:description" content="The main results to post process in ResInsight are Cell Results. A Cell Result is one value, or a small set of values per cell over a region of the grid. A Cell Result is also referred to as a Property.
|
|
Cell Results are used in several operations and settings:
|
|
Cell Colors Cell Edge Result (Eclipse Only) Separate Fault Result (Eclipse Only) Property Filters Well Log Extraction Curves Cell Result Time History Curves In the property panel of all those, the same options are used to define the Cell Result of interest.
|
|
In the following we will describe these options.">
|
|
<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="Cell Results :: ResInsight">
|
|
<meta itemprop="description" content="The main results to post process in ResInsight are Cell Results. A Cell Result is one value, or a small set of values per cell over a region of the grid. A Cell Result is also referred to as a Property.
|
|
Cell Results are used in several operations and settings:
|
|
Cell Colors Cell Edge Result (Eclipse Only) Separate Fault Result (Eclipse Only) Property Filters Well Log Extraction Curves Cell Result Time History Curves In the property panel of all those, the same options are used to define the Cell Result of interest.
|
|
In the following we will describe these options.">
|
|
<meta itemprop="wordCount" content="1363">
|
|
<title>Cell Results :: ResInsight</title>
|
|
<link href="/css/fontawesome-all.min.css?1739538141" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/fontawesome-all.min.css?1739538141" rel="stylesheet"></noscript>
|
|
<link href="/css/auto-complete.css?1739538141" rel="stylesheet" media="print" onload="this.media='all';this.onload=null;"><noscript><link href="/css/auto-complete.css?1739538141" rel="stylesheet"></noscript>
|
|
<link href="/css/perfect-scrollbar.min.css?1739538141" rel="stylesheet">
|
|
<link href="/css/theme.min.css?1739538141" rel="stylesheet">
|
|
<link href="/css/format-html.min.css?1739538141" 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/cellresults/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="#eclipse-result-types">Eclipse Result Types</a>
|
|
<ul>
|
|
<li><a href="#flow-diagnostic-results">Flow Diagnostic Results</a></li>
|
|
<li><a href="#injection-flooding">Injection Flooding</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#geomechanical-results">Geomechanical Results</a>
|
|
<ul>
|
|
<li><a href="#relative-result-options">Relative Result Options</a></li>
|
|
</ul>
|
|
</li>
|
|
<li><a href="#select-color-result">Select Color Result</a></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">Cell Results</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/3dviews/index.html" title="3D Views (🡐)"><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/resultcolorlegend/index.html" title="Result Color Legend (🡒)"><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="cell-results">Cell Results</h1>
|
|
|
|
<p><a href="#R-image-b722b2a3d07e0d3e450ca5a5e81bdef2" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/CellResultsOverview.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-b722b2a3d07e0d3e450ca5a5e81bdef2"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/CellResultsOverview.png"></a></p>
|
|
<p>The main results to post process in ResInsight are Cell Results. A Cell Result is one value, or a small set of values per
|
|
cell over a region of the grid. A Cell Result is also referred to as a <em>Property</em>.</p>
|
|
<p>Cell Results are used in several operations and settings:</p>
|
|
<ul>
|
|
<li><strong>Cell Colors</strong></li>
|
|
<li><strong>Cell Edge Result</strong> (Eclipse Only)</li>
|
|
<li><strong>Separate Fault Result</strong> (Eclipse Only)</li>
|
|
<li><strong>Property Filters</strong></li>
|
|
<li><strong>Well Log Extraction Curves</strong></li>
|
|
<li><strong>Cell Result Time History Curves</strong></li>
|
|
</ul>
|
|
<p>In the property panel of all those, the same options are used to define the Cell Result of interest.<br>
|
|
In the following we will describe these options.</p>
|
|
<h2 id="eclipse-result-types">Eclipse Result Types</h2>
|
|
<p>Results and difference options are displayed by the Property Editor.</p>
|
|
<p><a href="#R-image-ea99a48ba691d0c4c2faa3df22f96ecc" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/CellResultTypes.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ea99a48ba691d0c4c2faa3df22f96ecc"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/CellResultTypes.png"></a></p>
|
|
<p>The different result types are:</p>
|
|
<ul>
|
|
<li><strong>Dynamic</strong> – Time varying properties of an Eclipse simulation and derived properties calculated by ResInsight, c.f.
|
|
<a href="/calculated-data/derivedresults/index.html">Derived Results</a></li>
|
|
<li><strong>Static</strong> – Eclipse properties that does not vary with time and derived properties calculated by ResInsight, c.f. <a href="/calculated-data/derivedresults/index.html">Derived Results</a></li>
|
|
<li><strong>SourSimRL</strong> – Available if SourSimRL results have been imported, c.f. <a href="https://resinsight.org/import/soursimrlresults/" rel="external" target="_blank">SourSimRL Import</a></li>
|
|
<li><strong>Generated</strong> – Results generated by an Octave Script</li>
|
|
<li><strong>Input Property</strong> – Directly imported Eclipse properties from ascii files</li>
|
|
<li><strong>Formation Names</strong> – Lists only the Active Formation Names selected on the case, c.f. <a href="https://resinsight.org/3d-main-window/formations/" rel="external" target="_blank">Formations</a></li>
|
|
<li><strong>Flow Diagnostics</strong> – Flow diagnostic results derived from a flux field,
|
|
c.f. <a href="/3d-main-window/cellresults/index.html#flow-diagnostic-results">below</a></li>
|
|
<li><strong>Injection Flooding</strong> – Calculation of derived property based on one or more selected simulation tracers,
|
|
c.f. <a href="/3d-main-window/cellresults/index.html#injection-flooding">below</a></li>
|
|
</ul>
|
|
<p>Difference options are:</p>
|
|
<ul>
|
|
<li><strong>Difference Case</strong> – Base case for calculation of difference</li>
|
|
<li><strong>Base Time Step</strong> – Base time step for calculation of difference</li>
|
|
</ul>
|
|
<p>For <a href="/3d-main-window/flowvectorresult/index.html#cell-result-view">some cell face results</a>, it is possible to normalize the results by cell face area.</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 difference option is not applicable for TERNARY result display.</p>
|
|
</div>
|
|
</details>
|
|
<h3 id="flow-diagnostic-results">Flow Diagnostic Results</h3>
|
|
<p>ResInsight has embedded Flow Diagnostics calculations made available using the <strong>Flow Diagnostics</strong> result type.
|
|
These results make it easier to see how and where wells interact with the reservoir and each other.
|
|
It is possible to select exactly what wells to investigate, and even the possible <em>opposite flow</em> part of the well.</p>
|
|
<p>See also <a href="/plot-window/flow-diagnostics-plots/index.html"> Flow Diagnostics Plots</a> and <a href="/plot-window/flow-diagnostics-plots/index.html#flow-characteristics-plot"> Flow Characteristics Plot</a></p>
|
|
<h4 id="method">Method</h4>
|
|
<p>The calculations are performed by a library called <a href="https://github.com/OPM/opm-flowdiagnostics" rel="external" target="_blank">opm-flowdiagnostics</a> developed by <a href="http://www.sintef.no/sintef-ikt/#/" rel="external" target="_blank">SINTEF Digital</a>.</p>
|
|
<p>This method is based on the presence of a flux field, and will use the flux field written to the Eclipse result data file (Cell Properties: FLRGAS, FLRWAT, FLROIL) if available. If these are not available, the flux field is estimated by algorithms in the opm-flowdiagnostics-applications library based on pressure differences, relative and absolute permeability and viscosity. Other effects are not included.</p>
|
|
<p>A more elaborate description of the technique and how it can be utilized, can be found at Sintef’s <a href="http://www.sintef.no/projectweb/mrst/modules/diagnostics/" rel="external" target="_blank">web site</a>. The MRST tool described is a Matlab predecessor of the flow diagnostics calculations developed for ResInsight.</p>
|
|
<p>The methodology is also described in:
|
|
<a href="http://folk.ntnu.no/andreas/papers/diagnostics.pdf" rel="external" target="_blank">The application of flow diagnostics for reservoir management</a> SPE J., Vol. 20, No. 2, pp. 306-323, 2015. DOI: <a href="https://dx.doi.org/10.2118/171557-PA" rel="external" target="_blank">10.2118/171557-PA</a></p>
|
|
<h4 id="cross-flow-and-opposite-flow">Cross Flow and Opposite Flow</h4>
|
|
<p>The <em>opposite flow</em> of a well denotes the flow that is opposite to the expected normal state of the well. E.g. parts of a producer might actually be injecting due to cross flow, and an injector could be producing in some sections.
|
|
Each well is assigned an opposite flow name by adding “-XF” to the end of the name. “-XF” was chosen as a reference to Cross Flow.</p>
|
|
<p>In this way, a producer will have two tracer names: The “well name” as a producer tracer, and “well name-XF” as an injector tracer.</p>
|
|
<h4 id="defining-results">Defining Results</h4>
|
|
<p>There are several options available to define the particular result you want to target, as shown below:</p>
|
|
<p><a href="#R-image-30291cdc13aaa6043c8f2456ad768255" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/CellResultFlowDiagnostics.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-30291cdc13aaa6043c8f2456ad768255"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/CellResultFlowDiagnostics.png"></a></p>
|
|
<p>There are two main selections you need to make: The tracers and the result property</p>
|
|
<ul>
|
|
<li><strong>Tracers</strong> – Option to select how/what tracers to use. Available options are:
|
|
<ul>
|
|
<li><strong>All Injectors and Producers</strong> – Selects all the wells, including the opposite flow tracers</li>
|
|
<li><strong>All Producers</strong> – Selects all producer tracers, including the opposite flow tracers of injectors.</li>
|
|
<li><strong>All Injectors</strong> – Selects all injector tracers, including the opposite flow tracers of producers.</li>
|
|
<li><strong>By Selection</strong> – Displays lists of all the injector tracers and producer tracers side-by-side allowing any to be selected freely.
|
|
<ul>
|
|
<li>Both lists of selectable tracers can be filtered by typing in parts of the name.</li>
|
|
<li>The tracers will have a suffix of [I/P] if they are both injector and producer, thus appearing in both lists.</li>
|
|
<li>All producers communicating with the selected injectors (and vice-versa) can be selected with the “Add Communicator” buttons.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li><strong>Phases</strong> – Select the fluid phase you are interested in: All, Oil, Gas or Water. If one of the separate phases are selected, only the <em>Time Of Flight</em> result property will be available in the list below.</li>
|
|
<li><strong>Result property</strong> – Displays a list of the available results:
|
|
<ul>
|
|
<li><strong>Residence Time</strong> – The time for some fluid in the cell to reach a producer,
|
|
or the time it takes to reach the cell from an injector. The option changes name depending on the selection of injectors and producers and will be Forward Time of Flight if only injectors are selected and Reverse Time of Flight if only producers are selected.
|
|
When selecting several tracers, the time of flight values from each of the tracers are weighted
|
|
by their cell fraction before they are averaged. The suffix (Average) will then be added to the option label.</li>
|
|
<li><strong>Tracer Cell Fraction (Sum)</strong> – The volume fraction of a cell occupied by the selected tracers.
|
|
The injector and producer tracers counts as independent in this regard, so the sum of fractions for
|
|
all the producer tracers will be 1.0 and the same for the injector tracers. If both types of tracers
|
|
are selected, the total sum will normally reach 2.0.</li>
|
|
<li><strong>Drainage/Flooding Regions</strong> – Shows which of the selected tracers that has the largest fraction in each cell.
|
|
This is shown as a category result displaying a color for each tracer, and the names in the legend. If only injectors are selected, this option will be labelled <strong>Drainage Regions</strong> and if only producers are selected, it is called <strong>Flooding Regions</strong>.</li>
|
|
<li><strong>Injector Producer Communication</strong> – The communication in a cell between a set of producers and a set of injectors
|
|
is calculated as the sum of producer fractions multiplied by the sum of injector fractions in the cell.
|
|
This produces values between 0.0 and 1.0 where high values indicate that both the injectors and the producers
|
|
have a high influence.</li>
|
|
</ul>
|
|
</li>
|
|
</ul>
|
|
<h4 id="on-demand-calculation">On-Demand Calculation</h4>
|
|
<p>The flow diagnostics results are only calculated when asked for, and only for requested time steps. This means that statistics based on all time steps are not available for these results.</p>
|
|
<h3 id="injection-flooding">Injection Flooding</h3>
|
|
<p>This result type is used to plot derived results based on a selection of simulated tracers, typically seawater injection. Currently the only derived property available is <strong>Water Flooded PV</strong>. Please refer to <a href="/calculated-data/derivedresults/index.html">Derived Results</a> for more information.</p>
|
|
<p><a href="#R-image-4552f466043ef07b7ef18e2c7df27d82" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/InjectionFloodingPropertyPanel.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4552f466043ef07b7ef18e2c7df27d82"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/InjectionFloodingPropertyPanel.png"></a></p>
|
|
<ul>
|
|
<li><strong>Tracers</strong> – Lists the available simulation tracers from the Eclipse Case. The list is produced by showing only the properties with names ending with the letter “F”. Select the tracers you want to investigate.</li>
|
|
<li><strong>Result Property</strong> – Select the variable you want to calculate. (<em>Number Of Flooded PV</em> is currently the only one)</li>
|
|
</ul>
|
|
<h2 id="geomechanical-results">Geomechanical Results</h2>
|
|
<p>Geomechanical results are sorted in different <strong>Result Position</strong>s:</p>
|
|
<ul>
|
|
<li><strong>Nodal</strong> – Results given a value per node in the grid</li>
|
|
<li><strong>Element Nodal</strong> – Results with values per element node</li>
|
|
<li><strong>Integration Point</strong> – Results with values per integration point. These are displayed in the same way as element nodal results.</li>
|
|
<li><strong>Element Nodal on Face</strong> – Results with values transformed to element faces or intersections.
|
|
See <a href="https://resinsight.org/calculated-data/derivedresultsgeomech/#element-nodal-on-face" rel="external" target="_blank">Element Nodal on Face</a> for more information</li>
|
|
<li><strong>Formation Names</strong> – Lists the <strong>Active Formation Names</strong> selected on the case. ( See <a href="https://resinsight.org/3d-main-window/formations/" rel="external" target="_blank">Formations</a> )</li>
|
|
<li><strong>Element</strong> – Imported element property table results. One value pr element. See <a href="https://resinsight.org/import/elementpropertytable/" rel="external" target="_blank">Element Property Table Import</a></li>
|
|
</ul>
|
|
<p>Several derived cell properties are calculated. Please refer to <a href="https://resinsight.org/calculated-data/derivedresultsgeomech/" rel="external" target="_blank">Derived Results</a> for more information.</p>
|
|
<h3 id="relative-result-options">Relative Result Options</h3>
|
|
<p>This group of options controls time-lapse results to be calculated. ( See <a href="https://resinsight.org/calculated-data/derivedresultsgeomech/#relative-results-time-lapse-results" rel="external" target="_blank">Relative Results</a> for more information )</p>
|
|
<h2 id="select-color-result">Select Color Result</h2>
|
|
<p><a href="#R-image-3f4ac00fdf756964ac171ceabdb3db69" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/SelectColorResult.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3f4ac00fdf756964ac171ceabdb3db69"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/SelectColorResult.png"></a></p>
|
|
<p>In the 3D view, the result property for a selected cell can be found by right-clicking on the 3D view and choosing <strong>Select Color Result</strong>. The corresponding result property will be shown in the Property Editor.</p>
|
|
<p><a href="#R-image-4a38c06f200b91ea185693e1085792a9" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/3d-main-window/SelectColorResultPropertyEditor.png" style=" height: auto; width: auto;"></a>
|
|
<a href="javascript:history.back();" class="lightbox-back" id="R-image-4a38c06f200b91ea185693e1085792a9"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/3d-main-window/SelectColorResultPropertyEditor.png"></a></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?1739538141";
|
|
</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?1739538141" defer></script>
|
|
<script src="/js/lunr/lunr.min.js?1739538141" defer></script>
|
|
<script src="/js/lunr/lunr.stemmer.support.min.js?1739538141" defer></script>
|
|
<script src="/js/lunr/lunr.multi.min.js?1739538141" defer></script>
|
|
<script src="/js/lunr/lunr.en.min.js?1739538141" defer></script>
|
|
<script src="/js/search.js?1739538141" defer></script>
|
|
<script>
|
|
(function() {
|
|
const urlParams = new URLSearchParams(window.location.search);
|
|
const searchQuery = urlParams.get('q');
|
|
if (searchQuery) {
|
|
const newUrl = `/search/?search-by=${encodeURIComponent(searchQuery)}`;
|
|
window.location.replace(newUrl);
|
|
}
|
|
})();
|
|
</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="active " 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="" 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/cellresults/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?1739538141" defer></script>
|
|
<script src="/js/perfect-scrollbar.min.js?1739538141" defer></script>
|
|
<script src="/js/theme.js?1739538141" defer></script>
|
|
</body>
|
|
</html>
|