Files
ResInsight/export/completionexport/index.html
Magne Sjaastad 23a6f766ac Major refactoring of publish system
Updated to hugo 0.142
Use theme hugo-theme-relearn
Restructure content and make release notes easily available
2025-02-14 10:39:39 +01:00

612 lines
57 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 completions defined in ResInsight can be exported to Eclipse for use in new simulation runs. The commands Export Completion Data For Visible Wells, Export Completion Data For Visible Simulation Wells and Export Completion Data For Selected Wells can be used to invoke the export. The commands are available by right clicking Well Paths or Simulation Wells in the Project Tree. The first command is available from the File-&gt;Import menu as well.">
<meta name="author" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Completions :: ResInsight">
<meta name="twitter:description" content="The completions defined in ResInsight can be exported to Eclipse for use in new simulation runs. The commands Export Completion Data For Visible Wells, Export Completion Data For Visible Simulation Wells and Export Completion Data For Selected Wells can be used to invoke the export. The commands are available by right clicking Well Paths or Simulation Wells in the Project Tree. The first command is available from the File-&gt;Import menu as well.">
<meta property="og:url" content="https://resinsight.org/export/completionexport/index.html">
<meta property="og:site_name" content="ResInsight">
<meta property="og:title" content="Completions :: ResInsight">
<meta property="og:description" content="The completions defined in ResInsight can be exported to Eclipse for use in new simulation runs. The commands Export Completion Data For Visible Wells, Export Completion Data For Visible Simulation Wells and Export Completion Data For Selected Wells can be used to invoke the export. The commands are available by right clicking Well Paths or Simulation Wells in the Project Tree. The first command is available from the File-&gt;Import menu as well.">
<meta property="og:locale" content="en_us">
<meta property="og:type" content="article">
<meta property="article:section" content="Export">
<meta itemprop="name" content="Completions :: ResInsight">
<meta itemprop="description" content="The completions defined in ResInsight can be exported to Eclipse for use in new simulation runs. The commands Export Completion Data For Visible Wells, Export Completion Data For Visible Simulation Wells and Export Completion Data For Selected Wells can be used to invoke the export. The commands are available by right clicking Well Paths or Simulation Wells in the Project Tree. The first command is available from the File-&gt;Import menu as well.">
<meta itemprop="wordCount" content="3164">
<title>Completions :: 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="/export/completionexport/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&#43;ALT&#43;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&#43;ALT&#43;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>
<ul>
<li><a href="#transmissibility-calculations">Transmissibility Calculations</a></li>
<li><a href="#fracture-export">Fracture Export</a></li>
<li><a href="#export-of-fishbone-completion-data">Export of Fishbone Completion Data</a></li>
<li><a href="#completions-for-lgr-welspecl-and-compdatl">Completions for LGR (WELSPECL and COMPDATL)</a></li>
<li><a href="#lgr-for-completions-temporary-lgrs">LGR for completions (Temporary LGRs)</a></li>
</ul>
</li>
<li><a href="#multi-segment-well-model">Multi Segment Well Model</a>
<ul>
<li><a href="#exported-msw-data">Exported MSW Data</a></li>
<li><a href="#export-of-fractures-and-perforations-as-multi-segment-wells">Export of Fractures and Perforations as Multi-Segment Wells</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">&nbsp;>&nbsp;</li><li
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><a itemprop="item" href="/export/index.html"><span itemprop="name">Export</span></a><meta itemprop="position" content="2">&nbsp;>&nbsp;</li><li
itemscope itemtype="https://schema.org/ListItem" itemprop="itemListElement"><span itemprop="name">Completions</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="/export/fluxnummultnum/index.html" title="FLUXNUM/MULTNUM (🡐)"><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="/export/exportwellpaths/index.html" title="Well Paths (🡒)"><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 export" tabindex="-1">
<div class="flex-block-wrapper">
<article class="default">
<header class="headline">
</header>
<h1 id="completions">Completions</h1>
<p>The completions defined in ResInsight can be exported to Eclipse for use in new simulation runs. The commands <strong>Export Completion Data For Visible Wells</strong>, <strong>Export Completion Data For Visible Simulation Wells</strong> and <strong>Export Completion Data For Selected Wells</strong> can be used to invoke the export. The commands are available by right clicking Well Paths or Simulation Wells in the <strong>Project Tree</strong>. The first command is available from the <strong>File-&gt;Import</strong> menu as well.</p>
<p><a href="#R-image-668427f86d4b42eda2f3b2868964060b" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Completions_ExportCompletionData.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-668427f86d4b42eda2f3b2868964060b"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Completions_ExportCompletionData.png"></a></p>
<ul>
<li><strong>Export Settings</strong>
<ul>
<li><strong>Calculated Transmissibilities</strong> &ndash; The transmissibilities calculated based on the case and completion data are exported directly</li>
<li><strong>Default Connection Factors and WPIMULT</strong> &ndash; The information about the connections for Eclipse to be able to make the transmissibility calculaton is exported for the COMPDAT/COMPDATL keywords. In addition, the same transmissibility calculation is performed by ResInsight, and the factor between the actual transmissibility for the connection and the Eclipse calculation is exported in the WPIMULT keyword.</li>
<li><strong>Case to Apply</strong> &ndash; Select which case to use for the export. Matrix transmissibilities will be read from this case.</li>
<li><strong>Use NTG Horizontally</strong> &ndash; Toggles whether NTG in I and J directions is included in the calculation</li>
<li><strong>Include Multi Segment Well Model</strong> &ndash; Toggles whether to also export the completions as Multi Segment Wells.</li>
</ul>
</li>
<li><strong>File Settings</strong>
<ul>
<li><strong>File Split</strong> &ndash; Controls how ResInsight splits the export in different files
<ul>
<li><strong>Unified File</strong> &ndash; One file with all the completions.</li>
<li><strong>Split on Well</strong> &ndash; One file for each well</li>
<li><strong>Split on Well and Completion Type</strong> &ndash; One file for each well and completion type (Perforation Interval, Fishbone, &hellip;)</li>
</ul>
</li>
<li><strong>Export Completion Types</strong> &ndash; Control how several completions of different type in the same cell are handled
<ul>
<li><strong>Individually</strong> &ndash; Completions of each type are exported to separate sections in the file and not combined in any way.</li>
<li><strong>Combined</strong> &ndash; Connection factors from different completion types are added together producing one number for each cell.</li>
</ul>
</li>
<li><strong>Export Folder</strong> &ndash; Folder for the exported COMPDAT file(s). The folder will be created when performing the export and the names of the exported file(s) will be auto generated.</li>
</ul>
</li>
<li><strong>Completions Export Selection</strong>
<ul>
<li><strong>Perforations</strong> &ndash; Option to include or exclude perforation intervals in the export.
<ul>
<li><strong>Time step</strong> &ndash; Which timestep to export. This option is included since perforation intervals have a start time, and thus not all perforations need be present at all time steps.</li>
</ul>
</li>
<li><strong>Fractures</strong> &ndash; Option to include or exclude fracture completions from the export.
<ul>
<li><strong>Pressure Differential Depletion Scaling</strong> &ndash; Options to scale transmissibilities based on the well drawdown. This allows the Eclipse simulation to more accurately model cases with high differential depletion.</li>
</ul>
</li>
<li><strong>Fishbones</strong> &ndash; Option to include or exclude fishbone completions from the export. The direction reported in the COMPDAT/COMPDATL keywords is computed based on the orientation of the main bore cell the fishbone is connected to.
<ul>
<li><strong>Exclude Main Bore Transmissibility</strong> &ndash; If this options is checked on, only the transmissibilities for the fishbone laterals will be included in the export, and transmissibility along the main bore will not contribute.</li>
</ul>
</li>
</ul>
</li>
</ul>
<h3 id="transmissibility-calculations">Transmissibility Calculations</h3>
<p>The transmissibility calculation is performed for each direction, X, Y and Z, in an orthogonal coordinate system local to the cell.</p>
<p>Taking the X direction as an example, we first calculate the relevant permeability <em>K</em> from the Eclipse properties <em>PERMY</em> (K<sub>y</sub>) and PERMZ (K<sub>z</sub>):</p>
<p><a href="#R-image-1b000dbd9b1c0c10fe8cb290ea80fc2f" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Equation_PerfInterval_K.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-1b000dbd9b1c0c10fe8cb290ea80fc2f"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Equation_PerfInterval_K.png"></a></p>
<p>The Peacman radius (pressure equivalent radius) for the cell is then calculated, using permeabilities and cell sizes (D<sub>y</sub> and D<sub>z</sub>):</p>
<p><a href="#R-image-832dbf2efbeeb99030f4830a523fbad5" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Equation_PerfInterval_Peaceman.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-832dbf2efbeeb99030f4830a523fbad5"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Equation_PerfInterval_Peaceman.png"></a></p>
<p>The x-component of the transmissibility vector is calculated, using the length of the perforation in the x direction (l<sub>x</sub>), the well radius (r<sub>w</sub>) and skin factor (S):</p>
<p><a href="#R-image-3d0f28cea0a964653a4e0e8fca286f82" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Equation_PerfInterval_Trans.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-3d0f28cea0a964653a4e0e8fca286f82"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Equation_PerfInterval_Trans.png"></a></p>
<p>The y and z component of the transmissibility are calculated in the same manner, and the total transmissibility is then calculated as:</p>
<p><a href="#R-image-baf847a4d807950d8b36ca727cfb5acc" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Equation_PerfInterval_TotalT.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-baf847a4d807950d8b36ca727cfb5acc"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Equation_PerfInterval_TotalT.png"></a></p>
<p>If the <em>Export Calculated Transmissibilities</em> is chosen in the export setting (see <a href="/export/completionexport/index.html#exporting-completion-data-to-eclipse">Exporting Completion Data to Eclipse</a>), this value is exported in the COMPDAT/COMPDATL keywords directly. If the <em>Export Default Connection Factors and WPIMULT</em> the transmissibility is chosen, the transmissibility is calculated as above, and in addition the transmissibility is calculated as Eclipse would do it using values other than transmissibility in the COMPDAT/COMPDATL keywords (perforation length, well radius etc). The ratio between these transmissibilities is then exported as the WPIMULT value.</p>
<p>For an example of <em>COMPDAT</em> files exported with calculated transmissibilities and with defaults and WPIMULT values, see export of fishbones completion data below.</p>
<h3 id="fracture-export">Fracture Export</h3>
<h4 id="pressure-differential-depletion-scaling">Pressure Differential Depletion Scaling</h4>
<p>For cases with high differential depletion, it is possible to scale the transmissibilities from the grid cells into the well (via the fracture) by the well drawdown. This enables the simulation to take into account that the flow will take different paths into the well as the pressure differential between the surrounding grid cells increases. If enabled, a time step for the grid pressures have to be selected. The list of time steps will also show the time step in which the wells first show a <strong>Well Bore Hole Pressure</strong> (<strong>WBHP</strong>) larger than zero in the Summary Case information.</p>
<p><a href="#R-image-98f34c18d9e2dbc1e63ad33c3c04d493" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Completions_Export_PDD_TimeStep.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-98f34c18d9e2dbc1e63ad33c3c04d493"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Completions_Export_PDD_TimeStep.png"></a></p>
<p>Having chosen a time step for differential depletion scaling a source for the well pressures can be chosen. If <strong>WBHP From Summary Case</strong> is picked, the <strong>WBHP</strong> value in the summary case for the chosen time step is used. However, if the chosen time step precedes the production start of a well, the value set in <strong>WBHP Before Production Start</strong> is used.</p>
<p><a href="#R-image-2ee777ed375bd9864dc6104c67957565" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Completions_Export_PDD_WBHP.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-2ee777ed375bd9864dc6104c67957565"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Completions_Export_PDD_WBHP.png"></a></p>
<p>If, however, a <strong>Fixed User Defined WBHP</strong> is chosen, the provided <strong>WBHP</strong> value is used for all wells.</p>
<p><a href="#R-image-ed271ba5f07f1af09720e5ddcbdd552e" class="lightbox-link"><img class="noborder lazy lightbox noshadow figure-image" loading="lazy" src="/images/export/Completions_Export_PDD_User_WBHP.png" style=" height: auto; width: auto;"></a>
<a href="javascript:history.back();" class="lightbox-back" id="R-image-ed271ba5f07f1af09720e5ddcbdd552e"><img class="noborder lazy lightbox noshadow lightbox-image" loading="lazy" src="/images/export/Completions_Export_PDD_User_WBHP.png"></a></p>
<h4 id="fracture-report-header">Fracture Report Header</h4>
<p>At the top of the exported transmissibilities for fractures, a fracture report summary is displayed. This section displays the different properties for the fractures used to compute the transmissibility values.</p>
<h5 id="description-of-derived-data">Description of Derived Data</h5>
<p>One of the tables displays derived data, see the example here:</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span> Tr #con Fcd Area KfWf Kf Wf Xf H Km
</span></span><span style="display:flex;"><span>[cP.rm3/day/bars] [] [m2] [mDm] [mD] [m] [m] [m] [mD]
</span></span><span style="display:flex;"><span>----------------------------------------------------------------------------------------------------
</span></span><span style="display:flex;"><span> 110.834 24 276.168 9315.748 54.889 3805.029 0.014 61.628 75.580 13.778</span></span></code></pre></div>
<ul>
<li><strong>Tr</strong> &ndash; Accumulated computed transmissibilies for all reservoir cells intersected by the fracture</li>
<li><strong>#con</strong> &ndash; Number of reservoir cells intersected by the fracture</li>
<li><strong>Fcd</strong> &ndash; Area weighted fracture conductivity divided by area weighted matrix transmissibility (Kf/Km)</li>
<li><strong>Area</strong> &ndash; Area of reservoir cells(both active and inactive) intersected by the fracture</li>
<li><strong>KfWf</strong> &ndash; Multiplication of Kf by Wf (Kf * Wf)</li>
<li><strong>Kf</strong> &ndash; Area weighted average of permeability of fracture cells intersecting reservoir grid cells (using Area defined above)</li>
<li><strong>Wf</strong> &ndash; Area weighted average of width of fracture cells intersecting reservoir grid cells (using Area defined above)</li>
<li><strong>Xf</strong> &ndash; Half-length, defined as fracture area divided by half-height (Area/(H/2))</li>
<li><strong>H</strong> &ndash; Longest continuous distance with fracture cells open for flow along a fracture grid column</li>
<li><strong>Km</strong> &ndash; Area weighted average of matrix transmissibility (using Area defined above)</li>
</ul>
<h4 id="differential-depletion-fracture-output">Differential Depletion Fracture Output</h4>
<p>In addition to scaling the transmissibilities in the fracture output, using pressure differential depletion scaling will also provide a table with information regarding the scaling performed for each well. This table will show the well name, fracture name and the source of the Well Bore Hole Pressure (<strong>WBHP From Summary Case</strong> or <strong>Fixed User Defined WBHP</strong>). For <strong>WBHP From Summary Case</strong> the <strong>User WBHP</strong> column will describe the well pressure used for all time steps before the production starts according to the summary case information and the <strong>Actual WBHP</strong> will describe the well pressure used in the scaling, which will be different from the <strong>User WBHP</strong> if the scaling is performed for a time step following the well productions start. Finally the columns <strong>Min Pressure Drop</strong> and <strong>Max Pressure Drop</strong> describes the minimum and maximum well drawdown for this particular fracture.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>--
</span></span><span style="display:flex;"><span>-- Pressure Depletion Time step: 01.Feb 2001
</span></span><span style="display:flex;"><span>-- WBHP Source: WBHP From Summary Case
</span></span><span style="display:flex;"><span>-- User Defined WBHP: 200
</span></span><span style="display:flex;"><span>-- Well Fracture Actual WBHP Min Pressure Drop Max Pressure Drop
</span></span><span style="display:flex;"><span>------------------------------------------------------------------------------
</span></span><span style="display:flex;"><span>-- B-1H Fracture_01 221.68147 0.04077 45.10402
</span></span><span style="display:flex;"><span>-- B-1H Fracture_02 221.68147 0.00624 36.02608
</span></span><span style="display:flex;"><span>-- B-4DH Fracture_07 200.00000 28.21733 97.34970
</span></span><span style="display:flex;"><span>-- </span></span></code></pre></div>
<h3 id="export-of-fishbone-completion-data">Export of Fishbone Completion Data</h3>
<p>The transmissibility calculation for the fishbones is done following the above description except that when calculating the transmissibility for the laterals, the full cell volume is split among the laterals for calculation of the transmissibility. This is done by finding the direction of the main bore, and then dividing the cell size in this direction by the number of laterals in the cell when calculating the Peaceman radius.</p>
<p>An example of the exported COMPDAT file is shown below. The calculated transmissibility contribution to the cell connection factor from each lateral or main bore part is included as a comment.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSPECS
</span></span><span style="display:flex;"><span>-- Well Grp I J RefDepth WellType
</span></span><span style="display:flex;"><span> Well Path B GR 26 45 1230 Oil \
</span></span><span style="display:flex;"><span>\
</span></span><span style="display:flex;"><span>COMPDAT
</span></span><span style="display:flex;"><span>-- Well I J K1 K2 Status SAT TR DIAM KH S Df
</span></span><span style="display:flex;"><span>-- Well Path B main bore : 0.0569986
</span></span><span style="display:flex;"><span> Well Path B 26 45 29 29 OPEN 1* 5.699858E-02 /
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 0 : 0.0021382
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 1 : 0.00228575
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 2 : 0.0126269
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 1 Lateral: 1 : 0.0112929
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 2 Lateral: 0 : 0.00566964
</span></span><span style="display:flex;"><span>-- Well Path B main bore : 0.230572
</span></span><span style="display:flex;"><span> Well Path B 27 41 15 15 OPEN 1* 2.645858E-01 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<p>For export with WPIMULT factors, the main bore diameter and direction are given in the export for cells which have both main bore and lateral contributions, while diameter and main direction of the first lateral is used for cells with no main bore contribution. Other parameters exported as part of COMPDAT are set to default.</p>
<p>The <em>WPIMULT</em> parameters are calculated, as for the perforation intervals, by ResInsight calculating both the transmissibility of the completion as described above, and in addition calculating the transmissibility based on the information exported in the COMPDAT keyword. The ratio between these two numbers is then exported as the <em>WPIMUT</em> keyword.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSPEC
</span></span><span style="display:flex;"><span>-- Well Grp I J RefDepth WellType
</span></span><span style="display:flex;"><span> Well Path B GR 26 45 1230 Oil \
</span></span><span style="display:flex;"><span>\
</span></span><span style="display:flex;"><span>COMPDAT
</span></span><span style="display:flex;"><span>-- Well I J K1 K2 Status SAT TR DIAM KH S Df DIR
</span></span><span style="display:flex;"><span>-- Well Path B main bore : 0.0569986
</span></span><span style="display:flex;"><span> Well Path B 26 45 29 29 OPEN 1* 1* 0.21600 1* 0.00000 1* &#39;Z&#39;
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 0 : 0.0021382
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 1 : 0.00228575
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 0 Lateral: 2 : 0.0126269
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 1 Lateral: 1 : 0.0112929
</span></span><span style="display:flex;"><span>-- Fishbone 0: Sub: 2 Lateral: 0 : 0.00566964
</span></span><span style="display:flex;"><span>-- Well Path B main bore : 0.230572
</span></span><span style="display:flex;"><span> Well Path B 27 41 15 15 OPEN 1* 1* 0.21600 1* 0.00000 1* &#39;Z&#39;
</span></span><span style="display:flex;"><span>/
</span></span><span style="display:flex;"><span>WPIMULT
</span></span><span style="display:flex;"><span>-- Well Mult I J K
</span></span><span style="display:flex;"><span> Well Path B 0.70133 25 45 29 /
</span></span><span style="display:flex;"><span> Well Path B 25.11396 27 41 15 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<h3 id="completions-for-lgr-welspecl-and-compdatl">Completions for LGR (WELSPECL and COMPDATL)</h3>
<p>Completion data for LGR grids are exported to a separate file having the same name as the main grid completions file postfixed by &ldquo;_LGR&rdquo;. Instead of using the WELSPECS and COMPDAT keywords, the WELSPECL and COMPDATL keywords are used. Those tables are simlar to the WELSPECS and COMPDAT tables, except from including the columns <strong>LGR</strong> and <strong>LgrName</strong>, respectively. The extra columns contains the name of the LGR grid.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSPECL
</span></span><span style="display:flex;"><span>-- Well Grp LGR I J RefDepth WellType
</span></span><span style="display:flex;"><span> UWell-1 1* WELLI1 2 9 1* OIL /
</span></span><span style="display:flex;"><span> /
</span></span><span style="display:flex;"><span>COMPDATL
</span></span><span style="display:flex;"><span>-- Well LgrName I J K1 K2 Status SAT TR DIAM KH S Df DIR
</span></span><span style="display:flex;"><span>-- ---- Completions for completion type Perforation ----
</span></span><span style="display:flex;"><span>-- Perforation Completion : MD In: 63.6509 - MD Out: 67.0264 Transmissibility: 6.10676
</span></span><span style="display:flex;"><span> UWell-1 WELLI1 2 9 6 6 OPEN 1* 6.106763E+00 0.21600 1* 0.00000 1* &#39;Y&#39; /
</span></span><span style="display:flex;"><span>-- Perforation Completion : MD In: 67.0264 - MD Out: 70.402 Transmissibility: 6.10679
</span></span><span style="display:flex;"><span> UWell-1 WELLI1 2 8 6 6 OPEN 1* 6.106791E+00 0.21600 1* 0.00000 1* &#39;Y&#39; /</span></span></code></pre></div>
<h3 id="lgr-for-completions-temporary-lgrs">LGR for completions (Temporary LGRs)</h3>
<p>The previous section describes the export of COMPDATL for completions intersecting existing LGRs, loaded from file. This section will describe how to have ResInsight create temporary LGRs around completions, and then export COMPDATL for those LGRs.
To accomplish this, do the following:</p>
<ul>
<li>Create LGRs for completions on selected well paths. See <a href="/wells-and-completions/completionslgr/index.html">Completions LGR</a></li>
<li>Export completions the usual way. See <a href="/export/completionexport/index.html">Completion Export</a></li>
</ul>
<details open class=" box cstyle notices info">
<summary class="box-label" tabindex="-1">
<i class="fa-fw fas fa-info-circle"></i>
Info
</summary>
<div class="box-content">
<p>In addition to the completion data, the geometrical definition of all temporary LGRs is also exported into &ldquo;*.dat&rdquo; files.</p>
</div>
</details>
<h2 id="multi-segment-well-model">Multi Segment Well Model</h2>
<p>It is possible to export all the completions to a text file containing the Eclipse input data
keywords needed to represent the completions as a Multi Segment Well. This is done by checking the <strong>Include Multi Segment Well Model</strong>. All completions are supported and are exported in somewhat different ways.</p>
<h3 id="exported-msw-data">Exported MSW Data</h3>
<p>In the output file there are data for three Eclipse keyword specified.</p>
<h5 id="welsegs">WELSEGS</h5>
<p>WELSEGS defines multi-segment wells. The list of entries contains information on the main stem, the ICDs at the fishbone subs and the fishbone laterals. A comment above each entry details which element (main bore / ICD / lateral) the entry is for. Example:</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSEGS
</span></span><span style="display:flex;"><span>-- Name Dep 1 Tlen 1 Vol 1 Len&amp;Dep PresDrop
</span></span><span style="display:flex;"><span> Well Path A 4137.09154 87.00000 1* ABS H-- /
</span></span><span style="display:flex;"><span>-- First Seg Last Seg Branch Num Outlet Seg Length Depth Change Diam Rough
</span></span><span style="display:flex;"><span>-- Main stem
</span></span><span style="display:flex;"><span>-- Segment for sub 0
</span></span><span style="display:flex;"><span> 2 2 1 1 13.00000 0.53667 0.15200 0.00001 /
</span></span><span style="display:flex;"><span>-- Laterals
</span></span><span style="display:flex;"><span>-- Diam: MSW - Tubing Radius
</span></span><span style="display:flex;"><span>-- Rough: MSW - Open Hole Roughness Factor
</span></span><span style="display:flex;"><span>-- ICD
</span></span><span style="display:flex;"><span> 3 3 2 2 0.10000 0 0.15200 0.00001 /
</span></span><span style="display:flex;"><span>-- Fishbone 0 : Sub index 0 - Lateral 0
</span></span><span style="display:flex;"><span> 52 52 27 3 1.70326 -0.57276 0.00960 0.00100 /
</span></span><span style="display:flex;"><span> 53 53 27 52 2.34748 -0.81635 0.00960 0.00100 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<ul>
<li>
<p>The first <em>WELSEGS</em> entry contains information about the well:</p>
<ul>
<li><strong>Name</strong> - Name of well</li>
<li><strong>Dep 1</strong> - TVD of start MD point, as given by the user in the Fishbones <strong>Start MD</strong> field.</li>
<li><strong>Tlen 1</strong> - Point given by the user in the Fishbones <strong>Start MD</strong> field.</li>
<li><strong>Len&amp;Dep</strong> - incremental or absolute, as specified by the user in the Fishbones property editor.</li>
<li><strong>PresDrop</strong> - specifies what is included in the pressure drop calculation, hydrostatic, friction or acceleration. Specified by user in the Fishbones property editor.</li>
</ul>
</li>
<li>
<p>The following <em>WELSEGS</em> entries contains information about each segment:</p>
<ul>
<li><strong>First Seg</strong>, <strong>Last Seg</strong> &ndash; Values are being exported pr segment, so both first and last segment number is the number of the segment being exported.</li>
<li><strong>Branch Num</strong> &ndash; Branch number for segment being exported.</li>
<li><strong>Outlet Seg</strong> &ndash; The segment the exported segment is connected to. For the main bore segments, this is the segment before them, for ICDs the segment number being exported and for fishbone laterals the segment on the main broe where the laterals are connected.</li>
<li><strong>Length</strong> &ndash; Length of segment (if incremental Len&amp;Dep above) or length of segments including this along well (if absolute Len&amp;Dep above). For ICDs length is set to 0.1.</li>
<li><strong>Depth Change</strong> &ndash; Depth of segment, incremental or absolute as for Length. For ICDs depth is set to 0.</li>
<li><strong>Diam</strong> &ndash; Diameter of segment. For main bore and ICD entries, the liner inner diameter for the Fishbones collection is used. For laterals, an effective diameter is calculated so that the diameter exported is the diameter which, assuming a circle, would give the same area as the area between the hole diameter and the tubing diameter.</li>
<li><strong>Rough</strong> &ndash; The roughness factor as entered by the user. Notice that a different value can be specified for the main bore and the laterals, as described above.</li>
</ul>
</li>
</ul>
<h5 id="compsegs">COMPSEGS</h5>
<p>An example of the COMPSEGS keyword as exported is shown below.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>COMPSEGS
</span></span><span style="display:flex;"><span>-- Name
</span></span><span style="display:flex;"><span> Well Path A /
</span></span><span style="display:flex;"><span>-- I J K Branch no Start Length End Length Dir Pen End Range Connection Depth
</span></span><span style="display:flex;"><span> 28 40 6 27 0.00000 1.70326 /
</span></span><span style="display:flex;"><span> 28 40 7 27 1.70326 2.34748 /
</span></span><span style="display:flex;"><span> 28 40 8 27 2.34748 2.96577 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<p>The first COMPSEGS entry is a line with the well path name. Each following entry is for the segments in the well, and containing the following field:</p>
<ul>
<li><strong>I</strong>, <strong>J</strong> and <strong>K</strong> &ndash; The Eclipse cell index</li>
<li><strong>Branch no</strong> &ndash; Branch number for the segment</li>
<li><strong>Start Length</strong>, <strong>End Length</strong> &ndash; Start and end length along the well for the relevant segment.</li>
</ul>
<h5 id="wsegvalv">WSEGVALV</h5>
<p>An example of the WSEGVALV keyword as exported is shown below.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WSEGVALV
</span></span><span style="display:flex;"><span>-- Well Name Seg No Cv Ac
</span></span><span style="display:flex;"><span> Well Path A 3 1.50000 0.00008 /
</span></span><span style="display:flex;"><span> Well Path A 5 1.50000 0.00008 /
</span></span><span style="display:flex;"><span> Well Path A 7 1.50000 0.00008 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<p>The parameters exported in the WEGVALV keyword are</p>
<ul>
<li><strong>Well Name</strong> &ndash; The name of the well.</li>
<li><strong>Seg No</strong> &ndash; Segment number along the well.</li>
<li><strong>Cv</strong> &ndash; The ICD Flow Coefficient, as entered by the user.</li>
<li><strong>Ac</strong> &ndash; the total ICD area per sub, calculated as the area per ICD (given by the orifice radius) multiplied with the number of icd per Sub.</li>
</ul>
<h3 id="export-of-fractures-and-perforations-as-multi-segment-wells">Export of Fractures and Perforations as Multi-Segment Wells</h3>
<p>Fractures and Perforations may also be exported as Multi-Segment Wells. In the case of Fractures, ResInsight will create one segment for the entire fracture, with a number of COMPSEGS-entries corresponding to the cells intersecting the fracture. In this case, the <strong>Diam</strong> and <strong>Rough</strong> parameters are not used for anything and the length of the fracture segment is nominal. An example of a Fracture entry is shown below.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSEGS
</span></span><span style="display:flex;"><span>-- Name Dep 1 Tlen 1 Vol 1 Len&amp;Dep PresDrop
</span></span><span style="display:flex;"><span> C-1 H 2575.39553 2919.53029 1* INC H-- /
</span></span><span style="display:flex;"><span>-- First Seg Last Seg Branch Num Outlet Seg Length Depth Change Diam Rough
</span></span><span style="display:flex;"><span>-- Fracture Segments
</span></span><span style="display:flex;"><span>-- Diam: MSW - Default Dummy
</span></span><span style="display:flex;"><span>-- Rough: MSW - Default Dummy
</span></span><span style="display:flex;"><span>-- Traversal Fracture 02 connected to Main stem segment 11
</span></span><span style="display:flex;"><span> 25 25 2 11 0.01000 0.00000 0.15000 0.00005 /
</span></span><span style="display:flex;"><span>/
</span></span><span style="display:flex;"><span>COMPSEGS
</span></span><span style="display:flex;"><span>-- Fractures
</span></span><span style="display:flex;"><span>-- Name
</span></span><span style="display:flex;"><span> C-1 H /
</span></span><span style="display:flex;"><span>-- I J K Branch no Start Length End Length Dir Pen End Range Connection Depth
</span></span><span style="display:flex;"><span> 27 43 1 2 11.27214 11.28214 /
</span></span><span style="display:flex;"><span> 26 44 1 2 11.27214 11.28214 /</span></span></code></pre></div>
<p>The entries for Perforations are simpler. No additional branches are created as the perforation intervals are all on the main bore and all perforated cells are listed as COMPSEG entries very similar to normal COMPDAT export of perforation intervals.</p>
<div class="highlight wrap-code"><pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;"><code class="language-txt" data-lang="txt"><span style="display:flex;"><span>WELSEGS
</span></span><span style="display:flex;"><span>-- Name Dep 1 Tlen 1 Vol 1 Len&amp;Dep PresDrop
</span></span><span style="display:flex;"><span> B-1 AH 2530.38706 3137.28258 1* INC H-- /
</span></span><span style="display:flex;"><span>-- First Seg Last Seg Branch Num Outlet Seg Length Depth Change Diam Rough
</span></span><span style="display:flex;"><span>-- Main Stem Segments
</span></span><span style="display:flex;"><span> 2 2 1 1 16.33624 6.96924 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 3 3 1 2 11.77390 4.75668 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 4 4 1 3 9.49721 3.63598 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 5 5 1 4 6.77104 2.59228 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 6 6 1 5 29.44930 10.10431 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 7 7 1 6 27.93603 7.96718 0.15200 0.00001 /
</span></span><span style="display:flex;"><span> 8 8 1 7 13.95369 3.66086 0.15200 0.00001 /
</span></span><span style="display:flex;"><span>/
</span></span><span style="display:flex;"><span>COMPSEGS
</span></span><span style="display:flex;"><span>-- Name
</span></span><span style="display:flex;"><span> B-1 AH /
</span></span><span style="display:flex;"><span>-- I J K Branch no Start Length End Length Dir Pen End Range Connection Depth
</span></span><span style="display:flex;"><span> 10 24 1 1 3137.28258 3153.61882 /
</span></span><span style="display:flex;"><span> 10 24 2 1 3153.61882 3165.39273 /
</span></span><span style="display:flex;"><span> 9 24 2 1 3165.39273 3174.88994 /
</span></span><span style="display:flex;"><span> 9 25 2 1 3174.88994 3181.66098 /
</span></span><span style="display:flex;"><span> 9 25 3 1 3181.66098 3211.11028 /
</span></span><span style="display:flex;"><span> 9 25 5 1 3239.04631 3253.00000 /
</span></span><span style="display:flex;"><span>/</span></span></code></pre></div>
<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="" 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"></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="parent " data-nav-id="/export/index.html"><a class="padding" href="/export/index.html">Export</a><ul id="R-subsections-5d95f477b90785732dc9d6d81acc75cc" class="collapsible-menu">
<li class="" data-nav-id="/export/snapshots/index.html"><a class="padding" href="/export/snapshots/index.html">Snapshots</a></li>
<li class="" data-nav-id="/export/eclipseproperties/index.html"><a class="padding" href="/export/eclipseproperties/index.html">Eclipse Properties</a></li>
<li class="" data-nav-id="/export/fluxnummultnum/index.html"><a class="padding" href="/export/fluxnummultnum/index.html">FLUXNUM/MULTNUM</a></li>
<li class="active " data-nav-id="/export/completionexport/index.html"><a class="padding" href="/export/completionexport/index.html">Completions</a></li>
<li class="" data-nav-id="/export/exportwellpaths/index.html"><a class="padding" href="/export/exportwellpaths/index.html">Well Paths</a></li>
<li class="" data-nav-id="/export/sectormodel/index.html"><a class="padding" href="/export/sectormodel/index.html">Sector Model</a></li>
<li class="" data-nav-id="/export/contourmapexport/index.html"><a class="padding" href="/export/contourmapexport/index.html">Contour Map Export</a></li></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>&nbsp;</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="/export/completionexport/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>&nbsp;</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>&nbsp;</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>