Field Development and Operations: A Computational Approach with NeqSim — TPG4230 NTNU
Copyright © 2026 Equinor ASA and the Norwegian University of Science and Technology (NTNU). All rights reserved.
This work is the intellectual property of Equinor ASA and NTNU. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of Equinor ASA and NTNU.
Published by NTNU & Equinor
The NeqSim library is open-source software released under the Apache License 2.0. All code examples in this book are available at https://github.com/equinor/neqsim and may be freely used and modified under the terms of that license.
Typeset using NeqSim PaperLab
To the students of TPG4230, and to the engineers and operators who keep the Norwegian Continental Shelf safely producing — and the next generation who will turn it into a low-carbon energy province.
Preface
Field development is the long arc of decisions that turns a discovery into produced barrels and standard cubic metres of gas — and, today, into stored tonnes of carbon dioxide and renewable hydrogen carriers. It is also the discipline in which a young petroleum engineer first realises that thermodynamics, reservoir flow, multiphase pipeline hydraulics, mechanical design, project economics, regulation, safety and environmental performance are not separate subjects but a single coupled problem. That realisation is the central pedagogical aim of TPG4230 Field Development and Operations at NTNU.
This book has been written by the team that delivers the course in its 2026 edition. It collects, in a single volume, the lectures from NTNU's Department of Geoscience and Petroleum and the practising engineers from Equinor who deliver the facilities, processing, subsea, drilling, production technology, regulatory and refining modules. Each chapter carries a byline that identifies the lead contributor; the editors are responsible for cross-chapter consistency, notation and the choice of computational examples.
What is new about this textbook
The course has been taught at NTNU for many years using a combination of Stanko's Underground Reservoirs: Fluid Production and Injection [1], the operator-led lecture series, and a sequence of exercises (P1, P2, P3) and case projects (Ex1 separator/UniSim, Ex2 Ultima Thule). What this book adds is a computational backbone: the open-source toolkit NeqSim [2] runs through every chapter as a way to make every equation executable. A student who reads the book in order will, by Chapter 26, be able to build a complete process flowsheet for a topside facility in Python; by Chapters 27-32 they will have moved from NCS case studies into an end-to-end concept evaluation for an offshore field development. The classical textbook treatment is preserved — this book is with NeqSim, not only about it — but every key calculation is also given as a runnable notebook so that the student can vary parameters, plot sensitivities, and understand where the margins really sit.
How to read the book
The book is organised in six parts.
Part I — Reservoir fluids and the production system (Chapters 1–4) covers the language of the field: the value chain (Chapter 2), the thermodynamics of reservoir fluids and PVT (Chapter 3), and the inflow/outflow performance of the well system (Chapter 4). Course exercise P1 belongs to this part.
Part II — Topside processing and gas treatment (Chapters 5–10) introduces the facility value chain and walks through oil-water separation, flow assurance, the difference between rich-gas and dry-gas production systems, and the principal gas-treatment processes (acid gas removal and dehydration). Course exercise Ex1 (separator design) belongs to this part.
Part III — Subsurface, structures and wells (Chapters 11–16) treats the building blocks of a development from the wellhead down: field development concepts, offshore structures, subsea/SURF systems, drilling and wells, reservoir technology, and production technology. Course case Ex2 (Ultima Thule) belongs to this part.
Part IV — Project economics and operations (Chapters 17–20) covers cost estimation and scheduling, NPV-based economic analysis, production scheduling for a real gas field (Snøhvit), and production optimisation in operations. Course exercises P2 (Snøhvit) and P3 (NPV) belong to this part.
Part V — Regulation, safety, operations, products and tools (Chapters 21-28) places the technical material in its regulatory, operational and commercial context: Norwegian regulation (Chapter 21), process safety (Chapter 22), operations and digital twins (Chapter 23), oil/gas quality and refining (Chapter 24), CO₂ transport and storage (Chapter 25), the NeqSim computational toolkit (Chapter 26), NCS case studies (Chapter 27), and project-development deliverables (Chapter 28).
Part VI — Integrated Ultima Thule capstone (Chapters 29-32) uses a single teaching field to connect design basis, concept selection, discipline deliverables, economics, risk and final decision lessons.
How the computational examples are built
Every chapter that needs a calculation uses the public NeqSim Python package. For students, the required installation step is simply:
pip install neqsim
The examples call NeqSim through the Python gateway from neqsim import jneqsim, so they run on a student laptop or in a cloud notebook without any commercial software. Where a calculation is best done in Java — for example the inside-out distillation column solver — we show the Java listing and provide the Python equivalent.
Acknowledgements
We thank the Department of Geoscience and Petroleum at NTNU for the freedom to redesign the course around a computational textbook, and the Equinor University and Equinor Research and Technology organisations for releasing the lecture material on which this book is based.
The textbook builds directly on Stanko's Underground Reservoirs [1] for reservoir fluids and well performance, and on the GPSA Engineering Data Book [3], Campbell's Gas Conditioning and Processing [4] and Kidnay, Parrish and McCartney's Fundamentals of Natural Gas Processing [5] for the gas-processing chapters. Solbraa's PhD thesis [6] is the basis of much of the acid-gas / dehydration material.
Trondheim, 2026
Acknowledgements
This textbook would not exist without the lecture material, slide decks, exercises and case-study notebooks developed over many years for the master's course **TPG4230 *Field Development and Operations*** at the Norwegian University of Science and Technology (NTNU). The lecturers and course coordinators behind the 2026 edition are the contributing authors of this volume; we list them below with the course modules they led.
| Contributor | Affiliation | Course module |
|---|---|---|
| Even Solbraa (lead editor) | Equinor & NTNU | Introduction, oil/gas processing, dehydration/acid-gas, computational tools |
| Milan Stanko | Whitson | Reservoir fluids, well performance, dry-gas systems, Snøhvit scheduling |
| Rolf Eric Hofgaard | Equinor University | Facilities value chain, building blocks |
| Abdolreza Hashemi-Ahmady | Equinor University | Field development building blocks, cost & scheduling, Ultima Thule case |
| Patrick Müller | Equinor | Oil and water processing, separator design |
| Tone M. Vestbøstad | Equinor | Offshore structures |
| Audun Faanes | Equinor | Subsea production systems and SURF |
| Per Einar Svela | Equinor | Production technology |
| Oddve Martin Helland | Equinor | Drilling and wells |
| Håkon Høgstøl | Equinor | Reservoir technology in FD |
| Kjell Moljord | Equinor & NTNU | Oil/gas quality, refining and pricing |
| Jakob Nærheim | Equinor | Regulation of the Norwegian Continental Shelf |
We are particularly grateful to Milan Stanko for permission to use his book Underground Reservoirs: Fluid Production and Injection [1] as the principal reservoir-engineering reference; to the Equinor University team for releasing the operator-led lecture content; and to NTNU's Department of Geoscience and Petroleum for institutional support of the course.
The computational examples are built on NeqSim [2], an open-source thermodynamic and process simulation toolkit developed by Equinor in collaboration with NTNU. We thank the NeqSim community for its contribution to research and education.
Finally, we thank the cohorts of TPG4230 students whose questions and project reports shaped what made it into this book and what was cut. A textbook, like a field development plan, is iterated.
— The editors, Trondheim, 2026
How to Use This Book
Audience and prerequisites
This book is written for master-level students of petroleum engineering, chemical engineering and energy systems engineering. We assume you have completed undergraduate courses in:
- Thermodynamics — first and second laws, ideal-gas mixtures, vapour–liquid equilibrium at the conceptual level.
- Fluid mechanics — Bernoulli, Reynolds number, Darcy friction, steady-state pipe flow.
- Reservoir engineering basics — Darcy's law, the pressure-volume-temperature concept of a reservoir fluid, and material balance.
We do not assume prior experience with process simulators, the Java/Python toolchain, or detailed offshore engineering. The book introduces the open-source NeqSim simulator gradually; by the end of Chapter 26 you will be comfortable building flowsheets in Python.
How the chapters are structured
Each chapter is built around the same structure so that you can skim the parts you already know and dive deep where needed:
- Chapter author byline — the lecturer responsible for the material in the 2026 edition of TPG4230.
- Learning objectives — five to seven verifiable outcomes.
- Theory and background — the classical engineering treatment, complete with derivations and equations.
- NeqSim implementation — at least one runnable code listing that lets you reproduce a key result from the chapter.
- Worked example — a typical numerical case.
- Summary — the take-home messages.
- Exercises — five to ten problems of increasing difficulty, the last one or two often linked to the official course exercises P1, P2, P3, Ex1 or Ex2.
- References — collected at the end of the book in the master bibliography (
refs.bib).
Each calculation should also be read with the quality gates in the backmatter appendix Engineering Assumptions, Validity Ranges and Review Checklists. That appendix defines notation style, method-maturity labels, correlation validity ranges, the basis-of-design template, HMB checks, risk-register format and notebook traceability rules used throughout the book.
Map to the official course exercises
The TPG4230 course in 2026 uses the following exercises and case projects. The table below tells you where to read first.
| Course item | Topic | Read these chapters |
|---|---|---|
| P1 | Well IPR, decline analysis, simple production forecast | Chapters 3, 4, 15 |
| P2 | Snøhvit production scheduling | Chapters 9, 17, 19 |
| P3 | Net-present-value evaluation of a development concept | Chapters 17, 18 |
| Ex1 | Three-phase separator design (UniSim/NeqSim) | Chapters 6, 7, 26 |
| Ex2 | Ultima Thule field development concept | Chapters 11, 12, 13, 17, 18, 27, 29-32 |
Running the computational examples
All notebooks are set up to run on three environments without modification:
- A student laptop with Python ≥ 3.10 and the public NeqSim package installed via
pip install neqsim. - Google Colab — open the
.ipynbdirectly from the book repository. - An NTNU/Equinor research workstation with a local NeqSim development build.
To install NeqSim, simply run:
pip install neqsim
This is all most readers need. The notebooks then import NeqSim through the neqsim Python package and run identically on a laptop, on Colab, or on a research workstation.
How to read the book
There are three ways to use this book.
- Read it linearly if you are taking TPG4230. Chapters and parts are ordered to follow the lecture series; exercises in later chapters assume the material from earlier ones.
- Use it as a reference if you are an engineer doing a particular field-development task. Each chapter is self-contained enough that you can drop into it directly.
- Use it as a notebook collection if you want to do before you read. The
notebooks/folder under each chapter contains numbered, runnable Jupyter files; modify them and re-run them. The best way to learn is to break them.
A note on units
The book uses SI units throughout the equations: pressures in Pa (or kPa, MPa, bar — clearly labelled), temperatures in K (with °C in conversational text), volumes in m³, energies in J. Industry units in Sm³, Sm³/d, MMBOE, $/bbl, NOK/Sm³ are introduced where they are unavoidable, with the conversions stated.
In prose, chemical formulae use readable scientific notation such as CO₂ and H₂S. In code listings and NeqSim unit strings, ASCII names are used exactly as required by the API, for example CO2, H2S, Sm3/day and kg/hr.
Photo Plates — Field Development in Practice
The following photo plates illustrate the physical reality of offshore oil and gas field development and operations on the Norwegian Continental Shelf. These images complement the theoretical and computational content of the textbook by showing the equipment, infrastructure, and working environments that field-development engineers design, build, and operate.
For students who have not visited an offshore installation, these plates provide visual context for the systems described in Chapters 5-16 and the operational environment discussed in the process safety and operations chapters. The plates are ordered by the plate number printed in each image.
---
Photo Plate 1: Offshore Platforms. The NCS employs diverse platform concepts matched to water depth, payload, field size, and environmental conditions. Fixed steel jackets dominate shallow water, concrete gravity-based structures carry heavy topsides in intermediate water depths, and floating units serve deepwater and marginal fields.
---
Photo Plate 2: Subsea Production Systems. Subsea trees, manifolds, jumpers, flowlines, and umbilicals enable production from the seabed without a fixed surface structure directly above the wells. These systems often dominate field-development CAPEX for tieback projects.
---
Photo Plate 3: Separators and Process Equipment. Three-phase separators, gas compression trains, heat exchangers, and interconnecting piping form the heart of a production platform. The tightly packed module layout reflects offshore weight and space constraints while maintaining the separation distances required for process safety.
---
Photo Plate 4: Control Rooms and Digital Operations. Modern NCS operations combine offshore control rooms with onshore integrated operations centres. Distributed control systems, safety instrumented systems, data historians, and digital twins support safe operation, real-time surveillance, and performance optimisation.
Foundations of Field Development
Introduction to Field Development and Operations
Learning objectives
After reading this chapter, the reader will be able to:
- Describe the scope, goals and structure of TPG4230 and how the textbook supports it.
- Place field development and operations in the context of the global oil-and-gas value chain.
- Identify the principal stakeholders (operator, partners, regulator, contractors, society) and their roles.
- Outline the petroleum-field lifecycle from exploration through abandonment.
- Explain why engineering decisions made early in the lifecycle dominate value capture.
- Identify the engineering disciplines and computational tools that contribute to a field development study.
Where We Are in the Field-Development Lifecycle
This opening chapter defines the lifecycle questions used throughout the book: which decision gate is served, which assumptions remain uncertain, and which discipline consumes the result.
1.1 Introduction
Field development and operations is the engineering activity that turns a discovered hydrocarbon accumulation into a producing asset and, eventually, a safely abandoned site. It spans the decisions, designs and day-to-day choices that determine how much energy a reservoir delivers, at what cost, with what emissions, and with what residual risk to people and the environment. This textbook supports the graduate course TPG4230 Field Development and Operations at the Norwegian University of Science and Technology, and is written for students who have completed introductory courses in reservoir engineering, thermodynamics and process technology, and who now need to integrate those subjects into a coherent project view [7].
The book has two ambitions. The first is pedagogical: to present field development as one connected workflow rather than a sequence of disciplinary handovers. Reservoir performance, well design, flow assurance, topside processing, export logistics, project economics and HSE constraints are coupled — a change at one node propagates through all the others — and engineers who can reason across that coupling produce better projects than specialists who cannot. The second ambition is computational: major technical concepts are paired with worked examples using the open-source NeqSim toolkit, so that the reader leaves the course able to run many of the calculations, not only to recite them. Computational figures are notebook-backed where practical; lecture, source and case figures are provenance-tracked and discussed in the text.
In industry practice, field development refers to the engineering effort between a successful appraisal campaign and the first production of hydrocarbons: subsurface characterisation, drainage strategy, well count and architecture, surface concept selection (subsea tieback, fixed platform, FPSO, onshore plant), facility sizing, export route, project sanction and execution. Operations refers to the subsequent phase, typically twenty to forty years long, in which the field is produced, monitored, debottlenecked, intervened upon, and finally decommissioned. The two phases are treated together in this book because operability is a design choice: a facility that is cheap to build but difficult to operate rarely delivers the value that justified the investment, while a robust design pays back across the entire production lifetime.
The remainder of this chapter sets the scene for the rest of the book. Section 1.2 states the scope and goals of TPG4230 and how the textbook supports the course assessment. Section 1.3 places field development inside the global oil-and-gas value chain and the energy transition. Section 1.4 introduces the stakeholders whose interests must be balanced, and Section 1.5 walks through the lifecycle of a petroleum field from exploration to abandonment. Section 1.6 explains why decisions made in the front-end loading phase dominate value capture, motivating the engineering rigour that the rest of the book demands. Section 1.7 identifies the engineering disciplines involved, Section 1.8 introduces NeqSim as a computational backbone, and Section 1.9 presents a compact worked example. Sections 1.10–1.12 close the chapter with reading guidance, a summary, and self-test questions.
1.2 Scope and Goals of TPG4230
TPG4230 Field Development and Operations is a graduate course at the Norwegian University of Science and Technology that asks students to design, evaluate and defend a complete field development concept under realistic technical, economic and environmental constraints [7]. The course is taught in the autumn semester of the petroleum engineering and petroleum geosciences master programmes, and it sits at the integrative end of the curriculum: it presupposes — rather than re-teaches — the fundamentals of reservoir engineering, drilling, multiphase flow, thermodynamics, process design and project economics. Its purpose is to bring those subjects into contact, on a common field, under a common time line, and with a common set of decisions that the student must take and justify.
Intended learning outcomes
On completion of TPG4230, a student should be able to (i) read a discovery report and propose a development concept that is consistent with the subsurface description, the regulatory framework and the prevailing market conditions; (ii) size the principal subsurface, well and topside elements of that concept to a level that supports a sanction-grade cost estimate; (iii) evaluate alternative concepts on a comparable basis using net present value, breakeven oil price, CO₂ intensity and a small set of qualitative risk criteria; (iv) identify the operability and flow-assurance threats that the concept faces over its production lifetime, and propose mitigation; and (v) communicate the concept clearly to a multidisciplinary audience in writing and orally. Outcomes (i)–(iii) are exercised through three field cases — Snøhvit, Ultima Thule and Aasta Hansteen — that span subsea-to-shore LNG, deep-water gas and HP/HT condensate respectively [7]. Outcomes (iv) and (v) are exercised in the project deliverables P1, P2 and P3.
Position in the NTNU petroleum curriculum
TPG4230 is the natural sequel to TPG4135 Reservoir Property Determination, TPG4115 Petroleum Production Engineering, TPG4140 Natural Gas Technology and TPG4145 Reservoir Recovery Techniques. It runs in parallel with TPG4185 Field Development, with which it shares the project assignments, and it is recommended before the student begins the master thesis: many theses extend an idea first explored as a TPG4230 case. The course also serves students from the energy and process engineering programme who need a project-level introduction to upstream oil and gas before specialising in CO₂ capture and storage or hydrogen value chains; the same surface and subsurface infrastructure is increasingly re-used for these new energy carriers, and the design vocabulary is identical [1].
Pre-requisites and recommended companion material
The minimum pre-requisite is a working command of single- and multiphase thermodynamics at the level of [8] or [9], of reservoir engineering at the level of [10] or [11], and of phase behaviour at the level of [12] or [13]. Where the present book uses results from these references it cites them rather than re-deriving them. The course textbook [1] on underground reservoirs is recommended as a parallel reading for the subsurface chapters of the present book; the two are designed to be complementary.
NeqSim as a computational backbone
This book turns field-development theory into reproducible calculations: every quantitative example is implemented in NeqSim, an open-source thermodynamic and process-simulation toolkit developed at Equinor and made freely available to the academic community. NeqSim provides cubic, CPA and reference equations of state [14, 15, 16, 17], a library of process equipment, and a Python binding that runs in the same Jupyter notebook as the rest of the calculation. The student who finishes TPG4230 should therefore be able not only to draw a process flow diagram but also to size its compressors, check its hydrate margin, and report a CO₂ intensity — using a single open tool, on a personal laptop, in a reproducible notebook. That capability transfers directly to industrial practice and to the next chapters of this book, in which NeqSim is the workhorse.
1.3 The Oil and Gas Value Chain at a Glance
The hydrocarbon industry is conventionally partitioned into three segments — upstream, midstream and downstream. Field development sits inside upstream, with strong interfaces to the other two: the chain downstream of the field constrains what the field can deliver (sales-gas specifications, crude quality, export capacity), while the chain upstream confirms what the resource is (geology, fluid characterisation, recoverable volumes).
A full treatment of the value chain — segment boundaries, pricing, benchmark crudes, gas hubs and refining configurations — is given in Chapter 2 and Chapter 24. For the rest of this chapter the reader only needs to remember three things:
- Upstream normally ends at the custody-transfer or fiscal metering point; this book focuses on upstream field development but also follows the export-quality and market interfaces that constrain the field design.
- The value chain is global — NCS gas reaches Continental European customers; NCS crude is benchmarked against Brent; carbon-intensity reporting follows the molecule from reservoir to consumer.
- Field-development decisions are bounded by both ends — reservoir uncertainty (Chapter 15) on one side and customer specifications (Chapter 24) on the other.
1.4 Stakeholders and Their Roles
A field development decision is rarely the property of a single engineer or a single company; it is the resolved interest of a network of actors with different mandates, time horizons and risk appetites. Understanding who those actors are, and what they ask of the project, is a prerequisite for a defensible concept selection. Figure 1.1 sketches the stakeholder map that recurs across NCS field developments [7, 1].
Discussion (Figure 1.1). Observation. The map separates the operator, partners, state, regulators, suppliers, customers and society. Mechanism. Field development creates value through licences and contracts, so technical decisions change cash flow, risk ownership and approval requirements. Implication. A concept that is technically strong can fail if partner economics, regulatory expectations or customer specifications are weak. Recommendation. Identify the decision owner, approval gate and exposed stakeholder before presenting a concept recommendation.
The figure groups the stakeholders into four concentric rings. The innermost ring is the operating company, surrounded by the partners who share the licence, then the regulator and host state with their own ring, and finally the contractors, vendors, society and environmental constituencies on the outside. The diagram is deliberately schematic; the relative weight of each ring varies with country, fiscal regime and project scale.
Operator and licence partners
Most NCS fields are produced by a joint venture in which several companies hold equity in a common production licence [7]. One of these partners is appointed operator and is responsible for executing the work programme on behalf of all of them. The operator carries the day-to-day technical, HSE and commercial decisions, but every material decision — the development plan submitted to the authorities, the budget, the choice of major contractors — must be approved in a management committee by partners holding a qualified majority of equity. From the engineer's perspective this means that any concept proposal is read by at least one independent technical organisation outside the operator's offices, and must be defensible to a sceptical reviewer who does not share the operator's internal assumptions. The discipline this imposes is one reason joint-venture projects, on average, achieve better cost outcomes than single-operator ones.
Regulator, ministry and tax authority
On the NCS Sokkeldirektoratet (Norwegian Offshore Directorate, formerly NPD/Oljedirektoratet) reviews the technical content of field-development plans and is the custodian of the resource accounts; Havtil (Norwegian Ocean Industry Authority, renamed from the Petroleum Safety Authority/Petroleumstilsynet on 1 January 2024) supervises safety, the working environment, emergency preparedness and security for petroleum activities, relevant onshore petroleum facilities, associated pipeline systems, offshore renewables, CO₂ transport and storage, and seabed minerals; the Ministry of Energy (Energidepartementet, formerly OED) approves PDOs/PIOs, with major or important projects put before the Storting before ministerial approval; and the tax authority (Skatteetaten / Oljeskattekontoret) sets the fiscal frame within which net cash flows are computed [18, 19, 20]. The Norwegian fiscal regime is famously sharp: a 78 % marginal tax rate, implemented through ordinary company tax and a special petroleum-tax base with immediate investment deduction in the special tax, makes the state the dominant cash-flow stakeholder in every NCS project [20]. Engineers who design without an understanding of the fiscal frame routinely propose marginal projects that look attractive at the corporate level but uneconomic at the licence level — or vice versa. International fiscal regimes (production-sharing contracts, royalty-tax systems, service contracts) have different incentives, and Chapter 2 of this book treats them in detail.
Contractors, vendors, EPC
Field developments are delivered through a chain of engineering, procurement and construction (EPC) contractors, supported by vendors of long-lead equipment such as compressors, turbines, subsea trees and drilling rigs. The operator typically retains ownership of the design basis, the equipment specifications and the integrated process model — the artefacts that this textbook teaches students to build — and contracts out the detailed engineering, fabrication and installation. Disciplined ownership of the design basis is the leverage point through which the operator preserves value: a clearly defined process envelope and a verified equipment list keep change orders to a minimum and prevent the late, expensive design churn that characterises troubled projects.
Society, host communities and environmental constituencies
The fourth ring contains the actors whose interests are not directly priced into the joint venture's accounts but who can stop, delay or reshape a project. Local communities care about onshore facilities, supply bases, fishing rights and coastal infrastructure; environmental NGOs and the European emissions-trading scheme price the project's CO₂ footprint and its impact on protected ecosystems; labour organisations protect working conditions; the financial sector, increasingly, conditions the cost of capital on environmental, social and governance (ESG) performance. A field developer who treats this ring as an afterthought repeatedly loses value through delayed approvals, higher financing costs and reputational damage; a field developer who engages with it early treats it as a design constraint, on the same footing as the reservoir or the metocean envelope.
Implication for the engineer
The practical consequence of this stakeholder map is that any quantitative analysis a field development engineer produces — a production profile, a CO₂ intensity, a unit technical cost — has multiple audiences and must therefore meet multiple standards of evidence. The numerical work in the rest of this book is structured around that requirement: notebook-backed figures can be rerun, source and lecture figures carry explicit provenance, assumptions are named, and results are reported with units and bounds whenever they are used for decisions. The next section places these stakeholders in time, by walking through the lifecycle within which their interactions unfold.
1.5 The Petroleum Field Lifecycle
A petroleum field has a lifecycle measured in decades, and the engineering work that this book teaches is distributed unevenly across it. Figure 1.2 shows the canonical sequence — exploration, appraisal, concept selection, definition, execution, operation, late-life and abandonment — together with the cash-flow and production profiles that accompany each phase.
Discussion (Figure 1.2). Observation. Capital is spent before first production, while revenue arrives later during plateau and decline. Mechanism. The investment phase creates a large negative cash-flow trough that must be recovered through production, prices and fiscal treatment. Implication. Schedule delay and early CAPEX growth have disproportionate impact on NPV. Recommendation. In screening work, show production profile and cash flow on the same timeline so the economic exposure is visible.
Exploration and appraisal
A field begins with an exploration well drilled into a structure identified by regional seismic interpretation. Most exploration wells encounter no commercial accumulation; those that do are followed by appraisal wells whose purpose is to bound the size, geometry and producibility of the discovery. The output of appraisal is a resource estimate, conventionally reported as a probabilistic distribution of in-place hydrocarbons (P10/P50/P90) together with a recovery-factor range, and a sufficiently characterised reservoir-fluid sample for laboratory PVT work [12, 13, 1]. The fluid characterisation is the input that thermodynamic models in this book consume; without it, every downstream engineering activity rests on a guess.
Concept selection (DG1 → DG2)
With a credible resource and a calibrated fluid description in hand, the operator enters the concept selection phase, which culminates in Decision Gate 2 (DG2), the formal commitment to a single development concept [7]. Before DG2, several concepts are typically carried in parallel — for example, a subsea tieback to a host platform, a new fixed platform, an FPSO, a subsea-to-shore layout, or, for stranded gas, an FLNG solution. Each is sized to the same production profile, costed on a comparable basis, and assessed against the same screening criteria: NPV at the corporate hurdle rate, breakeven oil price, schedule risk, HSE complexity and CO₂ intensity. The choice is rarely dominated by a single criterion; it emerges from a multidimensional trade-off in which engineering judgement, executed at the interface of disciplines, is decisive.
Definition (DG2 → DG3)
After DG2 the chosen concept enters definition — also called front-end engineering design (FEED). The objective of FEED is to refine the design to the level of detail required to commit to construction, and to produce the documents that the regulator must approve: the Plan for Development and Operation (PDO/PUD) on the NCS, equivalent field development plans elsewhere. FEED outputs include process flow diagrams, heat and material balances, a sized equipment list, a layout study, a HAZID/HAZOP record, a flow-assurance study, a CAPEX estimate and a development schedule. Decision Gate 3 (DG3) is the project sanction at which the operator and partners commit the capital and the regulator approves the plan.
Execution (DG3 → first oil)
Execution converts paper into steel. Wells are drilled, subsea structures are fabricated and installed, topside modules are built and integrated, and pipelines and umbilicals are laid. Execution is the capital-intensive part of the lifecycle: typically 60–80 % of total CAPEX is committed in this phase, over three to six years, with little revenue. Execution risk is dominated by schedule slippage and by change — design alterations propagated late in the project. The cost-influence argument that motivates Section 1.6 below is essentially a quantification of the asymmetry between cheap, early changes and expensive, late ones.
Operation: build-up, plateau and decline
First oil (or first gas) marks the transition into the operations phase. Production typically builds up over six to eighteen months as wells are progressively brought on line and the facility is tuned, then plateaus for several years at the design rate of the limiting bottleneck (usually a compressor train, a separator capacity, or an export pipeline), and then declines as reservoir pressure and individual-well productivity fall. The classical Arps decline relationships [1] describe the decline phase pragmatically and are still used as a first-pass forecast tool, although they are increasingly supplemented or replaced by full-physics reservoir simulation. The plateau-to-decline transition is also where operations engineering — debottlenecking, infill drilling, artificial lift and pressure support — generates the largest incremental value, because each percentage point of recovery factor in this phase translates directly into produced barrels.
Late life and tail production
As the field declines into its tail, water cut typically rises, gas-oil ratio shifts, and the unit operating cost grows relative to the diminishing revenue. Tail production is highly cost-sensitive: a $20 / boe break-even tail field is uneconomic at any oil-price scenario the licence is willing to underwrite. Decisions in this phase concern cessation of production (CoP), the orderly shutdown of remote tiebacks, and the redeployment or scrapping of operating equipment. Tie-back hosts are routinely kept in service well past their own economic limit because they enable third-party tail production from satellites; the engineering of these late-life synergies is a discipline of its own.
Abandonment and decommissioning
The final phase — abandonment — plugs the wells, removes or leaves in place the offshore structures in accordance with national rules and OSPAR for the North Sea, and restores the site. Abandonment is a regulatory obligation, not a discretionary activity, and modern projects must demonstrate at sanction that they have set aside sufficient funds to discharge it. Increasingly, abandonment is planned not as a terminal state but as a transition: a depleted gas field becomes a CO₂ storage site, a live infrastructure becomes a hydrogen carrier. The thermodynamic and process tools needed to plan such a transition are precisely those that this textbook develops.
The asymmetric distribution of value, risk and engineering effort across these phases is the topic of the next section.
Norwegian lifecycle vocabulary (begrepsapparat)
Field-development engineers work in an industry where Norwegian regulations, regulator websites (sodir.no, havtil.no), the licence-partner correspondence and the parliamentary white papers (Prop. S to Stortinget) are all written in Norwegian. Every English lifecycle term used above has a precise Norwegian counterpart that an NCS engineer is expected to recognise on sight. Table 1.1 collects the terminology used throughout this book and on the NCS in 2026.
| English | Norwegian | Comment |
|---|---|---|
| Petroleum activities | Petroleumsvirksomhet | The umbrella term in Petroleumsloven |
| Norwegian Continental Shelf (NCS) | Norsk kontinentalsokkel (sokkelen) | Often abbreviated "sokkelen" |
| Exploration | Leting | Pre-discovery seismic + exploration drilling |
| Appraisal | Avgrensning | Post-discovery delineation drilling |
| Field development | Feltutbygging (utbygging) | The DG2–DG4 design and construction phase |
| Production / recovery | Utvinning | Both the operational phase and the volumetric concept |
| Operation | Drift | Routine production operations |
| Late life / tail | Hale-produksjon | "Tail production"; common term in operator strategy |
| Cessation of production | Opphør av produksjon (CoP) | Final regulator notification before abandonment |
| Decommissioning | Avvikling | Wind-down phase; planning starts at PUD |
| Removal / abandonment | Fjerning | Physical removal of installations per OSPAR |
| Plug & abandon (well) | Plugging og forlatelse | Well-side abandonment; NORSOK D-010 |
| Operator | Operatør | One per licence; day-to-day responsibility |
| Licensee / equity holder | Rettighetshaver | Cost- and revenue-sharing partner |
| Production licence | Utvinningstillatelse | The legal vehicle (PL number) |
| Licence award (mature) | Tildeling i forhåndsdefinerte områder (TFO) | Annual award round for mature acreage |
| Numbered licensing round | Konsesjonsrunde | Periodic award for frontier acreage |
| Plan for Development and Operation | Plan for utbygging og drift (PUD) | The PDO; submitted to the Ministry |
| Plan for Installation and Operation | Plan for anlegg og drift (PAD) | For onshore facilities and pipelines |
| Impact assessment | Konsekvensutredning (KU) | Environmental & socio-economic; mandatory PUD/PAD annex |
| Consent (regulator approval) | Samtykke | Issued by Havtil for major activities |
| HSE | HMS — Helse, Miljø og Sikkerhet | "Health, Environment and Safety" |
| State's Direct Financial Interest | Statens direkte økonomiske engasjement (SDØE) | Managed by Petoro AS |
| Power-from-shore | Kraft fra land | Onshore-grid electrification of offshore platforms |
| Offshore wind | Havvind | Floating + bottom-fixed; e.g. Hywind Tampen, Sørlige Nordsjø II |
These terms appear bilingually throughout the rest of the book at first use, with the Norwegian form used freely thereafter.
1.6 Why Early Decisions Dominate Value
A persistent feature of the field development lifecycle is that the ability to influence cost falls rapidly as the project advances, while the cost of changing course rises rapidly. Figure 1.3 shows the two curves, conventionally called the front-end loading (FEL) diagram, plotted against the lifecycle phases introduced in the previous section.
Discussion (Figure 1.3). Observation. The ability to influence cost is highest before major commitments, while change cost rises sharply through FEED, execution and operations. Mechanism. Early changes affect drawings and assumptions; late changes affect procurement, fabrication, installation and production losses. Implication. Front-end loading is not bureaucracy; it is the cheapest place to remove design errors. Recommendation. Freeze concept assumptions only after the main reservoir, process, export and operations uncertainties have been challenged.
The cost-influence curve
The descending curve in Figure 1.3 represents the fraction of total life-cycle cost that remains open to change as the project advances. At the start of concept selection essentially every cost element is still negotiable: the number of wells, the architecture of the subsea production system, the topside concept, the export route, the water-injection strategy, the operability strategy. By the end of FEED most of these have been frozen; the equipment list, the layout and the schedule are fixed, and the project is committed to a particular vendor base. By the time the project is in execution the only changes the operator can still make are local — the model of a particular pump, the routing of a piece of pipework — and these touch only the last few percent of total cost. Empirically, 60–80 % of life-cycle cost is committed by the end of concept selection, and more than 90 % by the end of FEED [1, 7].
The ascending curve represents the cost of implementing a change. In concept selection a change is a sketch or a screening-note paragraph, costing only the engineer's time. In FEED it is a redrawn process flow diagram and a re-balanced equipment list, costing weeks. In execution it is a re-fabrication and a delayed installation campaign, costing months and tens to hundreds of millions of dollars. After first oil it is a brownfield modification with the platform manned, costing whatever it costs to lose production while the change is made. The asymmetry is large enough that mature operators routinely spend 1–3 % of expected CAPEX on FEED in order to avoid 10–20 % cost overruns later.
Implication for engineering rigour
The two curves together imply a clear engineering principle: spend the engineering effort where the cost is still influenceable. In practice this means that the most consequential thermodynamic, process and economic analyses in a field development are the ones executed before DG2. A correct flash calculation in concept selection that identifies a previously unrecognised wax problem can save the entire project tens of millions of dollars by triggering a heated bundle in FEED rather than a brownfield insulation campaign in execution. A wrong flash calculation, conversely, may not be detected until commissioning, by which time the only available recovery is operational degradation.
This explains why a textbook on field development insists on numerical rigour from the first chapter, and why a single open computational platform — applied consistently across reservoir, well, process and economics — is more valuable than a collection of disciplinary point tools. The NeqSim-backed examples that accompany computational chapters are designed to support concept-selection-grade analyses: fast enough to screen alternatives, traceable enough to defend in front of a partner committee, and reproducible enough to update as the resource picture evolves when the model inputs change.
Quantifying the cost of a late change
A useful order-of-magnitude rule comes from project-management practice and is consistent with NCS post-mortem data [7]: the cost of implementing a change scales roughly as
$$ C_{\mathrm{change}} \approx C_0 \, e^{\,k\,t/T} \tag{1.1}, $$
where $C_0$ is the cost of the same change at the start of concept selection, $T$ is the total project duration to first oil, $t$ is the time at which the change is made, and $k$ is a scaling parameter typically in the range $5$–$8$ for offshore developments. The implication is dramatic: a change that costs one unit at $t/T = 0$ costs $e^k \approx 150$–$3000$ units at $t/T = 1$. The numerical value of $k$ matters less than its qualitative message, namely that changes near the end of the project are unaffordable. Fields that are fundamentally redesigned during execution almost never recover their original economics.
Decision quality, not decision speed
The FEL discussion is sometimes misread as an injunction to decide as quickly as possible. The opposite is closer to the truth. Because the cost-influence curve is steep, the right strategy is to decide thoroughly in the early phases — to carry credible alternatives in parallel, to challenge each one with a quantitative analysis, and to commit only when the dominant concept has emerged on its merits [1]. This is structurally different from the fast-track execution mindset, in which speed becomes the dominant objective; field developments that have prioritised speed over decision quality have an unfortunate empirical track record. The TPG4230 deliverables P1–P3 [7] are organised around this principle: the student is asked to develop two or three credible concepts in parallel and to defend the chosen one with a numerical comparison, not to rush to a single answer.
The next section identifies the engineering disciplines that participate in this front-end work, and describes how the multidisciplinary integration of their outputs is achieved in practice.
1.7 Engineering Disciplines in Field Development
The integrated front-end work motivated in the previous section is delivered by a team of specialised disciplines. Each discipline owns a part of the design, but no discipline owns the project; the operator's value is created precisely at the interfaces, where one discipline's output becomes another's input. This section names the disciplines, sketches what each contributes, and discusses how the contemporary engineering organisation manages the interfaces between them.
Subsurface disciplines
The geosciences — geology, geophysics, petrophysics — are responsible for the structural and stratigraphic description of the reservoir, for the rock properties that govern fluid flow and storage, and for the uncertainty model that conditions every downstream calculation. They deliver a static earth model that is the input to reservoir engineering, the discipline that simulates fluid flow inside the rock, designs the drainage strategy and the recovery method, and forecasts production over the field's lifetime [10, 11]. The reservoir engineer also commissions the PVT laboratory work that characterises the produced fluid for thermodynamic modelling [12, 13]; the resulting equation-of-state description is the bridge from the subsurface to every surface calculation in this book.
Drilling and wells
Drilling engineering designs the wells through which the reservoir is accessed: trajectory, casing programme, mud system, completion design and well integrity. Modern offshore wells are highly engineered objects — multilateral, smart-completed, sometimes electrically heated — whose unit cost ranges from tens to hundreds of millions of dollars. The production technology discipline takes over once the well is on stream, and is responsible for inflow performance, artificial lift, sand management and intervention strategy [21, 22, 23]. The interface between reservoir engineering and production technology is the inflow performance relationship; the interface between production technology and process engineering is the wellhead conditions that the topside facility must accept.
Multiphase flow and flow assurance
The fluid produced from the reservoir reaches the surface through a system of pipes — vertical tubing, well-jumpers, flowlines, risers — in which gas, liquid hydrocarbon and water travel together at varying velocities, pressures and temperatures. Multiphase flow is the discipline that predicts pressure drop, holdup and flow regime in this network [24, 25, 26]. Flow assurance extends multiphase flow into the thermodynamic and chemical domain: hydrate prediction, wax appearance, asphaltene precipitation, scale formation, corrosion, slugging [27, 13]. Flow assurance is the discipline that most directly demands the open thermodynamic model that this textbook builds; in practice the same equation of state used for PVT analysis is reused for flow-assurance work, which is one reason consistency across the workflow matters.
Process engineering
Process engineering designs the topside facility that conditions the produced fluid into export-quality streams: separators, heat exchangers, compressors, pumps, dehydration, gas-sweetening and stabilisation. Process engineering owns the heat and material balance of the facility, the equipment list, the utility consumption and, increasingly, the CO₂ intensity. It draws on equilibrium and rate-based thermodynamics [8, 9, 28] and on transport-property correlations [29]. In a digital workflow, the process engineer's deliverable is no longer a static heat-and-material balance; it is a calibrated process model that can answer operability questions throughout the lifetime of the facility.
Mechanical, structural, marine and control disciplines
Mechanical engineering sizes the rotating and static equipment, structural engineering designs the steel that supports it, marine engineering takes responsibility for floating concepts (FPSO, semisubmersible, FLNG), and control engineering designs the safe operation of the facility through instrumentation, control loops and the safety-instrumented system. These four disciplines do not directly determine the thermodynamic state of the fluid, but they impose constraints on the process design — minimum cool-down times, maximum lift weights, allowable hull motions, safety-system response times — that often dictate the layout and sometimes the concept itself.
HSE, environment, regulatory
Health, safety and environment (HSE) is treated in mature organisations not as a separate discipline but as an attribute of every other discipline's work. The HSE engineer audits the design for hazard exposure, designs the explosion and fire protection, performs the quantitative risk analysis (QRA), and ensures that the project complies with the regulatory framework. Environmental engineering quantifies discharges to sea, atmospheric emissions and noise; on the NCS the latter is increasingly a binding economic constraint, since CO₂ emissions are taxed and traded.
Economics and project services
The project economist aggregates the disciplinary deliverables into a cash-flow model and computes NPV, internal rate of return, breakeven price and the sensitivity of these to the principal uncertainties. The economist does not sit above the engineering disciplines; rather, the economist works as a peer who imposes the fiscal and commercial boundary conditions and who closes the loop on whether the proposed concept is worth building.
Multidisciplinary integration in practice
The contemporary integration of these disciplines uses two practical mechanisms. The first is the integrated project team, in which discipline engineers are co-located, share a common schedule, and are jointly responsible for project deliverables rather than for disciplinary outputs. The second is a common digital model, in which the static earth model, the reservoir simulation, the well models, the process simulation and the cash-flow model talk to each other through a shared file format and shared assumptions. This book teaches both: the disciplinary skill, in each chapter, and the integration, in the worked examples and the case studies. The next section takes a closer look at the computational tools that make such integration tractable, with NeqSim as the principal example.
1.8 Computational Tools and the Role of NeqSim
The integrated workflow described in the previous section is not new in concept — operators have always tried to make their disciplines talk to each other — but it has been transformed in practice by the availability of fast, scriptable thermodynamic and process software. This section describes the role such software plays, identifies the requirements that field development imposes on it, and introduces NeqSim, the open-source toolkit used throughout this book.
Why thermodynamic and process simulation underpins every discipline
The common language of the field-development disciplines is the state of the produced fluid: composition, pressure, temperature, phase split, density, enthalpy. Reservoir engineering computes how the state evolves in the rock; production technology computes how it changes through the wellbore; flow assurance computes how it changes through the export network; process engineering computes how it is transformed in the facility. All four computations rely on the same equation of state (EOS) and the same transport-property correlations [14, 15, 16, 17, 29]. If different disciplines use different thermodynamic models, the integrated picture loses internal consistency, and the engineer cannot trace the propagation of an upstream change into a downstream consequence.
The pragmatic implication is that a single, well-calibrated thermodynamic model should travel with the project from PVT laboratory through reservoir simulation, well modelling, process design and operations [12, 13]. The model should support the EOS the lab work was tuned with — typically SRK or Peng-Robinson with a $C_{7+}$ characterisation, or, for associating systems, CPA — and it should expose its calculations through an interface a process engineer can call from a notebook.
Requirements field development imposes on simulation software
Field development imposes four practical requirements on the tools that support it. First, the tool must be reproducible: every result the engineer reports must be regeneratable by another engineer, on another laptop, six months later, after a software update. Second, the tool must be scriptable: a concept-selection study compares dozens of cases that differ in composition, rate or pressure, and a click-and-drag GUI is too slow for that work. Third, the tool must be open: regulators, partners and academic reviewers must be able to inspect the calculation, not only the result. Fourth, the tool must be integrable: the same model must be callable from reservoir simulation, from a well-performance code, from a process flowsheet and from a notebook running an economic analysis.
Commercial process simulators address some of these requirements but not all. Their thermodynamic models are good, often excellent, and their GUIs are convenient for steady-state work; but they are typically closed, expensive, and hard to embed in the bespoke notebooks that academic and consulting work demands. Open-source alternatives have historically been narrower in scope. NeqSim is an open-source toolkit that aims to meet all four requirements at once.
NeqSim in 200 words
NeqSim is a Java library, with a Python binding, developed at Equinor and released under an open licence. It contains cubic equations of state (SRK, PR, with the Soave $\alpha$-function and the Peng-Robinson generalisation), CPA [16] for water and glycol systems, and the GERG-2008 reference EOS [17] for natural-gas and CCS work. It contains a process module with separators, compressors, heat exchangers, distillation, dehydration, sweetening and pipeline networks. It contains transport-property correlations including the Lee-Gonzalez-Eakin viscosity model [29] and a thermal-conductivity library. Because it is a library, it can be called as readily from a Jupyter notebook for teaching as it can from a custom optimiser for plant operations. Because it is open, the algorithms can be inspected, audited and extended, and the same code base is used for the figures in this textbook and for production work in the company that develops it.
A first calculation: gas density vs pressure
The smallest worked example that conveys the flavour of NeqSim is a single flash. The following Python snippet builds a methane-rich natural-gas mixture, fixes the temperature at 25 °C, sweeps the pressure from 10 to 200 bar, and reports the gas density.
This is a preview, not the full computational method chapter. Chapter 26 gives the reproducibility, API, automation and notebook conventions used for project work.
from neqsim import jneqsim
import numpy as np
fluid = jneqsim.thermo.system.SystemSrkEos(298.15, 1.0)
for c, x in [("methane", 0.85), ("ethane", 0.07),
("propane", 0.04), ("nitrogen", 0.03), ("CO2", 0.01)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
ops = jneqsim.thermodynamicoperations.ThermodynamicOperations(fluid)
P = np.linspace(10.0, 200.0, 25)
rho = []
for p in P:
fluid.setPressure(p)
ops.TPflash()
fluid.initProperties()
rho.append(fluid.getPhase("gas").getDensity("kg/m3"))
Figure 1.4 plots the result. Below about 60 bar the gas behaves close to ideal, with $\rho$ growing linearly in $P$; above that pressure the deviation from ideality is visible to the eye, and the SRK model captures it through the attractive and repulsive terms of the cubic equation [14].
Discussion (Figure 1.4). Observation. Gas density increases nonlinearly with pressure as the mixture moves away from ideal-gas behaviour. Mechanism. Real-gas compressibility changes with pressure and composition, so density must be calculated with an EOS rather than a constant ideal-gas factor. Implication. Pipeline pressure drop, compressor power and inventory estimates can be wrong if density is simplified. Recommendation. Use an EOS calculation for every high-pressure gas sizing and report the assumed temperature, pressure and composition.
A second calculation: phase envelope
The same mixture, now characterised across its full $(P, T)$ envelope, is shown in Figure 1.5. The phase envelope is the locus of bubble and dew points, computed with NeqSim's calcPTphaseEnvelope operation. The envelope identifies the cricondentherm — the maximum temperature at which two phases can coexist — and the cricondenbar — the maximum pressure at which two phases can coexist. Operating points outside the envelope are single-phase; operating points inside are two-phase, with consequences for compressor inlet conditions, separator sizing and flow-assurance margins.
Discussion (Figure 1.5). Observation. The phase envelope identifies the pressure-temperature region where two phases can form. Mechanism. Condensation occurs when operating paths cross the dew curve; cricondentherm and cricondenbar bound the region where liquid dropout is possible. Implication. Export pipelines, coolers and JT valves must be checked against the envelope before assuming dry single-phase gas. Recommendation. Plot the operating path on the phase envelope whenever gas cooling or pressure reduction is part of the concept.
The two figures are notebook-backed and can be regenerated from the accompanying source when the Python environment is available. The same structure — composition first, mixing rule, flash, then post-processing — is the template for later computational worked examples in the book [7].
Reproducibility, version control and AI assistance
Because the simulation logic lives in version-controlled notebooks where practical, the numerical analysis has a traceable source. Notebook-backed outputs should be regenerated during release checks, and any drift between prose and calculation must be reviewed explicitly. This traceable workflow is, in the authors' experience, one of the most useful habits a graduate engineer can acquire; it is also the workflow on which AI-assisted engineering increasingly relies, because the models can be queried, modified and re-run by both humans and machines without losing traceability [7].
1.9 Worked Example — A Mini Field Development Study
The conceptual material of the previous sections is best consolidated by running it once, end to end, on a small but realistic case. This section treats a fictitious gas discovery — Mini-Hansteen — and uses NeqSim to perform the kind of compact concept-screening study that a TPG4230 student is expected to deliver in project P1 [7]. The case is deliberately modest in scope; later chapters revisit each of the calculations sketched here at full depth.
Field description
Mini-Hansteen is a stranded gas accumulation on the Norwegian Continental Shelf, in 3000 m water depth, 100 km from the nearest existing host platform. The expected production profile is 10 MMSm³/d of gas (≈ 4.0 × 10$^6$ kg/h) with a small condensate yield of 50 Sm³ per MSm³ of gas. The reservoir fluid composition is summarised in Table 1.2.
| Component | Mole fraction |
|---|---|
| Methane | 0.840 |
| Ethane | 0.060 |
| Propane | 0.030 |
| n-Butane | 0.010 |
| n-Pentane | 0.005 |
| n-Hexane | 0.005 |
| Nitrogen | 0.020 |
| CO₂ | 0.025 |
| Water | 0.005 |
The wellhead arrives at 80 bar and 30 °C; the export pipeline target is 200 bar and ambient subsea temperature ($\approx$ 4 °C); the sales-gas specifications are CO₂ ≤ 2.5 mol % and water dewpoint ≤ −10 °C at 70 bar.
Three candidate concepts
Three concepts are considered for screening: (a) a 100 km subsea tieback to the host, with all conditioning on the host; (b) a new fixed platform over the field, with conditioning topside; (c) an FPSO with conditioning topside. The host is assumed to have spare conditioning capacity in concept (a). Capex and opex bands are taken from public NCS analogues [7].
Compression duty from a NeqSim flash
For all three concepts the export compression duty is the dominant power consumer and a useful single number for screening. With NeqSim it is computed as a sequence of compression and intercooling steps from the wellhead pressure to the export pressure. The following snippet builds the fluid, runs an isentropic single-stage compression to 200 bar at adiabatic efficiency $\eta = 0.78$, and reports the shaft power.
from neqsim import jneqsim
fluid = jneqsim.thermo.system.SystemSrkEos(303.15, 80.0) # T in K, P in bar
for c, x in [("methane", 0.840), ("ethane", 0.060),
("propane", 0.030), ("n-butane", 0.010),
("n-pentane", 0.005), ("n-hexane", 0.005),
("nitrogen", 0.020), ("CO2", 0.025), ("water", 0.005)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
fluid.setTotalFlowRate(4.0e6, "kg/hr")
ops = jneqsim.thermodynamicoperations.ThermodynamicOperations(fluid)
ops.TPflash()
fluid.initProperties()
stream = jneqsim.process.equipment.stream.Stream("feed", fluid)
stream.run()
comp = jneqsim.process.equipment.compressor.Compressor("export", stream)
comp.setOutletPressure(200.0)
comp.setIsentropicEfficiency(0.78)
comp.run()
power_MW = comp.getPower() / 1.0e6
A sweep of the export pressure from 100 to 250 bar in 10-bar steps gives Figure 1.6. The compression duty rises from about 14 MW at 100 bar to about 32 MW at 250 bar. The slope is steeper at high pressure because the compressibility factor $Z$ falls below unity; this is the same non-ideality visible in the density curve of Figure 1.4.
Discussion (Figure 1.6). Observation. Compression duty rises with pressure ratio and throughput. Mechanism. Compressor work scales with mass flow, inlet temperature, gas heat capacity ratio, efficiency and pressure ratio. Implication. A small change in export pressure or plateau rate can become a large change in power demand and emissions. Recommendation. Include compression-power sensitivity in concept screening, especially where power-from-shore capacity or gas-turbine emissions are constraints.
Hydrate margin
A 100 km subsea tieback at 4 °C must operate outside the hydrate envelope of the produced gas, which is the central flow-assurance question for concept (a). NeqSim's hydrate operation, applied to the same mixture, returns a hydrate equilibrium temperature of $\approx 18$ °C at 80 bar. The seabed temperature is 4 °C. The required hydrate inhibition — typically MEG injected at the wellhead — is then sized so that the depressed hydrate equilibrium temperature lies safely below the seabed temperature with a margin of 3–5 °C. A first-pass calculation gives an MEG mass-rate of about 25 wt % of the water phase, equivalent to roughly 5 m$^3$/h of MEG injection. This is large but not prohibitive; the host must be able to receive and regenerate the rich MEG, which is itself a substantial topside facility [13].
Concept comparison
Putting the three concepts side by side gives Figure 1.7. The subsea tieback (a) has the lowest CAPEX because it adds no new offshore facility but the highest unit OPEX because of MEG transport and host tariffs; the new platform (b) has the highest CAPEX but the lowest OPEX because all conditioning is local; the FPSO (c) sits in between but carries marine-related risk premia. NPV at a 30 USD/Sm³-equivalent gas price and a 7 % real discount rate puts (a) and (b) within an estimating-error band of each other, with (c) clearly behind. CO₂ intensity, computed from the dominant compression and turbine duties using NeqSim and a generic 35 % efficiency for offshore turbine drivers, gives 6, 8 and 10 kg CO₂/boe respectively for (a), (b) and (c).
Discussion (Figure 1.7). Observation. The alternatives differ in CAPEX, schedule, reuse of infrastructure and exposure to offshore processing scope. Mechanism. Tiebacks shift value to host capacity and tariffs, while standalone concepts add facility CAPEX but increase independence. Implication. The best concept depends on host ullage, export route, power, schedule and fiscal assumptions, not only reservoir size. Recommendation. Keep at least one host-reuse and one standalone case alive until bottleneck and economics checks are complete.
Order-of-magnitude NPV and CO₂ footprint
Although the numbers in this example are illustrative, the structure of the calculation mirrors the evidence chain that a real concept-selection report needs: basis, model, assumptions, uncertainty and recommendation. The NPV is computed on a cash-flow that takes the production profile, applies fiscal terms (the NCS tax regime for a Norwegian case), and discounts the resulting after-tax cash flows. The CO₂ footprint is computed by integrating the topside fuel consumption over the production profile, scaled by the carbon content of the fuel, and divided by exported energy. Both numbers are reported with the principal uncertainties — production profile, gas price, CAPEX accuracy class, turbine efficiency — propagated through a Monte Carlo or, more commonly, a tornado plot that shows the sensitivity to each input [7].
What the example demonstrates
Three points of method follow from this exercise. First, one shared thermodynamic model — normally calibrated later against laboratory PVT data — can support compression sizing, hydrate analysis, separator design and CO₂ accounting from a common basis. Second, the notebook-backed figures in this section can be regenerated when composition, rates or economic assumptions change, while any non-computational figures must state their source. Third, one consistent set of units — SI throughout, with bar for pressure and °C for temperature where conventional — eliminates the unit-conversion errors that account for an embarrassing fraction of real-world concept-screen rework.
The reader who completes this calculation has, in compressed form, performed every step of the front-end loading work that the chapter has discussed. The remaining chapters of the book unpack each step in detail: Chapter 2 introduces the value chain, Chapter 3 develops PVT analysis for reservoir fluids, Chapter 4 treats wells and inflow, Chapter 5 compares facility concepts, Chapter 6 introduces topside processing, and Chapters 7-10 develop separation, flow assurance, dry-gas processing and acid-gas removal.
1.10 How to Use This Book
The worked example just completed used a number of conventions — units, equation labelling, citation style, notebook structure — that recur throughout the rest of the book. This section makes those conventions explicit, points the reader to the companion materials, and explains how the chapters are designed to be read in different modes by different audiences.
Notation and units
The book uses SI units throughout, with two pragmatic concessions to industry practice: pressures are reported in bar (1 bar = 10$^5$ Pa) and temperatures in kelvin (K) for thermodynamic equations and in degrees Celsius (°C) for engineering description. Mass flow rates use kg/h, molar flow rates kmol/h, volumetric flow rates Sm³/d (standard conditions: 15 °C, 1.01325 bar) for gas and m$^3$/d for liquids, and energy in joules with multiples (kJ, MJ, GJ) chosen for legibility. Power is in watts, with multiples (kW, MW). Composition is reported as mole fraction unless stated otherwise. Where a quantity has both a standard (Sm³) and an actual (m$^3$) volume basis, the basis is named in the symbol.
Symbols follow the IUPAC convention where it conflicts with petroleum-engineering tradition: $T$ is temperature in kelvin, $P$ is pressure in pascal (or bar where indicated), $V$ is volume, $n$ is moles, $z_i$ is the overall mole fraction of component $i$, $x_i$ and $y_i$ are the liquid and gas mole fractions, $\rho$ is mass density, $\mu$ is viscosity, and $\omega$ is the Pitzer acentric factor.
Equation numbering
Equations are numbered within each chapter as $(c.k)$, where $c$ is the chapter number and $k$ counts displayed equations in order. Inline equations are not numbered. Cross-chapter references use the full $(c.k)$ form even within their home chapter, so that quotations of the equation in a notebook or a paper retain the chapter context.
Companion notebooks
Companion notebooks are stored alongside computational chapters. The notebook directory mirrors the chapter directory: a chapter at chapters/ch01_introduction/chapter.md has companion notebooks at chapters/ch01_introduction/notebooks/, with file names that correspond to the section in which the figure appears (1_8_neqsim_intro.ipynb for Figure 1.4 and Figure 1.5, for example). Notebooks call NeqSim through its Python binding (from neqsim import jneqsim) and do not depend on any commercial library. A reader who wishes to reproduce a notebook-backed figure may open the corresponding notebook, execute it, and modify it; lecture, standards, market and source-derived figures are instead tracked through their caption, discussion and figure dossier provenance [7].
Self-test questions, worked examples and case studies
Each chapter ends with a short list of self-test questions of the kind that recur in oral examinations and in concept-selection meetings. These are answered briefly in the solutions manual available alongside the book. Worked examples — the larger numerical exercises with which most chapters close — are intended to be read in detail and re-executed on the reader's own laptop. Case studies — Snøhvit, Ultima Thule and Aasta Hansteen [7] — appear in dedicated chapters and integrate material from across the book, just as the TPG4230 project deliverables do.
Online materials
A current copy of the book, the notebooks, the bibliography and the errata is maintained at the public NeqSim repository, together with a list of the version numbers of NeqSim, Python and Java against which the figures in the present edition were generated. Readers using a later version may see numerical differences at the third decimal place; the book is written so that the qualitative arguments remain valid across such updates.
The next section summarises the chapter and bridges to Part I of the book, which builds the thermodynamic foundations on which the rest of the development depends.
Discussion (Figure 1.8). Observation. The value chain runs from subsurface resources through wells, facilities, transport, processing and markets. Mechanism. Each link changes pressure, composition, ownership, specification or price exposure. Implication. Field development is an integrated optimisation problem: reservoir decisions affect process design and market revenue. Recommendation. Use the value chain as the organizing frame for every concept study and trace each export stream to a paying customer.
1.11 Chapter Summary
Field development and operations is the engineering activity that turns a discovered hydrocarbon accumulation into a producing asset and, eventually, a safely abandoned site. The introduction has argued that this activity is best understood as one continuous workflow, not a chain of disciplinary handovers, and that the workflow is most effectively executed when a single calibrated thermodynamic model travels with the project from PVT laboratory through reservoir, well, process and economic analysis.
Section 1.2 placed the textbook in the context of the NTNU course TPG4230 [7], identified the intended learning outcomes, and named the open-source NeqSim toolkit as the computational backbone of every quantitative example. Section 1.3 surveyed the global oil-and-gas value chain and pointed out that field-development design is constrained from below by the subsurface and from above by midstream and downstream specifications; the energy transition was introduced as a set of new chains — natural gas as a bridge fuel, CO₂ capture and storage, hydrogen — that re-use the same physical infrastructure and the same engineering vocabulary.
Section 1.4 sketched the stakeholder map of a typical NCS project — operator, partners, regulator, contractors, society — and emphasised that any quantitative result reported by a field-development engineer must satisfy several audiences with different standards of evidence. Section 1.5 walked through the petroleum-field lifecycle from exploration to abandonment and drew attention to the cash-flow profile that constrains every decision. Section 1.6 presented the front-end loading argument: 60–80 % of life-cycle cost is committed by the end of concept selection, and the cost of changing course rises by orders of magnitude across the project, so engineering rigour pays off most where it is invested earliest [1].
Section 1.7 enumerated the engineering disciplines whose integrated work delivers a field development, and Section 1.8 introduced NeqSim and demonstrated, with two short examples, how the same calibrated model supports density and phase-envelope calculations on a methane-rich mixture. Section 1.9 used a fictitious deep-water gas case — Mini-Hansteen — to walk end-to-end through a compact concept screen, including compression duty, hydrate margin, NPV ranking and CO₂ intensity. Section 1.10 set out the conventions of notation, units and companion notebooks that the rest of the book follows.
The remainder of Part I (chapters 2–4) develops the thermodynamic and PVT foundations that the present chapter has only sketched. Part II treats wells and multiphase flow, Part III the topside processing facility, and Part IV operations, economics and decommissioning, with case-study chapters drawn from the NCS interleaved throughout.
1.12 Exercises and Self-Test Questions
The following questions revisit the principal themes of the chapter. They are sized for ten to fifteen minutes of work each and are typical of the oral examinations and concept-selection meetings in which a field-development engineer must defend her reasoning aloud. Brief answers are provided in the solutions manual; the questions reward concise, quantitative reasoning rather than recitation.
- Course context. State, in your own words, the intended learning outcomes of TPG4230 [7]. For each outcome, name one chapter of this book that supports it and one industrial deliverable (PUD, FEED report, equipment list, cash-flow model) in which the outcome is exercised.
- Value chain. Distinguish upstream, midstream and downstream with one sentence each. Why does a sales-gas specification of 2.5 mol % CO₂ at 70 bar dictate an offshore conditioning duty? Identify the thermodynamic property that governs the dewpoint specification and explain in two sentences how an equation of state computes it [13].
- Stakeholders. A licence comprises an operator with 40 % equity and three partners with 30 %, 20 % and 10 %. Which decisions of an engineering nature can the operator take alone, and which require partner consent? In one paragraph, explain why a 78 % marginal tax rate makes the host state the dominant cash-flow stakeholder of an NCS project.
- Lifecycle. Sketch the production profile of a typical NCS gas field across exploration, appraisal, build-up, plateau, decline and tail. On the same axis, sketch the cash-flow profile. Mark DG2 and DG3, and identify the phase in which most CAPEX is committed.
- Front-end loading. Use the exponential cost-of-change relation $C_{\mathrm{change}} \approx C_0 e^{kt/T}$ with $k = 6$ to compare the cost of moving an export compressor from one deck to another (i) at the start of FEED and (ii) at the end of execution. Comment qualitatively on whether your answer is consistent with the empirical record of NCS projects.
- Disciplinary integration. A reservoir engineer increases the forecast plateau rate by 20 %. Trace, in two or three sentences, the engineering implications for the well count, the topside compression duty and the export pipeline diameter. Identify the thermodynamic model that all three calculations share.
- NeqSim, numerical. Using the Mini-Hansteen composition of Section 1.9, modify the notebook
1_8_neqsim_intro.ipynbto compute the gas density at 200 bar and 4 °C (the export pipeline conditions) and the corresponding compressibility factor $Z$. Comment in one sentence on whether the gas is in dense-phase or two-phase region at these conditions [14, 17].
The Oil and Gas Value Chain
Discussion (The oil and gas value chain — upstream, midstream and downstream). Observation. The figure traces the physical path of hydrocarbons from reservoir through production, processing, transport and refining to end-use markets. Mechanism. Each segment adds value through phase separation, specification compliance, compression/pumping and commercial transfer; money flows in the reverse direction. Implication. A field developer must understand all downstream segments because product specifications, tariffs and market access constrain upstream design choices. Recommendation. When sizing facilities (Chapter 7) or evaluating economics (Chapter 18), trace the value-chain path to the delivery point and verify that each specification and tariff is accounted for.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the three segments of the petroleum value chain — upstream, midstream, downstream — and their boundaries.
- Quantify the share of value captured by each segment for a typical NCS gas project.
- Explain how the price of crude oil and natural gas is set, and the difference between Brent, WTI, TTF and JKM.
- Construct a simple value-chain economic model in NeqSim / Python that links wellhead production to end-customer revenue.
- Understand the flow of money between operator, partners, contractors, the Norwegian state, and the buyer.
- Identify the standards and contracts that govern each segment.
- Recognise where engineering decisions in this course (Ch 4–10, 12–17) impact value capture.
Where We Are in the Field-Development Lifecycle
This chapter places field development inside the value chain. Track where value is created, where it is lost, and which commercial boundary defines the project.
2.1 What is the value chain?
The "value chain" is a Michael-Porter concept describing the sequence of activities that transform a raw resource into a finished good in the hands of an end-customer. For petroleum, the chain spans from the molecule of methane in a 4 000-metre- deep porous sandstone to the kWh of electricity in a Berlin apartment, the kilometre driven by a Hamburg lorry, or the kilogram of polyethylene in a packaging plant in Antwerp.
The classical segmentation is into upstream, midstream and downstream, each with its own engineering, commercial and regulatory logic.
| Segment | Activities | Asset class | Commodity |
|---|---|---|---|
| Upstream | Exploration, appraisal, development, production | Wells, platforms, subsea | Wellhead gas / crude |
| Midstream | Transport, intermediate processing, storage | Pipelines, LNG plants, ships, oil terminals | Sales gas, LPG, condensate, crude oil |
| Downstream | Refining, petrochemicals, marketing, retail | Refineries, crackers, stations | Diesel, jet, plastics, kWh |
This course is principally about upstream and the upstream- midstream interface — production, separation, conditioning, metering and export. Chapters 24–25 introduce the downstream and the CCS chain.
2.2 Segment boundaries
The boundary between upstream and midstream is conventionally drawn at the custody-transfer point — the metering station where ownership and quality liability shift from the producer to the transport operator. On the NCS this is typically:
- For oil: the offshore loading terminal (e.g., Mongstad, Sture) or the export pipeline metering skid (Grane, Edvard Grieg).
- For gas: the terminal-end metering station of the export pipeline (Easington, Zeebrugge, Emden, Dornum, Dunkerque).
The boundary between midstream and downstream is the refinery gate or the gas-grid entry point.
In Norway, midstream gas pipelines are operated by Gassco, a state-owned operator that acts as a neutral system operator under the Norwegian gas-market regulations [30]. Producers pay a regulated tariff per Sm³.
2.3 The upstream segment
The upstream segment is the focus of TPG4230. Its core sub-activities are:
- Exploration. Seismic acquisition (2D, 3D, 4D), prospect evaluation, basin modelling, exploration drilling.
- Appraisal. Drilling additional wells to delineate the reservoir, taking pressure and fluid samples (Chapter 3), well testing.
- Development. Concept selection (Chapter 11), FEED (Chapter 17), execution (drilling — Chapter 14, structural build — Chapter 12, subsea install — Chapter 13).
- Production. Daily operation: production monitoring, chemical injection, well intervention, IOR/EOR.
- Decommissioning. Plug-and-abandon wells, remove topsides per OSPAR, leave subsea structures or recover them.
NeqSim addresses the technical content of (3)–(4): topside processing, flow assurance, mechanical design, dynamic simulation, and digital-twin operation.
2.4 The midstream segment
Midstream is dominated by transport and a small amount of conditioning:
- Pipelines. Norpipe, Statpipe, Zeepipe, Europipe I/II, Franpipe, Langeled — the export trunk lines from the NCS. Total length > 8 800 km, capacity > 110 BSm³/y.
- LNG. Liquefaction plant (Hammerfest LNG / Snøhvit), LNG carrier shipping, regasification at receiving terminal.
- Storage. Depleted reservoirs (Aldbrough, Rough), salt caverns, LNG tanks. Important for seasonal balancing.
- Crude shipping. Aframax, Suezmax, VLCC tankers.
Engineering for midstream pipelines is driven by DNV-ST-F101 [31]: wall thickness for internal and external pressure, fracture mechanics, cathodic protection, on-bottom stability, free-span analysis, route selection.
2.5 The downstream segment
Downstream has three principal activities (Chapter 24 in this textbook):
- Refining. Crude distillation → atmospheric and vacuum towers → conversion (FCC, hydrocracker, coker) → treating (HDS, reforming) → blending into final products (gasoline, diesel, jet, fuel oil, asphalt).
- Petrochemicals. Steam cracking (NGLs → ethylene, propylene), aromatics (benzene, toluene, xylene), C1 chemicals (methanol, ammonia).
- Marketing & retail. Wholesale, retail (filling stations), trading.
EU refining capacity is ~ 13 million bbl/day. Norway's remaining refinery capacity is represented by Mongstad; Slagentangen is treated here as an oil terminal rather than a refinery.
2.6 Where is the value?
For an NCS gas project, the wellhead price of methane is typically 30–50 % of the delivered price at the German border. The remainder is captured by midstream tariff, liquefaction (if LNG), regasification and downstream margin. For oil, the netback from refinery or terminal market price to wellhead is more case-dependent. Crude oil is generally cheaper to move by ship per unit energy than gas is by long pipeline or LNG chain, but the realised wellhead share depends on crude quality, freight, terminal access, customer refinery configuration and the refining margin for that crude type.
A simplified value-chain decomposition for a typical NCS gas-export project:
| Cost / margin element | EUR/MWh | % of end price |
|---|---|---|
| Wellhead production cost | 5 | 17 % |
| Norwegian state take (78 %) | 11 | 37 % |
| Transport tariff (Gassco) | 2 | 7 % |
| Liquefaction (if LNG) | 4 | 13 % |
| Shipping & regasification | 3 | 10 % |
| Downstream margin | 5 | 17 % |
| Total at customer | 30 | 100 % |
This decomposition makes clear that engineering levers in this course move the wellhead cost — typically a 5 EUR/MWh item out of 30 EUR/MWh delivered. Halving the wellhead cost saves ~ 8 % of the delivered price; doubling export-pipeline capacity removes a midstream bottleneck and may add several billion NOK of NPV through earlier revenue (Chapter 19).
2.7 Crude and gas pricing
Crude oil is priced against three main marker grades:
- Brent (North Sea blend) — European benchmark, basis for most NCS sales.
- WTI (West Texas Intermediate) — US benchmark.
- Dubai/Oman — Middle-East / Asian benchmark.
A given crude trades at a differential to the marker reflecting quality (API gravity, sulphur), geography, and shipping. NCS crudes (Ekofisk, Oseberg, Forties — together the BFOE basket — and Troll, Statfjord) trade at small differentials to Brent.
Natural gas pricing is hub-based in liquid markets:
- TTF (Title Transfer Facility, Netherlands) — the European benchmark.
- NBP (National Balancing Point, UK) — historically liquid, now closely tracking TTF.
- JKM (Japan-Korea Marker) — Asian LNG spot benchmark.
- Henry Hub — US benchmark.
Long-term contracts may include oil indexation (price linked to a basket of crude / petroleum products with a lag), historically common in continental European gas contracts but increasingly displaced by hub indexation.
Worked example 2.1 — Simple value-chain margin
A field produces 10 BSm³/y of dry gas (energy content ~ 11 kWh / Sm³, total = 110 TWh/y). Wellhead operating cost is 4 EUR/MWh; transport tariff is 2 EUR/MWh; sales price (TTF) is 30 EUR/MWh.
$$ \text{Gross margin} = (30 - 2 - 4) \cdot 110 \times 10^{6} = 2.64 \text{ B EUR/y} \tag{2.1}. $$
Of this, Norwegian special tax + corporate tax (combined 78 %) takes ~ 2.06 B EUR; the operator and partners share ~ 0.58 B EUR pre-financing. Notebook 02_value_chain.ipynb repeats this calculation for variable price scenarios.
The Norwegian export market and price context
Norway produced approximately 239 million Sm³ o.e. in 2025 (about 2 million bbl/d liquids and 122 BSm³ sales gas), with a combined export value of approximately NOK 1 000 billion (57 % of Norway's goods exports). About 95 % of Norwegian gas reaches Europe via an 8 800 km subsea pipeline network; the remaining ~5 % is exported as LNG from Hammerfest (Snøhvit). Norwegian gas exports covered more than 30 % of EU + UK gas consumption in 2024 [32].
![Figure 2.1: Historical and expected Norwegian petroleum production by product, 1970-2030. Source: Norwegian Offshore Directorate via norskpetroleum.no [33].](figures/norskpetroleum_production_forecast_1970_2030.png)
Discussion (Figure 2.1). Observation. The chart shows NCS production building from the 1970s, peaking in the early 2000s, then shifting from an oil- dominated profile toward a gas-heavy plateau and near-term forecast. Mechanism. Field maturation, new developments and gas-market capacity shape the profile: large oil fields decline while gas fields, tiebacks and processing capacity keep sales gas high. Implication. Concept studies must treat production level, product split and timing as coupled inputs to facilities, pipelines and revenue. Recommendation. Use product-specific forecasts rather than a single boe curve when sizing separators, compression, export routes and fiscal revenue cases.
![Figure 2.2: Norwegian gas pipeline system connecting NCS fields, processing plants, receiving terminals and European markets. Source: Norwegian Offshore Directorate via norskpetroleum.no [34].](figures/norskpetroleum_gas_pipeline_system.png)
Discussion (Figure 2.2). Observation. The map shows offshore fields, Norwegian landing and processing nodes such as Kårstø, Kollsnes, Nyhamna and Tjeldbergodden, and export lines to receiving terminals in the UK and continental Europe through trunk lines such as Statpipe, Zeepipe, Europipe, Franpipe and Langeled. The Baltic Pipe connection extends the market reach toward Denmark and Poland. Mechanism. Rich gas is conditioned at onshore plants before dry gas enters long export pipelines; access is coordinated by Gassco and constrained by system capacity, pressure and quality. Implication. A gas-field development is never only a platform design: it is a network-access problem involving fields, plants, pipelines, terminals and commercial tariffs. Recommendation. In every NCS gas concept, state the processing plant, landing point, pipeline route, capacity assumption and quality basis.
![Figure 2.3: Export value of Norwegian petroleum by product, 1971-2025. Source: Statistics Norway via norskpetroleum.no [32].](figures/norskpetroleum_export_value_1971_2025.png)
Discussion (Figure 2.3). Observation. Export value rises with production, price cycles and the recent gas-price shock; natural gas contributes a larger share after 2021 than in most earlier years. Mechanism. Revenue is the product of volume, energy content, product mix and market price, so the same field rate can generate very different cash flow across price regimes. Implication. NCS field-development choices must be stress-tested against both oil and gas market states. Recommendation. Carry separate Brent, TTF and exchange-rate scenarios through the economic model instead of converting all products to a fixed boe price.
Price benchmarks and recent history
| Benchmark | Scope | Key drivers | Decadal range | Swing |
|---|---|---|---|---|
| Brent (ICE futures) | NCS crude (Ekofisk, Oseberg, Troll etc. at small differentials) | OPEC+ supply discipline; global transport demand; inventories; geopolitics | 40–100 USD/bbl | 2.5× |
| TTF (Netherlands) | NCS pipeline gas (bulk) | Storage vs weather; LNG availability (JKM arbitrage); coal-to-gas switching; renewables back-up | 15–135 EUR/MWh | 9× |
| JKM (Japan-Korea Marker) | LNG spot (Snøhvit cargoes) | Asian demand pull vs Atlantic supply | Tracks TTF ± shipping wedge | — |
Selected annual averages — Brent: ~44 USD/bbl (2016), ~42 (2020), ~99 (2022), ~75 (2025 planning context). TTF: ~16 EUR/MWh (2016), ~134 (2022 crisis peak), ~35–40 (2024–2025 planning context). Use the latest EIA, ICE, Gassco or market-data source when converting these teaching values into a live decision case.
Implications for field development
- Plan for wide price corridors. Standard NCS practice: evaluate at least 40–80 USD/bbl (oil) and 15–60 EUR/MWh (gas); report P10/P50/P90 NPV from Monte Carlo (Chapter 18).
- The fiscal regime dampens operator exposure. At 78 % combined marginal tax (Chapter 18), the state absorbs most upside and downside; operators see a compressed cash-flow swing.
- Gas projects need a European market view; oil projects a global view. Subsea tieback economics (Chapter 13) are dominated by TTF; platform oil projects (Chapter 12) by Brent and OPEC+ policy. The building-blocks approach (Chapter 11) isolates which block carries which market exposure.
The notebook 02_value_chain.ipynb extends Worked example 2.1 into a Monte Carlo over both Brent and TTF distributions, and reproduces the export-value share table from [norskpetroleum.no](https://www.norskpetroleum.no/en/production-and-exports/exports-of-oil-and-gas/) for the most recent reporting year.
2.8 Stakeholders revisited — the money flow
Money flows along the value chain in the opposite direction to the molecule. A simplified flow:
- Customer pays the gas-marketing company (e.g., Equinor Trading) for energy delivered.
- Marketing pays the transport operator (Gassco) the regulated tariff.
- Marketing pays the producing licence partners pro rata to their licence equity.
- Each licence partner pays Norwegian petroleum taxes. The ordinary company tax rate is 22 %, and the special-tax rate is 71.8 % after deducting calculated ordinary tax in the special-tax base, preserving a combined marginal tax rate of 78 % on petroleum profits.
- Each licence partner pays the operator a management fee for running the asset.
- The operator pays its contractors (drilling rigs, vessel spreads, EPC contractors, software, services).
- Net of all the above, the licence partners distribute dividends to their shareholders.
This flow is set out in the Petroleum Activities Act [35] and the licence-specific Joint Operating Agreement (JOA) signed by the partners.
2.9 Standards and contracts
Each value-chain segment has its own dominant standards and contractual frameworks:
| Segment | Engineering standards | Contractual frameworks |
|---|---|---|
| Upstream — topside | NORSOK, ISO, ASME, API [36, 37] | EPC, EPCI, FEED contract |
| Upstream — subsea | DNV, API 17 series, ISO [38] | Subsea EPCI, frame agreements |
| Midstream — pipelines | DNV-ST-F101, ISO 13623 [31] | Tariff agreement (Gassco), Ship-or-pay |
| Midstream — LNG | NFPA 59A, EN 1473, IGC code | Long-term sale-and-purchase (SPA) |
| Downstream — refining | API, ASME, NFPA, EN | Crude purchase, product offtake |
| Throughout | ISO 14001 (environment), ISO 45001 (safety) | OSPAR convention |
For the field-development engineer, standards literacy is as important as physics literacy: a sanctioned design must demonstrably comply, and the choice of governing standard materially affects cost and schedule.
2.10 Sustainability and the energy transition
The value chain is undergoing structural change driven by climate policy:
![Figure 2.4: Greenhouse-gas emissions from the Norwegian petroleum sector, historical and forecast. Source: Norwegian Offshore Directorate via norskpetroleum.no [39].](figures/norskpetroleum_ghg_emissions_petroleum_sector.png)
Discussion (Figure 2.4). Observation. The emissions chart shows NCS greenhouse-gas emissions around 10-15 Mt CO₂-eq/y over the last two decades, with a gradual decline in the recent historical period and a lower forecast toward 2029. Mechanism. Most CO₂ comes from gas-turbine power generation, with additional contributions from engines, boilers and flaring; power-from- shore, energy-efficiency measures and flare minimisation reduce the profile. Implication. Carbon cost is not a side calculation: it changes operating cost, concept ranking and PDO approval arguments. Recommendation. Include emissions source breakdown, carbon-tax/EU ETS exposure and electrification alternatives in the same concept-screening table as CAPEX, NPV and schedule.
- Carbon pricing: Norwegian offshore emissions are exposed to both the CO₂ tax and the EU ETS; in 2024 the combined CO₂ cost was about NOK 1 565/t before any free ETS allocation, and the 2025 CO₂ tax alone corresponds to about NOK 944/t for combustion of natural gas.
- Electrification: NCS platforms increasingly use shore- power instead of gas-turbine drivers (Troll A, Johan Sverdrup, Edvard Grieg, Goliat) — reducing large combustion emissions where grid capacity, power balance and project economics support the solution.
- CCS: Capture at industrial sources, transport via pipeline / ship, injection into depleted reservoirs or saline aquifers (Northern Lights, Polaris, Smeaheia) — Chapter 25.
- Hydrogen and ammonia: Blue (with CCS) and green (electrolysis-based) hydrogen as substitutes for natural gas in industrial heat and power.
- Mitigation: Continuous emissions monitoring, methane- leak detection (LDAR), and strict flaring permits limited to safety and operational necessity.
The course's emphasis on NPV-driven concept selection is unchanged, but the carbon dimension is now an explicit constraint in every concept-screening table (Chapter 11).
2.11 NeqSim implementation
A skeleton value-chain economic model can be built in a few lines of Python. NeqSim handles the technical part — the volumetric production profile and the gas heating value — while plain Python handles the cash-flow:
import numpy as np
from neqsim import jneqsim
# 1. Build the sales-gas system to compute heating value
sg = jneqsim.thermo.system.SystemSrkEos(288.15, 1.01325)
sg.addComponent("methane", 0.95)
sg.addComponent("ethane", 0.04)
sg.addComponent("propane", 0.01)
sg.setMixingRule("classic")
ops = jneqsim.thermodynamicoperations.ThermodynamicOperations(sg)
ops.TPflash(); sg.initProperties()
# Gross calorific value per Sm3 (ISO 6976 approximation)
gcv_kWh_per_Sm3 = 11.0 # for a typical NCS gas
# 2. Production profile (BSm3 per year, simple decline)
years = np.arange(1, 21)
plateau = 10.0
prod = np.where(years <= 5, plateau,
plateau * np.exp(-0.10 * (years - 5))) # BSm3/y
# 3. Cash flow
price_TTF = 30.0 # EUR/MWh
opex_well = 4.0
tariff = 2.0
margin = price_TTF - opex_well - tariff # EUR/MWh
energy_TWh = prod * 1e9 * gcv_kWh_per_Sm3 / 1e9 # TWh/y
gross_M_EUR = margin * energy_TWh * 1e6 / 1e3 / 1e3 # M EUR/y
# 4. Norwegian state take 78 %
post_tax_M_EUR = 0.22 * gross_M_EUR
print(post_tax_M_EUR.round(0))
The full version (Chapter 18 / 03_npv_ncs.ipynb) includes discounting, CAPEX schedule, tax loss carry-forward and reimbursement rules, and Monte-Carlo sensitivity to the gas price.
2.12 The course's place on the chain
| Chapter | Value-chain segment | Key engineering question |
|---|---|---|
| 3 | Upstream | What is in the reservoir? |
| 4 | Upstream | How fast can we produce it? |
| 5–10 | Upstream–midstream | How do we condition it for sale? |
| 11–14 | Upstream | What hardware do we need? |
| 15–16 | Upstream | How do we manage it over decades? |
| 17–20 | All | What does it cost — is it worth it? |
| 21–22 | All | Who governs it / refines it? |
| 23 | Reverse chain | How do we put CO₂ back? |
| 24 | Tooling | How do we compute all of the above? |
| 25 | Integration | A worked PDO example. |
| 26 | Review | Connecting the threads. |
Discussion (Figure 2.5). Observation. The value-chain figure links field production to processing, transport and product markets. Mechanism. Physical conversion and commercial transfer happen together: fluids are treated to meet specifications, then sold through contracts or hubs. Implication. Development concepts should be ranked on delivered value rather than wellhead rate alone. Recommendation. State the product, delivery point, tariff and quality specification for each revenue stream.
Discussion (Figure 2.6). Observation. The stakeholder map separates equity partners, authorities, suppliers, customers and society. Mechanism. Each stakeholder sees a different risk and reward: operators optimize execution, partners protect value, authorities protect resources and HSE, and customers require specification. Implication. Misaligned incentives can slow or reshape a technically good project. Recommendation. Add stakeholder constraints to the concept-screening matrix alongside CAPEX, NPV and schedule.
2.13 Summary
The petroleum value chain converts subsurface molecules into end-user energy. Upstream creates the molecule; midstream moves it; downstream refines it. For an NCS gas project, the wellhead cost is a small fraction of the delivered price, but it is the fraction that engineering can move. The remaining chapters show how.
Exercises
- Exercise 2.1. Define the boundary between upstream and midstream for (a) an NCS oil field exporting through Sture, and (b) an NCS gas field exporting through Langeled.
- Exercise 2.2. Reproduce the cash-flow code of Section 2.11 for a 20 BSm³/y field with 25-year life and 5 % decline. Plot post-tax cash flow versus year.
- Exercise 2.3. Look up the current TTF, NBP and JKM gas prices. By how much would a one-EUR/MWh shift in TTF change the post-tax NPV of the field in Exercise 2.2 at a 7 % real discount rate? (Hint: Chapter 18.)
- Exercise 2.4. Read the Snøhvit field summary [40] and identify how the Snøhvit project integrates upstream, midstream (pipeline + Hammerfest LNG) and downstream (export to Asian and US markets).
- Exercise 2.5. Estimate, using public data, the Norwegian state's 2023 cash-flow take from petroleum activities and compare to the year's central-government budget total.
Reservoir Fluids, PVT Behaviour and Equations of State
Discussion (Reservoir fluids and PVT behaviour). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Classify a reservoir fluid as dry gas, wet gas, retrograde gas-condensate, volatile oil, black oil or heavy oil from its composition and phase envelope.
- Read and interpret a PT phase envelope, including the critical point, cricondenbar, cricondentherm and the retrograde region.
- Apply a cubic equation of state (SRK, PR) to compute the density, fugacity and phase split of a reservoir fluid.
- Describe the principle and output of the four standard PVT laboratory experiments — CME, CVD, differential liberation, separator test — and the swelling test.
- Understand the role of the plus fraction ($C_{7+}$, $h_{20+}$) and the lumping / characterization procedure.
- Run a CME and CVD simulation in NeqSim for an NCS gas- condensate fluid and validate it against laboratory data.
- Recognise when a more sophisticated EOS is required (CPA for water/MEG/glycol, GERG-2008 for high-precision custody, Ph-SAFT for asphaltenes).
Where We Are in the Field-Development Lifecycle
This chapter supplies the fluid-property basis for later decisions. The main hand-off is from PVT assumptions to wells, flow assurance and process design.
3.1 Why PVT matters for field development
Pressure-Volume-Temperature (PVT) behaviour controls every quantitative step in field development:
- Volumetric reserves (STOIIP, GIIP) require the formation volume factor $B_o$ or $B_g$ at reservoir conditions.
- Well deliverability (Chapter 4) requires the gas density $\rho_g(p,T)$, the oil viscosity $\mu_o(p,T)$ and the solution gas–oil ratio $R_s(p)$.
- Separator design (Chapter 7) requires the equilibrium gas and oil densities at separator conditions.
- Pipeline hydraulics (Chapters 8, 13) requires the two- phase flow regime and the holdup, both functions of the local fluid composition and conditions.
- Flow assurance (Chapter 8) requires hydrate-, wax- and asphaltene-formation envelopes.
- custody-transfer metering (Chapter 22) requires gas- density and energy content per ISO 6976.
A consistent EOS-based fluid description, calibrated to laboratory data, is therefore the foundation of every field-development calculation.
3.2 Classification of reservoir fluids
Reservoir fluids span six gradations from gas to heavy oil. The distinction is operationally important because each class needs a different processing scheme, a different separator configuration, and a different recovery strategy.
| Class | Typical composition | $T_R$ vs $T_c$ / $T_{ct}$ | Surface GOR | API gravity |
|---|---|---|---|---|
| Dry gas | > 95 % $C_1$ | $T_R > T_{ct}$ | infinite | n/a |
| Wet gas | 80–95 % $C_1$, $C_{2-4}$ | $T_R > T_{ct}$ | 10 000–100 000 Sm³/Sm³ | 50–70 |
| Retrograde gas-cond | 70–90 % $C_1$, with $C_{7+}$ | $T_c < T_R < T_{ct}$ | 3 000–10 000 | 45–60 |
| Volatile oil | 60–80 % $C_1$, much $C_{2+}$ | $T_R$ near $T_c$ | 300–3 000 | 35–50 |
| Black oil | 30–60 % $C_1$, large $C_{7+}$ | $T_R \ll T_c$ | 100–300 | 20–35 |
| Heavy oil | < 30 % $C_1$ | $T_R \ll T_c$ | < 100 | < 20 |
Where $T_R$ is reservoir temperature, $T_c$ the fluid critical temperature and $T_{ct}$ the cricondentherm.
3.3 The PT phase envelope
A pure component has a single vapour-pressure curve ending at the critical point. A multicomponent mixture has a two- dimensional envelope in P-T space, bounded by the bubble- point curve (oil side) and the dew-point curve (gas side), joining at the mixture critical point. Two more characteristic points appear:
- cricondenbar: the highest pressure at which two phases can coexist.
- cricondentherm: the highest temperature at which two phases can coexist.
The region of the envelope in which an isothermal pressure decrease causes liquid to form is the retrograde region (between the critical point and the cricondentherm on the dew- point branch). It is the defining feature of gas-condensate fluids: as the reservoir depletes, condensate drops out in the reservoir, often near the wellbore where pressure is lowest, reducing both gas mobility and the recovered hydrocarbon liquid.
Note on NeqSim phase-envelope branches. When using
calcPTphaseEnvelope(true, 1.0)(bubblePointFirst=true), NeqSim's getter method names are swapped —getBubblePointTemperatures()returns dew-curve data and vice versa. The reliable practice is to classify the two returned branches by their physical maximum temperature: the branch with the higher max is the dew curve.
3.4 The cubic equations of state
A cubic EOS is one in which molar volume $v$ at given $(P,T)$ is the root of a cubic polynomial. Three cubic EOS are standard reference points in petroleum engineering:
van der Waals (1873):
$$ P = \frac{RT}{v-b} - \frac{a}{v^2} \tag{3.1}. $$
Redlich–Kwong (1949) and Soave-Redlich-Kwong (1972):
$$ P = \frac{RT}{v-b} - \frac{a(T)}{v(v+b)} \tag{3.2}. $$
Peng–Robinson (1976):
$$ P = \frac{RT}{v-b} - \frac{a(T)}{v(v+b) + b(v-b)} \tag{3.3}. $$
Where:
$$ a(T) = a_c \cdot \alpha(T_r, \omega), \quad a_c = \Omega_a \frac{R^2 T_c^2}{P_c}, \quad b = \Omega_b \frac{R T_c}{P_c} \tag{3.4}. $$
The temperature-dependent $\alpha$ function and the constants $\Omega_a, \Omega_b$ differ between SRK and PR. The acentric factor $\omega$ encodes the non-sphericity of the molecule; for methane $\omega \approx 0.011$, for $n$-octane $\omega \approx 0.40$.
For mixtures the parameters are combined by mixing rules. The classical quadratic-in-$a$ / linear-in-$b$ rule with a binary interaction parameter $k_{ij}$ is:
$$ a_{\text{mix}} = \sum_i \sum_j x_i x_j (1-k_{ij}) \sqrt{a_i a_j}, \quad b_{\text{mix}} = \sum_i x_i b_i \tag{3.5}. $$
The $k_{ij}$ are tuned to match binary VLE data and are generally small for hydrocarbon-hydrocarbon pairs (< 0.05) but large for hydrocarbon–CO₂ (~ 0.10–0.15) and hydrocarbon–H₂S (~ 0.08–0.12).
Assumptions and validity range. The SRK and PR equations are robust screening models for many non-polar hydrocarbon mixtures, but their accuracy depends on component characterization, binary interaction parameters and calibration to laboratory PVT data [14, 15, 12, 13]. Use CPA or electrolyte models for strongly associating systems, and do not treat a predictive cubic-EOS result as a substitute for tuned PVT data in sanction-quality work.
When does cubic EOS fail?
hubic equations of state do not include hydrogen-bonding or strong polar interactions. For the following systems they need a more elaborate model:
- Water + hydrocarbon + alcohol/glycol (MEG, methanol): use CPA (hubic-Plus-Association). CPA adds an association term that explicitly accounts for the hydrogen- bonding of water and glycol.
- Asphaltenes / heavy oil at high pressure: use Ph-SAFT.
- High-precision dry-gas custody transfer (Wobbe, density, GhV at < 0.1 % uncertainty): use GERG-2008 (a multi- parameter Helmholtz equation, not cubic).
NeqSim implements all of the above in the thermo.system package.
3.5 Solving the cubic EOS
For a given $(P, T, \mathbf{z})$ the cubic EOS gives one or three real roots in $v$ (or, equivalently, in compressibility $Z = Pv/RT$). Three roots indicate two-phase territory; the smallest root is the liquid molar volume, the largest is the vapour molar volume, the middle root is non-physical and discarded.
The single-phase / two-phase decision is made by a stability test (Michelsen's tangent-plane criterion) followed by a flash (typically Rachford-Rice on the K-values, with EOS fugacity update) until the K-values converge.
Convergence of the flash for near-critical fluids (volatile oils, gas condensates near $T_c$) is notoriously difficult; it is one of the principal numerical difficulties handled by NeqSim's flash routines.
3.6 Phase split: the flash equations
For a two-phase flash, the molar fraction of vapour $\beta = n_V / n_{total}$ and the K-values $K_i = y_i / x_i$ satisfy the Rachford-Rice equation:
$$ \sum_{i} \frac{z_i (K_i - 1)}{1 + \beta(K_i - 1)} = 0 \tag{3.6}. $$
The K-values are determined from EOS fugacities by enforcing chemical-potential equilibrium:
$$ \hat\phi_i^L x_i = \hat\phi_i^V y_i \quad \Rightarrow \quad K_i = \frac{\hat\phi_i^L}{\hat\phi_i^V} \tag{3.7}. $$
A typical flash iterates: (1) initial K-values from Wilson's correlation; (2) solve Rachford-Rice for $\beta$; (3) compute $x_i, y_i$; (4) compute fugacities from the EOS; (5) update K-values; (6) repeat until $\|\Delta \ln K\|_\infty < 10^{-7}$.
3.7 The plus fraction and characterization
Reservoir fluids contain hundreds of distinguishable hydrocarbon molecules above $C_6$. The standard PVT laboratory report combines them into a plus fraction (e.g., $C_{7+}$ or $h_{20+}$) characterised by three numbers: molar fraction $z_{C7+}$, molecular weight $M_{C7+}$ and specific gravity $\gamma_{C7+}$.
For EOS calculations, the plus fraction must be split into pseudo-components, each assigned $T_c, P_c, \omega$. The standard procedures are:
- TBP (True Boiling Point) split if a TBP curve is available (atmospheric distillation up to 250 °C, vacuum above): assign each TBP cut to a pseudo-component with $T_b$ = mid-cut.
- Whitson exponential split if no TBP curve is available: assume an exponential decay of mole fraction with carbon number, with the average carbon number set by $M_{C7+}$.
- Lumping: combine adjacent pseudo-components into 3–6 "fat" pseudo-components for computational tractability.
Once the pseudos are defined, EOS parameters are computed from correlations: Riazi-Daubert or Twu for $T_c, P_c$ from $T_b, \gamma$; Edmister for $\omega$; the $k_{ij}$ between the pseudos and methane are typically tuned to match the saturation pressure of the laboratory fluid.
NeqSim's helper characterisePlusFraction() automates the Whitson split and Twu correlations. Important: call setMixingRule() before characterisePlusFraction(), otherwise the call fails. Also: do not use a + character in the component name ("C20+" crashes — use "C20").
3.8 PVT laboratory experiments
Four laboratory experiments are routinely conducted on a sampled reservoir fluid; a fifth (swelling) is performed when gas-injection IOR is being considered.
3.8.1 Constant Mass Expansion (CME)
A sealed PVT cell at reservoir temperature is depressurised isothermally from above the saturation pressure to a low pressure (~ 1 atm). The total volume is recorded as a function of pressure. The saturation pressure is identified as the break-point of the $V$-vs-$P$ curve; below $P_{sat}$, two phases coexist and the relative volume increases more rapidly.
Key outputs: $P_{sat}$, single-phase $\rho(P)$, isothermal compressibility $c_o = -(1/V)(\partial V / \partial P)_T$.
3.8.2 Constant Volume Depletion (CVD)
A gas-condensate-specific experiment. The cell starts at $P_{sat}$ at reservoir $T$; gas is then withdrawn in stages, with the cell volume held constant by removing only the necessary amount of gas at each pressure step. The composition and quantity of withdrawn gas, and the volume of condensate left behind, are recorded.
Outputs: $z$-factor, condensate liquid drop-out curve, gas recovery vs pressure. Used directly to quantify retrograde condensation losses.
3.8.3 Differential Liberation (DL)
An oil-specific experiment. Gas is liberated stepwise from the oil at reservoir temperature. At each pressure step, the liberated gas is removed, leaving the residual oil at lower GOR. Outputs: $B_o(P)$, $R_s(P)$, gas $B_g(P)$, density.
DL approximates the path of the oil from reservoir to separator inlet — though in reality the surface separator process is closer to a series of flash separations than a true DL. Modern practice is to use the separator test results (Section 3.8.4) to correct DL data into "field" $B_o$ and $R_s$.
3.8.4 Separator test
The reservoir fluid is flashed through a specific separator train — typically two or three stages — replicating the intended field separator pressures and temperatures. Surface gas/oil rates and stock-tank oil density are measured.
The stock-tank oil shrinkage $B_{o,sb}$ and the gas-oil ratio $R_{s,sb}$ at the separator-train conditions are the direct inputs to surface volumetric calculations.
3.8.5 Swelling test
Used in gas-injection screening. A known mass of injection gas is added to the reservoir oil at reservoir $T$; the new saturation pressure and volume are measured. Repeated for several gas-to-oil ratios, the swelling test produces the saturation-pressure curve and the swelling factor used to size gas-injection IOR projects.
3.9 EOS tuning
A laboratory PVT report and an EOS prediction will rarely match out-of-the-box. Tuning adjusts a small number of parameters (typically: pseudo-component $T_c, P_c$ and the methane– $C_{7+}$ $k_{ij}$) to minimise the mismatch on a chosen objective:
$$ \Phi = \sum_k w_k \left( \frac{X_k^{\text{calc}} - X_k^{\text{exp}}}{X_k^{\text{exp}}} \right)^2 \tag{3.8}, $$
where $X_k$ are observables (saturation pressure, CME densities, CVD liquid drop-out, separator-test GOR). The weights $w_k$ reflect data quality and importance for the field development.
NeqSim's eosregression skill provides a SciPy least_squares wrapper. Tuning typically reduces the mean error from ~ 5 % (untuned) to < 1 % (tuned) on $P_{sat}$ and CME density.
3.10 NeqSim implementation
A complete CME / CVD example for a typical NCS rich gas- condensate (composition from Stanko, Chapter 4 [1]):
from neqsim import jneqsim
import numpy as np
import matplotlib.pyplot as plt
# 1. Build a rich gas-condensate fluid (typical NCS Sleipner-like)
T_res, P_res = 363.15, 380.0 # 90 °C, 380 bar
fluid = jneqsim.thermo.system.SystemSrkEos(T_res, P_res)
for name, frac in [
("nitrogen", 0.005), ("CO2", 0.018), ("methane", 0.770),
("ethane", 0.073), ("propane", 0.038), ("i-butane", 0.005),
("n-butane", 0.012), ("i-pentane", 0.005),
("n-pentane", 0.005), ("n-hexane", 0.008),
("n-heptane", 0.061), # represents C7+ as one pseudo
]:
fluid.addComponent(name, frac)
fluid.setMixingRule("classic")
# 2. Phase envelope
ops = jneqsim.thermodynamicoperations.ThermodynamicOperations(fluid)
ops.calcPTphaseEnvelope(False, 1.0)
env = ops.getOperation()
def finite_branch(temperatures, pressures):
T = np.asarray(list(temperatures), dtype=float)
P = np.asarray(list(pressures), dtype=float)
keep = np.isfinite(T) & np.isfinite(P)
return T[keep], P[keep]
branches = []
for label, get_T, get_P in [
("bubble-labelled", env.getBubblePointTemperatures, env.getBubblePointPressures),
("dew-labelled", env.getDewPointTemperatures, env.getDewPointPressures),
]:
T, P = finite_branch(get_T(), get_P())
if len(T) > 0:
branches.append((label, T, P))
if not branches:
raise RuntimeError("Phase-envelope calculation returned no finite points")
# Classify by max temperature -> which is dew, which is bubble.
dew_label, dew_T, dew_P = max(branches, key=lambda item: item[1].max())
cricondenbar = max(P.max() for _, _, P in branches)
print(f"Cricondentherm (K): {dew_T.max():.1f} ({dew_label})")
print(f"Cricondenbar (bar): {cricondenbar:.1f}")
# 3. CME — depressurise from 380 to 50 bar at fixed T
# Reset the fluid state after the envelope calculation
fluid.setTemperature(T_res); fluid.setPressure(P_res)
ops.TPflash()
pressures = np.linspace(380, 50, 30)
rho_total, n_phases = [], []
for P in pressures:
fluid.setPressure(P)
ops.TPflash(); fluid.initProperties()
rho_total.append(fluid.getDensity("kg/m3"))
n_phases.append(fluid.getNumberOfPhases())
For full laboratory-style PVT workflows, NeqSim provides neqsim.pvtsimulation.simulation.ConstantMassExpansion and neqsim.pvtsimulation.simulation.ConstantVolumeDepletion classes that drive the same fluid through stages and produce structured outputs.
3.11 Worked example — saturation pressure
A simplified Snøhvit-like wet gas [40]:
| Component | Mol % |
|---|---|
| methane | 86.0 |
| ethane | 5.5 |
| propane | 2.2 |
| n-butane | 0.8 |
| n-pentane | 0.3 |
| n-hexane | 0.2 |
| C₇₊ | 0.5 |
| CO₂ | 4.5 |
At $T_R = 95$ °C and $P_R = 285$ bar, NeqSim (SRK with classic mixing rule) predicts:
- Saturation pressure $\approx 240$ bar (dew-point side).
- $Z$-factor at reservoir conditions $\approx 0.93$.
- Density at reservoir conditions $\approx 230$ kg/m³.
- Liquid drop-out at 100 bar isothermal depletion: ~ 3 %.
Tuning the $C_{7+}$ molecular weight from 105 to 112 g/mol reduces the saturation-pressure mismatch to laboratory data from ~ 4 % to < 0.5 %.
3.12 Linkage to other chapters
PVT outputs propagate downstream:
- Chapter 4 (well performance): $\rho_g(P,T)$ and $\mu_g(P,T)$ feed the VLP correlation.
- Chapter 7 (separator): the equilibrium gas-oil flash at separator conditions sets the gas / oil flow split and the required vessel size.
- Chapter 8 (flow assurance): the hydrate-formation curve is computed from the same fluid model with the addition of a water phase (Section 3.4).
- Chapter 19 (production scheduling): $B_g(P)$ from the CVD experiment converts cumulative reservoir gas into surface Sm³.
Discussion (Figure 3.1). Observation. The phase envelope marks bubble and dew boundaries for the reservoir fluid. Mechanism. Composition and EOS parameters determine where liquid and gas coexist, and small changes in heavy ends can shift the envelope. Implication. Separator pressure, export cooling and reservoir depletion all depend on accurate phase behaviour. Recommendation. Validate the envelope against available PVT data before using it for facility design.
Discussion (Figure 3.2). Observation. Different equations of state can predict different densities, saturation pressures and phase boundaries. Mechanism. SRK, PR, CPA and reference models use different attraction terms, mixing rules and association treatments. Implication. EOS selection is a design assumption with direct impact on process sizing and uncertainty. Recommendation. Compare at least two EOS choices for fluids with CO₂, water, polar components or near-critical behaviour.
Discussion (Figure 3.3). Observation. The P1 envelope shows the two-phase operating region for a representative reservoir fluid. Mechanism. The shape reflects methane-to-heavy-end balance and the critical locus of the mixture. Implication. Operating conditions near the envelope require careful separator, pipeline and depletion checks. Recommendation. Place reservoir, wellhead, separator and export conditions on the envelope before freezing pressure levels.
3.13 Summary
The PVT description of the reservoir fluid is the input to all quantitative engineering in field development. The cubic EOS (SRK, PR) handles the bulk of hydrocarbon systems; CPA and GERG-2008 cover the polar, aqueous, and high-precision corners. Laboratory CME, CVD, DL, separator and swelling tests provide the data against which the EOS is tuned. NeqSim implements every step of this workflow with Python and Java APIs.
Exercises
- Exercise 3.1. Sketch the PT phase envelope of a black oil and a retrograde gas condensate on the same axes. Mark the critical point, cricondenbar, cricondentherm and reservoir conditions for each.
- Exercise 3.2. For the wet-gas composition of Section 3.11, compute the saturation pressure at $T = 95$ °C using NeqSim. Investigate sensitivity to the SRK vs PR EOS choice.
- Exercise 3.3. Build a CME calculation for a black oil (use Stanko 2024 example fluid [1]) and plot relative volume vs pressure. Identify the bubble-point pressure.
- Exercise 3.4. Tune the $C_{7+}$ molecular weight of the Section 3.11 fluid to match a target saturation pressure of 245 bar at 95 °C. Use SciPy
brentq.
- Exercise 3.5 [course problem P1, part (a)]. For the reservoir fluid given in the course problem set, perform a CVD simulation in NeqSim and plot the liquid drop-out curve. Compare the predicted ultimate gas recovery at 50 bar abandonment to the laboratory value.
Flow Performance in Production Systems
Learning Objectives
After reading this chapter, the reader will be able to:
- Build a steady-state model of a single-well production system as the interaction of an Inflow Performance Relationship (IPR) and a Vertical-Lift Performance (VLP) curve.
- Compute well deliverability at a given wellhead pressure for an oil well and a gas well, using accepted correlations.
- Aggregate single-well deliverability into field-level production potential $q_{\text{pot}}(t)$ and use it with the facility limit $q_{\max}$ to construct the plateau- decline production profile.
- Distinguish between capacity-limited and deliverability- limited decline regimes.
- Identify the bottleneck of a producing system using nodal analysis.
- Quantify the impact of common debottlenecking measures: adding wells, lowering separator pressure, adding compression, subsea boosting, gas lift, hydraulic fracturing.
- Implement the same calculations in NeqSim using the pipe- flow and well classes.
Where We Are in the Field-Development Lifecycle
This chapter links reservoir deliverability to the production system. Use it to identify the pressure, rate and temperature assumptions that later constrain facilities.
Discussion (Figure 4.1). Observation. The figure closes a four-block loop: reservoir pressure feeds the IPR and available-pressure model, the production-system model gives the flow rate $q$, and the produced volume $q \Delta t$ is removed before the next time step. Mechanism. Field-performance prediction is therefore a sequence of steady-state nodal calculations linked by material balance; the reservoir model updates pressure, while the tubing, choke and separator model updates the back-pressure and rate. Implication. A production forecast is not only a decline curve and not only a hydraulics calculation. The error in either block propagates into the next time step. Recommendation. For every forecast case, state the reservoir-pressure update method, the node where the production-system model is solved and the time-step size used for the material-balance loop.
4.1 The production-system model
A producing field is a network: reservoir → wells → flowlines → manifold → riser → topside processing → export. The mass-flow through any cross-section of this network must be conserved.
For a steady-state single-well analysis, the system is modelled as a sequence of pressure-drop blocks, each with a known $\Delta P(q)$ relationship:
- Reservoir → wellbore (sandface): governed by Darcy's law in radial flow → IPR.
- Wellbore (sandface to wellhead): governed by hydrostatic + frictional + acceleration losses in two-phase tubing flow → VLP.
- Flowline / riser (wellhead to topside arrival): single- or two-phase pipeline pressure drop (Beggs-Brill, OLGA-class).
- Topside processing (separator → compression / pumping → metering): a fixed back-pressure constraint set by the downstream separator pressure and any boosting or compression on the way to export.
At every pipe junction, mass is conserved and pressure is single-valued. The operating point of the well is the $(P_{wf}, q)$ pair where the IPR and VLP curves intersect, for a given wellhead/manifold/separator back-pressure.
Discussion (Figure 4.2). Observation. The 50 km subsea-flowline example drops from about 200 to 145 bara while the fluid cools from roughly 75 to 12 °C; the temperature crosses the indicated hydrate-formation temperature of about 18 °C after approximately 42 km. Mechanism. Frictional pressure loss and heat transfer to the cold seabed act simultaneously, so the line approaches the hydrate curve even though the pressure remains high; this is the coupled $\Delta P(q)$ and thermal problem represented by the flowline block in the production-system model. Implication. Arrival pressure is not the only design constraint: a line that still has about 145 bara at the host can nevertheless enter the hydrate-risk region during normal operation or cooldown. Recommendation. Check pressure and temperature profiles together for every subsea tieback, and include insulation, active heating, or MEG injection when the profile approaches the hydrate boundary.
Discussion (Figure 4.3). Observation. The three operating points sit between about $U_{sg}=0.3$ and $4$ m/s and $U_{sl}=0.3$ to $0.6$ m/s, placing OP1 near the plug/bubble boundary, OP2 in the slug region, and OP3 close to the slug-to-stratified-wave transition. Mechanism. Changing the gas and liquid superficial velocities changes phase holdup and interfacial momentum transfer, which is why a small rate or pressure change can move a horizontal flowline between slug, stratified-wave, and dispersed-bubble regimes. Implication. Pressure-drop correlations are regime dependent; using a single smooth-pipe assumption across OP1-OP3 would miss the liquid holdup and slugging risks that control separator sizing and arrival pressure. Recommendation. Classify the expected flow regime before choosing a multiphase-flow correlation, and rerun the map at low-rate and high-rate cases rather than only at the design plateau rate.
4.2 Inflow Performance Relationship (IPR)
4.2.1 Linear-IPR oil wells (above bubble point)
For an oil well producing single-phase liquid above $P_{bp}$, Darcy's law in radial flow gives the consistent-unit form:
$$ q_o = \frac{2 \pi k_o h}{\mu_o B_o \,\bigl[ \ln(r_e/r_w) + s \bigr]}\, (\bar P_R - P_{wf}) \tag{4.1}, $$
with productivity index
$$ J_o = \frac{q_o}{\bar P_R - P_{wf}}\, \tag{4.2}. $$
This is the famous straight-line IPR: $q_o$ is linear in $P_{wf}$, with slope $-J_o$, intercept $\bar P_R$ on the pressure axis, and absolute open-flow potential $q_{\max} = J_o \bar P_R$ on the rate axis. If permeability, length, pressure and rate are entered in field units, a unit-conversion constant must be added to Equation (4.1); the equation as written assumes a single consistent unit system.
Assumptions and validity range. Linear IPR assumes single-phase liquid flow above the bubble point, steady radial flow, representative average reservoir pressure and a skin term that absorbs near-wellbore effects. Vogel and multiphase VLP correlations extend the workflow below the bubble point and into tubing/flowline systems, but they remain empirical and must be checked against well tests, pressure surveys and flow-regime limits [23, 21, 24, 25].
4.2.2 Vogel IPR (below bubble point)
Once gas evolves in the reservoir, $k_{ro}$ falls and the IPR becomes concave. Vogel's empirical correlation (1968) is the industry standard:
$$ \frac{q_o}{q_{o,\max}} = 1 - 0.2 \left( \frac{P_{wf}}{\bar P_R} \right) - 0.8 \left( \frac{P_{wf}}{\bar P_R} \right)^2 \tag{4.3}. $$
Vogel applies for $P_{bp} \geq \bar P_R$. For partial-Vogel wells (where $\bar P_R > P_{bp}$ but $P_{wf} < P_{bp}$), the generalised IPR uses a linear segment above $P_{bp}$ and a Vogel segment below.
4.2.3 Gas-well IPR
For a dry-gas well, the radial-flow equation in pseudopressure form is:
$$ q_g = \frac{k_g h}{1424 \, T \,\bigl[\ln(r_e/r_w) + s\bigr]} \, \bigl[ m(\bar P_R) - m(P_{wf}) \bigr] \tag{4.4}, $$
where the pseudopressure $m(P) = 2 \int_0^P \frac{P'}{\mu_g(P') Z(P')} dP'$ removes the pressure- dependence of $\mu_g Z$. The coefficient shown is the common petroleum field-unit form; NCS calculations in SI/bar units should evaluate the pseudopressure integral with a unit-consistent coefficient.
A common approximation valid for moderate pressures (~ 50–250 bar) is the back-pressure equation:
$$ q_g = C \bigl( \bar P_R^{\,2} - P_{wf}^{\,2} \bigr)^{n} \tag{4.5}, $$
with $0.5 \leq n \leq 1$. The exponent $n$ encodes non-Darcy (turbulent) effects in the near-wellbore region.
Paper-and-calculator pattern: dry-gas pressure ladder. When a field rate is split across wells, templates and a trunkline, write the calculation as a pressure ladder from the reservoir to the receiving separator. For $n=1$ the well equation can be rearranged directly:
$$ q_{well} = \frac{q_{field}}{N_w}, \qquad q_{template} = \frac{q_{field}}{N_T}, $$
$$ P_{wf} = \sqrt{\bar P_R^2 - \frac{q_{well}}{C_R}}. $$
A simplified tubing relation can then be written as
$$ P_{wh} = \sqrt{\frac{P_{wf}^2}{e^S} - \left(\frac{q_{well}}{C_T}\right)^2}, $$
where $S$ represents the elevation/static-head factor and $C_T$ is fitted to the tubing. The receiving system is handled with pressure-squared drops:
$$ P_{PLEM} = \sqrt{P_{sep}^2 + \left(\frac{q_{field}}{C_{PL}}\right)^2}, $$
$$ P_{template} = \sqrt{P_{PLEM}^2 + \left(\frac{q_{template}}{C_{FL}}\right)^2}. $$
The delivery margin is
$$ \Delta P = P_{wh} - P_{template}. $$
Positive margin means the simplified well can deliver into the pipeline system; negative margin means the selected rate requires a lower back-pressure, larger tubing, extra wells, compression or another debottlenecking measure. If tubing diameter is changed and friction-dominated gas flow is assumed, a useful screening scaling is
$$ C_{T,2} = C_{T,1}\left(\frac{D_2}{D_1}\right)^5. $$
Discussion (Figure 4.4). Observation. The figure separates production-potential drivers into natural decline mechanisms and engineered uplift measures. Depletion, water breakthrough and gas-cap depletion push the available rate down; new wells, stimulation and lower separator pressure or added compression push the available rate up. Mechanism. In Equation (4.8), depletion and water breakthrough reduce the individual well deliverability terms, while drilling increases $N_w$ and debottlenecking lowers the back-pressure embedded in the VLP calculation. Implication. Production forecasting is therefore not a passive decline curve exercise: each forecast should state which natural decline driver dominates and which engineering lever is assumed to counter it. Recommendation. When building a plateau-decline profile, document the driver behind every rate change and connect each intervention to either the IPR side, the VLP side, or the well-count term.
4.3 Vertical-Lift Performance (VLP)
The VLP curve gives the bottom-hole flowing pressure required at the sandface to lift a given flow rate to the selected wellhead pressure. It is the sum of three terms:
$$ P_{wf} - P_{wh} = \Delta P_{\text{hyd}} + \Delta P_{\text{fric}} + \Delta P_{\text{acc}} \tag{4.6}. $$
For a single-phase liquid:
$$ \Delta P_{\text{hyd}} = \rho g h_{\text{TVD}}, \quad \Delta P_{\text{fric}} = f \cdot \frac{L}{D} \cdot \frac{\rho v^2}{2} \tag{4.7}. $$
For two-phase (oil + gas) flow, the mixture density is a function of the local pressure (which sets the gas evolution), and rigorous calculation requires either an empirical correlation (Beggs-Brill, Hagedorn-Brown, Duns-Ros, Aziz) or a mechanistic model (OLGA-class). The standard approach is to discretise the wellbore into 50–200 segments and march the pressure from wellhead to sandface, updating the local fluid state by a flash calculation in each segment.
A characteristic feature of the VLP curve is its U-shape in $q$-vs-$P_{wf}$ space: at very low rate the well unloads slowly and gravity dominates (high $\Delta P$); at very high rate the friction term dominates (high $\Delta P$); the minimum is the optimum operating point in terms of energy efficiency.
Discussion (Figure 4.5). Observation. The IPR and VLP curves intersect at the marked operating point of 586 kSm3/d and 161 bara bottom-hole pressure; below that rate the reservoir can deliver more than the tubing accepts, while above it the tubing pressure requirement exceeds reservoir deliverability. Mechanism. The red IPR curve declines because drawdown increases as rate rises, whereas the blue VLP curve rises because hydrostatic and frictional losses in Eq. (4.6) increase with flow rate. Implication. The operating point is a bottleneck diagnostic, not just a graphical intersection: lowering back-pressure or adding lift shifts the VLP curve, while stimulation or added wells changes the IPR curve. Recommendation. Use nodal analysis before selecting a debottlenecking measure, and target the curve that limits the observed operating point.
4.4 Nodal analysis and the operating point
The operating point is the intersection of IPR and VLP at the bottom-hole node:
- IPR: $P_{wf}^{IPR}(q) = \bar P_R - q / J$ (for the linear case).
- VLP: $P_{wf}^{VLP}(q) = P_{wh} + \Delta P_{\text{tubing}}(q)$.
Setting them equal gives the well rate at the chosen wellhead pressure. As $P_{wh}$ falls (due to reduced separator pressure or addition of subsea boosting), the VLP curve shifts down, the intersection moves to higher rate, and the well delivers more. This is why lowering separator pressure is such a powerful debottlenecking lever.
The node at which IPR and VLP are evaluated need not be the sandface. Common choices:
- Node at sandface: classical IPR-vs-VLP analysis (this section).
- Node at wellhead: combines IPR + tubing into one curve (well deliverability) and intersects with the flowline VLP to the manifold.
- Node at separator inlet: combines reservoir + tubing + flowline + riser; intersects with separator-pressure back-pressure.
4.5 Field-level production potential
For a field of $N_w$ identical wells producing in parallel, the field potential is
$$ q_{\text{pot}}(t) = N_w(t) \cdot q_{\text{well}}\bigl(\bar P_R(t), P_{wh}(t)\bigr) \tag{4.8}. $$
In practice wells are not identical — they have different productivity indices, water cuts, and tubing diameters. The field potential is the sum of individual well operating points at the common manifold pressure:
$$ q_{\text{pot}}(t) = \sum_{i=1}^{N_w} q_i\bigl(\bar P_{R,i}(t), P_{\text{man}}(t)\bigr) \tag{4.9}. $$
Two important quantities derive from the field potential:
- Plateau rate $q_{\max}$: the topside / export-pipeline facility limit.
- End-of-plateau time $t_{\text{eop}}$: the time at which $q_{\text{pot}}(t)$ first falls below $q_{\max}$. After $t_{\text{eop}}$, the field decline begins.
Quantitative model. The qualitative picture above can be made analytical by approximating the potential as a linear function of cumulative depletion. This is the production-potential tank model developed in §19.12, which derives closed-form expressions for plateau duration, decline rate and abandonment time — the theoretical basis of the SET spreadsheet used in Exercise 2.
Discussion (Figure 4.6). Observation. The figure compares two field-rate strategies over time: Strategy A caps production at a constant plateau before decline, while Strategy B follows maximum potential from day one and declines immediately. Mechanism. Strategy A applies a facility, contract or reservoir-management ceiling to $q_{\text{pot}}(t)$; Strategy B removes that ceiling and lets the reservoir and production-system coupling set the rate at each time step. Implication. The same reservoir can produce different cash-flow, facility and depletion profiles depending on whether the field is scheduled as a standalone plateau project or as a satellite/tieback that accepts early decline. Recommendation. State the scheduling strategy before calculating plateau duration, facility capacity or end-of-plateau timing.
Discussion (Figure 4.7). Observation. The green potential curve declines smoothly with time, while the blue production profile holds flat steps at $q_1$, $q_2$ and $q_3$ until each capacity level can no longer be sustained by the field potential. Mechanism. The stair-step shape is the operational translation of $q(t)=\min(q_{\text{pot}}(t), q_{\max})$: facilities impose a ceiling during plateau, then reservoir deliverability controls the decline once the potential curve falls below that ceiling. Implication. End-of-plateau timing is a crossing problem, not a fixed calendar date; it moves when reservoir pressure, well count, back-pressure or facility capacity changes. Recommendation. Track field potential and facility capacity as separate curves in planning models, and use their intersections to explain plateau extensions, step-downs and late-life compression cases.
4.6 Capacity-limited vs deliverability-limited decline
Once below plateau, the decline mechanism may be one of two:
- Capacity-limited. A specific topside or export-pipeline capacity has been reached; rate is held below well potential. Lowering this capacity, e.g., by retiring an outdated compressor, is a capacity-decline event. Rare in modern operations.
- Deliverability-limited (the usual case). The wells can no longer deliver enough fluid to the manifold at the required pressure. The decline rate is set by the physics of the reservoir (Equation 4.10) not by the topside.
For a dry-gas reservoir at constant flowing bottom-hole pressure, or at a fixed downstream pressure that has been collapsed to the bottom-hole node through a VLP model, the back-pressure equation gives:
$$ q_g(t) = C \bigl( \bar P_R(t)^2 - P_{wf}^2 \bigr)^{n}, \quad \bar P_R(t) \text{ from material balance.} \tag{4.10} $$
This typically produces an exponential or hyperbolic decline with annual rates of 5–20 % per year on the NCS.
4.7 The seven debottlenecking levers
Through the field life, an operator continually re-evaluates which lever to pull next. The field-development framework and textbook [1] list seven:
- Drill more wells ($N_w \uparrow$). Linear in deliverability up to the productive-area limit, but capital cost ~ 1 G NOK / well on the NCS.
- Stimulate existing wells (reduce skin $s$). Acid jobs ~ 10 M NOK; hydraulic fracturing ~ 30–100 M NOK; impact 30– 100 % rate uplift.
- Lower separator pressure / add booster compression (reduce $P_{wh}$). Topside modification, 100s M NOK; impact typically 5–20 % rate uplift.
- Subsea boosting (multi-phase pump or compressor on the seabed). Major capex (G NOK), but enables tieback over long distances or steep arrival pressures.
- Gas lift (inject gas down the annulus to reduce mixture density). Reduces $\rho_{\text{mix}}$ in the tubing, lowering $\Delta P_{\text{hyd}}$. Cheap if compressor capacity exists.
- Add new export pipeline / loop existing line (reduce pipeline back-pressure). Major capex, long lead time.
- Pressure maintenance (water or gas injection) — sustains $\bar P_R$, the most important driver. The dominant lever on the NCS oil fields (Statfjord, Snorre, Gullfaks, Johan Sverdrup).
The right lever depends on which term in Equations (4.8)– (4.10) currently dominates the decline.
4.8 Worked example — a typical NCS oil well
Consider a single oil well with the following data (values representative of a Northern North Sea Brent-Group field):
- Reservoir pressure: $\bar P_R = 360$ bara.
- Bubble-point pressure: $P_{bp} = 200$ bara — well operates above bubble; linear IPR.
- Productivity index: $J = 30$ Sm³/d/bar.
- Tubing: 5 ½ inch ID, 2 500 m TVD.
- Wellhead pressure: $P_{wh} = 30$ bara (set by HP separator).
- Oil density at separator: 800 kg/m³.
- GOR = 100 Sm³/Sm³.
Linear IPR: $q_o = 30 (360 - P_{wf})$. Setting $P_{wh} = 30$ bar and computing $\Delta P_{\text{tubing}}$ as a function of rate (using a Beggs-Brill correlation) the operating point is found at $P_{wf} \approx 240$ bar, $q_o \approx 3 600$ Sm³/d.
If we halved the separator pressure to 15 bar (e.g., by adding a downstream booster compressor), the VLP curve shifts down; the new operating point would be roughly $P_{wf} \approx 225$ bar, $q_o \approx 4 050$ Sm³/d — a ~ 12 % uplift. Notebook 04_ipr_vlp_nodal.ipynb performs this calculation rigorously in NeqSim.
4.9 NeqSim implementation
NeqSim provides the building blocks for a full nodal-analysis workflow:
from neqsim import jneqsim
# 1. Build the reservoir fluid (a typical Brent-style oil)
oil = jneqsim.thermo.system.SystemSrkEos(363.15, 360.0)
for name, frac in [
("nitrogen", 0.005), ("CO2", 0.018), ("methane", 0.36),
("ethane", 0.07), ("propane", 0.05),
("n-butane", 0.04), ("n-pentane", 0.03),
("n-hexane", 0.025),
]:
oil.addComponent(name, frac)
oil.addPlusFraction("C7", 0.402, 205.0 / 1000.0, 0.832)
oil.setMixingRule("classic")
oil.createDatabase(True)
oil.getCharacterization().getLumpingModel().setNumberOfLumpedComponents(5)
oil.getCharacterization().characterisePlusFraction()
# 2. Build a stream and a tubing pipe
Stream = jneqsim.process.equipment.stream.Stream
Pipe = jneqsim.process.equipment.pipeline.PipeBeggsAndBrills
feed = Stream("sandface", oil)
feed.setFlowRate(3600.0, "Sm3/day")
feed.setTemperature(90.0, "C")
feed.setPressure(240.0, "bara")
feed.run()
tubing = Pipe("tubing", feed)
tubing.setLength(2500.0)
tubing.setDiameter(0.140) # 5.5 inch ID, in metres
tubing.setElevation(2500.0) # vertical
tubing.setPipeWallRoughness(2.5e-5)
tubing.setNumberOfIncrements(50)
tubing.run()
print(f"Wellhead pressure: {tubing.getOutletPressure('bara'):.1f} bara")
This computes the wellhead pressure for a given sandface pressure and rate. The full nodal analysis iterates the rate until $P_{wh}$ matches the imposed manifold pressure — a few lines of scipy.optimize.brentq wrapped around the snippet above.
4.10 Sensitivity and uncertainty
Production-profile predictions are notoriously uncertain. The canonical sensitivity exercise considers:
| Parameter | Typical uncertainty | Impact on plateau rate |
|---|---|---|
| Productivity index $J$ | ± 30 % | ± 20 % |
| Reservoir pressure $\bar P_R$ | ± 5 % | ± 5 % (linear) |
| Skin $s$ | ± 3 (= 30 %) | ± 10 % |
| Water cut at year 5 | ± 20 % absolute | – 30 % oil rate |
| Tubing roughness | ± 50 % | ± 5 % |
| GOR | ± 20 % | ± 5 % |
A best-practice study runs Monte-Carlo on these inputs (triangular or lognormal) to produce P10 / P50 / P90 plateau- rate forecasts. Notebook 04_ipr_vlp_nodal.ipynb includes a 200-realisation Monte-Carlo example.
4.11 Linkage to other chapters
- Chapter 3 (PVT): the EOS-based fluid description provides $\rho(P,T)$, $\mu(P,T)$, $B_o(P)$, $R_s(P)$ used in Equations (4.1)–(4.7).
- Chapter 7 (separator): the separator pressure $P_{\text{sep}}$ sets the wellhead pressure $P_{wh}$ via the riser/flowline pressure drop.
- Chapter 8 (flow assurance): the VLP must be checked against the hydrate / wax formation envelopes.
- Chapter 13 (subsea): subsea boosting, multiphase metering and tieback distance set the manifold-back-pressure.
- Chapter 19 (production scheduling): the plateau / decline shape feeds the cash-flow calculation.
4.12 Summary
A producing well operates at the intersection of IPR (the reservoir's willingness to deliver) and VLP (the tubing's demand for pressure). The field potential is the sum of well deliverabilities; the actual rate is bounded above by the facility limit, producing the classic plateau-decline shape. Decline mechanisms split into capacity-limited (rare) and deliverability-limited (common). Seven engineering levers can push the rate up — adding wells, stimulating, lowering separator pressure, boosting, gas lift, looping pipelines, pressure maintenance — and the choice between them is the production engineer's principal decision over the field life.
Exercises
- Exercise 4.1. For an oil well with $J = 25$ Sm³/d/bar, $\bar P_R = 220$ bar, plot the linear IPR. At $P_{wf} = 100$ bar, what is the rate?
- Exercise 4.2. Repeat Exercise 4.1 using Vogel's correlation, assuming $\bar P_R = P_{bp}$. Compare the rate at $P_{wf} = 100$ bar to the linear answer.
- Exercise 4.3. A gas well has $C = 1.0 \times 10^{-3}$ in units consistent with $q_g = C(\bar P_R^2-P_{wf}^2)^n$, $n = 0.8$, $\bar P_R = 200$ bar, $P_{wh} = 50$ bar. Compute the deliverability and identify the AOFP (Absolute Open Flow Potential).
- Exercise 4.4. Extend the NeqSim snippet of Section 4.9 into a full nodal-analysis routine: write a function
well_rate(P_wh, P_R, J)that returns the operating rate. Plot rate vs $P_{wh}$ for a sweep $P_{wh} \in [10, 80]$ bar.
- Exercise 4.5 [course problem P1]. For the field given in the problem set (10 wells, $\bar P_R = 200$ bar, $J = 50$ Sm³/d/bar), compute the field deliverability vs separator pressure. Identify the separator pressure at which the facility limit of 50 000 Sm³/d is just reached.
Facilities, Processing and Flow Assurance
Facilities Across the Value Chain
Discussion (Facilities along the petroleum value chain). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the principal facility types used at each stage of the oil & gas value chain — wells, subsea systems, topside platforms (fixed, semi-submersible, FPSO, FLNG, spar, TLP), onshore plants, pipelines, terminals, refineries, power plants, and CCS infrastructure.
- Match a fluid type and field size to the appropriate facility concept.
- List the building blocks of a topside oil & gas process: separation, dehydration, sweetening, compression, pumping, metering, utilities.
- Explain the interfaces between facility types — wellhead to subsea, subsea to topside, topside to export pipeline, pipeline to terminal, terminal to refinery / market.
- Recognise the NCS-specific facility taxonomy: hub-and- spoke architecture, Sleipner / Troll / Snøhvit / Aasta Hansteen / Johan Sverdrup as canonical examples.
- Use NeqSim to model a simplified topside with HP / MP / LP separation, recompression and dehydration.
- Explain how early cost, schedule, constructability and allowance / contingency assumptions affect facility concept selection.
- Translate lecture slide figures into an engineering narrative: feedstock, route to market, facility blocks, project context, metering, constructability, cost class and schedule logic.
Where We Are in the Field-Development Lifecycle
This chapter starts the facilities thread. Read each system boundary as a decision about what the field must do offshore, onshore, through export infrastructure, and over time.
5.1 The role of "facilities"
In oil & gas language, facilities are everything between the reservoir's sandface and the custody-transfer meter at the delivery point. They convert reservoir fluids into market- spec products (sales gas, stabilised oil, NGL, LNG) and reinject, treat, export or dispose of unwanted phases (water, low-value gas, CO₂) within the project permits. Routine flaring or venting is not a development concept on the NCS; it is restricted to safety, start-up and upset conditions. Facilities typically dominate the capital cost of a development:
| Cost block | Share of total capex (typical NCS field) |
|---|---|
| Topside facility | 35–45 % |
| Drilling & wells | 25–35 % |
| Subsea / SURF | 15–25 % |
| Pipelines | 5–15 % |
| Other (mob, project mgmt) | 5–10 % |
Reducing facility cost — by standardisation, by tieback rather than standalone development, by simplification of the process train — is therefore the single largest lever for project economics (Chapter 18).
5.2 Subsurface to surface: the wellhead
The wellhead is the interface between the well's casing / tubing string and the production facility. Onshore and on a fixed platform, the wellhead is usually a dry tree (Christmas tree) at the surface. In a subsea development, it is a wet tree (Subsea Tree) on the seabed.
Function of the tree (per API 17D / API 6A [38]):
- Mechanical seal: contain reservoir pressure.
- Hydrocarbon flow control: master valve, swab valve, wing valves, choke.
- Annulus access: monitoring, gas-lift gas injection, well intervention.
- SCSSV (Sub-surface safety valve) actuation: a downhole safety valve closed by hydraulic pressure loss.
- Chemical injection: methanol, MEG, corrosion inhibitor, scale inhibitor.
A modern subsea tree carries 40–80 measurement points, three to six chemical injection lines, and a pressure rating of typically 690 bar (10 000 psi) to 1 035 bar (15 000 psi) for HP/HT applications.
5.3 Production-platform concepts
Selection of the platform concept is the single most important field-development decision (Chapter 11). The principal options in modern practice:
| Concept | Water depth | Application |
|---|---|---|
| Fixed steel jacket | < 300 m | Mature shallow shelf, NCS Northern North Sea, GoM shelf |
| Concrete GBS | 100–300 m | Heavy topsides, harsh environment (Troll A, Statfjord, Gullfaks) |
| TLP (Tension-Leg Platform) | 300–1 500 m | Dry trees with low heave (Snorre A, Heidrun) |
| Spar | 600–3 000 m | Dry trees, deep water (Aasta Hansteen, Lucius) |
| Semi-submersible | 200–3 000 m | Wet trees, drilling-and-production hybrid |
| FPSO | 50–3 000 m | Large fields, no export pipeline (Goliat, Kraken, Bacalhau) |
| FLNG | 50–1 500 m | Stranded gas, no LNG-export pipeline (Prelude, Coral Sul) |
| Subsea-tieback to host | any | Small fields, tieback distance up to ~ 150 km |
The dry tree vs wet tree distinction is a major driver: dry trees (TLP, spar) allow direct rig access and downhole intervention without a vessel, but require a stable platform with limited heave; wet trees (FPSO, semi-sub) require a rig or intervention vessel for any well work.
5.4 Topside process: the high-level flow
A typical topside process train, in the order encountered by the reservoir fluid:
Wells -> manifold -> [HP separator] -> [MP separator]
-> [LP separator] -> [stabilisation column / heater]
-> [oil booster pump] -> custody metering -> oil export
^
|
gas: [scrubber] -> [recompression] -> [dehydration]
-> [HC dewpointing] -> [sales-gas compression]
-> custody metering -> gas export
water: [hydrocyclone] -> [degasser] -> [skimmer] -> [reinject or discharge]
Each block is sized to handle the transient peak load (which can be 1.2–1.5× the design flow) and a turn-down typically to 30–50 % of design.
5.5 The seven core unit operations
5.5.1 Separation (Chapter 7)
Three-phase separators (gas / oil / water) are the workhorse of the topside. Sized by Souders-Brown (gas capacity) and liquid retention time (oil/water). Standard NCS practice: HP = 70–90 bar, MP = 15–30 bar, LP = 1.5–4 bar.
5.5.2 Compression (Chapters 8, 9)
Centrifugal compressors driven by gas turbines or electric motors. Multi-stage with intercooling, anti-surge protection, performance maps. NCS service typically 20–250 bar discharge, 30–50 MW per train.
5.5.3 Pumping
Centrifugal pumps for oil-export, water-injection, MEG recovery, condensate stabilisation booster duty. Multistage high-pressure injection pumps deliver 200–300 bar at 5 000– 30 000 m³/d.
5.5.4 Heat exchange
Shell-and-tube, plate-and-frame, printed-circuit, air-cooler. Used for gas-cooling between compression stages, oil-cooler before stabilisation, water-cooling, MEG / TEG reboiler, heat-recovery from compressor exhaust.
5.5.5 Dehydration (Chapter 10)
TEG (triethylene glycol) absorption to a water-content of 50– 80 mg/Sm³ for sales gas. Molecular-sieve adsorption to ~ 0.1 ppmv for cryogenic LNG / NGL service.
5.5.6 Sweetening (Chapter 10)
Removal of CO₂ and H₂S. Amine absorption (MDEA, aMDEA) to 2.5 mol % CO₂ for LNG; selective amines for H₂S; CO₂ membranes for offshore weight-sensitive duty.
5.5.7 Metering and pigging
Custody-transfer meters: ultrasonic / Coriolis / orifice for gas (AGA-3, AGA-9, ISO 10790); turbine / Coriolis / PD for oil. Pig launchers / receivers at the start and end of every multi-phase pipeline for cleaning, intelligent inspection and pre-commissioning.
5.6 Onshore plants and terminals
Reception terminals receive the offshore export pipelines and deliver into the onshore system. Examples on the NCS:
- Kollsnes (Øygarden near Bergen): Troll, Kvitebjørn, Visund gas reception, dehydration, NGL recovery, export to continental Europe via Zeepipe, Statpipe, Europipe.
- Kårstø (Rogaland): Sleipner, Statfjord, Gullfaks, Åsgard gas reception, NGL fractionation, LPG export by ship.
- Nyhamna (Møre og Romsdal): Ormen Lange and Polarled gas reception, processing and export.
- Sture (Øygarden): crude oil terminal for Oseberg-area oil, with storage, fiscal metering and tanker loading.
- Mongstad (Vestland): refinery, oil terminal, base for CO₂ R&D (TCM).
- Tjeldbergodden (TBO) (Møre og Romsdal): natural-gas-based methanol production and industrial gas facilities.
- Hammerfest LNG (Melkøya): Snøhvit gas processing, liquefaction, LNG export by ship (post-2007).
Onshore plants share the same unit operations as offshore topsides, with relaxed weight constraints and tighter emission permits. Havtil regulates petroleum safety for offshore facilities and designated onshore petroleum plants; the Norwegian Environment Agency (Miljødirektoratet) regulates emissions permits.
Mongstad and Tjeldbergodden also mark the boundary between upstream conditioning and downstream chemical conversion. Mongstad's refinery units and TBO's methanol synthesis require reactor processes, catalysts, reaction kinetics, hydrogen or syngas chemistry and heat-integration considerations in addition to the separation, compression, pumping and heat-exchange unit operations found on upstream facilities.
5.7 Pipelines and shipping
The export from a producing field to its market typically uses one of three modalities:
- Pipeline. Dominant on the NCS: Langeled, Norpipe, Zeepipe, Europipe, Franpipe, Vesterled, Gullfaks oil pipeline. Large-diameter (24–44 in OD) carbon-steel lines, internally coated, with carbon-steel wall thicknesses of 25–45 mm. Designed per DNV-ST-F101 [31] for offshore pipelines.
- Shipping. LNG (140 000–266 000 m³ per cargo, –162 °C), LPG (refrigerated, ~ 80 000 m³), oil tankers (VLCC up to 320 000 dwt). Dominant for stranded-gas LNG exports (Snøhvit, Coral Sul, Sabine Pass).
- Trucking / rail. For small onshore liquids (LPG, NGL).
5.8 Refining, petrochemicals and end-use (Chapter 24)
Crude oil is fractionated in a refinery into LPG, naphtha, gasoline, kerosene, diesel, heavy fuel oil, asphalt. Modern refineries integrate cracking (FCC, hydrocracker), hydro- treating, reforming, isomerisation, alkylation. Natural gas is consumed primarily by power generation, residential heating, and as feedstock for ammonia / methanol / fertilisers / plastics. Detailed treatment is given in Chapter 24.
5.9 CO₂ value-chain facilities (Chapter 25)
The emerging carbon-capture-and-storage value chain mirrors the hydrocarbon chain in reverse:
- Capture. Post-combustion amine absorption (for example cement, waste-to-energy or gas-processing sources feeding Northern Lights), pre-combustion physical absorption, oxy-fuel combustion.
- Conditioning. Dehydration to < 30 ppmv water, compression to ~ 100–150 bar (dense / supercritical).
- Transport. CO₂ pipelines (Northern Lights from Øygarden), CO₂ ships (7 500 m³ semi-refrigerated). Standards: ISO 27913, DNV-RP-F104.
- Injection. Subsea / onshore injection wells into deep saline aquifers (Sleipner Utsira, Snøhvit Tubåen, Northern Lights Aurora).
CCS facility cost is project-specific, but integrated capture, conditioning, transport and storage estimates for leading European projects are commonly discussed in the order of 60–150 USD/t CO₂, with capture dominating the spread.
5.10 NeqSim — a simplified topside
The notebook 05_facilities_overview.ipynb builds a simplified topside in NeqSim:
from neqsim import jneqsim as ns
# 1. Reservoir feed (~ 80 bar, 80 °C, North Sea oil)
fluid = ns.thermo.system.SystemSrkEos(353.15, 80.0)
for c, x in [("nitrogen", 0.005), ("CO2", 0.018),
("methane", 0.55), ("ethane", 0.07),
("propane", 0.05), ("n-butane", 0.04),
("n-pentane", 0.03), ("n-hexane", 0.02),
("water", 0.05)]:
fluid.addComponent(c, x)
fluid.addPlusFraction("C7", 0.21, 205.0 / 1000.0, 0.832)
fluid.getCharacterization().getLumpingModel().setNumberOfLumpedComponents(5)
fluid.getCharacterization().characterisePlusFraction()
fluid.setMixingRule("classic")
fluid.createDatabase(True)
# 2. Process system: feed -> HP sep -> MP sep -> LP sep
ProcessSystem = ns.process.processmodel.ProcessSystem
Stream = ns.process.equipment.stream.Stream
Sep = ns.process.equipment.separator.ThreePhaseSeparator
Valve = ns.process.equipment.valve.ThrottlingValve
feed = Stream("wellstream", fluid)
feed.setFlowRate(8000.0, "kg/hr")
feed.setTemperature(80.0, "C"); feed.setPressure(80.0, "bara")
hp = Sep("HP sep", feed)
v1 = Valve("v1", hp.getOilOutStream()); v1.setOutletPressure(20.0, "bara")
mp = Sep("MP sep", v1.getOutletStream())
v2 = Valve("v2", mp.getOilOutStream()); v2.setOutletPressure(2.0, "bara")
lp = Sep("LP sep", v2.getOutletStream())
p = ProcessSystem()
for u in (feed, hp, v1, mp, v2, lp): p.add(u)
p.run()
print("HP gas (kg/hr):", hp.getGasOutStream().getFlowRate("kg/hr"))
print("LP oil (kg/hr):", lp.getOilOutStream().getFlowRate("kg/hr"))
5.11 Theoretical foundations: facility value chain and energy accounting
The facility value chain transforms reservoir hydrocarbons into delivered products that meet contractual specifications at custody- transfer points. This section gives the energy and economic accounting that underpins concept selection along the chain.
5.11.1 The chain as a series of unit operations
A typical NCS topside is a series of seven aggregated unit-operation groups: inlet manifolding, primary separation, oil stabilisation, gas dehydration, gas compression, water treatment and chemical injection. Each group transforms the inlet stream by adding or removing specific exergy $\hat{e} = (h - h_0) - T_0(s - s_0)$, where $h_0, s_0$ are reference-environment enthalpy and entropy. Compression adds exergy at the cost of fuel; cooling destroys exergy by transferring heat to the sea; throttling destroys exergy without external work.
The cumulative exergy efficiency of an NCS topside is typically 65–75 %; the largest single source of irreversibility is throttling across the choke and JT-valve circuit, which alone accounts for 8–15 % of the inlet exergy on a high-pressure gas field.
5.11.2 Specific energy of compression
The minimum work to compress an ideal gas from $p_1$ to $p_2$ is
$$ w_{\min} \;=\; \frac{n R T_1}{n-1}\, \Bigl[\Bigl(\frac{p_2}{p_1}\Bigr)^{(n-1)/n} - 1\Bigr] \tag{5.1}, $$
with $n = c_p/c_v$. Real machines achieve 70–85 % of this minimum through polytropic head losses; per-stage pressure ratios are limited to 2.5–3.5 to stay within material temperature limits, so high-ratio duty (e.g. export from 50 to 250 bar) is split into 2–3 stages with inter-cooling.
5.11.3 Specific energy of separation
Three-phase gravity separation requires no external energy at the unit-operation boundary; the fluid kinetic head and pressure drop across internals (2–8 kPa) are sufficient. Heat input is required only when the residence time is shorter than the thermal equilibration time, which is rarely the case at NCS conditions. The oil stabilisation column is a different story: the reboiler duty (typically 5–15 MW for a 100 kSm³/d oil field) is set by the required reduction in TVP from saturated to ~70 kPa.
5.11.4 Energy of dehydration
TEG dehydration removes water from sales gas through equilibrium contact with lean glycol at the absorber, then regenerates the glycol at the reboiler. The reboiler duty per kilogram of water removed is
$$ \dot{Q}/\dot{m}_{w} \;\approx\; \Delta h_{\text{vap}} \,+\, \frac{\dot{m}_{\text{TEG}}}{\dot{m}_{w}}\,c_{p,\text{TEG}}\,\Delta T \tag{5.2}, $$
with $\Delta h_{\text{vap}} \approx 2.4$ MJ/kg and the second term the sensible-heat penalty of recirculating the glycol. Typical duties are 250–350 kW per tonne/h of water removed.
5.11.5 Carbon intensity along the chain
Multiplying the unit-operation energy demands by the source emissions factor of the local power supply gives the carbon intensity of each step:
| Step | Energy (kWh/Sm³ gas) | CO₂ (kg/Sm³) gas-turbine | CO₂ (kg/Sm³) electrified |
|---|---|---|---|
| Compression | 0.10–0.30 | 0.05–0.15 | 0.005–0.015 |
| Cooling | 0.02–0.06 | 0.01–0.03 | 0.001–0.003 |
| Dehydration | 0.01–0.03 | 0.005–0.015 | negligible |
| Total topside | 0.13–0.40 | 0.07–0.20 | 0.006–0.020 |
The order-of-magnitude reduction from electrification is the single largest CO₂ lever in topside design, which is why every new NCS field-development plan includes an electrification study.
5.11.6 Closing the chain: export and metering
The chain ends at a fiscal meter that integrates flow rate, gas composition and energy content per ISO 6976 to compute the delivered MWh. A 0.1 % error in the metering chain is worth 1–3 MUSD/yr on a single export pipeline; metering uncertainty is therefore a regulated, audited and recalibrated quantity governed by AGA-3, AGA-7 and OIML R 117.
5.12 Facility Concept Integration and Cost-Schedule Logic
Facility concepts are not selected by choosing a platform type first. They are selected by linking the reservoir fluid, product route, process functions, subsea architecture, export system, execution model and commercial boundary into one consistent chain. The first screening question is therefore: what must this facility make saleable, where must the products go, what interfaces does it need, and which constraints must be true before the concept can be recommended?
5.12.1 Value-chain decisions that define the facility
The value-chain view begins with feedstock and ends at a custody-transfer meter. Reservoir composition determines the gas/oil/water phases, contaminant handling, hydrate and wax exposure, and whether staged separation is enough or whether the project needs dehydration, dewpoint control, fractionation, acid-gas removal or LNG/FLNG conditioning. Product quality then sets the destination: pipeline sales gas, crude or condensate export, NGL recovery, reinjection, local power generation, CCS service or some combination of these.
| Decision area | What the designer must decide | Engineering consequence |
|---|---|---|
| Feedstock and products | Fluid composition, API gravity, sulphur, CO₂, water, condensate yield and target product slate | Sets separation pressure, treating duty, corrosion/hydrate controls and export specifications |
| Route to market | Pipeline, ship export, nearby host, onshore terminal, gas plant, LNG, reinjection or local use | Sets compression, storage, metering, reliability and fiscal boundary requirements |
| Facility blocks | Wells, subsea system, risers, separators, gas treatment, water treatment, utilities, flare, metering and export | Converts the concept into process capacity, equipment count, layout and interfaces |
| Host concept | Fixed structure, GBS, TLP, spar, semi-submersible, FPSO, FLNG, tieback or subsea-to-shore | Couples water depth, motion, storage, intervention access, deck load, installation and schedule |
| Constructability | Modularisation, yard capacity, lift strategy, hook-up scope and commissioning philosophy | Determines how much work is moved from offshore execution to controlled onshore fabrication |
The practical result is a concept narrative rather than a slide checklist: state the fluid, products, route to market, process blocks, subsea and host architecture, metering boundary, execution constraints and the data still needed to mature the decision. Figure 5.1 shows this as a screening matrix in which must-pass constraints and weighted preferences are kept visible.
Discussion (Figure 5.1). Observation. The matrix compares facility concepts against technical, commercial and execution criteria. Mechanism. Screening converts diverse evidence into a repeatable decision frame, but weights and hard constraints still require engineering judgement. Implication. A low-CAPEX option may lose if it creates high schedule, operability or emissions risk. Recommendation. Separate must-pass gates from weighted preferences and record the sensitivity of the winning concept to the weights.
5.12.2 Cost, schedule and maturity logic
Cost and schedule are part of concept engineering because every process choice creates equipment, equipment creates weight and bulk quantities, and those quantities create structure, installation and commissioning work. Early estimates use synthetic or factor methods; later estimates move toward bottom-up quantities from equipment lists, layouts, line lists, electrical loads, instrumentation, structural steel and construction work packs. The estimate basis must therefore say what is measured, what is factored, what is allowance, what is contingency and what is owner reserve.
| Estimate element | How to read it in concept work | Common failure mode |
|---|---|---|
| Base estimate | Quantified equipment, bulk material, installation and project-service scope | Missing interfaces or assuming unavailable host capacity |
| Technical allowance | Known scope not yet detailed, such as incomplete piping, structural steel or controls | Treating allowance as optional instead of maturing it into quantities |
| Contingency | Expected-cost uncertainty around the defined scope | Using contingency to hide missing scope or unresolved concept risk |
| Project reserve | Owner-held protection for wider decision, market, schedule and execution exposure | Spending reserve before the concept basis is stable |
| Schedule basis | Critical path through appraisal, FEED, sanction, long-lead procurement, construction, installation and commissioning | Compressing independent-looking activities that share the same permits, vessels, yards or commissioning window |
Subsea cost is especially architecture-driven. Trees, templates, manifolds, meters, jumpers, flowlines, risers, umbilicals, power cables, workover systems, marine spreads and controls scale with distance, water depth, intervention strategy and tie-in count. A template can reduce connection count but concentrate risk; single satellites maximise flexibility but increase routing and tie-in work; manifolds improve routing efficiency but add isolation, pigging and control-system constraints.
The concept recommendation should close with a basis, not with a label: facility capacity, design pressure and temperature, product specifications, cost class, weight basis, schedule logic, major risks, missing data and the next decision gate. That basis is what allows two alternatives to be compared fairly.
5.13 Summary
Facilities — the entire chain from wellhead to delivered product — typically dominate field-development cost. The seven core unit operations recur in every concept; the choice of platform concept (fixed, FPSO, FLNG, subsea tieback) is the single most important design decision. Subsequent chapters unpack each unit operation in turn.
Exercises
- Exercise 5.1. For each of the canonical NCS fields (Troll, Snøhvit, Johan Sverdrup, Aasta Hansteen, Bacalhau), identify the platform type and explain the choice given the water depth and fluid type.
- Exercise 5.2. Estimate the topside weight of an FPSO processing 50 kbpd oil + 80 MMSCFD gas, using a typical weight-per-throughput ratio of ~ 350 t / kbpd oil + 2.0 t / MMSCFD gas.
- Exercise 5.3. Build the NeqSim topside of Section 5.10 and explore the impact of HP-separator pressure (60 → 90 bar) on the GOR of the LP-separator gas.
- Exercise 5.4. List the principal facility-level differences between an LNG export terminal and a sales-gas pipeline export.
- Exercise 5.5. Compare CCS facility cost (capture + conditioning + transport + injection) to the value of the avoided EU-ETS CO₂ allowance at €80/t. Comment on commercial viability.
- Exercise 5.6. Choose one facility concept from this chapter and write a one-page concept note with: feedstock, products, route to market, main facility blocks, cost-estimate class, allowance/contingency basis, first-oil schedule drivers and top three risks.
Introduction to Oil and Gas Processing
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the purpose of every block of a topside oil & gas processing train, from manifold to export.
- Explain why multi-stage flash separation is preferred to single-stage flash for stabilising oil at maximum stock- tank volume.
- Compute the stock-tank shrinkage $B_o$ and gas-to-oil ratio $R_s$ for a given separator pressure cascade using NeqSim.
- Write the specifications for sales gas, stabilised oil, produced water, and injection water in NCS practice.
- Describe the utility systems (instrument air, fuel gas, nitrogen, cooling medium, heating medium, electric power) and their interaction with the process.
- Recognise key performance metrics of a topside — energy intensity, carbon intensity, emission targets — and explain how they are reduced (electrification, waste- heat recovery, flare minimisation).
Where We Are in the Field-Development Lifecycle
This chapter turns fluid streams into process functions. The lifecycle question is whether the selected processing scheme can meet export, injection and utility requirements through field life.
6.1 What does "processing" achieve?
The reservoir delivers an unprocessed stream containing oil, gas, water, dissolved salts, sand, CO₂, H₂S, mercury, organic acids and other contaminants in arbitrary proportions. The commercial specification at the export point is much more demanding:
- Sales gas (Norwegian H-gas): water dewpoint $\leq -10$ °C at delivery pressure; hydrocarbon dewpoint $\leq -10$ °C at 70 bar; H₂S $\leq 4$ ppmv; CO₂ $\leq 2.5$ mol %; total inerts $\leq 7$ mol %; Wobbe index 47.0–55.7 MJ/Sm³ (per ISO 6976).
- Stabilised oil: vapour pressure $\leq 0.7$ bar at 38 °C (TVP), water content $\leq 0.5$ vol %, salt content $\leq 50$ mg/L, density $\leq$ 1 050 kg/m³. Figure 6.2 expands these refinery-facing crude oil design specifications.
- Produced water for discharge (NCS): oil content $\leq 30$ mg/L per OSPAR; heavy metals, BTEX, PAH per Activity Regulation; risk-based dispersion modelling.
- Injection water: salinity matched to formation water to avoid scale; oxygen $\leq 10$ ppb; sulphate-removal for reservoirs with sulphate-reducing bacteria.
Processing facilities transform the wellstream into these specifications.
Reference and validity note. The specification values and block-flow patterns in this chapter are screening-level teaching values drawn from gas-processing handbooks, surface-production texts, GPSA practice, NORSOK process-system guidance and ISO 6976 gas-quality terminology [3, 4, 41, 42, 43, 44]. A real project must replace them with the sales contract, environmental permit, operator technical requirements and current authority basis.
Discussion (Figure 6.1). Observation. The transport table gives a rich-gas operating envelope with maximum pressure 210 barg, minimum pressure 112 barg, temperature limits from -10 to 60 °C, water dew point -18 °C at 69 barg, CO₂ limit 2 mol %, H₂S/COS and O₂ limits of 2 ppmv, and methanol/glycol limits for export. Mechanism. These limits translate sales and pipeline integrity requirements into process duties: compression must stay inside pressure limits, dew-point control removes water and heavy hydrocarbons, and contaminant removal protects materials and downstream contracts. Implication. Processing is not finished when phase separation works; the export stream must also satisfy a multi-variable transport specification. Recommendation. Treat transport specifications as boundary conditions in the process model, and verify water dew point, hydrocarbon dew point and acid-gas limits before declaring a gas processing concept complete.
Discussion (Figure 6.2). Observation. The slide groups crude-oil quality constraints around vapour pressure, BS&W, salt, sulphur, wax content, viscosity, pour point, H₂S, mercury, oxygenates and production chemicals, with typical teaching limits of TVP below 1 atm at storage temperature, BS&W below 0.5 % and salt below 200 ppm in oil. Mechanism. These properties originate from phase equilibrium, formation water, geochemistry and chemical injection; they are controlled by separator pressure, heating, coalescence, desalting, stabilisation and chemical management. Implication. Oil processing is not simply liquid export: the stabilised product must be safe to store, transport and refine. Recommendation. Include crude vapour pressure, water, salt and contaminant specifications next to gas dew-point specifications in early process design.
6.2 The standard topside flow sheet
A canonical NCS topside (e.g., Troll C, Gullfaks) follows the sequence:
- Wells / manifold — combine multiple wells at a common pressure (~ 70–90 bar).
- Inlet heater / cooler — bring fluid to a temperature suitable for first-stage separation (~ 60–80 °C).
- HP separator (3-phase, 70–90 bar) — gas, oil, water.
- MP separator (3-phase, 15–30 bar) — flash gas, oil, produced water.
- LP separator / electrostatic coalescer (1.5–4 bar) — final oil dehydration to < 0.5 vol % water.
- Oil booster pump — to export pipeline pressure (~ 80– 200 bar).
- Custody metering — fiscal flow and quality measurement.
- Gas recompression — multi-stage centrifugal, returning MP and LP gas to HP.
- Gas dehydration (TEG) — Chapter 10.
- Hydrocarbon dewpointing — JT cooling or refrigeration.
- Sales-gas compression — to export pipeline pressure (~ 150–250 bar).
- Produced-water hydrocyclone + degasser — oil-in-water to < 30 mg/L.
- Water injection (booster + injection pumps) — return water to reservoir for pressure maintenance.
Discussion (Figure 6.3). Observation. The diagram routes the main feed through a first-stage separator, condensate/MEG separation, second- and third-stage separation, sour-gas absorption, water removal, glycol regeneration, multi-stage recompression, coolers, scrubbers and export-gas delivery. Mechanism. Offshore processing repeatedly separates phases, removes contaminants and recompresses flash gas so hydrocarbon liquids are stabilised while gas is dried and returned to pipeline pressure. Implication. The standard flowsheet is highly coupled: changing separator pressure, MEG handling or recompression duty affects both condensate export and sales-gas quality. Recommendation. When converting an offshore process diagram to a NeqSim flowsheet, preserve every recycle and scrubber so compression, dehydration and liquid-stabilisation interactions remain visible.
On the NCS, offshore processing and onshore gas processing are deliberately coupled. Platforms and subsea templates separate liquids and prepare rich gas for transport; Kårstø, Kollsnes and Nyhamna receive rich gas, separate dry gas from wet-gas and condensate components, and deliver sales gas into the export network, while Melkøya liquefies Snøhvit gas for LNG export [34, 32]. That split lets offshore facilities minimise weight and power while onshore plants handle deeper dehydration, acid-gas treatment, NGL/condensate recovery where applicable and product fractionation.
A practical feed basis for that flowsheet is shown in Figure 6.4.
Discussion (Figure 6.4). Observation. The figure lists the non-hydrocarbon and trace constituents that can arrive with gas-condensate production: dissolved and produced water, nitrogen, H₂S, CO₂, mercury and salt. Mechanism. These constituents enter through reservoir gas, formation water and trace geochemistry, and each one maps to a specific treatment duty such as dehydration, acid-gas handling, mercury removal or produced-water cleanup. Implication. A topside flowsheet is set by feed contaminants as much as by hydrocarbon rates; missing one contaminant can change materials, utility demand and export-spec compliance. Recommendation. Establish the full wellstream composition and contaminant envelope before freezing the standard process train.
6.3 Why multi-stage separation?
A single-stage flash from reservoir conditions to atmospheric pressure would liberate all of the dissolved gas at once, producing a vapour rich in heavy components ($C_3$–$C_5$) and an oil with a high vapour pressure (TVP), reducing the stock- tank yield.
A multi-stage flash progressively reduces pressure, with each stage liberating mostly methane and ethane and leaving the heavier intermediates dissolved in the oil. Mathematically, the stock-tank oil yield is maximised when the ratio of successive separator pressures is approximately constant:
$$ \frac{P_1}{P_2} \approx \frac{P_2}{P_3} \approx \dots \approx \frac{P_{N-1}}{P_{N}} \tag{6.1}. $$
For three-stage separation from 80 bar to 1.5 bar, this geometric-mean rule gives intermediate pressures of ~ 20 bar and ~ 5 bar.
Screening validity. The geometric-mean rule is a first-pass pressure spacing tool. It does not optimise stock-tank oil, compressor power, emissions, export dew point, liquid carry-over or equipment turndown. Use it to define cases, then run flash and compression sensitivity before selecting a design basis.
The stock-tank GOR $R_s$ and shrinkage $B_o$ are then the result of the cascade flash:
$$ B_o^{\text{train}} = \prod_{k=1}^{N} \frac{V_o^{(k+1)}} {V_o^{(k)}}, \quad R_s^{\text{train}} = \frac{1}{q_{o,ST}} \sum_{k=1}^{N} q_{g,k} \tag{6.2}. $$
NeqSim computes both directly via a sequential flash on the oil stream through each separator pressure (Section 6.10).
6.4 The HP separator
The HP separator handles the highest pressure and the largest gas / oil / water flow. It is typically a horizontal three- phase vessel of 3–4 m ID and 12–18 m TT, with internals:
- Inlet device. Cyclonic / vane / Schoepentoeter to dissipate momentum and pre-separate the gas.
- Bulk separation section. Liquid drops to the bottom, gas rises; horizontal vessel orientation maximises the gas– liquid interface area.
- Vane pack / mesh pad. Demister at the gas exit removes droplets > 5 µm.
- Weir. Separates oil from water; oil flows over the weir, water flows under.
- Vortex breaker. At each liquid outlet, prevents gas entrainment by vortexing.
The Souders-Brown gas-capacity criterion limits the maximum allowable superficial gas velocity:
$$ v_{g,\max} = K \sqrt{\frac{\rho_L - \rho_g}{\rho_g}} \tag{6.3}, $$
with $K = 0.08$–0.11 m/s for horizontal separators with mesh pad (see Table 7.1 in Chapter 7 for the canonical range). Combined with the vessel cross-section, this fixes the gas-handling capacity. The liquid retention time ($\tau = V_L / q_L$) — typically 3–5 minutes for oil and 15–30 minutes for water-oil separation — fixes the liquid section sizing. Detailed sizing is the subject of Chapter 7.
Design caution. The K-factor and retention ranges above are screening values. Foaming, slugging, inlet momentum, internals, water chemistry, emulsion stability and required carry-over specification can move the final vessel size materially. Treat vendor and standards checks as mandatory before using the values for design.
6.5 Gas recompression
The flash gases from MP and LP separators must be returned to HP pressure (or directly to sales-gas pressure if a single recompression stage is used). A typical NCS recompression train:
- LP compressor: 2 → 20 bar, polytropic head ~ 100 kJ/kg, ~ 3 MW shaft power per 50 MMSCFD.
- MP compressor: 20 → 80 bar, similar duty.
After each stage an intercooler brings the gas back to ~ 30– 40 °C; otherwise the next stage's discharge temperature would exceed material limits and the gas would cause coker fouling in downstream heat exchangers.
The compressors are usually centrifugal, multi-stage, driven by gas turbines (LM2500, RB211, Trent, SGT-A35) or electric motors (Snøhvit electrification, Johan Sverdrup power-from-shore). Anti-surge protection (recycle valve) is mandatory; the operating envelope is bounded by the surge line on the low-flow side and the stonewall (choke) on the high-flow side. Performance maps are discussed in Chapter 8 / 9.
6.6 Oil stabilisation
The LP separator alone is often insufficient to bring the oil to export-spec TVP. Additional stabilisation can be achieved by:
- A small distillation column ("stabiliser") with a reboiler at the bottom and a partial condenser at the top. Removes residual $C_2$–$C_4$ to a controlled bottoms TVP.
- An electrostatic coalescer, which uses high-voltage fields to coalesce small water droplets into separable larger ones; reduces water content from ~ 1 vol % at LP separator to < 0.5 vol % at export.
- A heater / cooler combination to operate the LP separator at the optimum stabilisation temperature (60–90 °C).
NCS field examples: Sleipner has a full distillation stabilisation column for condensate; Johan Sverdrup uses an electrostatic coalescer; many smaller fields operate without either, accepting the resulting higher Reid vapour pressure.
6.7 Produced-water treatment
Produced-water flow rates can exceed oil production by 5–10× in late-life reservoirs. Produced water leaving the LP separator typically contains 1 000–10 000 mg/L of free oil; OSPAR limits discharge to < 30 mg/L. The treatment train:
- Hydrocyclone. Centrifugal separation; reduces oil from ~ 1 000 to ~ 100 mg/L.
- Degasser / flotation. Releases dissolved gas and uses gas bubbles to lift small oil droplets; reduces to ~ 30 mg/L.
- Skimmer / nutshell filter (optional). Polishing.
Discharged water is typically dispersed by a subsea diffuser 40–60 m below sea level. Zero-discharge options reinject all produced water into a depleted reservoir or a dedicated disposal aquifer.
6.8 Utility systems
Beyond the process, a topside requires utilities:
- Power. Gas-turbine driven generators (LM2500, SGT-A35, Frame 6) or imported via subsea HVDC cable (Johan Sverdrup, Sleipner). Typical consumption 30–80 MW for a 100 kbpd facility.
- Heating medium. Hot oil or steam, distributed at 200– 300 °C; loads include glycol regeneration reboiler, oil stabilisation reboiler, gas heating before JT cooling.
- Cooling medium. Sea-water (open loop) or freshwater / TEG (closed loop); used for compressor intercoolers, oil-coolers, condensers.
- Instrument air. Dried, oil-free, ~ 8 bar. Drives instrumentation and pneumatic actuators.
- Fuel gas. Drawn from sales-gas downstream of dehydration; drives gas turbines and direct-fired heaters.
- Nitrogen. Inerting of vessels for shutdown and start-up; produced by membrane separators on instrument air.
- Diesel. Emergency power generators, fire-water pumps.
The utilities account for typically 10–20 % of facility weight and 15–25 % of facility cost.
6.9 Performance metrics and decarbonisation
Three KPIs dominate modern topside design:
- Energy intensity (kWh / boe produced) — typically 70–120 on the NCS, ~ 150 on US deepwater GoM, ~ 200+ on heavy-oil thermal recovery.
- Carbon intensity (kg CO₂-eq / boe). Norwegian average is ~ 7 (2024); Johan Sverdrup, with power- from-shore, is ~ 0.7. Global average ~ 18.
- Methane intensity (kg CH₄ / TJ gas produced) — Norwegian operators target < 0.2; globally often > 1.0.
Decarbonisation levers, in order of impact on a typical NCS topside:
- Power-from-shore (HVDC subsea cable). 80–95 % CO₂ reduction. Capex 8–20 G NOK; operationally cheaper than gas- turbine power.
- Waste-heat recovery (organic Rankine cycle on turbine exhaust). 5–15 % CO₂ reduction.
- Combined-cycle topside (HRSG + steam turbine). 10–20 % reduction; heavy and rarely justified offshore.
- Flare minimisation (closed flare, vapour-recovery compressors). 1–5 % reduction.
- Methane LDAR (leak-detection-and-repair). Small carbon impact, large climate impact (CH₄ is 28× CO₂).
- Zero-discharge produced water. Energy-intensive reinjection — net carbon impact mixed.
6.10 NeqSim — multi-stage flash example
from neqsim import jneqsim as ns
T0, P0 = 80.0 + 273.15, 80.0
fluid = ns.thermo.system.SystemSrkEos(T0, P0)
for c, x in [("nitrogen", 0.005), ("CO2", 0.018),
("methane", 0.50), ("ethane", 0.07),
("propane", 0.05), ("n-butane", 0.04),
("n-pentane", 0.03), ("n-hexane", 0.02),
("n-heptane", 0.26), ("water", 0.05)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
ops = ns.thermodynamicoperations.ThermodynamicOperations(fluid)
# Cascade flash at 80 -> 20 -> 5 -> 1.5 bar
for P in [80.0, 20.0, 5.0, 1.5]:
fluid.setPressure(P)
ops.TPflash(); fluid.initProperties()
print(f"P={P:5.1f} bar GOR(g/kg) = ? ",
"phases =", fluid.getNumberOfPhases())
The notebook 06_processing_overview.ipynb runs the full cascade and reports the cumulative GOR and shrinkage.
6.11 Theoretical foundations: phase behaviour, separation and the role of EOS
In the field-development context, every topside processing decision — separation pressure levels, dehydration train, compressor staging, export specification — is set during concept select (DG2) and frozen at PDO sanction. The thermodynamic foundation laid down here is therefore not a chemistry-textbook excursion but the calculation engine behind every NCS topside flowsheet, every host-platform tieback feasibility, and every plateau-extension debottlenecking study an operator runs.
Oil and gas processing is at its core a series of controlled phase transitions: gas–liquid, liquid–liquid, liquid–solid (hydrate, wax) and gas–solid (particulate). Chapter 3 introduced the phase envelope as a PVT classification tool; here the same concept is used as a processing design map. The cubic equation of state and the phase-equilibrium calculation tie these decisions together.
Discussion (Figure 6.5). Observation. The phase envelope separates liquid, gas, dense-phase and two-phase regions, marks bubble- and dew-point lines, and highlights critical point, cricondenbar, cricondentherm and the retrograde area. The plotted quality lines show how liquid fraction increases or decreases along different pressure-temperature paths. Mechanism. Composition controls the EOS envelope; cooling, pressure reduction and compression move the operating point relative to the two-phase boundary. Implication. Processing specifications are phase-envelope constraints: hydrocarbon dew point limits, dense-phase rich-gas transport, separator pressure and retrograde condensation risk all come from the same thermodynamic map. Recommendation. Plot reservoir, wellhead, separator, cooler, compressor and export-pipeline conditions on the envelope before fixing the process pressure levels.
6.11.1 The cubic EOS
The Soave-Redlich-Kwong (SRK) and Peng-Robinson (PR) equations are the workhorses of upstream processing,
$$ p \;=\; \frac{R T}{v - b} \,-\, \frac{a(T)}{v^2 + 2 b v - b^2} \quad\text{(PR)} \tag{6.4}, $$
with parameters $a, b$ derived from $T_c, p_c, \omega$ and a temperature-dependent $\alpha(T)$. Binary interaction parameters $k_{ij}$ tune the cross-term $a_{ij} = (1-k_{ij})\sqrt{a_i a_j}$ to match measured $V$LE data; published $k_{ij}$ databases (DIPPR, NeqSim) cover most hydrocarbon-CO₂-N₂-H₂S pairs.
The cubic EOS solves explicitly for $v$ as the roots of a cubic; the smallest real root is liquid, the largest is vapour. NeqSim's SystemSrkEos and SystemPrEos evaluate this on every flash.
6.11.2 The flash equations
A two-phase flash at fixed $T$ and $p$ is governed by
$$ \sum_i \frac{z_i (K_i - 1)}{1 + \beta(K_i - 1)} \;=\; 0, \quad K_i \;=\; \frac{\hat{\varphi}_i^L}{\hat{\varphi}_i^V} \tag{6.5}, $$
where $\beta$ is the vapour fraction. The Rachford-Rice equation is solved by Newton iteration for $\beta$, with $K_i$ recalculated from fugacity coefficients $\hat{\varphi}_i$ until self-consistent. The typical convergence tolerance is $10^{-9}$ on $\sum (K_i - 1) z_i$. NeqSim's TPflash and PHflash are robust against retrograde condensation and second-liquid phases.
6.11.3 Three-phase and water systems
Brine systems require a separate water phase, often modelled with a modified $K$-value approach (NeqSim SolidComponent for hydrates, electrolyte-CPA for ionic species). The PT-flash now solves three sets of fugacity equations and a water-phase activity model (typically Pitzer or extended UNIQUAC).
6.11.4 Separation theory
Gravity separation of dispersed liquid droplets in a gas obeys Stokes' law for $\mathrm{Re}_p < 1$,
$$ v_t \;=\; \frac{(\rho_L - \rho_G) g d_p^2}{18 \mu_G} \tag{6.6}, $$
with terminal velocity $v_t$ used to size the gas-flow area such that $v_g < 0.75\,v_t$. Souders-Brown's $K$-factor
$$ v_{g,\max} \;=\; K\,\sqrt{\frac{\rho_L - \rho_G}{\rho_G}} \tag{6.7}, $$
with $K = 0.08$–0.11 m/s for vertical separators with mesh demister (see Chapter 7, Table 7.1), is the field-engineering shortcut. Liquid–liquid separation uses an analogous approach with the kinematic-viscosity- weighted Stokes velocity and an extended residence time (3–10 min) to reach the design droplet cut.
6.11.5 Energy balances around process units
Every unit-operation balance reduces to mass conservation,
$$ \sum_{\text{in}} \dot{m}_i \;=\; \sum_{\text{out}} \dot{m}_i \tag{6.8}, $$
species balance,
$$ \sum_{\text{in}} \dot{m}_i z_{ij} \;=\; \sum_{\text{out}} \dot{m}_i z_{ij} \;+\; r_j \tag{6.9}, $$
and energy,
$$ \sum_{\text{in}} \dot{m}_i h_i \,+\, \dot{Q} \;=\; \sum_{\text{out}} \dot{m}_i h_i \,+\, \dot{W} \tag{6.10}. $$
NeqSim returns each term per stream via getEnthalpy(), getMolarFlow() etc., so the user can build heat-and-material- balance tables directly from the simulation output.
6.11.6 Mixing rules and accuracy
The choice of mixing rule (Van der Waals classic, Huron-Vidal, Wong-Sandler) affects the predicted phase boundary by 0.5–5 % at typical conditions and 5–20 % near critical points. For upstream-processing accuracy, classic mixing with field-tuned $k_{ij}$ is sufficient. For acid-gas-rich systems (Sleipner, Snøhvit, Aasta Hansteen) a CPA model with explicit polar self-association is preferred (NeqSim SystemSrkCPAstatoil).
Discussion (Figure 6.6). Observation. The PFD connects feed conditioning, separation, compression, cooling and export. Mechanism. Each unit operation changes phase split, temperature, pressure or composition to meet downstream constraints. Implication. Process design is a network problem; changing one pressure or duty propagates through the whole flowsheet. Recommendation. Use a simulation flowsheet early to expose recycle, compression and product-spec interactions.
Discussion (Figure 6.7). Observation. The NeqSim flowsheet mirrors the process diagram with streams and unit operations. Mechanism. The model solves thermodynamics and equipment balances in sequence, allowing pressure, temperature and composition effects to propagate. Implication. Computational flowsheets make concept assumptions testable instead of purely descriptive. Recommendation. Keep the model simple at screening stage, but preserve stream names and units so later engineers can audit it.
6.12 Summary
Topside processing converts an unprocessed wellstream into sales-spec gas, stabilised oil, and re-usable / dischargeable water. Multi-stage flash separation maximises oil yield; recompression returns flash gases to export pressure; dehydration and dewpointing prepare the gas for cryogenic custody; produced-water cyclones meet OSPAR limits. The utility systems and the choice of power source dominate the carbon intensity of the facility — power-from-shore and waste-heat recovery are the principal decarbonisation levers.
Exercises
- Exercise 6.1. Verify the geometric-mean rule (Eq. 6.1) by maximising stock-tank oil volume in a 3-stage cascade from 80 to 1.5 bar.
- Exercise 6.2. For the fluid of Section 6.10, compute the recompression power required to return the LP and MP gases to 80 bar (assume polytropic efficiency 75 %).
- Exercise 6.3. Estimate the carbon intensity of a 100 kbpd topside running on aero-derivative gas turbines (efficiency 38 %), and compare it to power-from-shore at the Norwegian grid emission factor of 18 kg CO₂/MWh.
- Exercise 6.4. Identify three operational reasons why produced-water reinjection has higher complexity than discharge.
- Exercise 6.5. From the NeqSim notebook, plot the stock-tank yield vs the LP-separator pressure for the range 1.0 → 5.0 bar. Identify the optimum.
Oil / Gas / Water Separator Design
Learning Objectives
After reading this chapter, the reader will be able to:
- Choose between two-phase (gas / liquid) and three- phase (gas / oil / water) separators for a given duty.
- Compute the gas-handling capacity of a horizontal or vertical separator using the Souders–Brown criterion, Stokes' law, and the gas-load factor $K$.
- Compute the liquid-handling capacity from retention- time requirements and quiescent settling.
- Size a three-phase horizontal separator end-to-end: diameter, length, weir height, water-section length, mesh pad, vortex breakers.
- Compute the oil-in-water (OIW) and water-in-oil (WIO) carry-over performance and select internals accordingly (vane pack, mesh pad, hydrocyclone, electrostatic coalescer).
- Distinguish between conventional, compact and subsea separator concepts.
- Run a NeqSim mechanical-design pass on a separator.
Where We Are in the Field-Development Lifecycle
This chapter focuses on the first major facilities sizing problem: phase separation. Carry forward the controlling rates, pressures and liquid inventories into later equipment and layout choices.
7.1 Function and types
A separator uses gravity (and sometimes electrostatic or centrifugal forces) to separate immiscible phases. Standard classification:
| Type | Description | Service |
|---|---|---|
| Two-phase vertical | Gas-on-top, liquid below | Wet-gas knock-out, scrubber upstream of compressor |
| Two-phase horizontal | Gas-along-top, liquid below | Slug catcher, large gas-liquid duty |
| Three-phase horizontal | Gas / oil / water | Standard topside HP / MP / LP |
| Three-phase vertical | Gas / oil / water | Compact, sand-handling |
| Spherical | Gas / liquid | High-pressure, small footprint (rare) |
| Slug catcher (finger / vessel) | Gas / liquid; large liquid surge | Pipeline arrival |
| Compact (CDS, CFU, in-line cyclone) | Centrifugal | Subsea, low-weight topside |
| Electrostatic coalescer | Oil / water with electric field | Final dehydration of stabilised oil |
The choice depends on flow rates, gas-to-liquid ratio, slug size, sand content, foaming tendency, weight constraint, and whether the unit is topside, onshore or subsea.
7.2 Separation physics
7.2.1 Gas: Souders–Brown
The terminal settling velocity of a small liquid droplet of diameter $d_p$ in a gas stream is given by force balance between gravity and drag:
$$ v_t = \sqrt{\frac{4 g d_p (\rho_L - \rho_g)}{3 C_D \rho_g}} \tag{7.1} $$
For the typical droplet sizes captured by a wire-mesh demister (50–150 µm), $C_D$ is approximately constant, and Equation (7.1) reduces to the Souders–Brown form:
$$ v_g^{\max} = K \sqrt{\frac{\rho_L - \rho_g}{\rho_g}} \tag{7.2} $$
with $K$ in m/s an empirical "load factor". Industry-standard $K$-values:
| Separator type | $K$ (m/s) |
|---|---|
| Horizontal, no internals | 0.040–0.055 |
| Horizontal, mesh pad | 0.080–0.110 |
| Horizontal, vane pack | 0.090–0.130 |
| Vertical, mesh pad | 0.080–0.110 |
| Subsea cyclone | 0.20–0.40 |
Assumptions and validity range. Souders-Brown sizing assumes a representative droplet size, stable gas/liquid densities, negligible foaming and internals performance consistent with the selected $K$ value. It is a preliminary design method, not a guarantee of carry-over. Vendor internals, slug handling, emulsion behaviour, sand, turndown and mechanical design must be verified with separator design references and project standards [45, 41, 42, 46, 43].
The vessel diameter for a horizontal separator follows from:
$$ D_v = \sqrt{\frac{4 q_g}{\pi \, v_g^{\max} \, \alpha}} \tag{7.3} $$
where $\alpha$ is the fraction of the cross-section available to gas (typically 0.5 for horizontal three-phase, 1.0 for gas-only).
Discussion (Figure 7.1). Observation. The figure shows inlet cyclone, inlet-vane diffuser and mist-eliminator options rather than a bare settling calculation. Mechanism. These internals dissipate inlet momentum, create centrifugal or directional separation and capture entrained droplets before gas leaves the vessel. Implication. The selected Souders-Brown K value is only meaningful when it is tied to the actual separator orientation and internals package. Recommendation. State the assumed inlet device and demister type whenever separator diameter or carry-over performance is reported.
7.2.2 Oil-water settling — Stokes' law
For oil / water settling at low Reynolds number, the terminal velocity of a water droplet in oil is given by Stokes:
$$ v_s = \frac{g d_p^{\,2} (\rho_w - \rho_o)}{18 \mu_o} \tag{7.4} $$
For typical NCS oils ($\mu_o = 1$–5 cP, $\Delta\rho = 100$– 200 kg/m³), a 100 µm water droplet settles at ~ 0.3 mm/s. To clear a 1 m oil layer requires ~ 1 hour of retention time — which is why oil-water separation is retention-time controlled, not velocity-controlled.
7.2.3 Foaming and emulsions
Foaming and stable emulsions arise from natural surfactants in the oil and from solid particles. Mitigation:
- Foaming. Defoamer injection (silicone-based, 5–50 ppmv); oversize the gas section by 1.5–2.0× the foam-free design.
- Emulsions. Demulsifier injection (1–50 ppmv); higher separator temperature; electrostatic coalescer in series.
7.3 Sizing a three-phase horizontal separator
Standard procedure (NORSOK P-100, API 12J, GPSA Engineering Data Book):
- Compute physical properties at separator $T$, $P$: $\rho_g, \rho_o, \rho_w, \mu_o, \mu_w$, surface tensions.
- Select $K$-value based on internals; compute $v_g^{\max}$.
- Set vessel L/D ratio (typically 3:1 to 5:1) and liquid level (typically 50 % full).
- Compute diameter from gas-rate-limited Equation (7.3).
- Compute liquid retention volume required: $V_o = q_o \tau_o$ and $V_w = q_w \tau_w$ with retention times typically 3–5 min for oil-bulk, 5–10 min for oil- water settling, 10–30 min for water-oil settling.
- Compute vessel length to accommodate $V_o + V_w$ at the chosen liquid level.
- Specify weir height so that the oil layer above the weir is at least 30 cm; water level controlled below the weir.
- Design internals. Inlet device (cyclone, vane, Schoepentoeter), mesh pad / vane pack at the gas outlet, vortex breakers at liquid outlets.
A typical NCS HP separator: $D_v = 3.5$ m, $L = 14$ m, $P_{\text{design}} = 100$ bar, $T_{\text{design}} = 95$ °C, weight ~ 250 t, internals ~ 30 t.
Assumptions and validity range. This eight-step procedure is a preliminary process-sizing workflow. It is suitable for exercises, concept comparison and early Class A estimates. Final separator design must check inlet momentum, droplet-size basis, foaming, emulsion stability, slug volume, control volume, nozzle loads, mechanical design, relief cases, internals vendor data and the applicable API / NORSOK / project requirements.
Paper-and-calculator pattern: separator residence-time capacity. For a horizontal separator at liquid fill fraction $f_L$, the total vessel volume is
$$ V_{tot} = \frac{\pi D^2 L}{4}. $$
The gas and liquid volumes used for a first capacity check are
$$ V_g = (1-f_L)V_{tot}, \qquad V_L = f_L V_{tot}. $$
At 50 % liquid level this reduces to
$$ V_g = V_L = \frac{\pi D^2 L}{8}. $$
The residence-time capacities are
$$ q_{g,max} = \frac{V_g}{t_g}, \qquad q_{L,max} = \frac{V_L}{t_L}. $$
If standard rates are given, convert them to local separator rates before comparing with vessel capacity:
$$ q_o = \frac{B_o\bar q_o}{86400}, $$
$$ q_g = \frac{B_g(\bar q_g - R_s\bar q_o)}{86400}. $$
The utilization factors and parallel-train count are then
$$ U_g = \frac{q_g}{q_{g,max}}, \qquad U_L = \frac{q_o}{q_{L,max}}, $$
$$ N = \left\lceil \max(U_g, U_L) \right\rceil. $$
This is only a retention-time screen. A real separator basis must still check Souders-Brown gas velocity, droplet settling, slug volume, internals, control range and mechanical design.
7.4 Internals
Internals improve performance beyond what a bare vessel achieves:
- Inlet device. A bare nozzle dissipates fluid momentum poorly; a Schoepentoeter or cyclonic inlet reduces inlet- velocity-induced re-entrainment and pre-separates 80–90 % of the gas. Cuts vessel length by 30–50 %.
- Mesh pad. Knitted-wire pad, 100–250 mm thick, captures droplets > 5 µm by inertial impaction. Standard final demister.
- Vane pack. Stamped-metal corrugated plates; lower pressure drop than mesh, captures down to 8–10 µm. Used in high-flow service where mesh fouls.
- Hydrocyclone (in-vessel). Centrifugal pre-separator; reduces vessel size at the cost of internals complexity.
- Plate pack / coalescer. Increases oil-water settling area within the same vessel volume; cuts retention time by 2–3×.
- Electrostatic grids. High-voltage plates (15–30 kV) at the oil exit; coalesce micron-size water droplets into separable larger ones; reduce oil exit water content from ~ 1 vol % to < 0.5 vol %.
Discussion (Figure 7.2). Observation. The figure defines gas velocity through the separator vapor space and the empirical K factor, with example values for horizontal vessels with and without demisting devices. Mechanism. The K factor converts the gas-liquid density contrast into an allowable superficial gas velocity; demisting internals permit higher gas load by removing fine mist before carry-over. Implication. Vessel diameter and carry-over margin can change materially when the demister assumption changes. Recommendation. Select K values from service-specific internals data and verify the resulting gas velocity against vendor and project standards.
7.5 Compact and subsea separators
Conventional gravity separators are large and heavy. For weight-sensitive topsides and subsea applications, compact concepts have been developed:
- CDS (Compact Degasser Separator) — vertical, cyclonic inlet, in-line internals; ~ 1/3 the diameter and ~ 1/2 the length of an equivalent gravity separator.
- CFU (Compact Flotation Unit) — produced-water polishing using induced micro-bubbles.
- Subsea separator (Tordis, Marlim, Pazflor, Albacora L, Cascade-Chinook). Pressure-rated for full reservoir; remote operation; integrated water-injection pump. Reduces topside weight by 1 000–3 000 t for the host platform.
The trade-off: compact units have tighter operating envelopes (less slug tolerance, narrower turn-down) and typically need upstream chemical conditioning.
7.6 Performance criteria
Three numerical criteria characterise separator performance:
- Gas carry-over (GCO). Liquid droplet load in the gas outlet, measured as kg liquid per million Sm³ gas. NCS standard: < 5 kg/MMSm³ (OSPAR limit, mesh-pad service).
- Oil-in-water (OIW). Oil content of the water outlet. Target < 100 mg/L upstream of the produced-water hydrocyclone; < 30 mg/L for OSPAR discharge.
- Water-in-oil (WIO). Free water in the oil outlet. Target < 1.0 vol % at LP separator outlet, < 0.5 vol % after electrostatic coalescer.
7.7 Mechanical design
The mechanical design follows ASME VIII Div.1 (or Div.2 for high pressure / heavy-wall). Key calculations:
- Wall thickness for internal pressure:
$$ t = \frac{P D}{2 S E - 1.2 P} + \text{CA} \tag{7.5} $$
with $S$ the allowable stress (SA-516-Gr-70 has $S = 138$ MPa at 100 °C), $E$ the joint efficiency (typically 1.0 for full radiography), CA the corrosion allowance (3–6 mm typical).
- Head thickness by ASME formula for 2:1 elliptical or hemispherical heads.
- Saddles and supports by Zick's analysis, ASME PTB-4.
- Weight estimation ~ $\pi D L t \rho_{\text{steel}}$ + internals (typically 10–15 % of shell weight).
- Cost estimation by Turton / Peters / Ulrich / Seider correlations on the base equipment cost, with material and pressure factors. CEPCI escalation to current year.
NeqSim's SeparatorMechanicalDesign automates this; see Section 7.10.
7.8 NORSOK P-100 standardisation
Norwegian operators use NORSOK P-100 "Process systems" [36] together with NORSOK P-001 "Process design" as the standardising design basis for topside separation. Key requirements:
- Liquid retention time minima as a function of fluid type and separator stage.
- Demister specification (mesh / vane / cyclone).
- Vortex breaker mandatory at every liquid outlet.
- Anti-foaming chemical injection point.
- Boot or compartment for water-bearing service if WC > 5 %.
- Safety: minimum 5 % vapour space at HHLL, slug catcher capacity sized for 1.5× pigging slug.
7.9 Worked example
A three-phase horizontal HP separator for a typical NCS oil field:
- Gas rate: 2.0 MMSm³/d at 80 bar, 60 °C → 12 600 m³/h actual.
- Oil rate: 8 000 m³/d → 333 m³/h.
- Water rate: 3 000 m³/d → 125 m³/h.
- Densities: $\rho_g = 65$, $\rho_o = 800$, $\rho_w = 1 020$ kg/m³.
Souders-Brown with $K = 0.10$ m/s:
$$ v_g^{\max} = 0.10 \sqrt{\frac{800 - 65}{65}} = 0.34 \text{ m/s} \tag{7.6} $$
Required gas cross-section: $A_g = 12 600 / 3 600 / 0.34 = 10.3 \text{ m}^2$. With $\alpha = 0.5$, vessel cross-section $A_v = 20.6$ m², so $D_v = 5.1$ m. Reducing $K$ to 0.08 (no mesh) yields $D_v = 5.7$ m.
For $D_v = 5.0$ m and $L/D = 4$, vessel length is 20 m. Liquid retention volume at 50 % full = 196 m³, of which 80 % is oil section (157 m³ at $\tau = 28$ min for 333 m³/h) and 20 % is water section (39 m³ at $\tau = 19$ min for 125 m³/h) — both well within NORSOK minima.
7.10 NeqSim mechanical-design example
from neqsim import jneqsim as ns
# Build a representative 3-phase feed (see Chapter 6 for context)
fluid = ns.thermo.system.SystemSrkEos(343.15, 100.0)
for c, x in [("nitrogen",0.005),("CO2",0.018),("methane",0.55),
("ethane",0.07),("propane",0.05),("n-butane",0.04),
("n-pentane",0.03),("n-hexane",0.025),("n-heptane",0.18),
("water",0.032)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
fluid.setMultiPhaseCheck(True)
feed = ns.process.equipment.stream.Stream("feed", fluid)
feed.setFlowRate(2500.0, "kg/hr")
feed.run()
sep = ns.process.equipment.separator.Separator("HP sep", feed)
sep.run()
sep.initMechanicalDesign()
design = sep.getMechanicalDesign()
design.setMaxOperationPressure(100.0)
design.setGasLoadFactor(0.10)
design.calcDesign()
print("Tan-tan length (m):", design.getTantanLength())
print("Inner diameter (m):", design.getInnerDiameter())
print("Empty weight (kg): ", design.getWeightTotal())
The toJson() output contains shell thickness, head thickness, weight, cost (CEPCI-escalated), and a feasibility verdict.
7.11 Theoretical foundations: separator sizing and internals
Oil-water-gas separators are deceptively simple in concept and intricate in detail. Every NCS topside contains 3–5 of them in series, each individually sized for residence time, droplet distribution and slug capacity. This section collects the design formulas.
7.11.1 Vessel sizing — gas section
The cross-sectional gas-flow area is sized from Souders-Brown,
$$ A_g \;=\; \frac{\dot{V}_g}{K\,\sqrt{(\rho_L - \rho_G)/\rho_G}} \tag{7.7} $$
with $K$ as the separation factor: 0.10 m/s for a horizontal separator with mesh demister at 50 bar; 0.07 m/s for a vertical separator without internals; 0.15 m/s with vane-pack demister. The length-to-diameter ratio is 2.5–4 for two-phase, 3–5 for three- phase. Heavy-duty inlet-momentum devices (vane-pack inlet, half- pipe distributor, schoepentoeter) reduce the inlet kinetic energy to below 1500 Pa to prevent re-entrainment.
7.11.2 Liquid section sizing — residence time
The liquid section is sized for residence time:
| Service | Residence time |
|---|---|
| Two-phase, light oil | 1–3 min |
| Three-phase, oil-water | 3–8 min |
| Heavy-oil, foaming | 5–15 min |
| Slug catcher | 60–120 s of slug volume |
Combined with the design liquid hold-up depth (typically 30 % of the vessel diameter) the residence-time requirement closes the sizing.
7.11.3 Internals — coalescing and demisting
- Inlet device: vane-type, half-pipe, schoepentoeter, cyclone.
- Coalescer plates (corrugated or flat): improve liquid-liquid separation by 3–5×.
- Demister mesh: 150–300 mm thick, 150 kg/m³ density, removes droplets > 5 µm at design loading.
- Vane pack: 50–150 mm thick, removes droplets > 10 µm at 3–5× higher gas loading than mesh.
- Vortex breaker at outlets to prevent gas blow-by.
NeqSim's SeparatorMechanicalDesign exposes each internal as a configurable component (vane pack, mesh, inlet device, weir) with the correct pressure-drop and removal-efficiency model.
7.11.4 Three-phase: oil-water separation
The water-phase residence time follows Stokes' law for the largest oil droplet that must escape from the water layer. For a 100 µm droplet ($\Delta\rho = 100$ kg/m³, $\mu_w = 1$ cP),
$$ v_t \;=\; \frac{\Delta\rho g d^2}{18 \mu_w} \;\approx\; 5.4 \times 10^{-4}\;\text{m/s} \tag{7.8} $$
so a 1 m water layer is traversed in ~30 minutes — far too slow for gravity alone. Internals (corrugated plate packs, electrostatic coalescers) reduce the effective residence time to 3–8 min.
7.11.5 Slug-catching
Pipeline slugs entering the topside can have volumes 5–30 times the steady-state liquid hold-up. Sizing rules of thumb:
- Vessel-type slug catcher: residence time 1–2 min of design slug; multiplied by 1.3–1.5 for severe-slug terrain.
- Finger-type slug catcher: parallel large-bore pipes with total volume sized for the worst-case slug; favoured for cold climates and large NCS gas fields.
The size of the slug catcher is set by the OLGA simulation of the upstream pipeline, not by the topside designer.
7.11.6 Mechanical design and codes
Pressure-vessel code is ASME VIII Div.1 or 2, with NORSOK P-100 overlay for NCS service. Design pressure is typically the maximum operating pressure plus 10 % (or PSV set pressure). Wall thickness follows from
$$ t \;=\; \frac{P R}{S E - 0.6 P} \;+\; CA \tag{7.9} $$
with $S$ the allowable stress, $E$ the joint efficiency and $CA$ the corrosion allowance (3–6 mm). For sour-service NCS gas, the material is typically 22Cr or 25Cr duplex stainless steel; for sweet service, killed carbon steel SA-516 Gr.70.
7.11.7 Cost scaling
Separator capex follows roughly $C \propto V^{0.65}$ for vessel volume $V$, with multipliers for material grade, design pressure and the inclusion of internals. NeqSim's SeparatorCost class returns the AACE Class 4–5 estimate from CEPCI-escalated factors.
Discussion (Figure 7.3). Observation. The separator model divides the feed into gas, oil and water outlet streams. Mechanism. Flash equilibrium sets phase amounts while mechanical residence and internals determine practical separation quality. Implication. Thermodynamic split and mechanical sizing must both be valid for the separator to perform. Recommendation. Couple TP flash results with droplet-settling and carry-over checks before accepting a separator model.
Discussion (Figure 7.4). Observation. Stage pressure affects liquid recovery, gas compression and downstream capacity. Mechanism. Higher intermediate pressure reduces recompression ratio but changes flash liquid yield and temperature. Implication. The best pressure is an economic and operability optimum, not a fixed rule of thumb. Recommendation. Sweep stage pressures and rank cases by product recovery, compressor power, water handling and controllability.
Discussion (Figure 7.5). Observation. The results show how separator-train performance changes across the pressure cases. Mechanism. Each pressure set changes phase equilibrium, gas volume, liquid shrinkage and compression work. Implication. A train that maximizes liquids may not minimize power or emissions. Recommendation. Present separator optimization as a trade-off table rather than a single pressure result.
7.12 Summary
Separator design is the synthesis of three independent constraints — gas momentum (Souders-Brown), liquid retention time (Stokes-law settling), and mechanical pressure rating (ASME VIII). Internals (inlet devices, mesh pads, vane packs, electrostatic grids) significantly improve the performance beyond a bare vessel; compact and subsea concepts trade performance margin for weight and footprint. NORSOK P-100 codifies NCS practice. NeqSim integrates the sizing, mechanical design and cost estimation into a single workflow.
Exercises
- Exercise 7.1. Verify the example of Section 7.9 with $K = 0.08$ m/s (no mesh pad). What is the new diameter?
- Exercise 7.2. For an oil with $\mu_o = 3$ cP and $\Delta\rho = 150$ kg/m³, compute the Stokes settling time for a 50 µm water droplet to settle 50 cm. Compare to a 100 µm droplet.
- Exercise 7.3. Estimate the wall thickness of a 4 m ID horizontal separator at 100 bar design pressure, SA-516-70 carbon steel at 100 °C, full radiography, 3 mm CA.
- Exercise 7.4. Build the NeqSim separator-design workflow of Section 7.10 for the field of Section 7.9 and compare the predicted shell thickness to the manual estimate.
- Exercise 7.5 [course problem P2]. For the field of problem P2, design HP / MP / LP separators. Provide vessel dimensions, weights and a cost estimate per unit.
Flow Assurance
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the principal flow-assurance threats: hydrate formation, wax deposition, asphaltene precipitation, scale deposition, sand erosion, severe slugging, CO₂ / H₂S corrosion, mercury contamination.
- Compute the hydrate formation curve for a given gas composition and water rate, using cubic and CPA EOS.
- Calculate the inhibitor dosage (methanol, MEG) required to suppress hydrate formation by a chosen $\Delta T$ margin.
- Identify the wax appearance temperature (WAT) and the wax envelope of a reservoir oil.
- Describe subsea-tieback operability: flowline insulation, pipeline depressurisation, MEG injection, dead-oil displacement.
- Use NeqSim to build hydrate / wax / corrosion screening models.
Where We Are in the Field-Development Lifecycle
This chapter asks whether the concept can flow safely and predictably. Treat hydrate, wax, corrosion and thermal margins as design constraints, not afterthoughts.
8.1 Why flow assurance?
A subsea tieback operating in 50–500 m of cold (< 6 °C) North- Sea water is a flow-assurance laboratory: the unprocessed, multi-phase, water-bearing wellstream is forced through 10– 150 km of pipeline at pressures and temperatures where solids (hydrates, wax, scale) and corrosion can plug or destroy the line.
Hydrate plugs alone have caused multi-week production shut-ins on the NCS (Snorre, Heidrun, Åsgard); a single major hydrate event can cost 100–500 M NOK in deferred production plus mitigation. Wax plugs are slower to form but harder to remove. Asphaltenes can deposit downhole and shut a well in days. CO₂ corrosion can cost as much as a re-line of an entire pipeline.
A robust flow-assurance design includes monitoring (real-time multi-phase flow / temperature / pressure), chemical injection (inhibitor cocktails), thermal management (insulation, direct electric heating, hot-water annulus heating), and operational protocols (dead-oil displacement, depressurisation procedures).
8.2 Gas hydrates
8.2.1 What they are
Gas hydrates are crystalline ice-like inclusion compounds in which water molecules form a host lattice (cages of 12–28 water molecules) trapping small "guest" molecules (methane, ethane, propane, CO₂, H₂S). Three structures are encountered in oil & gas:
- sI (cubic structure I). Methane, ethane, CO₂, H₂S. Stable above ~ 10 °C at high pressures.
- sII (cubic structure II). Mixed gases including propane and i-butane. The most common in NCS service.
- sH (hexagonal structure H). Larger guest molecules. Less common.
Hydrates are solid, denser than gas, with the same density range as ice (~ 900 kg/m³). They form whenever the system state $(P, T, \mathbf{x}, \mathbf{x}_{H_2O})$ enters the hydrate-stable region.
Discussion (Figure 8.1). Observation. The figure pairs a hydrate plug in pipework with water-molecule cages that trap gas molecules such as methane, ethane, propane and CO₂ in hydrate structures I, II and H. Mechanism. Hydrate formation requires free water, suitable guest molecules and pressure-temperature conditions inside the hydrate-stable region; once crystals agglomerate, they can form a solid blockage rather than a flowing two-phase mixture. Implication. Hydrate risk is both thermodynamic and operational: a line can be hydraulically open one day and blocked after cooldown, water accumulation or inhibitor loss. Recommendation. Check hydrate margin wherever free water can be present, and verify shutdown, restart and low-rate cases in addition to the design-rate case.
8.2.2 Formation curve
The hydrate-formation curve in a $P$–$T$ plane separates the hydrate-stable (left) from hydrate-free (right) regions. At 1 bar pure-methane hydrate decomposes near $-80$ °C; at 100 bar near $+13$ °C; at 200 bar near $+19$ °C. CO₂ and H₂S shift the curve to higher temperatures (more severe), nitrogen shifts it to lower temperatures (less severe).
The thermodynamic model is van der Waals & Platteeuw (1959), in which the hydrate is treated as a solid solution and the water chemical potential is computed from cage-occupancy statistics. Modern implementations (NeqSim, Multiflash, PVTSim, CSMHyK) match laboratory data to within 1–2 °C in the practical operating range.
In NeqSim:
from neqsim import jneqsim as ns
fluid = ns.thermo.system.SystemSrkCPAstatoil(280.0, 80.0)
fluid.addComponent("methane", 0.85)
fluid.addComponent("ethane", 0.07)
fluid.addComponent("propane", 0.04)
fluid.addComponent("CO2", 0.04)
fluid.addComponent("water", 1.0) # excess water
fluid.createDatabase(True)
fluid.setMixingRule(10) # CPA mixing rule
fluid.setMultiPhaseCheck(True)
fluid.setHydrateCheck(True)
ops = ns.thermodynamicoperations.ThermodynamicOperations(fluid)
ops.hydrateFormationTemperature()
T_hyd = fluid.getTemperature() - 273.15
print(f"Hydrate T at 80 bar = {T_hyd:.2f} °C")
A typical NCS gas hydrate point: 17–22 °C at 80–100 bar, 15– 18 °C at 30–50 bar.
8.2.3 Inhibition
Three approaches:
- Thermodynamic inhibitors (THI). Methanol, MEG, ethanol — depress the hydrate temperature by displacing water activity. Required mass dose:
$$ w_{\text{inh}} = \frac{\Delta T \cdot M_w}{K \cdot M_{\text{inh}} + \Delta T \cdot M_w} \tag{8.1}, $$
(Hammerschmidt's empirical equation, $K \approx 1 297$ for methanol, $K \approx 2 222$ for MEG, in mass-fraction units). Required dose is typically 20–50 wt % MEG for $\Delta T = 8$– 15 °C of margin.
Assumptions and validity range. Hammerschmidt dosing is an empirical screening equation for thermodynamic hydrate inhibitors. It does not replace hydrate-equilibrium calculations with the actual gas, water salinity, inhibitor purity and pressure-temperature path, and it says nothing about kinetic inhibitors, anti-agglomerants, slugging or restart procedures [47, 48, 49].
- Kinetic inhibitors (KHI). Polymers that delay nucleation without changing thermodynamics. Effective at $\Delta T < 10$ °C of subcooling. Cheap (50–500 ppm), but only kinetic.
- Anti-agglomerants (AA). Surfactants that prevent hydrate crystals from agglomerating into plugs; the crystals remain dispersed and flow as a slurry. Used in high-water-cut systems.
Norwegian standard practice is large MEG injection (tens of m³/h) with a topside MEG-recovery system (Chapter 10).
8.3 Wax
8.3.1 What it is
Paraffin wax is the high-molecular-weight ($n$-$C_{18+}$) fraction of crude oil that crystallises out of solution below the Wax Appearance Temperature (WAT). WAT is a function of oil composition and pressure and varies from ~ 25 °C for very light condensates to > 50 °C for waxy NCS oils.
Discussion (Figure 8.2). Observation. The figure shows wax deposition as a solid build-up that can restrict cross-section, foul equipment and obstruct flow paths when crude or condensate cools below its wax-appearance temperature. Mechanism. High-molecular-weight paraffins crystallise first, then deposit on cold walls or existing solids where temperature gradients and low wall shear allow the layer to grow. Implication. Wax is usually slower than hydrate plugging, but it creates a persistent capacity and operability constraint that can require pigging, heating, insulation or inhibitor injection. Recommendation. Compare the full pipeline temperature profile with WAT at design, turndown and shutdown conditions before fixing pigging frequency or insulation thickness.
8.3.2 WAT prediction
The standard model is a two-phase liquid–solid equilibrium with a generalised cubic EOS for the liquid and a multi- component solid-solution model (Coutinho-Stenby) for the wax phase. NeqSim implements this.
8.3.3 Mitigation
- Insulation. Pipeline-in-pipeline (PIP), wet insulation (polyurethane foam, syntactic foam). U-values of 0.5–2.0 W/m²K versus ~ 30 W/m²K for a bare line.
- Direct electric heating (DEH). Electric current passed along the pipe wall to keep the fluid temperature above WAT during shutdown. Used on Åsgard, Tyrihans, Ormen Lange.
- Wax-inhibitor injection. PPDs (pour-point depressants), polyethylene/maleic anhydride copolymers; 50–500 ppmv.
- Pigging. Mechanical removal by spheres or scraper pigs; weekly to monthly frequency depending on deposition rate.
8.4 Asphaltenes
Asphaltenes are the heaviest, most polar fraction of crude oil — defined operationally as insoluble in $n$-heptane, soluble in toluene. Stable in solution as colloidal nanoaggregates; destabilised by:
- Pressure depletion (most important driver near the bubble point).
- Gas injection (light hydrocarbons such as CO₂ destabilise asphaltenes).
- Mixing of incompatible crudes.
The asphaltene onset pressure (AOP) and the asphaltene deposition envelope (ADE) are measured by laser-light- scattering depressurisation tests. The thermodynamic models are PC-SAFT or asphaltene-modified cubic EOS.
Mitigation is principally chemical (dispersant injection) and operational (avoid the AOP, avoid mixing incompatible crudes). Severe asphaltene-prone reservoirs (e.g., Marrat, Hassi Messaoud) require dedicated downhole chemical injection.
8.5 Scale and corrosion
8.5.1 Scale
Calcium carbonate (CaCO₃), barium sulphate (BaSO₄), strontium sulphate, calcium sulphate and iron sulphide can precipitate from produced water when formation water mixes with seawater (sulphate-rich) or when $P$ drops (CO₂ flashes off). Scale-inhibitor "squeeze" treatments (phosphonate, polymeric) are injected into the formation; topside injection of inhibitors at the manifold is also standard.
Discussion (Figure 8.3). Observation. The figure shows mineral scale as a hard deposit that can grow on tubing, pipe walls and restrictions, reducing flow area and increasing pressure drop. Mechanism. Incompatible waters, temperature change and CO₂ flashing shift the aqueous equilibrium, allowing carbonate, sulphate or sulphide salts to precipitate on surfaces. Implication. Scale links reservoir management to facility uptime: water injection strategy, breakthrough timing and produced-water composition can all change the scaling rate. Recommendation. Screen scale tendency for mixed formation/injection waters and repeat the check after pressure changes, water breakthrough or chemical-program changes.
8.5.2 CO₂ corrosion
For wet gas with CO₂, the corrosion rate of carbon steel is given by the de Waard–Milliams correlation:
$$ \log r_{\text{corr}} = 5.8 - \frac{1710}{T} + 0.67 \log p_{CO_2} \tag{8.2}, $$
with $r$ in mm/year, $T$ in K, $p_{CO_2}$ in bar partial pressure. Mitigation: continuous corrosion-inhibitor injection (10–50 ppm filming amine), CRA cladding (13Cr, duplex stainless steel) on critical sections, pH stabilisation (MEG + alkali) for fully insulated lines.
Assumptions and validity range. Equation 8.2 is a screening correlation for wet CO₂ corrosion of carbon steel. It does not capture all effects of pH, FeCO₃ film formation, H₂S, inhibitor efficiency, water wetting, solids, organic acids, velocity, metallurgy or transient operation. Use it to rank risk and select study cases; use a materials/corrosion model and test or field data before selecting corrosion allowance or CRA material.
8.5.3 H₂S — sour service
H₂S causes sulphide stress corrosion cracking (SSC) and hydrogen-induced cracking (HIC) on carbon steel. NACE MR0175 / ISO 15156 specifies maximum H₂S partial pressures and material selection for sour service. Above 0.3 kPa partial pressure of H₂S, sour-service carbon steels (with controlled hardness, calcium-treated) are required; above ~ 5 kPa, CRAs become necessary.
8.6 Slugging
In two-phase flow, gas and liquid can self-organise into slug flow, with liquid plugs alternating with gas bubbles. In a long upward pipeline this leads to:
- Hydrodynamic slugging. Stable, controllable; routine.
- Severe slugging. Liquid accumulates in a riser base until enough gas pressure builds up to lift it out; resulting topside surge can exceed slug-catcher capacity. Mitigation: gas-lift at the riser base, choking the riser, topside slug suppression.
- Terrain slugging. Low spots in flowline geometry trap liquid; transient pressure / rate spikes.
OLGA is the de facto industry simulator for transient two- phase flow; NeqSim's TwoFluidPipe provides a steady-state analogue.
8.7 Subsea tieback operability
The four critical operating modes for a subsea tieback:
- Steady-state production. Verify temperature stays above hydrate / wax curves; verify corrosion inhibitor is delivering required surface concentration.
- Planned shutdown. Cool-down time before hydrate formation; required time for MEG flush or dead-oil displacement; depressurisation rate.
- Restart after shutdown. Multi-phase hydraulics through a cooled line; possibility of slugging on first flow.
- Unplanned (emergency) shutdown. Rapid depressurisation above hydrate stability; "blowdown" to flare.
Design rules:
- Cool-down time. Pipeline + insulation must keep the fluid temperature above the hydrate-formation temperature for the time required to (a) detect and (b) execute the depressurisation or MEG flush. Typical target: 4–12 hours.
- MEG inventory. Volume to provide $\Delta T = 8$–15 °C of hydrate margin throughout the pipeline.
- Insulation U-value. 1–3 W/m²K for typical PIP / PUF; 0.3–0.5 W/m²K for direct-electric-heated ultra-deepwater systems.
Cross-reference. Subsea boosting and separation — which materially change the operability envelope by reducing back-pressure and removing the water phase upstream of hydrate-prone sections — are covered in Chapter 13 §13.8. Tieback economics, including the CAPEX/OPEX trade-off between thicker insulation, MEG inventory, and DEH, are worked through in Chapter 17 §17.10.
8.8 Process modelling for flow assurance
The standard workflow in NeqSim:
from neqsim import jneqsim as ns
# 1. Build a sour wet gas with water
fluid = ns.thermo.system.SystemSrkCPAstatoil(283.15, 100.0)
for c, x in [("methane", 0.78), ("ethane", 0.06),
("propane", 0.03), ("n-butane", 0.01),
("CO2", 0.05), ("H2S", 0.001),
("water", 0.07)]:
fluid.addComponent(c, x)
fluid.setMixingRule(10)
fluid.setMultiPhaseCheck(True)
# 2. Hydrate envelope
ops = ns.thermodynamicoperations.ThermodynamicOperations(fluid)
ops.hydrateEquilibriumLine(50.0, 200.0) # P range, bar
# 3. WAT (call only if oil-bearing)
# ops.calcWAX()
# 4. Corrosion (Eq. 8.2)
import numpy as np
T = 313.15 # 40 °C
p_CO2 = 100.0 * 0.05 # P_total * y_CO2
r_corr = 10**(5.8 - 1710/T + 0.67*np.log10(p_CO2))
print(f"CO2 corrosion rate: {r_corr:.2f} mm/yr")
8.9 Worked example — NCS subsea tieback
Consider a 50 km tieback in 250 m of cold water:
- Wet gas: 85 mol % CH₄, 5 % C₂, 3 % C₃, 4 % CO₂, 0.05 % H₂S, 3 % water (saturated).
- Wellhead 110 bar, 70 °C; arrival 60 bar, predicted 6 °C (after pipeline cool-down).
- Hydrate temperature at 60 bar (CPA): ~ 16 °C → arrival is 10 °C inside the hydrate region.
MEG dose to suppress by $\Delta T = 8$ °C (margin to 8 °C): Hammerschmidt with $K = 2 222$, $\Delta T = 8$ °C, gives $w_{\text{MEG}} \approx 35$ wt %. With 50 m³/d water rate, required MEG injection ~ 27 m³/d.
CO₂ corrosion rate at 60 bar, 6 °C: $p_{CO_2} = 3$ bar, $r_{\text{corr}} \approx 0.5$ mm/yr → acceptable with continuous inhibitor.
8.10 Theoretical foundations: hydrate, wax and corrosion thresholds
Flow assurance and gas processing share a common analytical core: the prediction of phase transitions and corrosion thresholds along the pressure-temperature trajectory of the fluid through pipeline, topside and export.
8.10.1 Hydrate equilibrium
Gas hydrates are non-stoichiometric ice-like crystals that form when small gas molecules (methane, ethane, CO₂, H₂S) occupy water-cage structures at low $T$ and high $p$. The equilibrium curve is given by van der Waals-Platteeuw theory; for engineering use,
$$ \ln p_{\text{eq}} \;=\; A \,-\, \frac{B}{T} \,+\, C \ln T \tag{8.3}, $$
with $A, B, C$ fitted per gas type. NeqSim's HydrateEquilibrium is suitable for screening hydrate stability and inhibitor studies, but the error depends on composition, salinity, inhibitor package and model tuning. Validate the predicted $T_h(p)$ against measured or published hydrate data for the actual fluid before using a sub-kelvin margin in design.
The hydrate suppression by inhibitor follows Hammerschmidt:
$$ \Delta T \;=\; \frac{K_H\,X_W}{M_W\,(1 - X_W)} \tag{8.4}, $$
with $K_H = 1297$ for methanol, 2222 for MEG, $X_W$ the inhibitor mass fraction in the aqueous phase. Typical 8 K subcooling on a North Sea wet-gas line requires ~30 wt% MEG.
8.10.2 Wax appearance and deposition
Wax is the high-molecular-weight n-paraffin fraction that crystallises when $T$ falls below the wax appearance temperature (WAT). The WAT is a thermodynamic property of the oil, predictable from the n-paraffin distribution by
$$ \ln \frac{x_i^L}{x_i^S} \;=\; \frac{\Delta h_i^f}{R} \Bigl(\frac{1}{T_i^f} - \frac{1}{T}\Bigr) \tag{8.5}, $$
with $\Delta h_i^f$, $T_i^f$ the fusion enthalpy and temperature of each n-paraffin. NeqSim's WaxCharacterise does this from the GC-distillation data. Deposition rate is governed by molecular diffusion and shear stripping; pigging frequency is set such that the deposit thickness never exceeds 5–10 mm.
8.10.3 CO₂ and H₂S corrosion
The de Waard-Milliams correlation predicts CO₂ corrosion rate of carbon steel,
$$ \log_{10} v_{\text{corr}}\;\text{(mm/yr)} \;=\; 5.8 \,-\, \frac{1710}{T(K)} \,+\, 0.67\,\log_{10} p_{CO_2}\;\text{(bar)} \tag{8.6}, $$
valid below 100 °C. H₂S adds sulfide-stress cracking as a brittle failure mode, governed by NACE MR0175 / ISO 15156: any partial pressure $p_{H_2S} > 0.34$ kPa requires a sour-service material selection (CRA, duplex, super-13Cr).
The combined CO₂/H₂S threshold map drives material selection along the entire wet-gas chain.
8.10.4 Acid-gas removal
The principal CO₂/H₂S removal technologies in NCS service are:
- Amine absorption (MDEA, MEA, DEA, activated MDEA): chemical absorption with regeneration; CAPEX-heavy, OPEX-modest.
- Membrane: physical separation by selective permeation; CAPEX-modest, OPEX-low at high CO₂ inlet (>10 mol%).
- Cryogenic: distillation of CO₂ from CH₄ (Snøhvit, Aasta Hansteen); economic at very high CO₂ inlet (>20 mol%).
- Physical solvents (Selexol, Rectisol, Purisol): high selectivity at high CO₂ partial pressure.
Selection is governed by inlet CO₂ partial pressure and outlet specification (typically 50 ppmv for LNG, 2.5 mol% for sales gas).
8.10.5 Dehydration
Sales-gas dew point is set by pipeline operating temperature; for NCS export, the typical specification is $-20$ °C dew point at 70 bar, equivalent to $\le 50$ ppmv H₂O. The two technologies are:
- TEG absorption: equilibrium contact with lean glycol, 99.0–99.7 wt% at the absorber inlet; reboiler 200 °C with stripping gas.
- Solid-bed adsorption (mol-sieve 4A): cyclic adsorption / regeneration; absolute dew point $-100$ °C; preferred upstream of cryogenic LNG trains.
Both are implemented natively in NeqSim (Absorber, MolecularSieve).
8.10.6 Coupled flow-assurance design
The integrated wet-gas design problem is to find the operating trajectory $(p(L), T(L))$ that stays above the hydrate curve, above the WAT, and below the corrosion threshold — simultaneously and at all turn-down rates. The trajectory is changed by insulation, by inhibitor injection, by pipe-in-pipe, by direct electrical heating or by re-routing. Each lever has a capex / opex signature and the integrated optimisation is a direct application of the workflow in Chapter 11.
Discussion (Figure 8.4). Observation. The hydrate envelope identifies where water and gas can form solid hydrates. Mechanism. Hydrate stability increases with pressure and decreases with temperature; salts, methanol and MEG shift the boundary. Implication. Subsea cool-down, restart and long tiebacks can enter the hydrate region even when steady-state operation is safe. Recommendation. Check hydrate margin for normal operation, shutdown, restart and low-rate cases separately.
8.11 Summary
Flow assurance integrates thermodynamic phase behaviour (hydrates, wax, asphaltenes, scale), corrosion engineering (CO₂ / H₂S), pipeline hydraulics (slug flow), and operating procedures (MEG flush, depressurisation) into the design and operation of subsea and topside production systems. NeqSim's CPA EOS handles hydrate, wax and corrosion screening; OLGA / Multiphase simulators handle transient slug behaviour. The effective design pulls all four levers — chemistry, materials, thermal management, operations — to keep the flowline solids- free and corrosion-controlled across the field life.
Exercises
- Exercise 8.1. For a wet gas at 100 bar, 80 % CH₄, compute the hydrate-formation temperature using NeqSim CPA.
- Exercise 8.2. Use Hammerschmidt (Eq. 8.1) to compute the MEG dose required to obtain $\Delta T = 12$ °C of margin in a stream with 80 m³/d water.
- Exercise 8.3. For a sour wet gas with $p_{CO_2} = 5$ bar and $T = 50$ °C, compute the bare-steel corrosion rate from Eq. 8.2. What is the inhibitor efficiency required to limit metal loss to 0.1 mm/yr?
- Exercise 8.4. Search Stanko 2024 [1] for the WAT (wax appearance temperature) typical range of NCS crudes and tabulate.
- Exercise 8.5 [course problem P3]. For the subsea tieback of P3, (a) plot the hydrate envelope and the steady-state pipeline $P$–$T$ trajectory; (b) size the required MEG injection rate; (c) compute the cool-down time after shutdown.
Dry-Gas Production Systems
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the dry-gas processing chain: reception, slug-catcher, separation, dehydration, dewpointing, compression, sales-gas metering and export.
- Compute the dewpoint of a natural gas, and its sensitivity to composition.
- Compare three dewpoint-control technologies — JT throttling, propane refrigeration, turbo-expander plant — on energy, cost and complexity grounds.
- Calculate NGL recovery and the value uplift from ethane / propane recovery.
- Use NeqSim to size a JT cooling unit and an expander plant.
Where We Are in the Field-Development Lifecycle
This chapter follows dry gas from wells to export. Use it to connect compression, dehydration, metering and delivery pressure into one operable production system.
9.1 What is a dry-gas system?
A "dry-gas" system processes a gas-only feed (no oil column) or a separated gas stream from an oil-and-gas field, and delivers it as sales gas to a pipeline or LNG plant. The NCS examples are Snøhvit (Hammerfest LNG), Aasta Hansteen (via Polarled to Nyhamna), Ormen Lange (Nyhamna), Troll Gas (Kollsnes).
Dry-gas processing covers:
- Reception and slug-catching — a long pipeline arrives with liquid surges; a finger-type or vessel-type slug catcher provides 30 minutes to several hours of liquid buffer.
- Inlet separation and water-knockout — typically three-phase: gas / hydrocarbon liquid / water.
- Dehydration — TEG absorption (continuous, low capex, −10 to −20 °C dewpoint) or molecular-sieve adsorption (−80 to −110 °C dewpoint, required upstream of cryogenic NGL recovery and LNG).
- Hydrocarbon dewpointing / NGL recovery — JT throttling, propane refrigeration, or expander.
- Compression and metering — to the pipeline or LNG plant.
- Sales-gas specification — Wobbe, heating value, water dewpoint, hydrocarbon dewpoint.
Discussion (Figure 9.1). Observation. The dry-gas train includes slug catching, separation, dehydration, dew-point control, compression and metering. Mechanism. Wet rich gas is progressively dried, cooled or expanded, and recompressed until it meets export specifications. Implication. Dry-gas systems are dominated by water dew point, hydrocarbon dew point and compressor power. Recommendation. Build the design basis around sales-gas specification and pressure before choosing JT, refrigeration or expander technology.
Before the gas reaches the processing train, wellbore hydraulics set the available wellhead pressure and therefore the margin for flowline and facility pressure losses. Figure 9.2 shows the tubing-performance part of that production-system model.
Discussion (Figure 9.2). Observation. The figure moves from bottom-hole pressure to wellhead pressure using the exponential tubing equation, with separate hydrostatic and friction contributions. Mechanism. The hydrostatic term represents gas-column weight through the elevation coefficient, while the friction term depends on tubing geometry, friction factor and gas-rate squared; at zero flow the friction contribution vanishes. Implication. Dry-gas deliverability at the facility inlet depends on wellbore pressure loss before any separator, choke or export-pipeline calculation is performed. Recommendation. Couple the reservoir inflow, tubing-performance and process-facility pressure model when screening dry-gas capacity.
9.2 Sales-gas specifications
Pipeline sales-gas specs vary by network, but representative NCS export to Europe via Gassco:
| Parameter | Typical limit |
|---|---|
| Wobbe Index, MJ/Sm³ | 47–55 |
| Heating value, MJ/Sm³ | 36–45 |
| Water dewpoint, °C @ 70 bar | $\le -8$ to $-18$ |
| Hydrocarbon dewpoint, °C @ ≤ 70 bar | $\le -2$ |
| H₂S | $\le 5$ ppm |
| CO₂ | $\le 2.5$ mol % |
| Total sulphur | $\le 30$ mg/Sm³ |
| O₂ | $\le 10$ ppmv |
ISO 6976 specifies the Wobbe / heating-value calculation; EN 16726 specifies the European pipeline sales-gas specification.
9.3 Dewpoint thermodynamics
The water dewpoint is the temperature at which water condenses from a gas at given pressure. The hydrocarbon dewpoint is the temperature at which the first hydrocarbon liquid appears.
The hydrocarbon dewpoint is the upper dewpoint in most natural gases; below the cricondenbar it is double-valued. NeqSim:
from neqsim import jneqsim as ns
import numpy as np
gas = ns.thermo.system.SystemSrkEos(280.0, 70.0)
for c, x in [("methane", 0.92), ("ethane", 0.04),
("propane", 0.02), ("n-butane", 0.005),
("n-pentane", 0.001), ("nitrogen", 0.005),
("CO2", 0.009)]:
gas.addComponent(c, x)
gas.setMixingRule("classic")
ops = ns.thermodynamicoperations.ThermodynamicOperations(gas)
ops.calcPTphaseEnvelope(True, 1.0)
env = ops.getOperation()
def finite_branch(temperatures, pressures):
T = np.asarray(list(temperatures), dtype=float)
P = np.asarray(list(pressures), dtype=float)
keep = np.isfinite(T) & np.isfinite(P)
return T[keep], P[keep]
branches = []
for label, get_T, get_P in [
("bubble-labelled", env.getBubblePointTemperatures, env.getBubblePointPressures),
("dew-labelled", env.getDewPointTemperatures, env.getDewPointPressures),
]:
T, P = finite_branch(get_T(), get_P())
if len(T) > 0:
branches.append((label, T, P))
# Branch with higher max-T is the hydrocarbon dew curve (cricondentherm).
dew_label, dew_T, dew_P = max(branches, key=lambda item: item[1].max())
print(f"Hydrocarbon cricondentherm: {dew_T.max() - 273.15:.1f} °C ({dew_label})")
print(f"Cricondenbar: {max(P.max() for _, _, P in branches):.1f} bara")
For NCS sales gas, the hydrocarbon dewpoint at 70 bar must be $\le -2$ °C. To achieve this with a wet-gas wellstream typically requires cooling down to $-15$ to $-25$ °C and condensing out the C₃+ fraction.
9.4 Dewpointing technologies
9.4.1 Joule–Thomson (JT) throttling
A high-pressure gas (e.g., 100 bar) is throttled to a lower pressure (50–60 bar). The expansion is isenthalpic:
$$ \left(\frac{\partial T}{\partial P}\right)_h = \mu_{JT} \approx \text{4--6 K / 10 bar for natural gas at 70 bar / 30 °C} \tag{9.1}. $$
A 30–50 bar pressure drop produces 15–25 °C of cooling. The liquid drop-out is separated and returned as condensate; the cold gas is reheated against the inlet feed in a gas/gas heat exchanger.
JT plants are simple and cheap, but require high inlet pressure and waste pressure that must later be re-compressed.
9.4.2 Propane refrigeration
Mechanical refrigeration provides cooling without pressure loss. A propane refrigeration loop (compressor, condenser, expansion valve, evaporator) cools the gas/gas stream by 20–30 °C. Common for moderate dewpointing.
9.4.3 Turbo-expander
For deep dewpointing (NGL recovery) the gas is expanded through a turbo-expander (isentropic, generates work); substantial cooling (40–60 °C). Used at Snøhvit and Kollsnes for LPG and ethane recovery.
The work extracted is
$$ W_s = \dot m \, c_p \, (T_{in} - T_{out}) \tag{9.2}, $$
with adiabatic efficiency of 80–88 %; the recovered work typically drives a residue-gas booster compressor on a common shaft. Net energy gain over JT throttling is 20–40 %.
| Dewpointing option | Use when | Main limitation | Maturity |
|---|---|---|---|
| JT throttling | High inlet pressure is available and moderate hydrocarbon-dewpoint control is enough. | Wastes pressure and can increase recompression duty. | Screening to design after EOS and exchanger checks. |
| Propane refrigeration | Pressure cannot be wasted or deeper cooling is needed at moderate complexity. | Adds refrigeration compressor, refrigerant inventory and utility load. | Mature design technology. |
| Turbo-expander | Deep NGL recovery or ethane/LPG value justifies cryogenic complexity. | Requires molecular-sieve dehydration, cold-box design and rotating equipment. | Mature but data- and vendor-dependent. |
Validity note. The JT coefficient range in Equation 9.1 is illustrative for natural gas around the stated pressure and temperature. Compute the actual cooling and liquid dropout with the selected EOS and composition before using the result for export-spec or NGL-recovery design.
9.5 NGL recovery — value drivers
Recovering ethane, propane and butane from natural gas generates a richer-mass / lower-volume product mix:
- Ethane to a petrochemical cracker (USD 100–250 / t) — recovery factor 60–95 % requires deep cryogenic dewpointing, mol-sieve dehydration upstream.
- Propane / butane as LPG (USD 400–700 / t) — recovery factor 80–98 % requires moderate dewpointing.
- Condensate (C₅+) is normally stabilised and recovered when present in economic quantities and when the selected facilities include liquids handling.
The economic question is: do the incremental units (turbo-expander, deethaniser, depropaniser, mol-sieve) generate more revenue than they cost? In rich NCS dry-gas cases the answer can be yes; ethane and LPG sales may add material revenue, while lean gases, constrained export routes or weak product prices can make a simple dewpointing solution preferable. Treat 20–40 % gross-revenue uplift as an illustrative rich-gas scenario range, not a universal rule.
9.5.1 Sizing a deethaniser
Once the cold-box has condensed C₂+, the liquid is fractionated in a deethaniser (~ 30 trays, 25–30 bar, reboiler 80–110 °C, condenser $-10$ to $-20$ °C). The overhead is residue gas, the bottom is C₃+ sent to a depropaniser, then a debutaniser, and finally a stabiliser to produce sales-grade condensate.
NeqSim's DistillationColumn solves the column tray-by-tray with the inside-out solver (recommended for NGL service):
col = ns.process.equipment.distillation.DistillationColumn(
"Deeth", 30, True, False)
col.addFeedStream(rich_liquid, 15)
col.setTopPressure(28.0)
col.setBottomPressure(28.5)
col.setRefluxRatio(2.5)
col.setSolverType(ns.process.equipment.distillation.
DistillationColumn.SolverType.INSIDE_OUT)
col.run()
9.6 Compression for export
Sales-gas is compressed to pipeline arrival pressure (50– 180 bar). For long export pipelines the compression is multi-stage with intercooling; for short tielines a single stage suffices. The compressor is typically gas-turbine- driven (40–80 MW per train).
NeqSim provides centrifugal-compressor models with performance curves and anti-surge logic (CompressorChartGenerator); see the platform-modeling skill for canonical patterns.
9.7 Worked example — Aasta-Hansteen-style export gas
A 12 MSm³/d wet gas with 92 % CH₄, 4 % C₂, 2 % C₃, 1 % C₄₊, 1 % CO₂ is to meet sales-gas spec (hydrocarbon dewpoint $\le -2$ °C at 70 bar) and be delivered into Polarled at 220 bar.
A simple JT plant cooling to $-20$ °C condenses ~ 50 m³/d of condensate (C₄₊) and brings the dewpoint to $-3$ °C ✓. A turbo-expander plant at the same conditions recovers ~ 70 m³/d of condensate plus ~ 200 t/d of LPG (about +30 MUSD/yr at 500 USD/t).
Compression from 60 → 220 bar in 3 stages with intercooling to 30 °C each consumes ~ 25 MW for a single train.
9.8 Theoretical foundations: dry gas systems and JT cooling
Dry gas production systems handle pipeline-quality gas downstream of dehydration and acid-gas removal. They are dominated by compression and Joule-Thomson (JT) cooling, both governed by the real-gas equation of state.
9.8.1 Compressor thermodynamics
The polytropic head of a centrifugal compression stage is
$$ H_{p} \;=\; \frac{n}{n-1}\, Z_{\text{avg}} R T_1 \Bigl[\Bigl(\frac{p_2}{p_1}\Bigr)^{(n-1)/n} - 1\Bigr] \tag{9.3}, $$
with polytropic index $n$ from $\eta_p = (k-1)/k \cdot n/(n-1)$ and $k = c_p/c_v$. For a real gas, $Z_{\text{avg}}$ is the average compressibility from the EOS. Discharge temperature
$$ T_2 \;=\; T_1\,\Bigl(\frac{p_2}{p_1}\Bigr)^{(n-1)/n} \tag{9.4} $$
limits the per-stage ratio: at $T_2 \le 150$ °C and $T_1 = 30$ °C, the per-stage pressure ratio is 2.5–3.5 for natural gas with $k = 1.27$. Higher ratios require interstage cooling.
9.8.2 Surge, stonewall and the operating envelope
Compressor maps trace head vs flow at constant speed. Two limits bound the safe envelope:
- Surge (left): low-flow flow reversal; the anti-surge valve recycles to keep flow $\ge 1.10 \times$ surge flow.
- Stonewall (right): choked flow at the impeller eye; sets the maximum flow per stage.
- Speed limits (top/bottom): mechanical and thermal.
NeqSim's Compressor class implements the affinity laws to translate between speeds; setUseGERG2008(true) enables high-pressure-gas EOS for accuracy near critical conditions.
9.8.3 Joule-Thomson cooling
Throttling a real gas at constant enthalpy produces a temperature change governed by the Joule-Thomson coefficient,
$$ \mu_{JT} \;=\; \Bigl(\frac{\partial T}{\partial p}\Bigr)_h \;=\; \frac{1}{c_p}\Bigl[T\Bigl(\frac{\partial v}{\partial T}\Bigr)_p - v\Bigr] \tag{9.5}. $$
For natural gas at typical operating conditions, $\mu_{JT} \approx 0.4$–0.7 K/bar; a reduction from 80 to 30 bar produces 20–35 K of cooling, frequently used for NGL recovery.
9.8.4 Turbo-expander cycles
A turbo-expander extracts shaft work from the expanding gas, giving a larger temperature drop than JT,
$$ T_2 \;=\; T_1\left[1 - \eta_s\left(1 - \Bigl(\frac{p_2}{p_1}\Bigr)^{(\gamma-1)/\gamma}\right)\right] \tag{9.6} $$
with isentropic efficiency $\eta_s = 0.80$–0.88. NCS NGL plants (Kollsnes, Kårstø) use turbo-expanders to achieve $-80$ °C and ethane recoveries of 95 %.
9.8.5 Pipeline export
Dry gas pipeline transport is governed by the Weymouth or Panhandle equations,
$$ q \;=\; C \cdot E \cdot \frac{T_b}{p_b}\, \sqrt{\frac{p_1^2 - p_2^2}{S\,T_{\text{avg}}\,Z\,L\,f}} \,d^{8/3} \tag{9.7}, $$
with $C$ a unit constant, $E$ the efficiency, $S$ specific gravity, $f$ the friction factor (Colebrook). Export-pipeline pressure-drop is the principal driver of compressor discharge pressure, so the pipeline ID and roughness directly set topside compressor power.
9.8.6 Dew-point control
Sales gas must meet a hydrocarbon dew point typically $-2$ to $+5$ °C at 70 bar. The dew-point envelope is calculated by NeqSim's phase-envelope routine; the cricondentherm is the controlling point. The two NCS methods to meet specification are:
- JT process: refrigerated cooler upstream of throttling; light liquid recovered as condensate.
- Mechanical refrigeration: external propane chiller; preferred for higher recoveries.
9.8.7 Custody-transfer metering
Fiscal export through the NCS gas grid (Norpipe, Langeled, Europipe) uses ultrasonic or orifice flow meters with composition-based energy calculation per ISO 6976. The meter uncertainty is regulated to <0.7 % on volume and <1.0 % on energy. Mismeasurement is the single largest commercial risk in dry-gas operations: 1 % bias on a major NCS export line is worth 50–150 MUSD/yr.
9.9 Further theory: pipeline transport, custody transfer and dew-point control
Beyond compressor design, the dry-gas system delivers product to a custody-transfer point on specification. The constraints are the hydrocarbon dew point, the water dew point, the heating value and the Wobbe index.
9.9.1 Pipeline pressure-drop equation
Steady single-phase gas flow obeys the Weymouth or Panhandle equation. The Panhandle-B form is:
$$ Q = 737\,E \left[\frac{(p_1^2 - p_2^2)}{T_b\,L\,Z\,SG^{0.961}}\right]^{0.51}\,d^{2.53} \tag{9.8}, $$
with $Q$ in MMscf/d, $p$ in psia, $L$ in miles, $d$ in inches and $E$ the efficiency factor (0.88–0.95 for new pipelines, dropping to 0.80 with age). For the NCS the SI Weymouth form with a roughness of 0.05 mm is preferred.
9.9.2 Hydrocarbon dew-point specification
Sales-gas dew point is typically specified as the cricondentherm or the dew temperature at a reference pressure (e.g. 70 bar). Norway's Gassco specification: HC dew point ≤ −5 °C at delivery pressure. Achieving the spec requires either a Joule-Thomson valve with cold-separator (LTS unit) or a turboexpander; the latter recovers shaft power that is reused in upstream re-compression.
9.9.3 Water dew-point specification
Water dew point ≤ −18 °C at 70 bar, achieved by glycol absorption (Chapter 10). The two specifications are coupled: a colder HC dew point requires a colder cold-separator, which in turn requires more aggressive water removal upstream to avoid hydrate formation in the LTS unit.
9.9.4 Wobbe-index control
The Wobbe index $W = HCV/\sqrt{SG}$ is the property the burner sees. NCS sales-gas spec: $W = 13.6$–$15.7$ kWh/Sm³. When LPG extraction is increased to maximise NGL liquid recovery, the residual sales gas becomes leaner and $W$ may drop below spec; a small recycle of C3+ is then blended back into the export stream under composition control.
9.10 Worked example: dew-point control by Joule-Thomson cooling
Problem. A wet-gas stream of composition (mol %) C1 78, C2 8, C3 5, iC4 2, nC4 2, iC5 1, nC5 1, C6 2, N₂ 1, at 70 bara and 30 °C, is to be conditioned for sales at 70 bara with HC dew point ≤ −5 °C. Design a JT-cooling and cold-separator scheme.
Solution outline.
- Build the fluid in NeqSim with
SystemSrkEos, set classic mixing rule and run a phase-envelope calculation. The cricondentherm is around +18 °C at 80 bar — well above the sales-spec −5 °C, confirming that cooling alone is required. - Calculate the JT coefficient $\mu_{JT} = (\partial T/\partial p)_h$ at inlet conditions; for the stream above, $\mu_{JT} \approx 0.45$ K/bar. Pre-cool the gas from 30 °C to 0 °C in a gas/gas exchanger, then expand from 100 bara to 70 bara across a JT valve, dropping a further 13 K to roughly −13 °C.
- The cold separator drops out the C5+ liquids; the gas leaves the cold separator on its dew-point curve at ≈ −13 °C, well inside the −5 °C spec.
- Sales gas reheats to 5 °C in the gas/gas exchanger before leaving the unit; condensate is sent to stabilisation.
Verification in NeqSim. A ProcessSystem containing Cooler → ThrottlingValve → Separator should reproduce the same mass and energy-balance trends as the hand calculation. Use the model to check cold-separator temperature, phase split and condensate yield, and tune the EOS to field PVT data before claiming a narrow temperature or yield tolerance.
The example illustrates the routine pattern: hand-calculate phase behaviour from the cricondentherm; size the JT pressure drop from $\mu_{JT}$; verify in NeqSim with a small flowsheet.
Discussion (Figure 9.3). Observation. Compression power increases with pressure target, flow and lower inlet pressure. Mechanism. Gas compression work follows pressure ratio and efficiency; interstage cooling changes density and discharge temperature. Implication. Export pressure and late-life suction pressure are major energy and emissions drivers. Recommendation. Include compressor power and surge margin in every dry-gas production sensitivity.
9.11 Compression system design for field development
While §9.8 introduced the thermodynamic foundations of compression, this section covers the practical engineering of compression systems — the decisions that dominate CAPEX, power consumption, weight, and operability on an NCS facility.
9.11.1 Compressor types and selection
| Type | Pressure range | Flow range | Typical NCS application |
|---|---|---|---|
| Centrifugal (radial) | 2–600 bara | 2–200 000 m³/hr | Export compression, recompression, injection |
| Axial | 1–50 bara | 100 000–1 500 000 m³/hr | Large air compressors, LNG refrigerant |
| Reciprocating | 1–1000 bara | 10–50 000 m³/hr | High-ratio gas lift, small boosting, start-up |
| Screw (rotary) | 1–40 bara | 500–50 000 m³/hr | Low-pressure boosting, flare gas recovery |
Selection criteria:
- Flow and head — centrifugal is dominant for medium-to-high flow; reciprocating for high ratio / low flow.
- Turndown — centrifugal offers 70–100 % (with VGV/speed control); reciprocating offers 0–100 % (cylinder unloading).
- Weight and footprint — centrifugal is compact and light; critical for offshore platforms.
- Maintenance — centrifugal has fewer wearing parts; 5-year overhaul intervals vs 1–2 years for reciprocating.
Field development decision: For most NCS gas export and recompression applications, centrifugal compressors are the default. Reciprocating machines are used for gas-lift compression, small satellite platforms, and high-ratio single-stage applications where centrifugal cannot achieve the required head.
9.11.2 Driver selection
The driver is often the single largest equipment item (by weight and cost) on an NCS platform:
| Driver type | Power range | Efficiency | Weight | NCS examples |
|---|---|---|---|---|
| Gas turbine (aero-derivative) | 5–60 MW | 30–42 % (simple cycle) | 15–80 t | LM2500, LM6000, Trent 60 |
| Gas turbine (industrial) | 10–40 MW | 28–35 % | 50–200 t | Mars, SGT-400, Frame 5 |
| Electric motor (VSD) | 1–80 MW | 95–97 % | 20–100 t | Troll C, Valhall, Goliat |
| Steam turbine | 5–50 MW | 30–40 % | 80–200 t | Onshore LNG, refineries |
Key trade-offs:
- Gas turbines provide self-contained power but consume fuel gas (3–8 % of production), produce CO₂ emissions, and add ignition-source risk.
- Electric motors with Variable Speed Drives (VSD) eliminate combustion emissions offshore (if power-from-shore) but require power cables and onshore generation capacity. They offer superior speed control for surge management.
- The NCS trend is toward electrification — new developments (Johan Sverdrup, Martin Linge, Troll B/C) use power-from-shore to reduce emissions.
9.11.3 Multi-stage compression design
Design procedure for an $n$-stage centrifugal compression train:
- Set boundary conditions: suction pressure $p_s$ (from separator or pipeline), discharge pressure $p_d$ (export pipeline or injection target), suction temperature $T_s$ (from after-cooler).
- Choose number of stages based on per-stage pressure ratio limit: $$ r_{\text{stage}} = \left(\frac{p_d}{p_s}\right)^{1/n} \tag{9.9} $$ For natural gas ($k \approx 1.3$), limit $r_{\text{stage}} \leq 3.0$ to keep discharge temperature below 150 °C.
- Calculate discharge temperature per stage: $$ T_{\text{dis}} = T_s \cdot r_{\text{stage}}^{(n-1)/n} \tag{9.10} $$ where $n$ is the polytropic index related to efficiency.
- Calculate polytropic head per stage: $$ H_p = \frac{n}{n-1} Z_{\text{avg}} R T_s \left[r_{\text{stage}}^{(n-1)/n} - 1\right] \tag{9.11} $$
- Size after-coolers — cool discharge gas to $T_s$ (typically 30–40 °C) using seawater or air. Duty = $\dot{m} \cdot c_p \cdot (T_{\text{dis}} - T_{\text{cooled}})$.
- Calculate shaft power: $$ P_{\text{shaft}} = \frac{\dot{m} \cdot H_p}{\eta_p} \tag{9.12} $$ Total train power = sum over all stages + mechanical losses (2–3 %).
- Check surge margin — ensure that at minimum expected flow, the operating point is at least 10 % to the right of the surge line on the compressor map.
9.11.4 Anti-surge control
Surge is the most dangerous operating condition for a centrifugal compressor — flow reversal causes violent vibration, bearing damage, and potential mechanical failure within seconds.
Anti-surge system architecture:
- Surge controller — dedicated high-speed controller (response time < 200 ms).
- Surge control valve — fast-opening recycle valve (stroke time < 1 s, typically 0.5 s).
- Surge control line (SCL) — set 10 % to the right of the surge limit line on the compressor map.
- Measurement — suction and discharge pressure, suction temperature, flow (ΔP across suction element).
Surge avoidance strategies:
- Normal operation: speed control holds the operating point.
- Approaching surge: VGV close (if fitted) or speed reduces.
- SCL reached: anti-surge valve begins to open (recycle gas from discharge to suction).
- Surge detected: full-open trip of anti-surge valve.
Operations insight: Anti-surge recycle is "wasted" compression energy — the gas goes around in a circle. On a late-life platform where suction pressure has dropped and flow is below design, the compressor may spend 20–40 % of its time in recycle. This is one of the largest energy inefficiencies in NCS gas processing and drives the business case for speed reduction, impeller trimming, or compressor replacement.
9.11.5 Compressor performance maps
A compressor performance map plots:
- Head (kJ/kg or m) vs actual inlet volume flow (m³/hr)
- At multiple speed lines (90 %, 95 %, 100 %, 105 % of design speed)
Key features:
- Surge line — left boundary; connects surge points at each speed.
- Stonewall (choke) — right boundary; maximum flow per stage.
- Design point — the guaranteed operating condition.
- Maximum continuous speed — the highest speed line (105 % or per vendor).
NeqSim's CompressorChartGenerator creates synthetic performance maps from design-point parameters using affinity-law scaling. For real machines, vendor-provided curves are imported and the model validates against measured performance data.
9.11.6 Late-life compression challenges
As reservoir pressure declines, suction pressure to the compression train drops. This creates several problems:
| Problem | Cause | Solution |
|---|---|---|
| Increased volume flow | Lower density at lower pressure | May exceed stonewall |
| Higher compression ratio | Same discharge, lower suction | Discharge temperature exceeds 150 °C |
| Surge at low flow | Declining production rate | Compressor operates near surge line |
| Impeller Mach limit | High tip speed relative to sonic velocity | Limits achievable head |
Field development approach: The compression system is designed for late-life conditions (lowest suction pressure × highest volume flow), which means it is oversized at plateau. This "design for late life, operate at plateau" philosophy creates the anti-surge recycle penalty discussed above. An alternative: install a smaller compressor for plateau and add a booster stage later (a staged-investment approach used on some NCS fields).
9.11.7 Compressor design in NeqSim
NeqSim supports the full compression design workflow:
# Multi-stage compression with intercooling
compressor1 = Compressor("1st stage", feedStream)
compressor1.setOutletPressure(75.0) # bara
compressor1.setPolytropicEfficiency(0.76)
compressor1.setUsePolytropichalc(True)
cooler1 = Cooler("Intercooler 1", compressor1.getOutletStream())
cooler1.setOutTemperature(273.15 + 35.0)
compressor2 = Compressor("2nd stage", cooler1.getOutletStream())
compressor2.setOutletPressure(160.0)
compressor2.setPolytropicEfficiency(0.75)
compressor2.setUsePolytropichalc(True)
# After running, extract key results:
# compressor1.getPower() # kW
# compressor1.getPolytropicHead() # kJ/kg
# compressor1.getOutletStream().getTemperature("C")
The CompressorDesignFeasibilityReport class assesses whether a proposed compressor is realistic to build and operate — checking against 15 manufacturer databases, API 617 limits, and generating cost estimates.
9.12 Summary
Dry-gas processing is the conversion of a wet wellstream gas into a sales-gas specification product (Wobbe, heating value, water and hydrocarbon dewpoints). Core operations are slug-catching, three-phase separation, TEG or mol-sieve dehydration, hydrocarbon dewpointing (JT or expander), NGL fractionation (deethaniser / depropaniser / debutaniser / stabiliser), export compression and custody-transfer metering. The economics tilt toward turbo-expander + cryogenic NGL recovery for fields with significant C₂+ content, and toward simple JT for lean gas. NeqSim covers all unit operations and links the process results to compressor power, operating envelope and field-development decision gates.
Exercises
- Exercise 9.1. For a NCS dry gas (composition above), compute the hydrocarbon dewpoint at 70 bar with the SRK EOS in NeqSim.
- Exercise 9.2. Use Eq. 9.1 to estimate the cooling produced by a 40-bar JT throttle from 100 bar / 30 °C for a typical NCS sales gas.
- Exercise 9.3. Compute the Wobbe index and the heating value of the gas after a JT plant. Does it meet a 50–55 MJ/Sm³ Wobbe spec?
- Exercise 9.4. Compare the LPG recovery of a $-25$ °C JT plant versus a $-50$ °C expander plant for a gas with 6 mol % C₃+. Use NeqSim PT-flash.
- Exercise 9.5 [course problem P2]. Size a 12 MSm³/d dry-gas plant: define the unit-by-unit P, T, duties; size the export-compression train.
- Exercise 9.6 [compression design]. A 3-stage compression train compresses gas from 30 bara to 220 bara with equal pressure ratios per stage and intercooling to 35 °C. The gas has $k = 1.28$, $Z = 0.92$, and polytropic efficiency 75 %. (a) Calculate the pressure ratio and discharge temperature per stage. (b) Calculate the polytropic head per stage. (c) If the mass flow is 150 kg/s, estimate the total shaft power. (d) Assess whether the discharge temperatures are acceptable (limit: 150 °C).
Acid-Gas Removal and Dehydration
Discussion (Acid gas removal and gas dehydration). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the drivers for acid-gas removal (pipeline, LNG, environmental) and select between amine, membrane, and physical-solvent technologies.
- Compute TEG dehydration performance: water dewpoint versus lean-TEG concentration, contactor stages, regeneration temperature.
- Compute molecular-sieve dehydration cycle time, bed sizing, and regeneration energy.
- Compute MDEA acid-gas absorption / regeneration: lean loading, rich loading, reboiler duty.
- Use NeqSim to design a TEG contactor and an MDEA absorber for an NCS gas stream.
- Identify CO₂-removal technologies for CCS capture.
Where We Are in the Field-Development Lifecycle
This chapter covers specification-driven treatment. The key decision is how acid-gas removal and dehydration affect export quality, emissions, utilities and plant footprint.
10.1 Why remove acid gas and water?
| Driver | Limit |
|---|---|
| Pipeline corrosion | $p_{CO_2}$, $p_{H_2S}$ low; water dewpoint $< -8$ °C |
| Hydrate prevention | Water dewpoint < min ambient temperature |
| LNG cryogenic plant | CO₂ < 50 ppmv (freeze-out at $-95$ °C) |
| H₂S health & material | NACE MR0175 |
| CO₂ tax / ETS | NCS CO₂ tax is fuel- and year-specific; for combustion of natural gas Norwegian Petroleum reports NOK 944/t CO₂ in 2025. EU ETS allowances are market-priced and should be read from the current forward curve. |
| Heating value / Wobbe spec | CO₂ dilutes |
For an NCS gas sales spec: H₂S < 5 ppm, CO₂ < 2.5 mol %, water dewpoint < $-8$ °C @ 70 bar. For LNG: water < 0.1 ppmv, CO₂ < 50 ppmv, mercury < 0.01 µg/Nm³.
10.2 Dehydration
10.2.1 TEG (triethylene glycol) absorption
A continuous-contact absorber (typically a structured- packing or trayed column, 6–10 theoretical stages) brings wet gas counter-currently into contact with lean TEG (98– 99.5 wt %, dosed at 25–50 L/kgH₂O removed).
The water dewpoint achievable with TEG, as a function of lean-TEG concentration (atmospheric regeneration):
| Lean TEG, wt % | Water dewpoint, °C |
|---|---|
| 98.5 | $-10$ |
| 99.0 | $-15$ |
| 99.5 | $-25$ |
| 99.7 + stripping gas | $-40$ |
| 99.9 + DRIZO/Coldfinger | $-60$ |
Concentrations above ~ 99.0 wt % require either stripping gas (residue gas injected into the regenerator) or DRIZO/Coldfinger technology (cooling the reflux to push TEG–water VLE).
Reboiler temperature is limited to ~ 204 °C to avoid TEG thermal degradation. Above 204 °C the regeneration produces acetaldehyde and other degradation products; below 188 °C the TEG is too dilute.
Assumptions and validity range. The TEG and amine figures in this chapter are screening ranges from gas-conditioning and gas-purification references [3, 4, 50, 5]. Design-grade work must use the actual feed composition, contaminants, water/acid-gas specification, solvent vendor data, hydraulics, foaming/degradation risk, emissions controls and turndown envelope.
NeqSim's TEG dehydration template:
from neqsim import jneqsim as ns
wet = ns.thermo.system.SystemSrkCPAstatoil(303.15, 70.0)
wet.addComponent("methane", 0.95)
wet.addComponent("ethane", 0.04)
wet.addComponent("CO2", 0.005)
wet.addComponent("water", 0.005)
wet.addComponent("TEG", 0.0)
wet.setMixingRule(10)
wet.setMultiPhaseCheck(True)
# Template skeleton for a TEG dehydration process model
proc = (ns.process.processmodel.ProcessSystem())
# (build absorber, flash vessel, regenerator, …;
# see the neqsim-platform-modeling skill for the canonical
# 6-stage TEG contactor + reboiler configuration.)
print("CPA wet-gas/TEG fluid configured; process template ready for equipment wiring.")
10.2.2 Molecular-sieve adsorption
A bed of zeolite (typically 4 Å or 3 Å) adsorbs water from the gas down to dewpoints below $-100$ °C. The bed is regenerated by hot residue-gas (260–290 °C) on a fixed schedule (8–24 h adsorption / 4–8 h regeneration / 2–4 h cooling cycle, three-bed system).
Bed size: equilibrium loading $\approx 18$–22 wt %, design loading $\approx 10$–13 wt %; with feed water content $y_w$ and feed mass rate $\dot m$, the required adsorbent mass per cycle is
$$ m_{\text{ads}} = \frac{\dot m \, y_w \, \tau_{\text{cycle}}} {x_{\text{design}}} \tag{10.1}, $$
with cycle time $\tau$ in seconds and design loading $x_{\text{design}}$ as mass fraction.
Mol-sieve is required upstream of any cryogenic process (LNG, NGL recovery to ethane); TEG suffices for pipeline sales gas.
| Dehydration option | Use when | Main limitation | Design maturity |
|---|---|---|---|
| TEG contactor | Pipeline sales gas or moderate water-dew-point target. | Limited for very low dew point; sensitive to solvent quality, BTEX, foaming and stripping. | Mature after absorber/regenerator sizing. |
| Molecular sieve | LNG, NGL recovery, mercury removal or very low water specification. | Higher CAPEX/OPEX, regeneration duty, adsorbent aging and switching valves. | Mature but vendor-cycle design required. |
| MEG injection/recovery | Subsea hydrate management and restart protection. | Chemical logistics, salt management, regeneration and reclamation. | Mature after hydrate and flow-assurance verification. |
Screening validity. Equation 10.1 is an early adsorbent inventory estimate. Final molecular-sieve design requires water loading, contaminant loading, cycle time, mass-transfer zone, regeneration heating/cooling, bed aging and vendor guarantees.
10.2.3 Hydrate inhibition by MEG injection
For subsea systems: continuous MEG injection at the wellhead, MEG recovery topside (regeneration in a flash-tower / vacuum-distillation system). MEG dosing rate is governed by Eq. 8.1.
10.3 Acid-gas removal — amines
10.3.1 Process
The standard amine plant has:
- Absorber. Counter-current packed/trayed column, 6–20 theoretical stages, 30–60 °C, 60–90 bar. Lean amine in at top; rich amine out at bottom.
- Flash drum. Rich amine flashed to ~ 5 bar to release co-absorbed hydrocarbons.
- Regenerator (stripper). Trayed column with steam reboiler, 110–125 °C, 1.5–2 bar. Strips CO₂ / H₂S from the rich solvent. Acid-gas overhead (after water knock-out) typically 95–99 mol % CO₂ + H₂S.
- Lean/rich heat exchanger. Recovers heat by cross- exchanging hot lean with cold rich; reduces reboiler duty by ~ 30 %.
10.3.2 Solvent choice
| Solvent | $\alpha_{CO_2}$ | $\alpha_{H_2S}$ | Comments |
|---|---|---|---|
| MEA (mono-ethanolamine) | High | High | High reaction enthalpy → 4.1 GJ/t CO₂ reboiler duty |
| DEA | Med | High | Mature; less corrosive than MEA |
| MDEA (methyl-DEA) | Low (kinetic) | High | H₂S-selective |
| aMDEA (activated MDEA) | High | High | Most-used for bulk CO₂: ~ 2.8–3.2 GJ/t |
| DGA | Med-high | High | Lower vapour pressure than MEA |
Reboiler duty is the principal cost. For aMDEA absorbing 3 mol % CO₂ from natural gas the typical duty is 2.8–3.5 MJ/kg CO₂; for MEA it is 3.5–4.5 MJ/kg.
10.3.3 Loading
Define acid-gas loading alpha as mol acid gas per mol amine. Lean loading $\alpha_L \approx 0.05$–0.1, rich $\alpha_R \approx 0.4$– 0.5 for MDEA-based solvents. Required circulation rate:
$$ \dot m_{\text{amine}} = \frac{\dot m_{\text{CO}_2}} {(\alpha_R - \alpha_L) \, M_{\text{amine}} \, x_{\text{amine}}} \tag{10.2}, $$
with $\dot m_{\text{CO}_2}$ the mass rate of CO₂ absorbed and $x_{\text{amine}}$ the mass fraction of amine in solution (typically 0.40–0.50).
10.3.4 NeqSim implementation
NeqSim provides amine VLE through the Amine and KEnt packages with built-in MDEA, MEA, DEA component parameters:
acid = ns.thermo.system.SystemSrkCPAstatoil(313.15, 70.0)
for c, x in [("methane", 0.92), ("CO2", 0.05),
("H2S", 0.005), ("water", 0.025)]:
acid.addComponent(c, x)
acid.addComponent("MDEA", 0.0) # added in solvent loop
acid.setMixingRule(10)
acid.setMultiPhaseCheck(True)
# Solvent stream: 50 wt % MDEA in water + ~ 2 wt %
# piperazine activator for aMDEA
For full plant design see the neqsim-platform-modeling skill, which contains the canonical aMDEA absorber + regenerator + lean/rich exchanger flowsheet.
10.4 CO₂-removal for CCS capture
For post-combustion capture from flue gas (~ 4–14 mol % CO₂), the same amine technology applies but at near-atmospheric pressure:
- Larger absorber diameter (low CO₂ partial pressure, low driving force).
- Higher reboiler duty per t CO₂ (~ 3.5 GJ/t for MEA at TCM Mongstad; aMDEA / proprietary solvents achieve 2.5–3.0 GJ/t).
- Stricter SOx / NOx pre-treatment to prevent solvent degradation.
- For pre-combustion (IGCC) or oxy-fuel: physical solvents (Selexol, Rectisol) are favoured; CO₂ partial pressure is high.
For natural-gas-fired CO₂ capture (Sleipner, Snøhvit), aMDEA is the workhorse; the captured CO₂ is dehydrated and compressed to ~ 100 bar dense-phase for pipeline transport and injection.
10.5 Membrane separation
Polymer membranes (cellulose acetate, polyimide, polyamide) selectively permeate CO₂ over CH₄ ($\alpha_{CO_2/CH_4} \approx 15$–60). Used for bulk CO₂ removal from high-CO₂ fields (Sleipner, Petrobras pre-salt) at lower capex than amine, but with higher hydrocarbon losses (3–8 % CH₄ permeates with CO₂).
A typical hybrid configuration: membrane bulk-removal (80 → 10 % CO₂) followed by amine polishing (10 → 2.5 %) — minimises both capex and hydrocarbon loss.
10.6 Worked example — Snøhvit-like CO₂ removal
A 13 MSm³/d gas stream containing 5.5 mol % CO₂ at 70 bar / 30 °C is to be processed to < 50 ppmv CO₂ (LNG spec) for cryogenic liquefaction.
CO₂ mass rate to be absorbed: $\dot n_{CO_2} = 13 \times 10^6 / 22.41 \times 0.0549 \times (1 - 50 \times 10^{-6}) \approx 31 800$ kmol/d ⇒ 1 400 t/d.
Using aMDEA at $\alpha_L = 0.05$, $\alpha_R = 0.45$, $x_{\text{amine}} = 0.45$, $M_{\text{amine}} = 119$ g/mol, Eq. 10.2 gives the solvent rate $\approx 1.1 \times 10^6$ kg/h.
Reboiler duty at 3.0 GJ/t CO₂ = 4.2 PJ/d $\approx 49$ MW (continuous). This duty is supplied by gas-turbine waste-heat recovery boilers.
10.7 Theoretical foundations: amine chemistry and TEG dehydration
For an NCS gas-field operator, acid-gas removal and dehydration set the export-pipeline specification (water dew point, CO₂/H₂S limits) and therefore drive the topside footprint, the utility load and the OPEX intensity over the field's 25–40-year life. Sizing these units at concept-select (DG2) determines the topside weight envelope on a fixed platform or FPSO and locks the plant capacity at sanction. Re-rating during operation — e.g. when dehydration capacity becomes the plateau bottleneck — is one of the most expensive brownfield modifications on the NCS.
Acid-gas removal and dehydration are mass-transfer-limited unit operations that share absorption-with-regeneration as their principal architecture. This section collects the chemistry, mass transfer and energy balances.
10.7.1 Amine reaction chemistry
MEA (primary amine) reacts with CO₂ in two parallel paths:
- Carbamate formation: 2 R-NH₂ + CO₂ ⇌ R-NHCOO⁻ + R-NH₃⁺
- Bicarbonate formation (slow): R-NH₂ + CO₂ + H₂O ⇌ R-NH₃⁺ + HCO₃⁻
The carbamate path limits MEA loading to ~0.5 mol CO₂/mol amine. MDEA (tertiary amine) cannot form carbamate, so its loading approaches 1.0 mol/mol but the kinetics are 10–100× slower; an activator (piperazine 2–8 wt%) is added to accelerate it. The NeqSim AcidGasRemoval class implements the kinetic-equilibrium hybrid model.
For H₂S the reaction is direct proton transfer and is fast for both primary and tertiary amines, enabling selective absorption of H₂S from CO₂-rich streams using activator-free MDEA.
10.7.2 Mass-transfer rate
The local CO₂ flux into the amine solution is
$$ N_{CO_2} \;=\; k_L^0 \,E\, (C_{CO_2}^* - C_{CO_2}^L) \tag{10.3}, $$
with $k_L^0$ the physical liquid-side mass-transfer coefficient and $E$ the enhancement factor from chemical reaction. For MEA at fast-reaction regime, $E = \sqrt{D_{CO_2} k_2 [\text{R-NH}_2]} / k_L^0$, which can reach 10–50 at typical loadings. The enhancement factor is the principal source of the 100× capex difference between amine absorption and physical absorption at low CO₂ partial pressure.
10.7.3 Reboiler duty
The energy balance around the regenerator gives
$$ \dot{Q}_{reb} \;=\; \dot{m}_{CO_2}\,\Delta H_{abs} \,+\, \dot{m}_{lean}\,c_{p,L}\,\Delta T_{rich-lean} \,+\, \dot{m}_{H_2O,vap}\,\Delta h_{vap} \tag{10.4}, $$
with $\Delta H_{abs} \approx 80$ kJ/mol for MEA-CO₂. Typical specific reboiler duty is 3.5–4.2 GJ/t CO₂ for MEA, 2.8–3.5 for activated MDEA, 2.4–2.9 for advanced solvents (Cansolv, KS-1). The reboiler duty is the dominant operating cost (often >70 %), so solvent improvement work focuses here.
10.7.4 TEG absorption
Triethylene glycol is contacted countercurrent to wet gas in a tray or packed absorber; equilibrium follows
$$ y_{H_2O} \;=\; \frac{p_{H_2O}^{\text{sat}}(T)\,\gamma_{H_2O}\, x_{H_2O}}{p\,\hat{\varphi}_{H_2O}^V} \tag{10.5}, $$
with $\gamma_{H_2O}$ from the Twu-Sim-Tassone activity model. Lean TEG concentrations range 99.0–99.97 wt%; dew-point depression follows roughly $\Delta T_{dp} \approx 30 \cdot (X_{TEG} - 0.97) \cdot 100$ K per percentage point above 97 wt%.
10.7.5 Glycol regeneration
The reboiler must drive water out of the rich TEG without thermally degrading the glycol (decomposition above 207 °C). Three configurations:
- Atmospheric reboiler: 99.0–99.5 wt% lean.
- Stripping gas: dry gas through the still column, 99.5–99.9 wt%.
- Vacuum or DRIZO: vacuum + aromatic solvent, up to 99.97 wt%.
The choice is set by the required dew-point specification.
10.7.6 Solid-bed dehydration
Molecular sieve 4A is the standard adsorbent upstream of cryogenic LNG / NGL trains where dew points $<-100$ °C are required. The cyclic process has 4–8 hr adsorption with 2–3 hr regeneration at 260–290 °C; the bed sizing follows the mass-transfer zone concept,
$$ L_{MTZ} \;=\; \frac{q_e}{C_{\text{in}}\,k_a}\,v_g\,(t_b - t_s) \tag{10.6}, $$
with $q_e$ the equilibrium loading and $k_a$ the rate constant. NeqSim's MolecularSieve implements the breakthrough curve.
10.7.7 Coupled design — the gas-conditioning train
The integrated gas-conditioning train (slug catcher → dehydration → acid-gas removal → mercury removal → CO₂ removal → dew-point control) is a 6–8-unit sequence. The integrated optimisation balances solvent flow, regeneration energy, hydrate inhibitor make-up and export-gas specification — a multi-loop converged simulation that NeqSim performs through its ProcessSystem recycle solver.
10.8 Further theory: regeneration, BTEX emissions and design margins
10.8.1 Amine regeneration column
The rich amine from the absorber is flashed, heat-exchanged with lean amine and fed to a stripper at 1.5–2.0 bara, 120 °C. Reboiler duty is set by the stripping-steam ratio; typical 1.0–1.3 mol steam / mol acid gas. Reflux ratio 2:1 internal. Lean-loading target: 0.05 mol acid gas / mol amine for MEA; 0.005 for MDEA.
10.8.2 BTEX co-absorption in TEG
TEG absorbs aromatics (benzene, toluene, ethyl-benzene, xylenes) along with water. BTEX emissions from the regenerator overhead are regulated under the Norwegian Pollution Control Act and the OSPAR recommendation 2004-1. Mitigation: stripping-gas injection in the regenerator (BTEX exits with stripping gas which is sent to flare or fuel-gas system rather than the atmosphere), or a dedicated BTEX condenser with closed-loop recycle.
10.8.3 TEG carry-over and foaming
Carry-over of TEG from the contactor reduces lean-glycol inventory and contaminates the downstream pipeline. Causes: high gas velocity above design, foaming (corrosion inhibitors, salts, hydrocarbon condensate). Mitigation: install demister + filter coalescer downstream of contactor; defoamer dosing 1–10 ppm; maintain TEG-purity ≥ 98.5 wt %.
10.8.4 Design margins and turndown
Acid-gas removal and dehydration units are sized for full plateau gas rate plus 10 % design margin. Turndown to 30 % is achieved by parallel trains (typically 2 × 50 % or 3 × 33 %) and by reflux adjustment within a single train. NeqSim's ProcessSystem allows the parallel-train layout and the 30 %–110 % envelope to be validated as part of the FEED deliverable.
10.9 Worked example: TEG dehydration sizing for 50 MMSCFD wet gas
Problem. Sweet gas at 70 bara and 30 °C, 50 MMSCFD, water- saturated, is to be dehydrated to 30 ppmv water (≈ −10 °C dew point at 70 bar). Size the TEG contactor and the regenerator duty.
Step 1 — Lean TEG temperature and concentration. Lean TEG at 98.5 wt %, 35 °C (5 K above contactor gas to avoid hydrocarbon condensation in the contactor).
Step 2 — TEG circulation rate. Industry rule: 25–30 L TEG per kg of water removed. Saturated water content at 70 bara, 30 °C is ≈ 850 mg/Sm³; product spec 30 mg/Sm³ → remove 820 mg/Sm³ × 50 MMSCFD ≈ 1 200 kg/day water. TEG circulation: 30 L/kg × 1 200 kg/day ≈ 1.5 m³/h.
Step 3 — Contactor diameter. Souders-Brown with $K = 0.055$ m/s for structured packing yields a superficial gas velocity of 0.07 m/s at design density; the inlet volumetric gas flow at contactor conditions ≈ 0.85 m³/s, giving $A = 12$ m² and diameter ≈ 4 m. Packed height: 4 m of high-capacity structured packing for 4 theoretical stages.
Step 4 — Regenerator duty. Reboiler duty ≈ 250 kW per m³/h of TEG circulation; for 1.5 m³/h, $Q_{reb} \approx 380$ kW. Add stripping-gas heater 50 kW. Reflux condenser duty ≈ 100 kW. Lean- rich exchanger duty ≈ 200 kW.
Step 5 — Verification. A NeqSim Absorber + Distillation Column flowsheet for the TEG loop reproduces the design within ±10 % on duties and ±2 wt % on regenerated TEG concentration.
The example demonstrates the route from process spec to equipment size to verification — the routine workflow taught in this chapter.
Discussion (Figure 10.1). Observation. Wet gas contacts lean TEG counter-currently and leaves as dry gas. Mechanism. Water transfers from gas to glycol because lean TEG has low water activity; regeneration restores solvent capacity. Implication. Dew-point performance depends on contactor stages, circulation rate, glycol purity and temperature. Recommendation. Design TEG systems against both normal sales-gas duty and upset cases with high water content or low temperature.
Discussion (Figure 10.2). Observation. The amine system couples an absorber and regenerator. Mechanism. Acid gases absorb into lean solvent at high pressure and are stripped from rich solvent by heat in the regenerator. Implication. CO₂ and H₂S removal affects energy use, corrosion, solvent losses and product specifications. Recommendation. Size amine circulation and reboiler duty together, then check corrosion, foaming and emissions handling.
Sour-gas treating in context
Acid-gas removal on the Norwegian shelf is dominated by amine absorption because the sales-gas H₂S limit at the Norwegian gas-export terminals is strict (typically below 4 ppmv at Kårstø and Kollsnes), and the CO₂ specification at Kårstø (no more than about 2.5 mol%) often binds before the H₂S limit. Tertiary amines such as MDEA are preferred when only CO₂ removal is required because they avoid the corrosion and reboiler duty of primary amines, while activated MDEA (aMDEA) with piperazine is the workhorse for combined H₂S and CO₂ removal at high partial pressures. For very low residual CO₂ — typical of LNG feed — the absorber is run at high circulation rate and the lean-amine residual loading is pushed below 0.005 mol/mol with reboiler steam stripping. Membranes (cellulose acetate, polyimide) are an alternative when the feed CO₂ fraction is high (>10 mol%) and the gas can be routed back to compression after permeate flashing.
Glycol dehydration removes the water that would otherwise condense and form hydrates downstream. The TEG circulation rate is set by the water mass balance: typical loading is 25–40 kg of TEG per kg of water removed, with a regenerator reboiler operated near 200 °C and stripping gas used when the dewpoint specification is below −15 °C. Molecular-sieve adsorption is preferred when the dewpoint requirement is below −60 °C, as is the case upstream of cryogenic NGL recovery and LNG liquefaction.
10.10 Summary
Acid-gas removal and dehydration are the two unit-operations that bring a wet, sour wellstream gas to LNG- or pipeline- sales specification. TEG and mol-sieve cover dehydration; amine (MDEA / aMDEA) covers bulk CO₂ and H₂S removal; membranes are favourable for high-CO₂ fields. Reboiler duty (and associated CO₂ emissions from the gas-turbine waste-heat boiler) is the principal cost driver; NeqSim computes both the VLE and the energy balance for solvent design and optimisation.
Exercises
- Exercise 10.1. Compute the lean-TEG concentration required to deliver a $-15$ °C water dewpoint at 70 bar.
- Exercise 10.2. Use Eq. 10.1 to size the mol-sieve bed for a 5 MSm³/d feed at 100 ppmv water with an 8-h cycle.
- Exercise 10.3. For aMDEA absorbing 5 mol % CO₂, with $\alpha_L = 0.05$, $\alpha_R = 0.45$, $x_{\text{amine}} = 0.45$, compute the solvent circulation per ton CO₂ (Eq. 10.2).
- Exercise 10.4. Compare CAPEX and OPEX for a 50 t/d CO₂ membrane plant versus an MDEA plant.
- Exercise 10.5 [course problem P2]. Size a TEG dehydration unit + aMDEA acid-gas removal unit for the 12 MSm³/d sales-gas plant of P2; report column diameter, height, reboiler duty.
Field Development Engineering
Field-Development Building Blocks
Discussion (Field development concepts and building blocks). Observation. The figure decomposes a field development into modular building blocks: reservoir drainage, wells, subsea system, host facility, export system and abandonment. Mechanism. Each block has independent sizing drivers (rate, pressure, distance, water depth) but interacts with adjacent blocks through flow, pressure and cost interfaces. Implication. Concept selection combines blocks differently (e.g., subsea tieback vs standalone platform) and ranks combinations on NPV, risk and schedule. Recommendation. Use the building-block decomposition to scope each discipline’s input to concept screening and to identify which interface assumptions dominate uncertainty.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the major physical building blocks of an offshore oil & gas field: subsurface (reservoir, wells), subsea (trees, manifolds, flowlines, umbilicals, risers), topside (production / utility / accommodation), and export (pipelines, ship / FSO).
- Use the building-block taxonomy to decompose any field concept into a comparable set of components.
- Identify the key sizing variables for each block: well count, flowline diameter / length, separator capacity, compressor power, accommodation berths.
- Map a representative concept (e.g., a 4-well subsea tieback to a host) to its building blocks and to a first-pass schedule and cost.
Notebook Learning Path
Use the notebooks in this order to move from concepts to executable screening evidence:
ch11_01_digital_twin_and_lifecycle.ipynbbuilds the field-development lifecycle timeline and discipline-interface map.ch11_02_concept_evaluation_framework.ipynbranks tieback, standalone and FPSO alternatives with a weighted MCDA matrix.ch11_03_screening_and_feasibility.ipynbconverts flow assurance, artificial lift and feasibility gates into auditable figures.ch11_neqsim_field_development_building_blocks.ipynbconnects the chapter taxonomy to the NeqSim field-development API.
Where We Are in the Field-Development Lifecycle
This chapter assembles the building blocks into development concepts. Ask how wells, hosts, export routes, power and storage combine into alternatives that can be screened.
11.1 Why think in building blocks?
A modern field-development study evaluates 5–20 alternative concepts. Each is a unique combination of subsurface (well count, completion type), subsea (architecture, materials), topside (process complexity, utilities), and export (pipeline / ship). A useful concept-screening tool treats each alternative as an assembly of a small set of reusable, parameterised, costable building blocks. The analyst varies block parameters (number of wells, separator size, compressor power) without re-doing the entire concept from scratch.
Discussion (Figure 11.1). Observation. The figure places the same field on two levels: the left side shows the reservoir-to-export architecture with satellite wells, platform wells, topsides, substructure, oil storage and export lines; the right side shows the main platform functional areas such as process, drilling, utilities, living quarters, support structure and flare. Mechanism. Field development works because these physical areas exchange pressure, energy, control signals and product streams. A change in one block, such as adding a satellite well system, changes riser count, topside inlet capacity, utilities and export needs. Implication. Students should read every concept sketch as an integrated system, not as a collection of independent equipment items. Recommendation. Start a concept study by drawing this whole chain and marking which blocks are new, reused, leased or modified.
11.2 Subsurface block
The subsurface block contains the reservoir model, well count and trajectory, completion type (conventional perforated, frac pack, gravel pack, smart well), and artificial-lift requirements (gas lift, ESP, none).
Key variables.
- Well count equals recoverable volume divided by per-well recovery, with per-well recovery 5–30 MMboe.
- Drainage area: 0.5–10 km² per well depending on permeability and reservoir thickness.
- Completion CAPEX: 25–80 MNOK per subsea well (smart completion 50–80 MNOK).
- Wellhead arrival pressure $P_{wh}$ as a function of cum production via an analytical IPR (Chapter 4) or a numerical reservoir simulator coupled to the production network.
11.3 Subsea block
The subsea block (commonly called SURF: subsea umbilicals, risers, flowlines) contains:
- Trees — wellhead pressure-control assembly with master, wing, swab and choke valves. Vertical or horizontal configuration; class API 17D.
- Manifolds — combine multiple wells into a smaller number of flowline trunks; can host pigging, isolation and routing valves.
- Flowlines — typically 6–18″, X-65 carbon steel with CRA inlay or external coating; 1–60 km in length.
- Umbilicals — tubes (chemical injection, hydraulics) and electrical / fibre conductors bundled together; cross- section 100–250 mm.
- Risers — connect subsea flowlines to surface; flexible (FPSO), steel catenary (deepwater), or hybrid.
Discussion (Figure 11.2). Observation. The figure separates the subsea system into risers, riser base, flowlines, control umbilical, protection structure, template, manifold, jumpers and Xmas trees. The right-side rendering shows why the manifold is the collecting node between individual well trees and export flowlines. Mechanism. The flowline moves multiphase production, the umbilical moves power, control and chemicals, and the manifold provides routing, isolation and pigging interfaces. Implication. A subsea concept cannot be costed from well count alone; manifold slots, jumper lengths, flowline diameter, umbilical cores and riser interfaces all become cost and schedule items. Recommendation. When decomposing a subsea tieback, list every element shown in the figure and decide whether it is required, shared with existing infrastructure or avoided by a simpler architecture.
Building-block sizing rules:
- Flowline ID from the steady-state flow / pressure-drop calculation (Chapter 4); subsequent thickness from DNV pressure-containment design (Chapter 7).
- Trees and manifolds from well count and routing.
- Umbilical core count: 1 chemical injection per inhibitor type per well + hydraulic supply + power + monitoring.
11.4 Topside block
The topside block contains the process plant (separation, compression, dehydration, etc., as covered in Chapters 6– 10), utilities (power generation, cooling water, instrument air, fire-water, nitrogen), and accommodation.
On NCS plot plans the topside functional areas are labelled in Norwegian and an English-trained engineer must read both: prosessanlegg (process plant) splits into separasjon og oljebehandling (separation and oil treatment), gassbehandling og kompresjon (gas treatment and compression) and vannbehandling (produced-water treatment). Hjelpesystemer (utilities) covers kraftgenerering (power generation), kjølevannssystem (cooling water), brannvannssystem (fire water), instrumentluft (instrument air) and nitrogen. The accommodation block is boligkvarter (LQ — living quarters). These terms appear unchanged on PUD drawings and on the regulator's samtykke-documentation.
Process-block sizing depends on flow rate and pressure; utility-block sizing depends on process duty (power, heating, cooling); accommodation-block sizing depends on operating philosophy (manned vs unmanned, normally manned vs emergency-only).
Topside CAPEX scales roughly with weight (offshore weight = process + utilities + accommodation + structure + outfitting). Typical NCS factors: 100–250 kNOK/t topside CAPEX (process- heavy fields), 500–800 t per MSm³/d gas processing capacity.
11.5 Export block
For oil:
- Pipeline export to a host platform or onshore terminal (e.g., Mongstad, Sture). 100–800 km, 18–42″.
- Shuttle-tanker export from FPSO storage. Typical FPSO storage 600 000–1 800 000 bbl, offload every 5–14 days.
For gas:
- Pipeline export to a gas-export hub (Kollsnes, Nyhamna, Kårstø) and onward to Europe.
- LNG export (Snøhvit / Hammerfest LNG) — a dedicated liquefaction plant onshore or offshore (FLNG).
For CO₂ (CCS):
11.5.1 The power block — kraft fra land and havvind
A 2026 NCS PUD cannot be sanctioned without an explicit power-supply concept demonstrating compatibility with the 50 % scope-1 emission cut by 2030 (vs. 2005 baseline) [51]. Four architectures are now part of the standard building-block library:
- Kraft fra land (power-from-shore, PfS) — the dominant solution since 2010. A subsea HVDC or HVAC cable delivers Norwegian-grid power to the topside, displacing the on-platform gas turbines. Operating examples include Troll A (1996, AC, the original PfS), Gjøa (2010, AC), Valhall (2011, DC), Goliat (2016, DC), Johan Sverdrup (2019/2022, DC, full Sørlige-Utsira-Høyden hub), Martin Linge (2022, DC), Hammerfest LNG / Melkøya (planned 2030, AC). PfS eliminates 80–95 % of platform CO₂ emissions and essentially all NOx; it adds 1.5–4 BNOK CAPEX per cable plus onshore-grid reinforcement, which is sometimes the binding constraint.
- Havvind dedicated supply (offshore wind) — Hywind Tampen (2022, 88 MW, 11 floating turbines) supplies ≈ 35 % of the Snorre + Gullfaks demand, the world's first floating wind farm dedicated to oil & gas. The Norwegian government has awarded acreage for Sørlige Nordsjø II (1.5 GW bottom-fixed, hybrid grid + offshore demand) and Utsira Nord (1.5 GW floating, dedicated offshore demand) for commissioning 2028–2032; tender results are an active 2026 PUD input for new developments.
- Combined-cycle gas turbine (CCGT) — Snøhvit and Kårstø; raises thermal efficiency from ~ 33 % to ~ 45 % with a steam-bottoming cycle.
- Hybrid GT + battery — peak-shaving and spinning-reserve replacement; common as a brownfield upgrade.
The Norwegian agreement [51] between the Olje- og energidepartementet (now Energidepartementet) and the licence-holders makes kgCO₂/boe carbon intensity a normal concept-screening input for new PUDs; power supply alternatives must be justified against emissions, operability, grid capacity and cost. The NOx-fond (Næringslivets NOx-fond, 17.5 NOK/kg NOx for petroleum participants in 2024; verify current rate) and the CO₂ tax (944 NOK/t CO₂ for natural-gas combustion in 2025, with EU ETS allowance cost added separately) feed directly into the screening NPV. Whether a power-from-shore retrofit pays back on carbon charges alone is project-specific and depends on remaining field life, cable scope, grid reinforcement, turbine fuel use and ETS assumptions.
For concept work the electrical architecture is screened as an engineering system, not as a policy slogan. HVAC is normally preferred for short distances and moderate power because the offshore transformer is simple, reactive compensation can be placed at both ends, and black-start philosophy remains close to a normal platform grid. HVDC becomes attractive for longer distances or large loads because cable losses and charging-current limits are lower; it adds converter stations, harmonic filters, control-system interfaces and more demanding restart procedures. A DG2 power study therefore compares at least five quantities: delivered MW at peak and late-life turndown, cable rating and redundancy, converter availability, onshore-grid reinforcement, and the consequence of loss of import power. For normally unmanned or low-manning concepts, the emergency-power and black-start philosophy can become the deciding constraint.
The state-of-practice NCS power block also models dynamic operability. Large compressor motors, subsea boosting loads and electric heaters create fast load steps. The platform grid must survive motor starts, anti-surge recycle events, emergency shutdowns and offshore-wind variability without tripping safety-critical loads. Frequency response, reactive-power margin, harmonic filters, UPS autonomy and battery-backed ride-through are therefore part of the concept-selection dossier. A low-emission concept that cannot restart after a blackout or maintain compressor surge margin during load rejection is not sanctionable, even if its annual CO₂ number is excellent.
- Pipeline export to an injection platform (Northern Lights, Sleipner) or shuttle-tanker.
11.6 Concept = combination of blocks
Each concept is uniquely described by:
| Block | Parameter |
|---|---|
| Subsurface | Well count, well type, drainage |
| Subsea | Architecture (cluster, daisy chain, satellite); flowline diameter & length; tree type |
| Topside | Capacity, process complexity, utility scope, accommodation |
| Export | Pipeline diameter & length, or FPSO storage & shuttle |
11.6.1 NeqSim implementation: blocks as executable concepts
The same building-block logic is implemented in NeqSim's field-development package. A concept is not only a drawing; it is a small object model that can be screened, ranked and connected to process, subsea and economic models. In Python the central pattern is:
from neqsim import jneqsim as ns
from jpype import JClass
FieldConcept = JClass("neqsim.process.fielddevelopment.concept.FieldConcept")
ReservoirInput = JClass("neqsim.process.fielddevelopment.concept.ReservoirInput")
WellsInput = JClass("neqsim.process.fielddevelopment.concept.WellsInput")
InfrastructureInput = JClass("neqsim.process.fielddevelopment.concept.InfrastructureInput")
concept = FieldConcept.builder("Lean gas tieback") \
.reservoir(ReservoirInput.leanGas().co2Percent(1.5).build()) \
.wells(WellsInput.builder().producerCount(3)
.ratePerWell(1.0e6, "Sm3/d").tubeheadPressure(100.0).build()) \
.infrastructure(InfrastructureInput.subseaTieback()
.tiebackLength(25.0).waterDepth(300.0).build()) \
.build()
The objects map directly to the physical blocks of this chapter:
| Building block | NeqSim classes used in the notebook | Typical book connection |
|---|---|---|
| Reservoir and fluid | ReservoirInput, SystemSrkEos, SimpleReservoir |
Chapters 3 and 15 |
| Wells | WellsInput, WellSystem, GasLiftCalculator |
Chapters 4, 14 and 20 |
| Subsea / SURF | InfrastructureInput, TiebackAnalyzer, SubseaProductionSystem |
Chapter 13 |
| Topside processing | FacilityBuilder, FacilityConfig, ProcessSystem |
Chapters 5-10 |
| Economics and decision | ConceptEvaluator, DevelopmentOptionRanker, CashFlowEngine |
Chapters 17-18 |
| Operations and optimisation | NetworkSolver, ProductionProfile, FieldProductionScheduler |
Chapters 19-20 |
The key educational advantage is traceability. A student can change well count, tieback distance or CO₂ content in one object and see the consequence in flow assurance, facility blocks, CAPEX, emissions and ranking.
Model maturity. The field-development objects are teaching and screening abstractions. They are useful for comparing concepts and preserving a common basis across disciplines, but they do not replace discipline deliverables, vendor data, reservoir simulation, FEED cost estimates or authority review.
Discussion (Figure 11.3). Observation. The diagram shows the same blocks used in this chapter, but now as Python-accessible NeqSim classes. Reservoir, wells and infrastructure define the concept, screening tools test feasibility, facility and subsea builders add engineering detail, and economics and ranking produce the decision view. Mechanism. NeqSim keeps the same concept object as the hand-off between disciplines, so a change in the reservoir or wells is not lost when the model moves to subsea, process or economics. Implication. The field-development workflow becomes reproducible: the concept drawing, the screening table and the notebook figures can all be traced to the same input objects. Recommendation. Use the Chapter 11 notebook as the template for any student project that compares two or more development concepts.
The accompanying notebook evaluates three teaching concepts with verified NeqSim APIs: a lean-gas tieback, a black-oil development and a high-CO₂ gas platform case. It uses ConceptEvaluator, FlowAssuranceScreener, FacilityBuilder and DevelopmentOptionRanker; the result is a compact screening matrix rather than a final sanction estimate.
Discussion (Figure 11.4). Observation. The tieback, oil and high-CO₂ gas concepts are comparable in one figure even though their physical architectures are different. CAPEX, overall score, CO₂ intensity and flow-assurance severity are reported from the same computational workflow. Mechanism. The concept builder captures enough information for NeqSim's screening classes to estimate facility complexity, flow-assurance exposure and economic order of magnitude. Implication. Concept selection should not start with a single favourite architecture; it should start with several consistently defined options. Recommendation. Treat the first NeqSim run as a screening conversation: use it to expose missing input data and weak concepts before moving to detailed process simulation.
Cost and schedule then follow from the block-by-block estimates. Section 11.7 shows the canonical 4-well subsea-tieback example.
Discussion (Figure 11.5). Observation. The figure states that concept screening is based on net present value after tax, but it also requires explicit criteria for HSE, technology status, execution flexibility, operating flexibility, resource utilisation, value-chain assessment and other risk elements. Mechanism. NPV collapses a concept into one economic number, while the other criteria expose failure modes that are not fully priced at screening maturity: immature technology, weak execution market, limited IOR flexibility, poor logistics or unacceptable safety risk. Implication. Two concepts can have nearly identical NPV and still be very different decisions. Recommendation. Use NPV as the main ranking metric, then use the criteria in the figure as mandatory gates before recommending a development concept.
11.7 Worked example — 4-well NCS subsea tieback
A 50 MMboe gas-condensate field is to be developed as a subsea tieback to a host:
- 4 producing wells, each 30 MMboe per-well recovery.
- 25 km flowline, 12 inch ID, X65, polyurethane-foam wet insulation U = 2.5 W/m²K.
- 4 trees, 1 manifold, 1 umbilical (4 chemical lines + 4 hydraulic + power + comms).
- 25 km MEG injection line + topside MEG regen.
- Topside scope: tie-in receiving line, slug catcher, single- stage separator, compressor (re-inject vs export, see Chapter 9).
Block CAPEX (rough, pre-FEED):
- Subsurface (4 wells × 60 MNOK): 240 MNOK.
- SURF (flowline 250 MNOK + risers 60 + umbilical 200 + manifold 80 + trees 150 + installation 350): ~ 1 100 MNOK.
- Topside tie-in modules: 600 MNOK.
- Total: ~ 2 000 MNOK ≈ 200 M USD.
NPV depends on production profile, gas price, and tariff for host processing — typically positive for fields > 30 MMboe.
11.8 Tieback-driven NCS futures
Cross-reference. Subsea boosting, separation, and all-electric tree technology that enable many of the tiebacks discussed below are covered in Chapter 13 §13.8. The full NPV walkthrough for a 4-well, 25 km tieback with carbon-cost sensitivity is in Chapter 17 §17.10. Reserves classification (Sodir 1F–7F, PRMS 1P/2P/3P) for screening tieback candidates is in Chapter 15 §15.10.
Discussion (Figure 11.6). Observation. The decision tree frames a 3F satellite as a host-capacity problem before it becomes a detailed subsea design problem. Liquid handling, gas compression, power and slug capacity are the first gates. Mechanism. A host with spare processing capacity turns a satellite into an incremental project; a constrained host forces new compression, water handling, power import or a standalone facility. Implication. The same discovery can be economic near one host and uneconomic near another. Recommendation. In screening work, document the host bottleneck and the modification scope before estimating flowline diameter or well count.
More than two thirds of NCS resources still in the ground sit in discovered but not yet developed small accumulations, most of them within 50 km of an existing platform. The next decade of NCS field development is therefore overwhelmingly about subsea tiebacks: short-distance, marginal-volume, fast-track projects that re-use host capacity. The building- block framework of this chapter is exactly the right tool for that environment, but a few patterns deserve early recognition.
Discussion (Figure 11.7). Observation. The satellite field is tied back to an existing host through flowlines, risers and umbilicals, with a new module on the host and drilling support at the remote field. Mechanism. The host supplies processing, utilities, control and export, while the satellite supplies wells and subsea gathering. This transfers development cost from a new platform to host modification and SURF scope. Implication. Tiebacks are attractive for small NCS discoveries only if the host has enough inlet, water, gas compression, power, chemical and export capacity. Recommendation. Screen a satellite tieback by host capacity first, then by flow assurance, reservoir deliverability and tariffed economics.
11.8.1 The host-capacity decision
A tieback's NPV is dominated by what the host can absorb:
- Liquid-handling capacity — the train constraint is most often the produced-water hydrocyclone train; oil separation usually has more margin.
- Gas-compression capacity — recompression suction pressure rises with cumulative tied-back GOR; once the HP-stage suction pressure exceeds the new field's wellhead pressure, subsea boosting (Section 13.8) becomes the enabler.
- Power capacity — added compressor and pump duty must fit within the host's installed (and increasingly electrified) power envelope.
- Slug-handling capacity — the inlet separator residence time and the slug-catcher volume gate the maximum flowline length.
The tieback feasibility decision tree (Figure 11.x in the digital edition) starts with these four constraints and only then proceeds to flow-assurance and economic screens.
11.8.2 Marginal-field economics — rules of thumb (2025 NCS)
| Field size (recoverable) | Typical concept | Break-even oil price |
|---|---|---|
| < 10 MMboe | Single-well subsea tieback to host | 35–55 USD/bbl |
| 10–30 MMboe | 2–4 well subsea tieback | 25–40 USD/bbl |
| 30–80 MMboe | Subsea cluster + tieback or unmanned wellhead | 25–35 USD/bbl |
| 80–200 MMboe | New floater (FPSO/semi) or subsea-to-shore | 35–50 USD/bbl |
| > 200 MMboe | Stand-alone development | 30–45 USD/bbl |
The 30–80 MMboe band is the sweet spot for current NCS tiebacks; the marginal-cost ladder collapses sharply once a standalone facility is needed.
11.8.3 HP/HT and high-CO₂ tiebacks
A growing number of tiebacks involve elevated reservoir pressure (> 700 bar), elevated temperature (> 150 °C) or high inert content (CO₂ > 5 mol-%, H₂S > 50 ppm). Each drives specific design extensions:
- HP/HT — duplex/super-duplex flowlines, HIPPS high-integrity pressure-protection (Section 13.8.5), insulation-grade-3 wet pipe-in-pipe, ramp-up control to manage MEG inhibitor hold-up.
- High CO₂ — selective amine on host or, increasingly, subsea separation + injection of CO₂-rich gas as part of an integrated CCS/EOR scheme (Snøhvit, Northern Lights Aurora, future Norne tiebacks).
- High H₂S — sour-service materials (NACE MR0175 / ISO 15156); H₂S-removal or scavenger injection at host inlet.
These complications add 10–25 % to SURF CAPEX and dominate the risk register; they are increasingly part of the new- development baseline rather than the exception.
11.8.4 Block-level building-block library for tiebacks
For tieback-dominated planning, the block library tightens from the generic four-block set (subsurface / subsea / topside / export) to a richer tieback library:
- Wellhead block — single-well or template-cluster (typically 2–8 slots).
- Boosting block — multiphase pump or subsea separator-and-pump (Section 13.8).
- Flowline block — pipe-in-pipe, electrically trace-heated pipe (ETH-PiP), or insulated single pipe with chemical inhibition.
- Tie-in block — host PLEM/PLET, surge-protection, slug-catcher (where retrofit is needed).
- Allocation/metering block — multiphase or single-phase metering for tariff and tax.
- Host-modification block — power, controls, chemical-injection, hydrocyclone retrofit, recompression stage upgrade.
This is the basis for the 4-well NCS tieback economics in §17.11 and the subsea-processing options in §13.8.
11.9 Theoretical foundations: how the building blocks fit together
Field development is, at its core, an integration discipline. The seven building blocks introduced earlier in the chapter — reservoir, wells, subsea, topside, export, utilities and HSE — do not stand alone; each block constrains and is constrained by the others through five coupled physical and contractual mechanisms. This section consolidates the theory the rest of the chapter applies in practice.
11.9.1 The energy chain from reservoir to delivery point
The pressure required to deliver fluid from the sandface to a custody meter is the sum of all losses along the path:
$$ p_R \;=\; p_{\text{deliv}} \,+\, \Delta p_{\text{compl}} \,+\, \Delta p_{\text{tubing}} \,+\, \Delta p_{\text{flowline}} \,+\, \Delta p_{\text{riser}} \,+\, \Delta p_{\text{topside}} \,+\, \Delta p_{\text{export}} \tag{11.1}. $$
Each term is a function of flow rate, GVF, water cut and operating temperature. The reservoir delivers a finite energy budget: as $p_R$ declines through depletion, one or more $\Delta p$ terms must shrink, or the project must inject energy through artificial lift, gas-lift, boosting pumps or recompression.
A field developer's job is to allocate the pressure budget across the lifecycle. Early-life designs often deliberately accept high $\Delta p_{\text{tubing}}$ to allow large-bore wells; late-life operations tighten every other loss term to extend plateau. The NeqSim notebooks accompanying this chapter illustrate how a single flow-correlation change in the tubing model shifts the abandonment pressure by 4–8 bar — enough to swing recovery factor by several percentage points.
11.9.2 The reservoir block as a moving boundary
From the perspective of the surface engineer the reservoir is a black-box that supplies fluid at $p_{\text{wf}}(t)$, where the bottom-hole flowing pressure declines as cumulative production grows. The simplest material balance for a volumetric gas reservoir,
$$ \frac{p}{Z} \;=\; \frac{p_i}{Z_i}\Bigl(1 - \frac{G_p}{G}\Bigr) \tag{11.2}, $$
couples the upstream boundary condition of every facility model to the cumulative produced gas $G_p$. For oil reservoirs the equivalent is the Schilthuis material balance with gas-cap, water-drive and solution-gas terms. The implication for facility design is simple but often missed: the worst operating point of the topside is usually late life at low $p_{\text{wf}}$ with high water cut and high gas- oil ratio, not early-life at design throughput.
11.9.3 The wells block: nodal analysis as the integration engine
Nodal analysis solves the system at a chosen node — usually the wellhead or the manifold — by intersecting the inflow performance relationship (IPR) with the outflow performance relationship (OPR or VLP). The intersection yields the operating point $(q,\, p_{\text{wh}})$. Three IPR forms dominate practice:
- Linear PI for under-saturated oil: $q = J\,(p_R - p_{\text{wf}})$.
- Vogel for solution-gas-drive oil below the bubble point: $q/q_{\max} = 1 - 0.2(p_{\text{wf}}/p_R) - 0.8(p_{\text{wf}}/p_R)^2$.
- Forchheimer / pseudo-pressure for gas wells with non-Darcy flow.
Coupled with tubing-flow correlations (Hagedorn–Brown, Beggs–Brill, Gray) the well block becomes a single non-linear equation that NeqSim solves via WellFlowResult.computeFromIPRandVLP. Multi-well networks generalise to a network of such equations with shared pressure constraints at manifolds.
11.9.4 The subsea / SURF block: thermal–hydraulic coupling
Subsea flowlines couple hydraulics and heat transfer through the arrival temperature constraint. The energy balance over a pipeline segment of length $L$ is
$$ T(L) \;=\; T_\infty \,+\, (T_0 - T_\infty)\,\exp\!\Bigl( -\,\frac{U\,\pi\,d\,L}{m\,c_p}\Bigr) \tag{11.3}, $$
where $U$ is the overall heat-transfer coefficient (1–8 W m⁻² K⁻¹ for flexibles, 0.5–2 for pipe-in-pipe, 0.1–0.5 for direct-electrical- heated flowlines). The arrival temperature must remain above the hydrate formation temperature plus a margin of typically 3–5 K.
11.9.5 The topside block: degree-of-freedom counting
A topside is a network of unit operations whose degrees of freedom must match the available specifications and controllers. For a single three-phase separator the degree-of-freedom count is
$$ N_F \;=\; N_C + 2 \,-\, N_{\text{eq}}\,-\, N_{\text{spec}} \tag{11.4}, $$
with $N_C$ components, two intensive variables ($T,\,p$), $N_{\text{eq}}$ phase-equilibrium equations and $N_{\text{spec}}$ operator specifications. For a five-stage train operating from HP at 85 bar to LP at 1.5 bar the count gives ten free variables (pressures and temperatures), which is exactly what the designer chooses through stage pressures and inter-stage cooler duties.
11.9.6 The export block: contractual specifications as boundary conditions
Sales-gas and oil contracts impose hard boundary conditions on the upstream design:
| Specification | Typical value (NCS sales gas) | Standard |
|---|---|---|
| Wobbe index | 47.2–51.4 MJ/Sm³ | EN 16726 |
| Hydrocarbon dew point | < −10 °C at 70 bar | ISO 23874 |
| Water dew point | < −18 °C at delivery pressure | ISO 18453 |
| H₂S | < 4 ppmv | NORSOK |
| CO₂ | < 2.5 mol% | EN 16726 |
Each specification translates into a unit-operation duty upstream: hydrocarbon dew-point sets the demethaniser column duty; H₂S limit drives amine circulation; TVP sets the stabiliser column.
11.9.7 The utilities block: cost-of-energy bookkeeping
Utilities are the connective tissue between blocks. A first-pass utility balance for a generic NCS topside is roughly:
| Utility | Typical demand | Driver |
|---|---|---|
| Electrical power | 30–80 MW | Compression, pumping |
| Process heat | 20–50 MW | Stabiliser, TEG/MEG |
| Cooling water | 40–100 MW | Inter-stage gas coolers |
| Fuel gas | 200–500 kSm³/d | Gas turbines (if not electrified) |
Electrification from shore — Johan Sverdrup, Troll West, Oseberg — collapses the fuel-gas line to zero and roughly halves Scope-1 CO₂ emissions of the field.
11.9.8 The HSE block: barriers as design constraints
Every block must satisfy two-barrier philosophy (NORSOK S-001): at least two independent barriers between hydrocarbons and the surroundings at all times. SIL-2 emergency shutdown valves have probability of failure on demand $\le 10^{-2}$, implying proof-test intervals of 6–12 months — themselves operational constraints that feed back into production scheduling (Chapter 19).
11.9.9 Putting the building blocks together: the coupled solve
A field-development simulation iterates over five coupled solvers:
- Reservoir → wells: material balance + IPR.
- Wells → subsea: nodal analysis with VLP.
- Subsea → topside: arrival pressure / temperature.
- Topside → export: process flow-sheet at every life-cycle point.
- Export → economics: NPV / IRR over the production profile.
The outer loop closes by adjusting the design variables (well count, flowline diameter, separator pressures, compressor stages) until the project meets its objective function — typically minimum unit technical cost subject to NORSOK S-001 safety, NORSOK Z-013 risk and NORSOK Z-015 operations constraints.
11.10 Further theory: integrated reservoir-to-export modelling
The building blocks of a field development couple through the integrated production model (IPM). Reservoir, well, flowline, process and export pipeline are solved simultaneously to find the operating point that maximises NPV subject to all constraints. NeqSim's ProcessSystem and ProductionOptimizer provide the process side; reservoir simulators (Eclipse, Intersect, OPM) provide the subsurface side; the two are coupled iteratively at the wellhead pressure boundary.
11.11 Concept-selection checklist
A complete concept-selection deliverable answers the following questions, in order, with quantitative evidence:
- What is the reservoir resource volume range (P10/P50/P90)~
- What is the fluid composition and the implications for process flowsheet complexity?
- What is the water depth and what host concepts are physically feasible?
- What hosts already exist within an economic tieback radius?
- What is the production-profile range and the resulting facility-size envelope?
- What is the export-pipeline option (existing infrastructure vs new-build)~
- What is the indicative capex range for each viable concept?
- What is the schedule (sanction-to-first-oil) for each viable concept?
- What is the indicative NPV for each concept at base price and stress-tested prices?
- What is the HSE risk profile?
- What is the regulatory pathway and timing?
- What is the recommended concept and the key sensitivities that would change the recommendation?
A FEED-quality concept-selection report runs to 100–300 pages and takes 6–12 months to compile; this checklist is the table of contents.
11.12 State-of-art assurance topics for NCS developments
The modern NCS concept dossier extends beyond the traditional subsurface, subsea, topside and export blocks. A sanctionable project also shows that the selected concept can be built, started up, operated, measured, maintained, defended digitally and eventually abandoned without creating hidden lifecycle risk. These topics are often the difference between an elegant concept and an executable development plan.
| Assurance topic | Field-development question | Typical evidence |
|---|---|---|
| Technical assurance | Has the project passed independent discipline and decision-gate review? | Basis-of-design register, technology qualification plan, interface register, design reviews |
| Operations readiness | Can the asset start up and operate safely from first production? | Commissioning plan, start-up sequence, operating envelope, training and spares plan |
| RAM and maintenance | Does the concept meet regularity targets through the lifecycle? | Availability model, critical-equipment list, maintenance philosophy, sparing and intervention strategy |
| Digital thread | Will data survive handover from project to operations? | Tag hierarchy, model handover plan, digital-twin scope, historian and document-control rules |
| Brownfield integration | Can the host absorb the new field without unacceptable shutdown or HSE exposure? | Host-capacity register, shutdown plan, SIMOPS plan, tie-in isolation and lifting studies |
| Procurement and contracting | Is the supply-chain strategy consistent with schedule and risk? | Contracting strategy, long-lead list, market capacity review, fabrication and installation windows |
| Metering and allocation | Can production, tariffs, tax and emissions be measured defensibly? | Fiscal-metering concept, allocation model, uncertainty budget, sampling and analyser philosophy |
| Control systems and cyber | Can the control and safety systems be modified and protected? | ICSS architecture, alarm philosophy, cybersecurity zoning, remote-operations and patching plan |
| Human factors | Can people operate and maintain the asset under realistic workload and access constraints? | Control-room workload review, maintainability studies, access and lifting reviews, emergency-response plan |
| Decommissioning | Is cessation considered before facilities are selected? | Abandonment basis, removal scope, plug-and-abandon assumptions, residual-liability estimate |
These assurance topics should be introduced at concept-selection maturity, not postponed until execution. They are cheap to influence before the concept is frozen and expensive to recover once fabrication, subsea installation or brownfield tie-ins are underway. For example, an all-electric subsea concept can look attractive in CAPEX and emissions terms, but it must also demonstrate power-system restart, cyber-secure remote control, intervention philosophy, subsea spare strategy and data handover to operations. A brownfield tieback can look simple in the process simulator, but the decisive risk may be a two-week host shutdown, limited lifting capacity, obsolete control systems or missing allocation metering.
The practical rule is to add one assurance row to every concept-screen alternative. For each concept, state the most important lifecycle risk, the evidence currently available, the evidence needed before DG2/DG3, and the owner of that evidence. This keeps project execution, operations and late-life responsibility visible while the technical building blocks are still being selected.
Health, safety and environment in field development
Safety on the Norwegian shelf is structured around the barrier philosophy defined in Havtil's Activity and Facilities Regulations and the NORSOK S-001 standard. A barrier is a technical, operational or organisational measure that is intended to prevent a hazardous event, limit its escalation, or reduce its consequences. The operator must document at least one technical and one independent organisational barrier for each defined hazard, and the performance requirements (functionality, integrity, response time and robustness) must be stated explicitly so they can be tested and maintained. Failure of a barrier element must be reportable.
Safety-instrumented functions (SIFs) — for example emergency shutdown of a wellhead valve on confirmed gas detection — are classified by their safety integrity level (SIL 1 to SIL 4) according to IEC 61508 and its process-industry sector standard IEC 61511. The SIL is the average probability of failure on demand (PFD$_\mathrm{avg}$) and is determined by layer-of-protection analysis (LOPA) starting from the consequence of the unmitigated event. A typical platform has a handful of SIL 2 functions on hydrocarbon containment and one or two SIL 3 functions on subsea isolation and blowdown. The corresponding proof-test interval is set so that the demonstrated PFD$_\mathrm{avg}$ remains below the band defined for the assigned SIL.
Risk is quantified in a quantitative risk assessment (QRA) that follows NORSOK Z-013. The output — fatality risk per installation year, frequency–consequence (FN) curves, and individual risk per annum (IRPA) — must satisfy the operator's risk-acceptance criteria and Havtil's expectation that risk be reduced as low as reasonably practicable (ALARP). Working-environment risk is managed under a separate but parallel framework defined in the Activity Regulations §§ 21–32 and NORSOK S-002.
Decommissioning and cessation of production
A field development on the NCS is not complete until the decommissioning plan has been approved and executed. Section 5-1 of the Norwegian Petroleum Act requires the operator to submit a cessation plan between two and five years before licence expiry or permanent shut-in; the plan must address disposal of all installations and pipelines and the post-closure liability for the area. Removal follows the OSPAR Decision 98/3 prohibition on dumping: as a rule, all offshore installations must be returned to shore for reuse, recycling or disposal, and only specific large concrete gravity-base structures and very deep steel jackets may be granted derogation to remain in place after a case-by-case evaluation.
Plug and abandonment of wells follows NORSOK D-010: each well must be left with at least two qualified well barriers across every permeable formation, and the position, type and verification of each barrier must be documented in a permanent abandonment dossier. P&A is typically the single largest cost in decommissioning (50–70 % of the total), and decommissioning provisions are recognised in the field's economics from project sanction onwards. Pipeline decommissioning options range from full removal to leaving in place after cleaning, flushing and end-sealing, subject to fishing-trawl risk assessment. Notable Norwegian decommissioning campaigns include Frigg (TCP2 jacket removed 2010, concrete substructures left in place under derogation), Heimdal (planned, post-2030) and the Brage pre-decommissioning study issued by the operator in 2024.
Discussion (Figure 11.8). Observation. The tieback alternative ranks highest when NPV, CAPEX, flow-assurance risk, schedule and emissions are weighted together. Mechanism. The weighted MCDA score converts unlike decision criteria to a common preference scale before summing the concept scores. Implication. Concept selection can favor a lower-CAPEX, faster and lower-emission option even when another option has stronger standalone value potential. Recommendation. Keep the raw score table beside the weighted ranking so reviewers can challenge both the criteria and the weights.
Discussion (Figure 11.9). Observation. The heatmap separates the strengths and weaknesses of each concept instead of hiding them inside one aggregate number. Mechanism. Each row is a concept and each column is a normalized decision criterion, making high and low scores directly comparable. Implication. Decision makers can see whether the ranking is driven by economics, execution, flow assurance or environmental performance. Recommendation. Use this view in concept-select reviews before presenting the single MCDA ranking.
Discussion (Figure 11.10). Observation. PVT, reservoir, process, facilities and economics exchange a small number of high-value variables. Mechanism. Fluid properties, production rates, process duties and cost assumptions move through explicit interfaces that define units, validity range and ownership. Implication. Poor interface control creates inconsistent concept rankings and double-counted uncertainty. Recommendation. Treat each interface as a contract before running sensitivities or optimization loops.
Discussion (Figure 11.11). Observation. Early lifecycle phases are short in calendar time but dominate later value, uncertainty and design freedom. Mechanism. Discovery, appraisal and concept select define the resource range, architecture and constraints that detailed engineering later refines. Implication. Digital-twin models are most valuable before sanction, when alternatives can still be changed. Recommendation. Label each model result with its lifecycle phase and decision gate.
Discussion (Figure 11.12). Observation. Gas lift scores highest in the illustrative screening case. Mechanism. Gas lift combines reliability and operational flexibility without adding subsea rotating equipment, while still supporting moderate water cut and solids uncertainty. Implication. The selected lift method affects wells, subsea controls, compression and operating philosophy. Recommendation. Screen artificial lift before freezing subsea architecture and umbilical requirements.
Discussion (Figure 11.13). Observation. Hydrate risk dominates the cold tieback cases, while CO₂ corrosion dominates the high-CO₂ gas case. Mechanism. Low seabed temperature and free water increase hydrate likelihood; high acid-gas partial pressure increases corrosion and materials risk. Implication. Similar-looking concepts can fail for different technical reasons. Recommendation. Carry the leading flow-assurance threat into the MCDA and cost-contingency basis.
Discussion (Figure 11.14). Observation. Hydrate-control confidence is below the illustrative DG1 threshold, while host capacity and materials are stronger. Mechanism. Hydrate mitigation depends on uncertain fluid composition, water production, cooldown and thermal assumptions. Implication. A concept can be economically attractive but still immature for concept select. Recommendation. Convert low-confidence gates into named DG2 actions with owner, cost range and decision date.
11.13 Summary
Field-development concepts are most usefully analysed as combinations of subsurface, subsea, topside, and export building blocks, each with parameterised sizing rules and cost factors. This decomposition supports rapid screening of many concept alternatives and feeds the economic analysis (Chapter 18) and project schedule (Chapter 19).
Exercises
- Exercise 11.1. Decompose the Aasta Hansteen development into building blocks and tabulate the parameter values.
- Exercise 11.2. For a 100 MMboe gas-condensate field, propose two building-block concepts (FPSO vs subsea tieback) and tabulate the differences.
- Exercise 11.3. From Stanko 2024 [1] look up typical NCS subsea-tieback CAPEX as a function of distance and well count.
- Exercise 11.4. Sketch the SURF block diagram for a 6-well, 2-manifold, 25-km tieback; count the umbilical cores required.
- Exercise 11.5 [course problem P3]. Using the building- block decomposition, generate a CAPEX estimate for the P3 subsea tieback.
Offshore Structures
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the principal offshore-structure concepts: fixed jacket, gravity-base structure (GBS), jack-up, compliant tower, semi-submersible, tension-leg platform (TLP), spar, FPSO, FLNG, FSO.
- Match each concept to its water-depth and payload regime.
- Describe the load classes (gravity, hydrostatic, wave, wind, current, ice, seismic, accidental) and how they drive design.
- List the main NCS structure examples (Troll A, Statfjord, Heidrun TLP, Aasta Hansteen, Goliat, Johan Sverdrup) and identify their structural-concept choice.
- Use a case-based structure-selection workflow that combines water depth, dry- versus wet-tree philosophy, storage, riser feasibility, metocean exposure, payload, yard availability and life-cycle operations.
Where We Are in the Field-Development Lifecycle
This chapter connects metocean, payload, water depth and construction logic to host selection. Keep the structure tied to the field concept rather than treating it as a standalone object.
12.1 The structures landscape
Offshore production-facility structures are the largest single CAPEX item in many developments. They host the topside process plant, accommodate the workforce, and connect to subsea wells via risers. Four key drivers select the concept: water depth, payload, reservoir/well-access philosophy and metocean loading. The screening envelopes below are deliberately broad teaching ranges compiled from offshore-structure texts and DNV limit-state design practice [52, 53]. They are not a substitute for site-specific metocean, geotechnical, fatigue and accidental-load design. The first screening questions are:
- Water depth. Fixed jackets and GBS concepts dominate shallow and moderate water depths; compliant towers extend the bottom-fixed envelope in some regions; floating concepts (TLP, semi-submersible, spar and FPSO) become the main candidate set as water depth and fixed substructure weight increase.
- Topside payload. Heavy integrated topsides favour concepts with high payload capacity and low motions. Payload limits are project- specific and depend on hull, substructure, fabrication and installation strategy rather than one universal tonnage threshold.
- Storage requirement. FPSO if oil storage offshore is required (no pipeline export available).
- Environmental loads. Ice (Barents Sea, Sakhalin), extreme waves (North Atlantic), earthquakes (offshore California, Indonesia).
Discussion (Figure 12.1). Observation. The water-depth envelope shows why concept selection changes from bottom-fixed structures in shallow and moderate water to floating structures in deep water. Jackets and GBS occupy the lower-depth range, compliant towers and TLPs extend the transition zone, and semi-submersibles, spars and FPSOs cover the deepwater space. Mechanism. As water depth increases, fixed substructure weight, foundation loads, installation complexity and wave-current overturning moments grow rapidly; floaters replace seabed-fixed load paths with buoyancy, moorings, tendons and risers. Implication. Water depth is the first eliminator in a concept study, but it is not the final decision: storage, dry-tree needs, payload, metocean and export route decide between feasible concepts. Recommendation. Use this figure to remove impossible concepts first, then use Figures 12.2-12.4 and the pros/cons table below to choose among the remaining candidates.
Discussion (Figure 12.2). Observation. The figure frames concept selection as a business-case optimization around two factor groups: main technical drivers (water depth, reservoir geography, tree type, intervention needs and storage) and secondary execution drivers (weather, area optionality, yard availability, technology maturity and riser design). Mechanism. These drivers are coupled: choosing dry trees changes the host motion requirement; choosing oil storage points toward an FPSO; choosing long-distance subsea tiebacks moves value from the host structure to risers, flowlines and controls. Implication. A student should not select a structure by water depth alone. The correct answer for an exam or project case is normally the concept that best closes the whole development loop: wells, host, export, operability and cost. Recommendation. Start every structure-selection answer with this factor list, then eliminate concepts using hard constraints before ranking the survivors on economics and execution risk.
Discussion (Figure 12.3). Observation. The figure groups the main concepts into bottom-fixed structures (jackets, GBS and jack-ups for drilling or temporary service) and floaters (TLP, spar, semi-submersible and FPSO). Mechanism. Bottom-fixed structures resist wave and current loads through the seabed foundation; floaters survive by buoyancy, restoring stiffness and mooring/tendon systems. This changes the design bottleneck: fixed platforms are governed by steel or concrete weight and foundation loads, while floaters are governed by motions, risers, station-keeping and marine operations. Implication. The visual comparison helps explain why the NCS contains both families: shallow and moderate water depths favoured jackets and GBS in the early large fields, while deeper or remote fields moved toward spars, semi-submersibles and FPSOs. Recommendation. When comparing concepts, first state whether the case is bottom-fixed or floating; then discuss the limiting load path for that family.
Discussion (Figure 12.4). Observation. The screening envelope overlays water depth with two decision needs: oil storage and dry-tree access. FPSOs span the widest water-depth range and solve storage; TLPs, spars and some jacket/GBS concepts can support dry trees; semi-submersibles occupy a broad wet-tree floating envelope. Mechanism. Dry trees require small vertical motions at the wellhead, so TLP tendon stiffness or spar heave behaviour is valuable. Oil storage requires hull volume and offloading equipment, so a ship-shaped FPSO becomes attractive even when another host could carry the topside. Implication. A deepwater oil field without pipeline export often selects FPSO even if a semi-submersible could handle the process payload. A high-intervention field may prefer TLP or spar even when an FPSO is possible. Recommendation. Use this figure as the first screening chart: water depth sets the candidate set, storage and tree philosophy usually decide the short list.
12.2 Fixed structures
12.2.1 Steel jacket
A welded space frame (steel tubular members, K-joints, X- joints) piled into the seabed. Jackets are a mature solution for shallow to moderate water depths, with the practical envelope set by site metocean conditions, foundation capacity, topside weight and installation method. Examples include Ekofisk steel jackets, Oseberg steel jackets and the Johan Sverdrup steel jacket platforms.
Sizing variables:
- Water depth $d$.
- Wave-loading: the project design sea state drives hydrodynamic load $F = 0.5 C_d \rho_w D u^2$ on each member.
- Topside payload (deck load).
- Pile penetration / capacity.
Early jacket weights are normally estimated from benchmark projects and then replaced by structural models once pile, member and installation constraints are known. Simple tonnes-per-metre rules are useful only as order-of-magnitude checks.
12.2.2 Gravity-base structure (GBS)
A reinforced-concrete caisson sitting on the seabed by its own weight (normally without driven piles); large concrete columns support the deck. Examples include Troll A, Statfjord A/B/C, Gullfaks A/B/C and Hibernia. Heidrun is a concrete TLP, not a GBS.
Some GBS designs include storage cells in the caisson, which can reduce or remove the need for separate offshore storage. Storage is a design choice, not a property of every concrete substructure.
12.3 Compliant towers and TLPs
12.3.1 Compliant tower
A slender tower on the seabed, designed to flex with wave loading rather than resist rigidly. It extends the bottom-fixed concept family into deeper water in regions where the metocean, fabrication and installation basis support it. There are no NCS production examples; Gulf of Mexico examples include Lena and Petronius.
12.3.2 Tension-leg platform (TLP)
A semi-submersible-like hull with vertical, taut tendons anchored to the seabed. The hull's positive buoyancy keeps the tendons in tension, providing minimal vertical motion. Allows surface (dry-tree) wells. NCS examples include Snorre A and Heidrun; Gulf of Mexico examples include Auger, Mars and Brutus.
Restoring force in heave $\approx$ tendon axial stiffness $\sim k = E A / L_{\text{tendon}}$; periods 2–4 s in heave (below the wave-period range).
12.4 Floating production: semi, spar, FPSO
12.4.1 Semi-submersible
A multi-column hull with submerged pontoons, dynamically positioned or moored. Semi-submersibles are selected for favourable motion behaviour, flexible deck layouts and wet-tree developments with risers to a floating host. NCS examples include Visund, Snorre B, Veslefrikk B and Kristin. Aasta Hansteen is a spar, and Johan Castberg is an FPSO.
Discussion (Figure 12.5). Observation. The figure highlights the semi-submersible as a favourable-motion host for risers, processing, personnel and drilling, while listing payload cost, limited deck area and no oil storage as its main trade-offs. Mechanism. Columns and pontoons reduce waterplane area and push the heave period away from the strongest wave-energy range; the same geometry provides less convenient storage volume than a ship hull and less vertical stiffness than a TLP. Implication. Semi-submersibles fit gas or oil developments with pipeline export, wet trees and a need for stable marine operations, but they are weaker for isolated oil fields where storage drives the host choice. Recommendation. Select a semi-submersible when motion performance and drilling flexibility are valuable and when export infrastructure removes the need for large offshore oil storage.
12.4.2 Spar
A vertical-cylinder hull (deep draft, low waterplane area), moored by catenary chains, very low heave motion. Used 600– 3 000 m water depth. Topside payload 10 000–20 000 t. NCS example: Aasta Hansteen (the only spar on the Norwegian Continental Shelf).
12.4.3 FPSO
Ship-shaped floating production, storage and off-loading unit. Built from purpose-built or converted tanker hulls. Storage 0.6–2.0 M bbl crude. Used in any water depth from 30 m to deepwater, provided the mooring, riser and offloading systems can be qualified for the site. NCS examples include Norne, Skarv, Goliat, Johan Castberg and Yme MOPU (special case). FPSOs are globally common, especially where oil storage and shuttle-tanker export are central to the development concept.
Sizing variables:
- Storage volume from production rate × off-load cycle (5– 14 days).
- Hull length / breadth from storage; topside footprint and module weights.
- Mooring system: spread (turret-less) or turret-mounted; internal vs external turret for heading control.
The structural-concept envelope is summarized here as a student-facing pros/cons table instead of repeating the production-potential figure used in Chapter 4.
| Concept | Best use | Main advantages | Main disadvantages |
|---|---|---|---|
| Jacket | Shallow to moderate water depth with pipeline export and fixed wells | Mature, stiff, familiar fabrication, good topside access | Steel weight and pile loads rise quickly with water depth; expensive offshore installation |
| GBS | Large shallow-to-moderate NCS fields with heavy topsides or storage benefit | Very robust, high payload, possible concrete storage cells | Requires suitable seabed, large construction project, difficult decommissioning |
| TLP | Medium/deep water where dry trees and frequent intervention are valuable | Very small heave, surface well access, good riser control | Tendon system is complex; payload and tendon tension constrain design |
| Spar | Deepwater dry-tree or low-heave host with moderate payload | Excellent heave response, good riser performance, deepwater capable | Deep draft, specialized installation, no oil storage |
| Semi-submersible | Wet-tree development with pipeline export, drilling flexibility and motion-sensitive processing | Good motions, flexible layout, suitable for many water depths | Limited storage, topside weight/space constraints, larger motions than TLP/spar |
| FPSO | Remote oil fields needing offshore storage and shuttle-tanker export | Storage plus processing in one hull, broad water-depth range, redeployable concept | Larger motions, turret/mooring complexity, riser congestion and offloading weather sensitivity |
Use this table as the quick pros/cons reference. Chapter 4 keeps the separate production-potential figure; Chapter 12 uses this table for structure choice.
12.4.4 Tree philosophy and distributed area architecture
The choice between dry trees and wet trees is often more important than the name of the floating structure. Dry trees place the wellhead and master valves on the host, enabling direct intervention from the platform but requiring small heave and relative-motion limits. Wet trees place the wellhead on the seabed, connected by flowlines, risers and umbilicals; this permits FPSOs and semi-submersibles with larger motions, but intervention becomes a subsea operation with vessel availability, weather windows and control-system reliability as key risks.
Discussion (Figure 12.6). Observation. The figure shows several subsea templates, flowlines and umbilicals connected to remote host facilities. The wellheads are on the seabed rather than on a fixed deck or TLP wellbay. Mechanism. Subsea wells decouple reservoir drainage from host location. That lets the development follow reservoir geometry with satellite templates and tiebacks, but adds hydraulic pressure drop, hydrate management, chemical delivery, control-system latency and vessel-based intervention. Implication. Wet-tree architecture makes FPSO and semi-submersible hosts practical for remote or deep fields; dry-tree architecture favours TLPs, spars or fixed platforms where frequent well intervention or high well count justifies the host complexity. Recommendation. In a concept-selection case, decide the tree philosophy before the hull: if high-frequency workover is central to the value case, keep dry-tree concepts alive; if reservoir spread and storage dominate, wet-tree floaters often win.
Discussion (Figure 12.7). Observation. Yggdrasil is shown as a network, not a single platform: Hugin A combines process, well area and living quarters; Munin and Hugin B are unmanned platforms; the area includes subsea templates, power from shore and oil/gas export pipelines. Mechanism. Modern NCS developments distribute functions to reduce offshore manning, reuse pipeline corridors, electrify power demand and place well facilities near reservoir compartments. Implication. The structure-selection question is increasingly an area-architecture question. A jacket, unmanned wellhead platform, subsea template and host process platform can be one integrated concept rather than competing alternatives. Recommendation. For NCS cases, sketch the area first: well clusters, host location, export route, power supply and intervention access. Then choose each structure role inside that architecture.
12.5 Loads
The principal load classes (per DNV-OS-C101 and NORSOK N- 003):
- Permanent (G). Self-weight, equipment dead-load.
- Variable (Q). Live load, stored fluids.
- Environmental (E). Wave, wind, current, ice, snow, earthquake.
- Accidental (A). Dropped objects, vessel impact, fire, blast, abnormal loads.
- Deformation (D). Settlement, thermal.
Discussion (Figure 12.8). Observation. The figure combines a North Sea pressure/wave map, a wind rose, a measurement buoy and a scatter plot relating significant wave height to spectral peak period for Visund. It also lists waves, current and wind as the primary environmental actions and asks whether directions are co-linear. Mechanism. Offshore structures are not designed for one wave height; they are designed for joint probabilities of wave, wind and current, including directionality, swell, combined sea states and associated values. Implication. A jacket may be governed by base shear from extreme waves, while a floater may be governed by low-frequency drift, mooring tension and fatigue from repeated sea states. The same water depth can therefore produce different structure choices in the North Sea, Norwegian Sea and Barents Sea. Recommendation. In a selection case, state the metocean environment explicitly: design sea state, dominant direction, current, ice or icing exposure, and whether installation windows are restrictive.
Design wave-load: $F = \int_0^{\eta(t)} (0.5 C_d \rho D u \, |u| + C_m \rho A \dot u) \, dz$ (Morison equation), integrated over the wetted member length from the seabed to the instantaneous wave surface $\eta(t)$.
NORSOK N-001 / N-003 and the relevant DNV / ISO offshore-structure standards define the design basis, environmental actions, partial factors and limit-state checks. Pipeline standards are separate from platform structural-design standards.
Discussion (Figure 12.9). Observation. The figure presents offshore structural verification as $F_d \le R_d$, where characteristic loads are increased by load factors and characteristic resistance is reduced by material or resistance factors. It also separates ultimate, accidental, serviceability and fatigue limit states. Mechanism. The design format moves uncertainty out of a single deterministic number and into safety factors calibrated to target reliability. Extreme storms, blast, operating deflections and wave-cycle fatigue are checked as different failure modes because they have different statistics and consequences. Implication. Concept selection must include verification effort: a technically possible structure can become unattractive if fatigue inspection, accidental-load robustness or serviceability motions are too costly. Recommendation. When justifying a concept, identify the governing limit state for that structure family: ULS base shear for jackets, FLS joints and risers, ALS collision/fire/blast, or SLS motion and air gap for floaters.
12.6 Worked example — concept selection
A 100 MMboe oil field at 350 m water depth, distance 50 km from any host:
- Reservoir and wells. Several subsea templates are acceptable; no requirement for dry-tree workover from the host.
- Export route. No nearby oil pipeline or host with spare oil export capacity; shuttle-tanker export is realistic.
- Water depth. 350 m is near the practical upper range for a large fixed jacket/GBS and inside the normal floating envelope.
- Payload. A 100 MMboe oil field can usually support a full processing host, but not necessarily a very heavy dry-tree TLP.
- Metocean. North Sea / Norwegian Sea conditions require robust mooring, offloading operability and fatigue design.
The first screening removes concepts that violate hard constraints. The second screening ranks the feasible concepts on value drivers:
| Concept | Constraint check | Value check | Screening result |
|---|---|---|---|
| Large jacket / GBS | Technically possible but at upper water-depth edge | High substructure CAPEX and heavy installation | Reject unless fixed wells or exceptional payload justify it |
| TLP | Feasible at 350 m and supports dry trees | Dry-tree value is low because subsea wells are acceptable | Keep only if intervention frequency is high |
| Semi-submersible | Feasible and good motions for risers/process | Needs pipeline export or separate storage/offloading | Keep if export pipeline becomes available |
| Spar | Feasible but more attractive in deeper water | No storage, special fabrication/installation | Reject for this oil-storage-driven case |
| FPSO | Feasible at 350 m, wet trees acceptable | Provides storage and shuttle-tanker export | Preferred base concept |
The preferred answer is therefore an FPSO with subsea wet-tree wells, flexible risers, turret or spread mooring depending on wave directionality, and shuttle-tanker offloading. A semi-submersible becomes competitive only if a pipeline export solution is added. A TLP becomes competitive only if the well-intervention strategy changes from subsea vessel intervention to frequent dry-tree intervention. This is the reasoning pattern students should reuse: state the hard eliminators first, then state the value trade-off that selects the winner among feasible concepts.
12.7 Screening mechanics and validity limits
The platform-concept comparison earlier in this chapter is intended as a screening method, not a structural-design manual. Detailed offshore-structure design requires project-specific metocean data, soil data, structural models, fatigue analysis, accidental-load assessment, installation analysis and discipline review. The following principles are enough for the course-level concept-selection exercises.
For slender jacket members, risers and tendons, first-pass wave loading is often explained with Morison's equation:
$$ \mathrm{d}F = \tfrac{1}{2}\rho C_D D |u|u\,\mathrm{d}z {}+ \rho C_M \frac{\pi D^2}{4}\dot{u}\,\mathrm{d}z \tag{12.1} $$
Here $u$ is the water-particle velocity and $\dot{u}$ is the water-particle acceleration. The drag and inertia coefficients are not universal constants; they depend on member roughness, marine growth, Keulegan-Carpenter number and the design code basis. Large-volume bodies such as GBS caissons, spar hulls and semi-submersible columns require diffraction or radiation analysis rather than a simple slender-member formula.
Concept selection is also a question of natural periods. Fixed jackets and many GBS concepts are stiff enough that important global modes are below the dominant wave-energy band. TLPs are vertically stiff because of tendon axial stiffness, while their horizontal motions are low-frequency. Spars and semi-submersibles use hull geometry and added mass to move key motion modes away from the most energetic sea states. FPSOs accept larger ship-like motions in exchange for storage, offloading flexibility and redeployable hull forms.
For the exercise-level TLP calculation, the useful screening expression is
$$ T_n \approx 2\pi \sqrt{\frac{m + m_a}{k_z}}, \qquad k_z \approx \sum_i \frac{E_i A_i}{L_i} \tag{12.2} $$
This expression captures the reason TLP heave can be small: the tendon axial stiffness $k_z$ is high. A real TLP design must also check tendon pretension, minimum tension, fatigue, foundation capacity, offset, riser motions and damaged conditions.
End-of-life removal should be considered at concept selection. Steel jackets are normally planned for removal, while large concrete gravity-base structures may be candidates for derogation under OSPAR Decision 98/3 depending on the installation, national authority process and environmental assessment. This is not automatic; it is a project-specific decommissioning case.
12.7.1 Six-degree-of-freedom motion analysis
Floating units are analysed in surge, sway, heave, roll, pitch and yaw. The resulting motion envelope affects riser fatigue, offloading availability, crane operations, separator performance, rotating-equipment alignment and personnel comfort. The important design statement is therefore not simply "good motions"; it is which motion, in which sea state and heading, against which operational limit.
Discussion (Figure 12.10). Observation. The figure defines surge, sway, heave, roll, pitch and yaw, and relates them to head, beam and following seas with wind/current direction. Mechanism. A floater responds differently in each degree of freedom because restoring stiffness, damping and excitation are direction-dependent. Surge and sway are mainly controlled by moorings and low-frequency drift; heave is controlled by waterplane area and added mass; roll and pitch are controlled by metacentric height, mass distribution and wave direction. Implication. Structure choice affects every downstream system: riser fatigue, topside equipment motion, crane operations, offloading, crew comfort and shutdown frequency. Recommendation. In design reviews, never say only that a floater has "good motion"; specify which motion, in which heading, for which operation and against which limit.
Discussion (Figure 12.11). Observation. The figure places natural periods and excitation periods on a logarithmic time scale. Fixed steel and concrete structures and TLP heave/roll/pitch sit at short periods; ship heave, semi-sub heave and station-kept floater surge/sway/yaw move to longer periods; first-order waves, wave drift, wind, current and vortex shedding occupy different forcing bands. Mechanism. A structure performs well when its important natural periods avoid the energetic forcing range or when damping and control systems suppress resonant amplification. Implication. This is the physical reason behind the concept envelope: jackets are stiff, TLPs are vertically stiff, spars and semis tune heave away from waves, and FPSOs accept larger ship-like motions in exchange for storage and offloading flexibility. Recommendation. Use natural-period separation as the final technical check after economic screening: if the preferred concept places a critical mode in the wave-energy band, revisit hull geometry, mooring, payload distribution or concept choice.
12.7.2 Topside weight management
Topside payload is one of the most leveraged variables in concept selection. Weight growth can force substructure, hull, mooring, installation and schedule changes. Projects therefore manage the topside against a formal weight-control plan with discipline allocations, contingencies and repeated weight-report updates as engineering matures.
12.7.3 VIV and fatigue on slender members
Vortex-induced vibration on risers and conductors causes fatigue damage that can rise rapidly near lock-in velocity. Mitigation: helical strakes, fairings or design acceptance of limited VIV with documented fatigue margins. Each mitigation changes drag, installation complexity and inspection needs.
The previous generated spar-sizing example has been removed because it mixed screening arithmetic with project-specific Aasta Hansteen data. Students should use the concept-selection workflow in Section 12.6 and the TLP natural-period expression above for course exercises, not a simplified spar hull-sizing recipe.
12.8 Summary
Offshore-structure selection follows from water depth, payload, tree philosophy, storage requirement, export route, metocean and installation feasibility. Jackets and GBS are mature choices where seabed support and installation are practical; TLPs and spars are low-motion floating concepts used when dry-tree access or riser response justifies their complexity; semi-submersibles are common wet-tree hosts with pipeline export; FPSOs dominate when offshore storage and shuttle-tanker export are decisive. Norwegian fields use a mix: Troll A and Statfjord are concrete gravity-base examples; Johan Sverdrup and Ekofisk-area platforms use jackets; Snorre A and Heidrun are TLPs; Aasta Hansteen is a spar; Visund, Snorre B and Kristin are semi-submersibles; Goliat, Skarv and Johan Castberg are FPSOs.
Exercises
- Exercise 12.1. Tabulate the structural-concept choice and water depth for 10 NCS fields.
- Exercise 12.2. Why does Troll A use a GBS rather than a steel jacket? Hint: water depth, topside load, stiffness, foundation and concrete construction method.
- Exercise 12.3. For a TLP in 800 m water depth with 4 tendons of 0.5 m diameter, compute the heave natural period.
- Exercise 12.4. From Stanko 2024 [1] read the discussion of NCS concept selection and summarise the decision drivers.
- Exercise 12.5 [course problem P3]. Choose the structure concept for the P3 development; justify your choice in terms of water depth, payload and storage.
Subsea Production Systems and SURF
Discussion (Subsea production systems and SURF). Observation. The figure maps the subsea-to-surface architecture: wells, trees, manifolds, flowlines, risers, umbilicals and the host platform interface. Mechanism. Reservoir fluids lose pressure and temperature along the flowpath; flow assurance threats (hydrates, wax, corrosion) arise where conditions cross phase boundaries, while SURF cost scales with distance and water depth. Implication. Tieback feasibility is governed by the interplay between hydraulics, thermal management and SURF cost—not by any one factor alone. Recommendation. Evaluate tieback distance, arrival temperature and host backpressure together before committing to a subsea architecture.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the subsea production system components: wellheads, trees, manifolds, jumpers, flowlines, umbilicals, risers, control systems.
- Compare subsea architectures: cluster, daisy chain, satellite, looped.
- Identify flowline materials (X-65 carbon steel, CRA- clad, flexible) and design considerations (corrosion, thermal, fatigue, installation).
- Compute the flowline pipe-wall thickness for internal pressure per DNV-ST-F101.
- Use NeqSim's
SubseaWellandWellMechanicalDesignclasses to perform a casing design and SURF cost estimate. - Screen subsea processing options — boosting, separation, compression and raw-seawater injection — against host capacity, reliability and life-cycle value.
Notebook Learning Path
ch13_neqsim_tieback_subsea.ipynbscreens tieback and host-feasibility alternatives with the NeqSim field-development classes.ch13_02_surf_equipment_design_cost.ipynbcreates the SURF cost breakdown, manifold break-even and water-depth cost figures used for design discussion and exercises.
Where We Are in the Field-Development Lifecycle
This chapter turns reservoir access into subsea architecture. The main hand-off is from wells and flowlines to host capacity, intervention strategy and lifecycle reliability.
13.1 What is SURF?
SURF = subsea umbilicals, risers, and flowlines — the subsea infrastructure that connects the wellhead to the host facility. The terminology and screening checks in this chapter use the API 17 subsea-system family, DNV-ST-F101 pipeline practice and subsea engineering handbooks as the reference basis [38, 54, 55, 56]. A typical NCS tieback has:
- 4–10 wells, each with a vertical or horizontal subsea tree (XT) ~ 50–80 t.
- 1–3 manifolds combining wells.
- 6–18 inch flowlines, 1–60 km long.
- Jumpers: 1–10 m short pipe sections (rigid or flexible) connecting trees, manifolds and PLETs.
- Risers: rigid (steel catenary, top tensioned), flexible (FPSO), or hybrid (HRT, COBRA).
- Umbilical: thermo-plastic tubes (chemical injection, hydraulic), copper / fibre conductors (power, comms); 100–250 mm diameter.
- Subsea control system: SCM (subsea control module) on each tree / manifold; topside MCS (master control station).
13.2 Architectures
13.2.1 Cluster
Multiple wells around a central manifold; flowlines from the manifold to host. Compact, simple, suitable for closely- spaced wells.
13.2.2 Daisy chain
Wells in a string, each tied into the previous with jumpers. Suitable for elongated reservoirs; minimises flowline length.
13.2.3 Satellite
A single isolated well tied directly to host or to a manifold via long jumper. Highest flexibility; highest SURF cost per well.
13.2.4 Looped
A loop of two flowlines connecting host -> wells -> host; allows pigging, dead-oil displacement, and round-trip cooldown procedures (one line as production, the other as return).
13.2.5 NeqSim tieback and subsea architecture screening
For screening work, NeqSim separates two questions that are often mixed in early concept reports:
- Which host is feasible and valuable?
TiebackAnalyzercompares the discovery against candidateHostFacilityobjects. It checks distance, host capacity, tie-in pressure, subsea CAPEX and NPV. - What happens hydraulically in the chosen subsea architecture?
SubseaProductionSystembuilds wells, chokes and flowlines for direct tiebacks, manifold clusters, daisy chains and templates, then reports arrival pressure, arrival temperature and parametric subsea CAPEX.
This matches the practical decision sequence in NCS tieback work: screen hosts before spending effort on detailed SURF layout, then model the selected architecture with enough physics to test arrival pressure, temperature and flow-assurance margins.
Discussion (Figure 13.1). Observation. The host comparison shows how a satellite discovery can have several technically possible destinations, but only the options with spare capacity and acceptable tie-in conditions should enter the economic ranking. Mechanism. A short route lowers pipeline and umbilical cost, while host spare capacity and minimum tie-in pressure decide whether the receiving facility can actually accept the new fluids. Implication. The best host is not always the closest host; it is the host that combines capacity, pressure margin and value. Recommendation. Use host screening as a formal gate before detailed flowline sizing.
Discussion (Figure 13.2). Observation. The subsea-system result gives the arrival pressure and temperature alongside a CAPEX split between trees, manifold, pipeline and umbilical. Mechanism. The model applies the same fluid definition through wells and flowlines, while the cost model scales with well count, water depth, tieback length and architecture. Implication. Subsea design is a hydraulic and economic trade-off, not only a layout choice. Recommendation. After a host is selected, run the subsea-system notebook with several diameters and architectures before fixing the SURF basis.
13.2.6 Wet-tree tieback versus dry-tree wellhead platform
A short oil satellite often leaves the concept team with two competing architectures. One is a wet-tree subsea development tied back to an existing host. The other is a small wellhead platform with dry trees, local utilities, and a pipeline carrying crude or partly processed liquid to the host. The comparison is not only a structure decision; it changes drilling, intervention, surveillance, host modification and environmental scope.
| Driver | Wet-tree subsea tieback | Dry-tree wellhead platform |
|---|---|---|
| Drilling and completion | Wells are drilled and completed by a MODU campaign. Well locations can follow reservoir geometry with templates or satellite wells. | Wells are drilled from the platform or by a platform-supported rig concept. Slot count, conductor spacing and jacket/deck layout constrain the well pattern. |
| Intervention access | Light intervention can be done by vessel, but heavy workover requires specialised subsea intervention equipment and suitable weather windows. | Tree, annulus, wireline, coiled-tubing and workover access are much easier because the wellheads are on the deck. |
| Well control and integrity | Barriers are subsea; the control system must prove tree-valve, DHSV, annulus-pressure and shutdown functions remotely. Repair time depends on vessel mobilisation. | Barriers are more accessible for inspection and testing, but hydrocarbons and well-control equipment are brought onto an offshore structure with personnel exposure. |
| Surveillance | Subsea pressure, temperature, sand, choke and multiphase-meter data must be reliable because physical access is costly. Allocation often depends on periodic well tests and model reconciliation. | Routine surveillance and well testing are simpler, and temporary instruments can be installed more easily during operations. |
| Host impact | The host receives the full multiphase stream unless subsea separation or boosting is added. Host inlet separation, gas compression, produced-water treatment, utilities, flare, controls, metering and life extension must be checked. | The platform can remove bulk water before export and reduce host water load, but it then needs produced-water cleaning, discharge permits, power, chemicals, safety systems and local maintenance. |
| Typical selection logic | Favoured for marginal resources, few wells, short-to-medium tieback distance and a host with spare capacity or affordable debottlenecking scope. | Favoured when many wells, frequent intervention, difficult completions, local water handling or long operating life justify the extra platform CAPEX and OPEX. |
The decision should be documented as a lifecycle trade-off rather than as a single CAPEX number. A wet-tree tieback usually wins the early economics because it avoids a new structure. A dry-tree wellhead platform may still win if the value of easier drilling follow-up, surveillance, workover access and local water handling is larger than the cost of the extra platform and its abandonment liability.
Paper-and-calculator pattern: host-capacity screen for a tieback. A compact way to support a wet-tree versus dry-tree discussion is to express each host constraint as an available capacity and a utilization factor:
$$ Q_{avail,i} = Q_{design,i} - Q_{base,i}, $$
$$ U_i = \frac{Q_{tieback,i}}{Q_{avail,i}}. $$
The relevant constraints usually include inlet liquid handling, gas compression, produced-water treatment, water injection, export pipeline capacity and utility or flare limits. The host is feasible without debottlenecking only if
$$ U_i \leq 1 \qquad \text{for every controlling constraint } i. $$
For pressure-driven tiebacks, pair the capacity check with a pressure-margin check:
$$ \Delta P_{arrival} = P_{source,available} - P_{host,required} - \Delta P_{flowline}. $$
If either $\max(U_i)>1$ or $\Delta P_{arrival}<0$, the concept needs host modification, subsea boosting, local separation, a lower host inlet pressure or a different development architecture.
13.3 Flowline design
Assumptions and validity range. The wall-thickness and thermal calculations in this chapter are concept-screening calculations. They assume a single design pressure, preliminary material grade, simplified corrosion allowance and steady heat loss. Final design must also check collapse, propagation buckling, installation strain, fatigue, sour service, corrosion management, cooldown/restart and route-specific seabed hazards per the governing project standards.
13.3.1 Materials
| Service | Material | Comments |
|---|---|---|
| Sweet, dry export gas | X-65 carbon steel | Low cost; OK if dewpoint < pipe T_min |
| Wet sour wellstream | X-65 + corrosion inhibitor | Most common |
| High-CO₂, high-CRA-need | CRA cladding (alloy 825) | Higher cost, longer fatigue life |
| Flexible service (riser, jumper) | Multi-layer flexible | Carcass + thermoplastic + reinforcement |
| Thermal | Pipe-in-pipe, wet-insulated | U = 0.5–3 W/m²K |
13.3.2 Wall thickness — DNV-ST-F101 internal pressure
The DNV-ST-F101 pipeline standard (formerly DNV-OS-F101) gives the design wall thickness against internal pressure as
$$ t = \frac{p_d \, D_o}{2 \, \sigma_{\text{all}} + p_d} + t_{\text{corr}} + t_{\text{fab}} \tag{13.1} $$
with $p_d$ design pressure, $D_o$ outer diameter, $\sigma_{\text{all}}$ allowable stress (typically $0.72 \sigma_y$ for normal class, $0.60 \sigma_y$ for sour service), $t_{\text{corr}}$ corrosion allowance (3 mm typical), $t_{\text{fab}}$ fabrication tolerance.
For collapse (external pressure, deep water) and combined- loading (bending + pressure), additional checks apply per DNV-ST-F101.
13.3.3 Thermal design
Insulation U-value drives pipeline arrival temperature; arrival temperature drives flow-assurance margin (Chapter 8). For a flowline of length $L$ with steady-state heat loss,
$$ T(x) = T_{\text{amb}} + (T_{\text{in}} - T_{\text{amb}}) \exp\!\left[-\frac{U \pi D_o L}{\dot m c_p}\right] \tag{13.2} $$
For a 25-km, 12-inch flowline carrying 500 t/h of wellstream ($c_p \approx 2.7$ kJ/kg-K), $T_{\text{amb}} = 4$ °C, $T_{\text{in}} = 70$ °C: with U = 5 W/m²K gives arrival 16 °C; with U = 1 W/m²K gives arrival 50 °C; with U = 30 W/m²K (bare pipe) gives arrival ~ 5 °C (essentially ambient).
13.4 Subsea trees
Two main configurations:
- Vertical tree (VT, "conventional"). Tubing hanger in the tree; tree must be removed to access the well. Mature technology; lighter (~ 50 t).
- Horizontal tree (HT). Tubing hanger in the wellhead; tree can be removed without pulling tubing. Heavier (~ 80 t); preferred for high-intervention service.
13.5 Risers
- Steel catenary riser (SCR). Fatigue-critical at the hangoff and at the touchdown point. Suitable up to ~ 2 500 m.
- Top-tensioned riser (TTR). Vertical tensioned riser; TLP / spar dry-tree access.
- Flexible riser. Multi-layer composite; FPSO standard.
- Hybrid riser tower. Vertical bundle with a buoyancy module; flexible jumper to vessel.
13.6 Subsea costs and NeqSim
NeqSim's subsea-cost-estimation model:
from neqsim import jneqsim as ns
# A minimal stream so the well has a fluid context
fluid = ns.thermo.system.SystemSrkEos(363.15, 350.0)
for c, x in [("methane",0.45),("ethane",0.08),("propane",0.05),
("n-butane",0.04),("n-hexane",0.05),("nC10",0.33)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
stream = ns.process.equipment.stream.Stream("sandface", fluid)
stream.setFlowRate(3000.0, "Sm3/day"); stream.run()
well = ns.process.equipment.subsea.SubseaWell("Producer-1", stream)
well.setMeasuredDepth(3800.0)
well.setWaterDepth(350.0)
well.setMaxWellheadPressure(345.0)
well.setProductionCasingOD(9.625)
well.setTubingOD(5.5)
well.setTubingWeight(23.0)
well.setTubingGrade("L80")
well.setHasDHSV(True)
well.setDrillingDays(45.0)
well.setCompletionDays(25.0)
well.initMechanicalDesign()
mech = well.getMechanicalDesign()
mech.calcDesign() # API 5C3 burst/collapse/tension
mech.calculateCostEstimate()
print("Production casing burst DF:", mech.getProductionCasingBurstDF())
print("Estimated total well cost (MUSD):", mech.getTotalCostUSD()/1e6)
13.7 Worked example — 6-well subsea cluster
A 6-well subsea cluster, 25 km tieback, 350 m water:
- 6 horizontal trees, 6 jumpers.
- 1 6-slot manifold.
- 2 × 25-km, 12-inch wet-insulated flowlines (looped).
- 1 25-km umbilical (8 chemical lines + 8 hydraulic + power + fibre).
- 2 × 25-km MEG injection lines.
- Steel catenary risers to host.
Cost estimates (rough, NCS):
| Block | Unit cost | Quantity | Total |
|---|---|---|---|
| Wells (drilling + completion) | 600 MNOK | 6 | 3 600 MNOK |
| Trees + jumpers | 150 MNOK | 6 | 900 MNOK |
| Manifold + PLETs | 350 MNOK | 1 | 350 MNOK |
| Flowlines (2 × 25 km) | 35 MNOK/km | 50 | 1 750 MNOK |
| Umbilical | 30 MNOK/km | 25 | 750 MNOK |
| MEG lines | 12 MNOK/km | 50 | 600 MNOK |
| Risers + installation | — | — | 800 MNOK |
| SURF subtotal | 5 150 MNOK | ||
| Wells | 3 600 MNOK | ||
| Total subsurface + SURF | 8 750 MNOK ~ 850 M USD |
Cost-basis note. These are rough NCS Class 5/Class 4 teaching numbers. State base year, exchange rate, water depth, distance, installation method, steel market, vessel day rates, local content and contingency before comparing them with another project. Vendor quotes and installation contractor input are required before FEED-quality use.
13.8 Subsea processing, boosting and compression
Discussion (Figure 13.3). Observation. The taxonomy separates subsea boosting, separation, compression, power and control functions. Mechanism. Moving processing subsea reduces pressure loss and can unlock tiebacks, but shifts equipment access and reliability challenges to the seabed. Implication. Subsea processing is strongest when host pressure, flow assurance or water handling constrains value. Recommendation. Screen subsea processing with reliability, intervention cost and host-modification alternatives side by side.
The single largest technology shift on the NCS over the past 15 years has been the move of process equipment from the topside to the seabed. Subsea processing is no longer a curiosity: it is the enabler that makes long- distance and late-life tiebacks economical. A field- development engineer planning the next wave of NCS tiebacks must know the technology family, the screening criteria and the operational implications.
13.8.1 The four subsea-processing functions
Four seabed functions are commercially proven:
- Multiphase boosting (subsea pumps) — adds pressure energy to the produced fluid to overcome flowline friction, hydrostatic head, and host inlet pressure. Helico-axial and twin-screw pumps dominate; 2–6 MW per unit, 50–200 bar boost. NCS examples: Tordis (2007), Vigdis (2010), Gullfaks Sør, Tyrihans, Lufeng tieback.
- Subsea raw-seawater injection (RSWI) — can reduce or relocate topside water-treatment scope for pressure support, depending on reservoir souring, sulphate-control and filtration requirements. Tyrihans (2009) was the first commercial NCS application.
- Subsea separation — three-phase or gas/liquid separation at the seabed; allows water re-injection, single-phase pumping, or de-bottlenecking of host liquid-handling. Tordis SSBI (2007, early commercial NCS case), Pazflor (Angola, 2011), Marlim (Brazil, 2013).
- Subsea gas compression — full-scale wet-gas compression, replacing topside recompression stages. Åsgard subsea compression (2015) — an early full-scale commercial application with two 11.5 MW compression trains; Gullfaks subsea wet-gas compression (2015). Ormen Lange subsea compression sanctioned 2023.
13.8.2 When does subsea processing pay?
The break-even calculation compares (a) the CAPEX premium of the subsea unit and its qualification, and (b) the incremental recovery and host de-bottlenecking value. The standard NCS screening criteria are:
- Tieback distance > 30 km — multiphase boosting often the only way to reach economic flow rates.
- Reservoir-to-host pressure differential rising — late-life fields where natural drive is exhausted.
- High water-cut (> 50 %) — subsea separation removes water before the long flowline.
- Liquid-handling capacity at host exhausted — separation at seabed is cheaper than topside expansion.
- Host gas-compression train at limit — subsea wet-gas compression defers the next topside compressor stage.
A NeqSim concept screening typically shows subsea boosting paying back in 3–5 years when these conditions are met; the recovery uplift over a 25-year field life is 5–15 % of incremental EUR.
13.8.3 Power and control
Subsea processing demands subsea power and control:
- Subsea power delivered through a topside or shore cable; subsea VSDs (variable-speed drives) and subsea switchgear are now qualified to ~ 100 MW levels (e.g. NCS qualification programmes ENi, Equinor, ABB).
- Subsea control through a Subsea Production Control System (SPCS) or, for processing units, a dedicated SPS with closed-loop active control of pump or compressor speed, anti-surge logic, and trips.
- All-electric trees are replacing electro-hydraulic trees on new tieback developments — faster response, no hydraulic-fluid leakage risk, lower CAPEX/OPEX.
13.8.4 Reliability and intervention
The principal economic risk of subsea processing is intervention cost. Typical 2025 NCS metrics:
- Subsea pump MTBF: 5–8 years (well below topside).
- Module-level retrieval: 2–6 weeks of vessel time.
- Vessel day-rate: 0.5–1.0 MNOK/day.
- Lost-production cost: dominant — often > vessel cost.
The design response is redundancy + retrievability: station-class deployment with N+1 pumps or compressors, LEM (lower electrical module) and motor as separate retrievable units, condition monitoring fed to a digital twin (Section 24.x).
13.8.5 HIPPS and high-pressure tiebacks
When reservoir shut-in pressure exceeds the flowline design pressure — increasingly common on HP/HT tiebacks — the traditional response is to design the flowline for the full shut-in pressure. The economical alternative is a High- Integrity Pressure-Protection System (HIPPS): an SIL-3 (IEC 61508 / IEC 61511) instrumented system that closes the flowline within ~ 2 s if pressure approaches the flowline rating. HIPPS reduces flowline wall thickness by 30–50 % — material savings of hundreds of MNOK on a long tieback.
For an NCS tieback the HIPPS chain is two redundant pressure transmitters, a 2-out-of-3 voting logic solver and two independent in-line valves (typically subsea ball or through-conduit gate valves). The PFD (probability of failure on demand) target is < $10^{-3}$ per demand and is verified by fault-tree analysis in the safety case.
13.8.6 Subsea processing as an NCS export technology
The NCS pioneered the bulk of seabed-processing technology in operation today. As the global offshore industry moves to longer tiebacks (Brazil pre-salt, Gulf of Mexico ultra- deep, Australian gas), NCS-developed standards (NORSOK U-001, U-009, U-100) and qualified product families (subsea pumps, compressors, separators) are themselves a significant export. Graduates of TPG4230 are likely to encounter NCS-derived processing on every continent.
13.8.7 Subsea processing equipment design checks
Subsea processing moves separator, pump and compressor functions from a dry, accessible topside module to a cold, high-pressure and intervention-expensive seabed station. The design problem therefore changes from pure process sizing to process sizing plus retrievability and reliability. A concept-select package should screen the following checks before counting incremental reserves:
| Function | Design check | NCS consequence |
|---|---|---|
| Multiphase pump | GVF envelope, differential pressure, sand tolerance, minimum-flow recycle | Defines whether late-life pressure support is continuous or campaign-based |
| Subsea separator | Gas-liquid and oil-water residence time, level control, solids handling, water-disposal route | Removes host liquid bottlenecks but adds control and intervention complexity |
| Wet-gas compressor | Surge margin, liquid tolerance, motor cooling, seal philosophy | Enables long gas tiebacks; requires high-availability power and anti-surge control |
| Multiphase meter | Allocation uncertainty, calibration drift, hydrate/slug robustness | Drives tariff, tax allocation and reservoir surveillance quality |
| Raw-seawater injection | Filtration, sulphate control, reservoir souring, pump availability | Can reduce topside water-treatment scope but changes reservoir chemistry risk |
The state-of-practice screening metric is not simply added barrels. It is incremental NPV per availability point lost. A subsea pump that adds 5 % recovery but reduces system availability from 96 % to 91 % may destroy value on a short tieback; the same pump can be the only economic enabler for a 60 km late-life gas-condensate field. Designers therefore combine a NeqSim hydraulic case, a reliability block diagram, a vessel-intervention model and the host-tariff model before recommending seabed processing.
13.9 Theoretical foundations: subsea hydraulics, control and integrity
Subsea systems convert seabed real-estate, water depth and tieback distance into a deliverable hydrocarbon stream. The four physical disciplines that govern their performance are multiphase hydraulics, hydraulic-and-electric control, materials integrity and intervention strategy.
13.9.1 Multiphase flow regimes in subsea flowlines
Inside a subsea flowline the gas–liquid mixture organises itself into flow regimes whose boundaries are mapped on the Beggs–Brill or Mandhane charts: bubble, slug, churn, annular and stratified flow. Slug flow is the operationally most demanding regime: liquid plugs of length $L_s \sim 10$–$200$ pipe-diameters carry the bulk liquid, separated by gas bubbles. The slug-flow pressure-drop expression from Beggs–Brill is
$$ \frac{\mathrm{d}p}{\mathrm{d}z}_{\text{slug}} \;=\; \frac{2 f_{tp}\,G^2}{\rho_m\,d} \,+\, \rho_m\,g\,\sin\theta \tag{13.3} $$
with friction factor $f_{tp}$ corrected by the slug-fraction $E_L$. The downstream slug catcher must hold one design slug plus a margin of typically 30–50 %; a 25 km tieback at 80 % liquid hold-up can produce design slugs of 80–250 m³.
13.9.2 Hydrate prevention budget
Hydrates form when the operating point of the flowline crosses the hydrate-equilibrium curve from the gas-rich side. The driving force for inhibition is the temperature sub-cooling $\Delta T_{\text{sub}} = T_{\text{eq}}(p) - T_{\text{op}}$, with $\Delta T_{\text{sub}} > 3$–$5$ K triggering inhibition action. Hammerschmidt's equation provides a first-order estimate of the inhibitor concentration (mass fraction in the water phase):
$$ \Delta T_{\text{depr}} \;=\; \frac{K_H\,X_W}{M_W\,(1 - X_W)} \tag{13.4} $$
with $K_H \approx 1297$ K and $M_W$ the inhibitor molar mass. For mono-ethylene glycol (MEG) at $\Delta T_{\text{depr}} = 8$ K the required mass fraction is roughly 30 %; this sets the topside MEG- regeneration duty, the umbilical line size and ultimately the chemicals OPEX.
13.9.3 Insulation and active heating
Three thermal-management technologies dominate practice:
- Wet insulation (PP foam, syntactic foam): $U \approx 1$–$3$ W m$^{-2}$ K$^{-1}$. Cheap, robust, but limited by water depth.
- Pipe-in-pipe (PIP): $U \approx 0.4$–$0.8$ W m$^{-2}$ K$^{-1}$. More expensive, allows hot-tapping.
- Direct electric heating (DEH): $U_{\text{eff}}$ controllable in real time, used for re-start after planned shutdown.
NeqSim's PipeBeggsAndBrills.setFormationTemperatureGradient(...) exposes the formation-temperature side of the heat-transfer equation, so the user can compare $U$ choices for the same flow conditions.
13.9.4 Subsea control systems
A Subsea Production System (SPS) is operated through a multiplexed electro-hydraulic control system (MUX) consisting of:
- A topside hydraulic power unit (HPU) supplying low-pressure (~200 bar) and high-pressure (~700 bar) hydraulic fluid.
- A topside electrical power unit (EPU) and master control station.
- A composite umbilical bundling LP/HP hydraulic lines, MEG/methanol injection lines, electrical power and fibre-optic communication.
- Subsea Control Modules (SCM) on each tree and manifold.
Control redundancy is governed by API 17F: every SCM has dual electronics, dual power and a watchdog timer that reverts the tree to its safe (closed) state on loss of communication.
13.9.5 Materials and corrosion
Subsea pipelines carry wet sour gas at elevated $\mathrm{CO_2}$ and $\mathrm{H_2S}$ partial pressures. Carbon steel corrosion rate is estimated by the de Waard–Milliams correlation,
$$ \log_{10} CR_{\mathrm{CO_2}} \;=\; 5.8 \,-\, \frac{1710}{T} \,+\, 0.67\,\log_{10}(p_{\mathrm{CO_2}}) \tag{13.5} $$
giving 0.5–3 mm/yr at typical NCS conditions. Mitigation: chemical inhibitor ($\eta = 80$–$95$ %), corrosion allowance (3–6 mm), or upgrade to corrosion-resistant alloy (13Cr, Duplex 22Cr/25Cr, Inconel 625-clad CRA). The choice is driven by life-cycle cost and the contractual sour-service rating per ISO 15156 (NACE MR0175).
13.9.6 Intervention strategy and Reliability/Availability
A subsea well is intervened much less often than a dry-tree well because every operation requires a vessel: a Light Well Intervention Vessel (LWIV) costs ~250 kUSD/day, an MODU ~600–900 kUSD/day. The production availability is
$$ A \;=\; 1 - \sum_i \lambda_i \cdot \mathrm{MTTR}_i / 8760 \tag{13.6} $$
with $\lambda_i$ failure rate (per year) and $\mathrm{MTTR}_i$ mean time to repair. A well-designed NCS subsea tieback achieves $A = 92$–$96$ %.
13.9.7 Putting it together: SURF cost build-up
The Subsea Umbilicals, Risers and Flowlines (SURF) cost for a typical 25 km, single-flowline tieback breaks down as:
| Item | Share of SURF capex |
|---|---|
| Steel tube (line pipe) | 18–25 % |
| Coating and insulation | 10–18 % |
| Installation vessel days | 25–35 % |
| Subsea structures (PLET, ILT, manifold) | 10–15 % |
| Umbilical | 12–20 % |
| Surveys, intervention, contingency | 8–12 % |
The largest single lever is installation-vessel rate × duration; optimising route, bend radius, bundle layout and pipelay-vessel selection drives 8–12 % of total project capex. The NeqSim SubseaSURFCost class implements an aggregated form of this build-up with NCS-calibrated coefficients.
13.10 Further theory: flow assurance, IMR and subsea control
13.10.1 Subsea controls hierarchy
Subsea production control is organised in a hierarchy: master control station (MCS) topside -> modem on the umbilical -> subsea electronics module (SEM) on the tree -> choke and valve actuators. Communication is via copper for power and fibre optic for data; typical bandwidth 100 Mbit/s on modern systems, 1 Mbit/s on legacy. Control logic includes ESD on demand from topside, automatic shutdown on flowline pressure or temperature excursion, and rate setpoint tracking.
13.10.2 IMR strategy
Inspection, maintenance and repair of subsea equipment is the dominant lifetime opex item. Strategy choices:
- ROV from supply vessel — flexible, day-rate ~50–80 kUSD/day, used for inspection and minor repair.
- Diving — limited to =300 m, used for hyperbaric welding.
- AUV — used for survey, no intervention capability.
- WROV with module-handling tooling — used for choke change-out, jumper change-out.
- IMR vessel with module-handling tower — used for tree change- out, manifold change-out.
13.10.3 Subsea boosting and compression
For long-tieback gas fields (=50 km), the wellhead pressure decays faster than reservoir pressure due to backpressure of the tieback. Subsea compression (Gullfaks, Åsgard) restores production by boosting at the seabed rather than the host. Compressor power ~10–15 MW; cooling by seawater; reliability =97 % availability is required to justify the capex.
13.10.4 SURF cost build-up
The cost of subsea production systems is dominated by SURF (subsea, umbilicals, risers, flowlines). Typical breakdown:
| Element | % of SURF | Driver |
|---|---|---|
| Flowlines | 30–40 % | Length × diameter × insulation |
| Umbilical | 15–25 % | Length × functionality |
| Risers | 10–20 % | Water depth × diameter |
| Trees | 10–15 % | Number × WD × pressure rating |
| Manifold | 5–10 % | Number of slots |
| Installation | 15–20 % | Vessel-day rate × duration |
NeqSim's SURFCostEstimator applies the recurring industry curves (per-metre flowline cost vs depth, per-tree cost vs WD) to give a Class-3/4 estimate at concept stage.
13.11 Worked example: tieback flowline sizing and SURF cost estimate
Problem. A new gas-condensate field with 5 GSm³ recoverable gas, plateau rate 4 MSm³/d, is located 35 km from a host platform in 380 m water depth. Size the tieback flowline and estimate SURF cost.
Step 1 — Flowline diameter. Pressure-drop target 50–80 bar total. NeqSim's PipeBeggsAndBrills for a 12-inch insulated pipeline at 4 MSm³/d gives ~60 bar pressure drop — within target; a 10-inch line would give 130 bar (excessive); 14-inch would give 30 bar (oversized). Select 12-inch.
Step 2 — Insulation. To prevent hydrate formation in a shut-in scenario, the U-value target is = 1.5 W/(m²·K). A 5-layer pipe-in-pipe with PUR insulation achieves 1.2 W/(m²·K). Cost premium ~ +40 % over wet-insulated.
Step 3 — Umbilical and MEG line. A 100-mm² subsea umbilical with 2 × 10 mm² electrical cores, 4 fibre-optics, 4 hydraulic hoses and a 2-inch MEG line, plus a 4-inch service line.
Step 4 — Subsea production system. 1 manifold (4-slot), 4 horizontal Christmas trees, 4 jumpers, 2 PLETs, 1 PLEM, 1 SDU (subsea distribution unit).
Step 5 — SURF cost. Applying NeqSim's SURFCostEstimator:
| Element | Cost (MNOK) |
|---|---|
| 12-inch insulated flowline (35 km) | 1 250 |
| Umbilical (35 km) | 450 |
| 4 trees + manifold | 800 |
| Riser (top tensioned) | 350 |
| Installation (vessel days) | 600 |
| Total SURF | 3 450 |
The estimate is Class-3 quality (±25 %), suitable for FEED.
Step 6 — Verification. Comparing the estimate against three analogue NCS tiebacks (Fram, Tordis, Vega) gives a parity-plot deviation of ±18 %, within the AACE Class-3 envelope.
Discussion (Figure 13.4). Observation. The layout shows wells, trees, manifolds, flowlines, risers and umbilicals connected as one system. Mechanism. Fluids, chemicals, power and controls use different physical paths but must operate together. Implication. SURF cost and risk depend on routing, crossing, protection, installation windows and host interfaces. Recommendation. Treat layout, hydraulics, controls and installation as one integrated SURF design problem.
SURF integrity and lifecycle
Subsea, umbilicals, risers and flowlines (SURF) are designed and operated under DNV-ST-F101 (submarine pipeline systems) and DNV-OS-F201 (dynamic risers). The wall-thickness check is a limit- state calculation that covers internal pressure containment, local buckling under combined external pressure and bending, fatigue from vortex-induced vibration on free spans, and on-bottom stability against trawl-board impact. Material selection ranges from API 5L X65 carbon steel for sweet service to clad pipe (X65 with a 3 mm Alloy 625 inner liner) for sour service or fluids with significant H₂S partial pressure, and to corrosion-resistant alloy (CRA) solid pipe for short critical sections such as well jumpers.
Through-life integrity management of a subsea system is governed by DNV-RP-F116 and the operator's pipeline integrity management system (PIMS). Inspection campaigns combine intelligent pigging (MFL, ultrasonic) for metal-loss detection, ROV external visual surveys for free-span growth and coating condition, and chemical sampling for monitoring CO₂/H₂S corrosion product transport in the production water. The combination of design margin, chemical inhibition and inspection intervals is what allows a 25- to 40-year design life to be defended in the field-development plan.
Discussion (Figure 13.5). Observation. Flowline, installation and umbilical costs dominate the reference SURF estimate. Mechanism. Tieback length and vessel days scale quickly, while trees and smaller hardware contribute less to total cost. Implication. Route length and installation strategy can outweigh detailed savings on individual subsea components. Recommendation. Run route, diameter and installation-vessel sensitivities before optimizing smaller equipment packages.
Discussion (Figure 13.6). Observation. The cost multiplier rises nonlinearly from shallow water toward deepwater and ultra-deepwater cases. Mechanism. Installation complexity, riser loads, controls, intervention access and material requirements all increase with depth. Implication. Deepwater discoveries require larger recoverable volume, stronger prices or host access to pass screening. Recommendation. Apply water-depth multipliers in early concept screening before committing to detailed SURF layouts.
Discussion (Figure 13.7). Observation. The manifold concept becomes more attractive as the number of connected wells increases. Mechanism. A manifold adds fixed cost but reduces per-well connection, routing and installation duplication. Implication. Well-count uncertainty is a direct driver for subsea architecture. Recommendation. Evaluate manifold economics over the P10/P50/P90 well-count range, not only the base case.
13.12 Summary
SURF is the principal CAPEX driver in deepwater field developments. The architecture (cluster, daisy chain, satellite, looped) is selected from the well distribution and pigging / cool-down requirements. Pipe-wall thickness follows DNV-ST-F101; thermal design follows insulation U- value. NeqSim covers single-well casing design and SURF cost estimation through SubseaWell and WellMechanicalDesign.
Exercises
- Exercise 13.1. Use Eq. 13.1 to compute the wall thickness for a 12-inch X-65 flowline at 250 bar design pressure (sour service factor 0.60).
- Exercise 13.2. Use Eq. 13.2 to plot the temperature profile of a 50-km, 16-inch flowline at 1 000 t/h, U = 2.0 W/m²K, $T_{\text{amb}} = 4$ °C, $T_{\text{in}} = 80$ °C.
- Exercise 13.3. Compare the SURF cost of two architectures (cluster vs satellite) for a 4-well, 25-km tieback.
- Exercise 13.4. Use NeqSim's SubseaWell class to compute the casing design for a 4 000 m well in 250 m water with 400 bar reservoir pressure.
- Exercise 13.5 [course problem P3]. Design the SURF for the P3 subsea tieback: flowline diameter, wall thickness, insulation, umbilical core count.
Drilling and Wells
Discussion (Drilling and well construction). Observation. The figure shows the casing programme from surface to reservoir: conductor, surface casing, intermediate casing, production casing and tubing, each set inside the previous hole section. Mechanism. Each casing string is designed to contain formation pressure (burst) and resist collapse and axial loads, while maintaining well barriers per NORSOK D-010. Implication. Casing design directly determines well cost, depth capability and lifetime integrity-it is the single largest contributor to drilling expenditure. Recommendation. Link casing-scheme design to the pore-pressure and fracture-gradient profile (Eq. 14.2) and verify barrier compliance before costing.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the drilling sequence: spud, conductor, surface, intermediate, production, completion, hookup.
- Identify the well types: vertical, deviated, horizontal, multilateral, ERD (extended-reach), TAML level (1–6).
- Compute the casing design for burst, collapse, and tension per API 5C3 and NORSOK D-010.
- Identify the two-barrier philosophy (NORSOK D-010) and the well-barrier elements that implement it.
- Use NeqSim's
SubseaWellandWellMechanicalDesignfor well-design calculations. - Estimate drilling cost and schedule for an NCS well.
Where We Are in the Field-Development Lifecycle
This chapter frames wells as the interface between reservoir value and facilities demand. Follow how well count, trajectory, completion and abandonment choices drive the development plan.
14.1 The drilling sequence
A typical NCS subsea well is drilled in 4–7 sections:
| Section | Hole size | Casing OD | Depth |
|---|---|---|---|
| Conductor (drive) | 36" | 30" | 30–80 m below mud line |
| Surface | 26" | 20" | 500–1 200 m TVD |
| Intermediate | 17½" | 13⅜" | 2 000–3 000 m |
| Production | 12¼" | 9⅝" | TD |
| (optional liner) | 8½" | 7" | through reservoir |
| Tubing | — | 4½–5½" | producer string |
Each section is drilled, cased, and cemented in turn; the drilling fluid is changed to suit each section. Casing provides:
- Pressure containment (burst, collapse).
- Tensional integrity (own weight + axial loads).
- Wellbore stability (prevent caving, lost circulation).
- Cement-bonded annular seal (zonal isolation, prevent fluid migration).
14.2 Casing design — API 5C3 and NORSOK D-010
The casing formulas in this chapter are screening approximations based on standard drilling texts, API 5C3 pipe-property calculations and NORSOK D-010 well-integrity terminology [57, 58, 37, 59]. Final well design must use the actual grade, connection, wear allowance, temperature derating, collapse regime, cementing programme, barrier schematic and load-case envelope.
Three load conditions are checked for each casing string:
14.2.1 Burst
The maximum internal pressure (e.g., kick, gas migration, shut-in tubing pressure) is contained by the casing pipe- wall. The burst rating is
$$ P_b = \frac{2 \, t \, \sigma_y}{D_o} \tag{14.1} $$
(Barlow's formula), with $t$ wall thickness, $D_o$ outer diameter, $\sigma_y$ yield strength of the API grade (L-80: 80 ksi = 552 MPa; P-110: 110 ksi = 758 MPa). API 5C3 provides the pipe-rating formulas; the project well-integrity basis, such as NORSOK D-010 and operator requirements, sets the required design factors.
14.2.2 Collapse
The maximum external pressure (e.g., evacuated casing in a lost-circulation event, or external mud column) is resisted by the casing wall against buckling collapse. API 5C3 gives collapse pressure as a function of $D_o/t$ ratio, distinguishing four regimes (yield, plastic, transition, elastic). The project well-integrity basis, operator requirements and NORSOK D-010 set the design factors.
14.2.3 Tension
The casing must support its own weight in air (ratings 70– 500 t per joint), reduced by buoyancy in the wellbore mud. For deep wells (> 4 000 m TVD), the surface and intermediate strings are weight-limited.
14.2.4 NeqSim implementation
from neqsim import jneqsim as ns
# Build a minimal injection stream
fluid = ns.thermo.system.SystemSrkEos(298.15, 350.0)
fluid.addComponent("water", 1.0); fluid.setMixingRule("classic")
stream = ns.process.equipment.stream.Stream("inj-feed", fluid)
stream.setFlowRate(5000.0, "m3/day"); stream.run()
well = ns.process.equipment.subsea.SubseaWell("Inj-1", stream)
well.setMeasuredDepth(3800.0)
well.setProductionCasingOD(9.625)
well.setProductionCasingDepth(3800.0)
well.setTubingOD(5.5)
well.setTubingWeight(23.0)
well.setTubingGrade("L80")
well.setHasDHSV(True)
well.setMaxWellheadPressure(345.0)
well.setReservoirPressure(400.0)
well.initMechanicalDesign()
mech = well.getMechanicalDesign()
mech.calcDesign() # API 5C3 burst/collapse/tension + NORSOK D-010
print("Production casing burst DF:", mech.getProductionCasingBurstDF())
print("Production casing collapse DF:", mech.getProductionCasingCollapseDF())
14.3 Well types
- Vertical. Simplest; drilling cost lowest. Used where the reservoir directly underlies the surface location.
- Deviated. Up to ~ 60° from vertical; standard for reaching off-set targets from a single platform / cluster.
- Horizontal. 90° in the reservoir section; greater reservoir contact, higher productivity. Standard NCS practice in thin reservoirs (Heidrun, Norne, Skarv).
- Multilateral (TAML 1–6). Two or more lateral branches from a single mother bore. Higher cost and complexity; productivity gain only with reservoir heterogeneity.
- Extended Reach Drilling (ERD). Horizontal departure > 5 000 m. Pushes the limits of torque, drag, hole cleaning. Examples: BP Wytch Farm (10 km+), Sakhalin (12 km+), Statoil Snorre WS-1.
14.4 Two-barrier philosophy (NORSOK D-010)
Norwegian regulation administered by Havtil requires two independent barriers between the reservoir and the environment at all times. The barriers are typically:
- Primary barrier. Tubing + production packer + downhole safety valve (DHSV) + tree master valve.
- Secondary barrier. Production casing + cement + wellhead seals + tree wing valve.
Each barrier comprises 3+ barrier elements; the failure of one element must not breach the barrier. NORSOK D-010 lists the qualified barrier elements; integrity is verified by pressure tests during drilling, completion, and through life (annual valve tests, casing pressure logging).
14.5 Drilling cost and schedule
Typical NCS well costs (2024–2026):
| Service | NCS subsea | NCS platform | NCS subsea ERD |
|---|---|---|---|
| Drilling rig day rate | 350–500 kUSD/d | 200–350 kUSD/d | 350–500 kUSD/d |
| Drilling days | 30–60 | 25–40 | 60–120 |
| Completion days | 20–35 | 15–25 | 25–50 |
| Total well cost (drill + complete) | 60–150 MUSD | 30–80 MUSD | 100–250 MUSD |
Drilling cost scales roughly with depth × rig rate; ERD wells take 2× the time of standard.
Discussion (Figure 14.1). Observation. The cost split highlights drilling time, rig rate, completion equipment and subsea interfaces. Mechanism. Well cost accumulates from time-dependent spread cost and item-dependent equipment cost. Implication. Small reductions in drilling days can have large economic impact, especially offshore. Recommendation. Link well design alternatives to schedule risk, reservoir value and completion reliability instead of comparing equipment cost alone.
14.6 Worked example — 3 800 m subsea producer
A 3 800 m TVD subsea producer in 350 m water depth:
- Conductor 30" × 50 m
- Surface 20" × 1 200 m, K-55 grade
- Intermediate 13⅜" × 2 500 m, L-80
- Production casing 9⅝" × 3 800 m, L-80
- 7" liner across reservoir (3 800–4 000 m)
- Tubing 5½" × 23 lb/ft L-80, with DHSV at 1 800 m
Burst rating of 9⅝" L-80 (Eq. 14.1): with $t = 12.7$ mm, $D_o = 244.5$ mm: $P_b = 2 \times 12.7 \times 552 / 244.5 = 57.4$ MPa = 574 bar — suitable for a reservoir pressure of 400 bar (margin 1.43).
Cost: 45 drilling days at 400 kUSD/d + 25 completion days at 600 kUSD/d (incl. tree, BOP, ROV time, services) = 18 + 15 = 33 MUSD; plus rig mobilisation, services, and contingency typically gives a 60–80 MUSD subsea well.
14.7 Theoretical foundations: pore pressure, mud weight and well integrity
Drilling and well design occupy the largest single line-item in NCS field-development capex. The compactness of this chapter reflects the depth of treatment in dedicated drilling courses; here we give the integrated theoretical core that an FDP-level engineer must understand to interrogate the drilling team's well delivery plan.
14.7.1 The pore-pressure / fracture-pressure window
Every section of every well is drilled inside a window bounded by the formation pore pressure $p_p$ and the fracture pressure $p_f$. The window is expressed in equivalent mud weight (EMW),
$$ \mathrm{EMW} \;=\; \frac{p}{0.0981 \cdot D} \tag{14.2} $$
with $p$ in bar and $D$ in metres. For a typical NCS well the EMW window narrows from 1.20–1.85 s.g. at surface to 1.55–1.78 s.g. at 3500 m TVD. When the window closes, an additional casing string is required: this is the principal driver of casing schemes, typically 30" -> 20" -> 13⅜" -> 9⅝" -> 7" on deep North Sea wells.
The pore-pressure prediction is built from a combination of seismic velocities (Eaton's equation), offset-well log analysis and direct measurements (RFT, MDT, FIT, LOT). Errors in the prediction are the dominant cause of NPT (non-productive time) on exploration wells.
14.7.2 Casing design
Each casing string is designed against three governing load cases:
- Burst: maximum internal pressure (gas-kick, full evacuation, stimulation pressure). Limit: minimum yield strength.
- Collapse: maximum external pressure with internal voiding. Limit: API Bull 5C3 collapse curves.
- Tension/compression: weight of the suspended string and buoyancy. Limit: API minimum yield × cross-sectional area.
Typical screening design factors used in early NCS well work are about 1.10 for burst and collapse and about 1.30 for tension, but final values are set by the project load-case and barrier basis. The choice of grade (J55, K55, N80, L80, P110, Q125) and weight (lb/ft) is then made from a "casing catalogue" subject to corrosion derating in sour service (13Cr-110 or super-13Cr).
14.7.3 Cementing as a pressure barrier
The cement column behind each casing string is one half of the two-barrier philosophy. Slurry density is typically 1.80–2.05 s.g. (API Class G) with rheology controlled by silica flour, weighting agent and dispersant. Hydraulic isolation is verified by:
- CBL/VDL: cement-bond log to detect channels.
- Pressure test: 70 bar above expected operating pressure.
- Negative test: bleed-off to detect leak paths.
Long-term integrity over the 25–40 year life relies on cement chemistry stability under reservoir CO₂ exposure — especially important in CCS injection wells (Chapter 25).
14.7.4 Tubing and completion design
The production tubing carries reservoir fluid from the production packer to the wellhead. Sizing is the result of nodal analysis: a 5½" tubing drops 8–14 bar/km at typical NCS oil rates of 15 000 Sm³/d, while a 7" tubing drops 4–7 bar/km. The trade-off is between tubing-friction loss (favouring larger tubing) and slugging stability at low rate (favouring smaller tubing). The downhole completion typically includes:
- A production packer isolating the annulus.
- A sub-surface safety valve (ShSSV) at 100–300 m below mud-line, hydraulically held open.
- Permanent downhole gauges for $p$ and $T$.
- Sand control (gravel pack, stand-alone screen, ICD).
- Gas-lift mandrels if artificial lift is anticipated.
Each component adds capex of 0.2–2 MUSD per well.
14.7.5 Well-control philosophy
NORSOK D-010 organises well control around four well-barrier elements (WBE) that together form a well-barrier envelope. Every operation in the well — drilling, completion, intervention, production, abandonment — must demonstrate two independent envelopes between hydrocarbons and the environment. The envelope is explicitly drawn on a well-barrier schematic and updated after each intervention.
14.7.6 Drilling cost build-up
The cost of a 3500 m horizontal NCS development well decomposes roughly as:
| Item | Share |
|---|---|
| Rig spread (rig + services + mud) | 40–55 % |
| Tubulars (casing + tubing) | 15–25 % |
| Cementing | 4–7 % |
| Wellhead and tree | 8–12 % |
| Logging, MWD/LWD | 6–10 % |
| Completion (gravel pack, ICDs, gauges) | 8–14 % |
Time is the dominant lever: every day saved on the rig spread is worth 600–900 kUSD on a modern semi-sub. NPT reduction through better pore-pressure prediction, casing-while-drilling and managed-pressure drilling is therefore the single highest-leverage optimisation in well delivery.
14.7.7 Plugging and abandonment
End-of-life P&A is a structural decision made at well-design time: the casing scheme, cement quality and tubing-retrieval feasibility all determine the eventual P&A cost (5–25 MUSD per well on the NCS, governed by NORSOK D-010 §9 and OSPAR decisions). Provisioning for P&A appears as an abandonment liability in the cash-flow model of Chapter 18.
14.8 Further theory: directional drilling, MPD and intervention
14.8.1 Directional drilling
Modern wells are rarely vertical; horizontal sections of 2–4 km are routine and 10 km is achievable. Directional control uses rotary-steerable systems (RSS) with continuous bit rotation and push-the-bit or point-the-bit deflection. Trajectory is monitored by MWD/LWD (measurement/logging while drilling) and corrected in real time.
The dogleg severity (curvature per 30 m) is limited by collapse-buckling of casing and by tubing-running friction; typical limit 3 °/30 m for production wells, 6 °/30 m for geothermal.
14.8.2 Managed Pressure Drilling (MPD)
MPD applies a closed-loop circulating system with surface backpressure to maintain bottomhole pressure within the EMW window precisely. Used in narrow-margin formations where conventional drilling cannot proceed without losing returns or kicking. Variants: constant-bottomhole-pressure MPD, dual-gradient drilling, pressurised-mud-cap drilling.
14.8.3 Hydraulics and ECD
Equivalent circulating density (ECD) is the effective borehole pressure expressed as mud weight, accounting for friction in the annulus:
$$ ECD = \rho_{mud} + \frac{\Delta p_{ann}}{0.052\,TVD}\quad\text{(field units)} \tag{14.3} $$
ECD typically exceeds static mud weight by 0.05–0.15 g/cm³ in deep wells and is the constraint that often limits horizontal section length.
14.8.4 Well intervention and workovers
Interventions during the production life are categorised:
- Light intervention (slickline): wellhead-pressure-rated operations, plug setting, gauge running. host ~0.5–1 MUSD.
- Medium intervention (e-line, coiled tubing): logging, perforation, light stimulation. host ~1–3 MUSD.
- Heavy intervention (workover with rig): tubing change-out, recompletion. host ~10–30 MUSD subsea, 5–15 MUSD platform.
The intervention frequency drives lifetime opex and is set at sanction by the reliability of the completion design.
14.8.5 Plug & abandonment cost
P&A cost is provisioned at sanction at 5–8 MUSD per platform well and 12–20 MUSD per subsea well; the operator's abandonment fund is reviewed annually by the regulator. Havtil enforces NORSOK D-010 barrier requirements (two independent barriers, including one permanent).
14.9 Worked example: casing-design for an HPHT well
Problem. Design the production casing string for a deepwater HPHT well: TVD 4 800 m, reservoir pressure 750 bar, reservoir temperature 175 °C, well head pressure 600 bar, gas-bearing formation.
Step 1 — Burst case. Worst case: full gas column with shut-in tubing-head pressure 600 bar. Burst load at TVD 4 800 m: $p_{int} = 600 + (\rho_{gas}\,g\,TVD)/10^5 \approx 720$ bar. Backup mud weight in the annulus 1.4 SG gives external pressure ~ 660 bar at TVD. Net burst load: 720 - 660 = 60 bar (the backup of mud reduces the design load).
Step 2 — Collapse case. Worst case: evacuated casing during production (gas lift kickoff). External pressure 1.4 SG mud = 660 bar at TVD; internal pressure ~ 0. Net collapse load: 660 bar.
Step 3 — Tension case. Casing weight ~ 4 800 m × 50 kg/m × 9.81 = 2.35 MN at the surface; design factor 1.6.
Step 4 — Material selection. L-80 grade is acceptable for sour service to NACE MR0175 if H₂S < 100 ppm; for higher H₂S use 13 % Cr or super-13 % Cr. For HPHT 175 °C, derate yield by 5 % per 50 °C above 100 °C.
Step 5 — Casing selection. 9 5/8-inch, 53.5 lb/ft, L-80, with:
- Burst rating: 524 bar (factor 1.1 vs 60 bar load: OK).
- Collapse rating: 510 bar at 175 °C (factor 0.77 vs 660 bar load: NOT OK; upgrade to 65 lb/ft P-110 with collapse rating 760 bar).
- Tension rating: 5.4 MN (factor 2.3: OK).
The example illustrates how the controlling constraint varies by well: in HPHT wells collapse usually governs the selection, in shallow wells burst tends to dominate, and in extended-reach wells tension governs the upper section.
Design-basis note. The 9 5/8-inch casing corresponds to about 244.5 mm outside diameter; 53.5 lb/ft is about 79.6 kg/m. The simplified Barlow-style checks above are screening calculations. A professional casing design must apply API / ISO / NORSOK design factors, collapse regime, axial load, triaxial stress, wear, corrosion, connection rating, temperature derating and barrier requirements.
Well delivery and well integrity
A well on the NCS is delivered through the well-delivery process defined by the operator's company-specific governing document and audited against NORSOK D-010 (well integrity in drilling and well operations). The process is staged: prospect identification, well planning (subsurface and engineering basis), well design (casing programme, mud programme, cementing programme, completion design), permitting (Havtil consent and Norwegian Environment Agency discharge permit), execution and handover to operations.
The central principle of NORSOK D-010 is that two independent and qualified well barriers must be in place across every permeable formation that contains hydrocarbons or pressurised fluids. The primary well barrier prevents flow under normal operating conditions (typically the production tubing, downhole safety valve, production packer and the wellhead's master valve), and the secondary well barrier acts if the primary fails (production casing and casing cement, surface-controlled subsurface safety valve, blow-out preventer during drilling). Each barrier has documented elements, performance requirements and acceptance criteria, and each element must be tested at the frequency given in the well-specific barrier diagram. Permanent abandonment also requires two barriers across every flow path, qualified to last beyond foreseeable use.
Well intervention — wireline, slickline, coiled tubing and rigless hydraulic operations — is part of the operations phase and is budgeted in the OPEX of the field. A typical NCS field plans 0.5 to 1.5 interventions per well per year over the production life.
14.10 Summary
Well design is driven by reservoir target, drilling geometry, and pressure containment requirements. Casing strings are designed in API 5C3 burst / collapse / tension checks; NORSOK D-010 mandates the two-barrier safety philosophy. NeqSim's SubseaWell automates the casing design and cost estimation for first-pass studies.
Exercises
- Exercise 14.1. Use Eq. 14.1 to compute the burst rating of a 9⅝" P-110 casing with 13.84 mm wall.
- Exercise 14.2. Design the casing scheme for a 4 000 m subsea producer with reservoir pressure 450 bar and pore-pressure / fracture-gradient profile from a reference NCS field.
- Exercise 14.3. Identify the primary and secondary barrier elements per NORSOK D-010 for the producer of §14.6.
- Exercise 14.4. Estimate the drilling cost of a 12-km ERD well at 400 kUSD/d.
- Exercise 14.5 [course problem P3]. Use NeqSim to design the wells for the P3 subsea tieback; produce a casing-design summary.
Reservoir Technology
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the physical setting of a petroleum reservoir — trap, seal, source rock, porosity, permeability, saturation, net-to-gross.
- Compute volumetric STOIIP and GIIP with proper treatment of formation volume factors and saturations.
- Apply material balance equations to oil and gas reservoirs, identify dominant drive mechanisms, and estimate recovery factors.
- Distinguish primary, secondary, and tertiary recovery; identify when each becomes economic.
- Characterise the principal IOR / EOR methods relevant to the NCS — pressure maintenance, water injection, WAG, gas injection, CO₂ EOR, and chemical EOR.
- Use radial inflow / IPR and decline-curve equations to connect reservoir pressure, well deliverability and field production forecasts.
- Convert reservoir-engineering inputs into production profile assumptions used by the field-development team (Chapter 19).
- Explain how ensemble history matching and Bayesian updating convert new wells and production data into revised P10/P50/P90 field-development profiles.
- Interpret a real NCS history-matching case, using the Volve field to connect fault interpretation, water cut, well additions and forecast revision.
Where We Are in the Field-Development Lifecycle
This chapter builds the reservoir evidence behind a concept. Use it to test whether recovery, uncertainty and surveillance assumptions support the selected facility and well plan.
15.1 The reservoir as a physical system
A petroleum reservoir is a body of porous and permeable sedimentary rock that contains hydrocarbons trapped beneath an impermeable seal. The geometry is set by structural and stratigraphic processes; the fluid distribution is set by gravity, capillarity, and the original migration history. The engineer working at field-development scale needs the following macroscopic descriptors:
Reference and validity note. The volumetric, material-balance, decline and recovery-factor methods in this chapter are field-development screening methods grounded in reservoir-engineering texts and PVT practice [10, 11, 12, 13, 60, 61]. They should be replaced or calibrated with static models, dynamic reservoir simulation, pressure/rate history and laboratory PVT data before reserves booking or sanction-quality forecasting.
- Bulk volume $V_b$ [m³] — the total rock volume within the gross reservoir interval.
- Net-to-gross ratio N/G [–] — the fraction of $V_b$ that is actually reservoir-quality rock (clean sandstone or carbonate). The remainder is non-reservoir (shale, anhydrite, tight cement).
- Porosity $\phi$ [–] — the fraction of net rock that is pore space. Typical NCS sandstone reservoirs: $\phi = 0.18$–$0.32$; chalk reservoirs (Ekofisk, Valhall): $\phi = 0.30$–$0.45$.
- Water saturation $S_w$ [–] — the fraction of pore space occupied by formation water at initial conditions. The remaining $1-S_w$ is hydrocarbon-bearing.
- Permeability $k$ [mD] — the ability of the rock to transmit fluid (Darcy's law, Chapter 4).
- Formation volume factor $B_o$ [Rm³/Sm³] for oil and $B_g$ [Rm³/Sm³] for gas — convert reservoir-condition volumes to standard-condition volumes.
The trap geometry (anticline, fault-dependent, stratigraphic, salt-flank) and the seal (cap rock above; bottom and side seals) together with the hydrocarbon contacts (gas–oil contact GOC, oil–water contact OWC, gas–water contact GWC) define the reservoir volume.
For forecasting, that static reservoir description is coupled to the well and facility pressure network as shown in Figure 15.1.
Discussion (Figure 15.1). Observation. The figure shows reservoir pressure feeding an inflow-performance model, then tubing, choke and separator pressure nodes, with produced volume removed and reservoir pressure updated at each time step.
Mechanism. The production system is solved as a sequence of coupled steady-state calculations: the reservoir supplies deliverability, the well and choke consume pressure, the separator sets the downstream boundary, and depletion updates the next reservoir state.
Implication. Reservoir forecasts and facility constraints cannot be separated; a separator-pressure, tubing-friction or choke assumption can change both instantaneous rate and cumulative depletion path.
Recommendation. State the reservoir-pressure update method and all wellhead or separator boundary pressures when using production forecasts for concept selection.
15.2 Volumetric estimation of hydrocarbons in place
15.2.1 Stock-tank oil initially in place
The stock-tank oil initially in place (STOIIP) at standard conditions (15 °C, 1.01325 bar) is
$$ N = \frac{V_b \, (\text{N/G}) \, \phi \, (1 - S_{wi})} {B_{oi}} \tag{15.1} $$
where $S_{wi}$ is the initial water saturation and $B_{oi}$ is the oil formation volume factor at initial reservoir conditions. Units: $V_b$ in Rm³, $N$ in Sm³.
15.2.2 Gas initially in place
For a gas reservoir,
$$ G = \frac{V_b \, (\text{N/G}) \, \phi \, (1 - S_{wi})} {B_{gi}} \tag{15.2} $$
with $G$ in Sm³ and $B_{gi}$ in Rm³/Sm³. For gas condensate reservoirs, the in-place gas and condensate are related through the producing gas–oil ratio $R_{si}$ at saturation:
$$ N_{cond} = \frac{G}{R_{si}}, \qquad G_{free} = G - N_{cond} R_{si}^{(\text{lean})} \tag{15.3} $$
Validity note. Volumetric STOIIP and GIIP calculations are screening estimates until the reservoir volume, contacts, net-to-gross, porosity, saturation and formation-volume factors are tied to mapped data and PVT. Use the equations to expose uncertainty and compare concepts; do not treat a single deterministic STOIIP as a reserves-booking number.
15.2.3 Probabilistic STOIIP
Each input in Eq. (15.1) carries uncertainty. The standard NCS practice is to report STOIIP/GIIP at the P10, P50, and P90 percentiles, propagated through Monte Carlo simulation:
| Parameter | P10 (low) | P50 | P90 (high) | Distribution |
|---|---|---|---|---|
| $V_b$ (Mm³) | 80 | 110 | 150 | Triangular |
| N/G | 0.55 | 0.70 | 0.82 | Triangular |
| $\phi$ | 0.18 | 0.22 | 0.26 | Normal |
| $S_{wi}$ | 0.18 | 0.25 | 0.34 | Normal |
| $B_{oi}$ (Rm³/Sm³) | 1.20 | 1.30 | 1.45 | Triangular |
A 10 000-run Monte Carlo through Eq. (15.1) typically gives P90/P10 spread of 2–4× — the dominant source of field-development risk is rarely the engineering, but the subsurface volume.
15.2.4 Worked example — STOIIP for a North Sea sandstone
A discovered Jurassic sandstone has $V_b = 110\ $Mm³, $\text{N/G} = 0.70$, $\phi = 0.22$, $S_{wi} = 0.25$, $B_{oi} = 1.30\ $Rm³/Sm³. Apply Eq. (15.1):
$$ N = \frac{110 \times 10^6 \cdot 0.70 \cdot 0.22 \cdot 0.75}{1.30} = 9.78 \times 10^6\ \text{Sm}^3 \approx 61.5\ \text{MMbbl} \tag{15.4} $$
If the recovery factor is $RF = 0.45$, the technically recoverable reserve is $\approx 4.4 \times 10^6$ Sm³ (28 MMbbl). At 65 USD/bbl, the gross revenue undiscounted is ~ 1.8 BUSD — the order of magnitude that a single satellite-tieback development on the NCS targets.
15.3 Material balance
Material balance (MB) is the integral mass-conservation equation for a reservoir; it relates cumulative production to the expansion of fluids and rock as pressure drops. For an oil reservoir with gas cap and aquifer influx, the classic Schilthuis MB is
$$ N_p (B_o + (R_p - R_s) B_g) = N \big[ (B_o - B_{oi}) + (R_{si} - R_s) B_g \big] + m N B_{oi} \!\left(\frac{B_g}{B_{gi}} - 1\right) + W_e - W_p B_w \tag{15.5} $$
where:
- $N_p$ — cumulative oil produced (Sm³).
- $R_p$ — cumulative producing GOR (Sm³/Sm³).
- $R_s$ — solution GOR at current $P$.
- $m$ — initial gas-cap to oil-zone volume ratio.
- $W_e$ — cumulative water influx (Rm³).
- $W_p$ — cumulative water produced (Sm³).
The first square bracket is the fluid expansion (oil + liberated gas); the second is the gas-cap expansion; $W_e$ is aquifer support.
15.3.1 Gas reservoir material balance
For a dry gas reservoir,
$$ \frac{P}{Z} = \frac{P_i}{Z_i}\left(1 - \frac{G_p}{G}\right) \tag{15.6} $$
A plot of $P/Z$ vs. cumulative production $G_p$ is a straight line whose intercept on the $G_p$-axis is the GIIP. This "$P/Z$ plot" is the most powerful single diagnostic in gas reservoir engineering.
Paper-and-calculator pattern: dry-gas depletion. For a constant-rate gas plateau, keep the production volume, recovery fraction and pressure update as three separate lines:
$$ G_p = q_g N_d t, $$
$$ R_G = \frac{G_p}{G}, $$
$$ P_R = Z_R \frac{P_i}{Z_i}(1 - R_G). $$
Here $q_g$ is the standard gas rate, $N_d$ is operating days per year, $t$ is years on plateau, $G$ is gas initially in place and $R_G$ is the fraction of GIIP produced. This form prevents the common mistake of mixing standard gas volume, calendar time and reservoir pressure in one step.
15.3.2 Drive mechanisms
The dominant mechanism that pressurises the reservoir through its life dictates the recovery factor:
| Mechanism | Typical RF (oil) | NCS examples |
|---|---|---|
| Solution gas drive | 5–25 % | Most depletion-only oil fields |
| Gas cap expansion | 20–40 % | Statfjord (lower zones) |
| Water drive (active aquifer) | 35–60 % | Brent, Oseberg |
| Compaction drive | 30–50 % | Ekofisk chalk |
| Water injection | 35–60 % | Most NCS oil fields |
| Gas injection / WAG | 40–65 % | Statfjord, Snorre |
For gas reservoirs, recovery is much higher (60–90 %) because gas continues to expand with pressure drop until abandonment (~ ~5 bar economic limit).
15.4 Recovery mechanisms
15.4.1 Primary recovery
Production by natural reservoir energy. Includes solution-gas drive, gas-cap expansion, gravity drainage, and natural water drive. Typical NCS oil field RF on primary alone: 10–25 %. For gas: 60–80 %.
15.4.2 Secondary recovery
Pressure maintenance by injection of immiscible fluids:
- Water injection. The dominant secondary method on the NCS. Sea water is injected at 1.0–1.5 PV (pore volumes) total over field life. Typical incremental RF: +15–25 %.
- Gas injection (immiscible). Stored produced gas re-injected for pressure maintenance and later blowdown.
- Separate water and gas injection. Water injectors and gas injectors operate at the same time but in different wells, zones or field sectors. Water injection manages voidage replacement and flank sweep; gas injection preserves gas-cap pressure, stores produced gas during the oil plateau and delays gas blowdown. This is the correct reading of a concept described as waterflooding plus gas injection or WF + GI. It is not WAG unless the operating plan deliberately alternates water and gas into the same injector or local pattern.
15.4.3 Tertiary / IOR / EOR
When secondary methods reach diminishing returns, tertiary methods address the remaining oil:
- Miscible gas injection. CO₂, hydrocarbon gas, or N₂ above the minimum miscibility pressure (MMP). Eliminates capillary trapping ~ +5–15 % RF.
- WAG (water-alternating-gas). Alternates water and gas slugs into the same injector or local reservoir pattern to improve mobility control and sweep efficiency. WAG is therefore a specific cyclic operating mode, not a general label for fields that have both water injection and gas injection.
- Polymer flooding. Increases water viscosity, reduces mobility ratio. Effective in heavier oils.
- Surfactant / alkaline / micellar. Reduces interfacial tension; rare on the NCS due to cost.
- Microbial EOR. Niche.
- Thermal EOR. Steam injection / SAGD; not applicable to NCS oils (already light/medium).
The NCS recovery factor is among the highest reported for mature offshore producing provinces (roughly 45-50 % field average for oil fields) thanks to early water injection and aggressive IOR programmes.
15.5 The minimum miscibility pressure (MMP)
For miscible gas injection the injected gas must reach multi-contact miscibility with the oil. The pressure at which this occurs is the MMP. Common correlations:
- Glaso (1985) for CO₂: function of $T$, MW of C₅₊, mole fraction of intermediates.
- Yellig–Metcalfe (1980): $T$ only (CO₂).
- Slim-tube experiment (definitive lab test).
For NCS conditions ($T \approx 90$–110 °C), CO₂ MMP is typically 200–280 bar — accessible at most reservoir depths > 2000 m.
15.6 Reservoir simulation
Reservoir simulators (Eclipse, OPM Flow, INTERSECT, tNavigator) discretise the reservoir into ~ 105–107 cells and solve the Darcy + mass-balance equations on each cell. Outputs:
- Pressure and saturation maps over time.
- Production profiles per well.
- Sensitivity to well placement, completion, IOR strategy.
Discussion (Figure 15.2). Observation. Figure 15.2 places the reservoir development model at the centre of a wide data network: geophysics, geological modelling, volumes in place, petrophysics, rock mechanics, PVT, SCAL, well design, process capacity, export facilities, flow assurance, 4D seismic, tracer responses, production and injection rates, and well logs.
Mechanism. A reservoir model is not calibrated by one discipline. The static model sets geometry and rock properties; PVT and SCAL set the fluid and displacement physics; facilities and export limits define operating controls; observed production, pressure, tracer and seismic data close the history-matching loop.
Implication. Field-development decisions should treat reservoir uncertainty as an integrated project uncertainty. A change in fault communication can alter water handling, compression timing, well count, flow assurance risk and NPV, not only the reservoir volume estimate.
Recommendation. Keep one shared assumptions register for the reservoir, well, process, export and economics teams. Each P10/P50/P90 production case should carry its corresponding water, gas, pressure and facility capacity consequences.
For TPG4230 we use simplified analytical/MB models and a NeqSim SimpleReservoir (Chapter 19) to capture the field-development-relevant dynamics without the geological detail of full 3D simulation.
from neqsim import jneqsim as ns
# Build a reservoir fluid first
reservoir_fluid = ns.thermo.system.SystemSrkEos(358.15, 310.0)
for c, x in [("nitrogen",0.005),("CO2",0.015),("methane",0.40),
("ethane",0.08),("propane",0.06),("n-butane",0.04),
("n-hexane",0.05),("nC10",0.35),("water",0.005)]:
reservoir_fluid.addComponent(c, x)
reservoir_fluid.setMixingRule("classic")
reservoir_fluid.setMultiPhaseCheck(True)
ns.thermodynamicoperations.ThermodynamicOperations(reservoir_fluid).TPflash()
reservoir_fluid.initProperties()
# Simple decline + reservoir using SimpleReservoir
# setReservoirFluid(fluid, gasInPlace_Sm3, oilInPlace_Sm3, waterInPlace_Sm3)
res = ns.process.equipment.reservoir.SimpleReservoir("Res-1")
res.setReservoirFluid(reservoir_fluid, 5.0e9, 15.0e6, 5.0e6)
print("Reservoir OOIP (MSm3):", res.getOOIP("Sm3")/1e6)
15.7 Production forecast and the FDP
The reservoir engineer's deliverable to the field-development team is the production profile — oil, gas, water and injection rates over time. It feeds Chapter 19 (scheduling) and Chapter 18 (economics). A credible forecast is triangulated from three tools: decline-curve analysis, material balance and numerical reservoir simulation.
Discussion (Figure 15.3). Observation. Figure 15.3 combines two forecasting ideas: the gas-reservoir $P/Z$ material-balance trend and the radial oil-well inflow equation. The right-hand plot shows how strong, moderate and weak water drive shift the $P/Z$ trend away from the simple volumetric depletion line.
Mechanism. Material balance reads the reservoir as an inventory problem: pressure decline and cumulative production reveal the effective hydrocarbon volume and drive support. IPR reads the well as a flow problem: permeability, thickness, viscosity, formation volume factor, drawdown, drainage radius, well radius and skin determine how much oil can enter the wellbore.
Implication. Facility plateau rate is only possible if both the reservoir inventory and the well deliverability support it. A large STOIIP with poor productivity may require more wells or stimulation; a high-productivity field with weak volume support may need early pressure maintenance.
Recommendation. Always check three numbers together before freezing a field-development forecast: cumulative recoverable volume from material balance, well deliverability from IPR/nodal analysis, and facility capacity from the process design.
For radial, pseudo-steady oil inflow in metric field units, use the common IPR form
$$ q_o^{sc} = \frac{1}{18.7}\, \frac{k h}{\mu_o B_o}\, \frac{p_r - p_{BH}}{\ln(r_e/r_w) - 0.75 + s}, $$
where $q_o^{sc}$ is the stock-tank oil rate [Sm³/d], $k$ is permeability [mD], $h$ is net interval height [m], $\mu_o$ is oil viscosity [cP], $B_o$ is the oil formation volume factor [Rm³/Sm³], $p_r-p_{BH}$ is drawdown [bar], $r_e$ and $r_w$ are the drainage and wellbore radii, and $s$ is skin. The equation makes the facilities link explicit: higher separator capacity does not create production if drawdown, permeability or skin do not allow it.
Decline-curve analysis (DCA) fits the post-plateau rate to one of the Arps equations:
$$ q(t) = q_i e^{-D t} \quad \text{(exponential)}, $$
$$ q(t) = \frac{q_i}{(1 + b D t)^{1/b}} \quad \text{(hyperbolic)}, $$
$$ q(t) = \frac{q_i}{1 + D t} \quad \text{(harmonic)}. $$
Here $q_i$ is the rate at decline onset, $D$ is decline rate and $b$ is the decline exponent. Typical NCS oil fields with mixed drive and water injection often fit hyperbolic exponents $b \approx 0.3$–0.8; dry-gas fields are often represented by a plateau followed by a sharper decline once compression or reservoir pressure becomes limiting.
Discussion (Figure 15.4). Observation. Figure 15.4 shows pressure declining through field life, while production builds up, holds a plateau and then declines toward abandonment. Most discounted value is earned during build-up, plateau and early decline.
Mechanism. The plateau is facility-limited while the reservoir can supply enough wells at acceptable drawdown. Decline starts when reservoir pressure, water cut, gas handling, well productivity or facility constraints prevent the field from holding plateau.
Implication. Plateau length is one of the strongest economic levers in field development. Two concepts with the same ultimate recovery can have very different NPVs if one produces the barrels earlier.
Recommendation. Present production forecasts as linked oil, gas, water, pressure and injection profiles. Do not send a single oil-rate curve to the economics team without the associated facility loads.
Three profile types are common in early field-development work:
- Plateau + exponential decline. Conservative; used for risked or probabilistic profiles when little history is available.
- Plateau + hyperbolic decline. More realistic for water-flooded or mixed-drive oil fields.
- Detailed multi-well profile from simulation. Used in FEED and execution phases, and whenever well placement, pressure maintenance or completion strategy drives the answer.
For NCS gas fields the plateau typically holds 5–10 years; for oil fields 3–7 years; tail production extends 15–30 years. The plateau capacity is set jointly by topside processing capacity, well productivity, pressure maintenance and export constraints.
15.8 IOR/EOR economics
The incremental NPV of an IOR project is
$$ \text{NPV}_{IOR} = \sum_t \frac{(\Delta q_t \cdot p_t - C_t) \cdot (1-\tau)} {(1+r)^t} - \text{CAPEX}_{IOR} \tag{15.7} $$
Typical NCS IOR thresholds: 1–3 USD/bbl unit-technical-cost gives a positive NPV at 60 USD/bbl flat. The high marginal tax rate (Chapter 18) means the state shoulders 78 % of the IOR investment risk, which has historically encouraged aggressive IOR on the NCS.
15.9 Risk and uncertainty
Reservoir uncertainty sources, ranked by typical impact on NPV variance:
- STOIIP / GIIP. The single largest risk; controls reserves and plateau duration.
- Recovery factor. Set by the dominant drive mechanism and the IOR strategy.
- Productivity index. Sets well count and the plateau capacity envelope.
- Well integrity. Long-term water/gas breakthrough, sand production, scaling.
Discussion (Figure 15.5). Observation. Figure 15.5 starts with uncertain model inputs, passes them through reservoir characterisation, workflow management and flow simulation, and ends with an ensemble of forecasts and a tornado plot.
Mechanism. Each ensemble member is one geologically plausible model. Running many members through the same development strategy converts static uncertainty into distributions of rates, pressure, water cut, recovery and NPV. The tornado plot then ranks which inputs move the decision most.
Implication. Reservoir uncertainty is not a late appendix to the economics chapter. It changes the design basis for water treatment, compression, injection, well count, host capacity and late-life tieback optionality.
Recommendation. Use ensemble results to define explicit P90/P50/P10 facility cases. The P10 resource case is not automatically the design case for every item; water handling, gas compression and injection may peak in different realisations.
Probabilistic treatment (Monte Carlo through STOIIP, RF, plateau, decline) is the standard tool — see Chapter 18 for the integrated economic Monte Carlo workflow.
15.9.1 Ensemble history matching and Bayesian updating
State-of-practice NCS reservoir management does not treat the static model as a single best geological picture. A field model is maintained as an ensemble of plausible realisations: different facies distributions, permeability fields, contact depths, aquifer strengths and relative-permeability curves, all consistent with the seismic interpretation and well logs. As new appraisal wells, pressure build-ups, tracer data and production histories arrive, the ensemble is updated rather than replaced.
The practical workflow is Bayesian even when the tool names differ:
- Prior ensemble. Generate 50–500 geological realisations spanning the uncertain volumes, connectivity and dynamic parameters.
- Forward simulation. Run each model to predict pressure, rates, water cut, GOR and 4-D seismic response.
- Data mismatch. Compare simulated and observed data with measurement uncertainty; do not overfit individual noisy points.
- Update. Apply assisted history matching, Ensemble Kalman Filter (EnKF), Ensemble Smoother with Multiple Data Assimilation (ESMDA) or gradient-based parameter tuning to reduce systematic mismatch while preserving geological realism.
- Forecast. Propagate the updated ensemble through alternative well counts, injection strategies and facility constraints.
The deliverable to field development is not one production curve but three linked profiles: a P90 low, P50 base and P10 high case with internally consistent oil, gas, water, pressure and composition trends. Facility sizing normally checks the high-rate and high-water cases for capacity, while project economics are sanctioned on the risked P50 and the downside P90. This distinction is crucial: designing only to the P50 can overload water treatment or compression if the reservoir connects better than expected; designing every system to the P10 can strand capex and push the concept below economic threshold.
For NCS tiebacks, the ensemble update often changes the host modification scope more than it changes the well count. A stronger aquifer may add years of liquid-handling demand; a higher GOR realisation may require recompression earlier; poor compartment communication may make subsea boosting or infill wells more valuable than a larger topside module. The reservoir uncertainty is therefore an input to every capacity margin in Chapters 5, 11, 17 and 20.
Discussion (Figure 15.6). Observation. Figure 15.6 contrasts optimisation on one geological model with optimisation across about 100 geological models. It also lists possible objectives: NPV, recovery factor, low CO₂ emissions and risk measures; controls include well location, drilling order and production or injection rates.
Mechanism. Optimising a single model often finds a fragile answer that performs well only if that geology is true. Ensemble optimisation searches for controls that perform acceptably across many realisations, often by maximising a risk-adjusted objective such as
$$ \begin{aligned} \max_{\mathbf{u}}\; J(\mathbf{u}) ={}& \mathbb{E}_m[\mathrm{NPV}_m(\mathbf{u})] \\ &{} - \lambda\,\mathrm{Var}_m[\mathrm{NPV}_m(\mathbf{u})] \\ &{} - \gamma\,\mathbb{E}_m[\mathrm{CO}_{2,m}(\mathbf{u})]. \end{aligned} $$
where $\mathbf{u}$ contains well and operating controls and $m$ indexes ensemble members.
Implication. The best DG2 drainage strategy is not necessarily the one with the highest P50 recovery. A slightly lower P50 case can be preferred if it has better downside protection, lower emissions or more operational flexibility.
Recommendation. In concept selection, state whether optimisation is P50-only, expected-value based or risk-adjusted. The decision criterion should be visible before the project ranks wells, platforms, injection strategy or facility capacity.
15.9.2 Volve as a live history-matching case
The Volve data set is a useful NCS teaching case because it shows how reservoir interpretation changes after production data arrives. The Volve history-matching material is not mainly about a final model; it is about the engineering process of reconciling faults, wells, pressure, water cut and forecast behaviour.
Discussion (Figure 15.7). Observation. Figure 15.7 shows the Volve full-field interpretation evolving from the 2006 PDO interpretation through updates after the first drilling campaign, a new seismic data set and the second drilling campaign. The fault framework becomes more detailed with each update.
Mechanism. New wells and seismic interpretation add constraints on fault position, throw and juxtaposition. These updates change reservoir connectivity, pressure communication and likely water movement between injectors and producers.
Implication. A PDO model is a decision model, not a permanent truth. Facilities should be designed with enough flexibility to survive the normal learning cycle: new faults, revised compartments, changed water breakthrough and altered well priorities.
Recommendation. Treat structural uncertainty as a design-basis item. For a new field, document how alternative fault realisations affect water handling, injection demand, drilling sequence and recovery factor.
Discussion (Figure 15.8). Observation. Figure 15.8 compares field oil rate and water cut history against simulated curves. Oil rate rises rapidly early in life, then declines as water cut increases toward high late-life values.
Mechanism. Water injection and reservoir heterogeneity create uneven sweep. Good communication can support pressure but also accelerate water breakthrough; barriers can delay breakthrough but isolate oil. History matching adjusts faults, transmissibility and well controls until the model reproduces the observed rates and water cut.
Implication. A history match that fits oil rate but misses water cut is not reliable for field development. Water cut drives separator sizing, produced-water treatment, water injection recycle, chemical demand and late-life OPEX.
Recommendation. Use water-cut match quality as an explicit acceptance criterion for field-development reservoir models, not only cumulative oil or pressure match.
Discussion (Figure 15.9). Observation. Figure 15.9 compares a base-case production history and a DC3 case with new wells. The new-well period adds late-life rate support after the field has already entered decline.
Mechanism. Infill wells contact remaining mobile oil, improve areal or vertical sweep and can exploit compartments that earlier wells did not drain efficiently. The response is constrained by remaining pressure, water cut and facility capacity.
Implication. Late-life drilling is an integrated reservoir and facility decision. If water handling, gas compression or export capacity is already limiting, the incremental barrels from new wells may be smaller than the reservoir-only forecast suggests.
Recommendation. Evaluate new-well cases with the same coupled reservoir, well, process and economic workflow used at concept selection. The decision should report incremental oil, added water/gas load, CAPEX, emissions and NPV, not only rate uplift.
15.10 Reserves and resource classification
Volumes-in-place (STOIIP/GIIP) are not the same as reserves. Reserves are the sub-set that is both technically recoverable and commercially producible under a defined development plan, fiscal regime, and price scenario. Misreporting reserves is a securities-law offence (the Shell 2004 over-booking is the canonical lesson) so the classification frameworks are tightly defined.
SPE/WPC/AAPG/SPEE Petroleum Resources Management System (PRMS, 2018 revision) is the global standard. It splits discovered volumes by project maturity (reserves ~ contingent resources) and uncertainty (1P/2P/3P or 1C/2C/3C) on a two-axis chart. The headline categories are:
| PRMS class | Maturity | Typical use |
|---|---|---|
| 1P (proved) | sanctioned, on production or imminent | bank reserve-based lending, SEC reporting |
| 2P (proved + probable) | best estimate, expected case | corporate planning, NPV decisions |
| 3P (proved + probable + possible) | upside | upside studies, exploration value |
| 1C/2C/3C contingent resources | discovered, not yet sanctioned | development pipeline, tieback candidates |
| Prospective resources | undiscovered | exploration portfolio |
P90/P50/P10 deterministic ranges map approximately onto 1P/2P/3P. The split between reserves and contingent resources is the commerciality threshold — typically passed when the operator commits to a development (PDO/FID).
Sokkeldirektoratet resource classes are the regulatory framework on the Norwegian shelf. They emphasise project status rather than uncertainty:
| Class | Description |
|---|---|
| 1F | reserves in production |
| 2F | reserves with approved PDO, not yet on stream |
| 3F | resources in the planning phase (typically tiebacks under FEED) |
| 4F | resources likely to be produced (under evaluation) |
| 5F | resources not evaluated |
| 6F | resources not viable under current conditions |
| 7F | resources in plays not yet drilled (prospective) |
The Sodir Resource Account is published annually and is the primary public source of NCS volumes. For TPG4230 you should be able to read a field card and recognise that, for example, a "3F satellite, 25 MSm³ recoverable, host within 25 km" is a typical tieback candidate moving towards 2F at PDO.
For field-development work, resource classes are best read as a maturation story. A discovery does not become reserves simply because oil or gas has been found. It moves class only when new evidence removes technical, commercial and regulatory contingencies.
| Maturation step | Typical PRMS / Sodir reading | Evidence that moves the project forward | Field-development consequence |
|---|---|---|---|
| Prospect before drilling | Prospective resources / 7F | Seismic, play model, chance of success and analogue volumes. | Exploration portfolio value only; no facility design basis. |
| Discovery after exploration well | Contingent resources, often early 5F/4F | Hydrocarbons proven, pressure/fluid samples, initial contacts and mapped structure. | Appraisal plan, PVT programme and preliminary development screening. |
| Appraised discovery | 1C/2C/3C contingent resources, commonly 4F | Appraisal wells, static model, PVT, well tests and recoverable-volume range. | Concept long list, well-count range, export options and Class A economics. |
| Development candidate | Contingent resources with development pending, often 3F/4F | Selected concept, host/export capacity, commercial route, recovery strategy and positive decision case. | DG1/DG2 basis; facilities, wells, subsea and cost work become project-specific. |
| Sanctioned development | 1P/2P/3P reserves, usually 2F before start-up | PDO/FID, committed capital, approved development plan and regulatory basis. | Reserves support facility sizing, financing, procurement and execution commitments. |
| On production | Producing reserves / 1F | Production allocation, surveillance, history match and annual economic-limit update. | Reserves are depleted, revised and rebooked as performance and economics change. |
This table is often more useful than memorising class names. It tells the engineer what evidence is missing. If the field is still a 2C or 4F discovery, the question is not only "how much oil is there?" but "what appraisal, PVT, concept, export, cost or regulatory evidence is needed before the volume can support a development decision?"
Reserves estimates are revised continuously: as wells are drilled, plateau is held, and surveillance data accumulate, 2P estimates typically migrate towards 1P (the reserves replacement ratio, RRR, tracks this for the company). The field-development engineer's job is to defend the 2P number that underpins facility sizing — too low and the topside is bottlenecked; too high and the project never repays the oversized facility.
15.11 Theoretical foundations: from material balance to streamline simulation
Reservoir engineering supplies the boundary condition for everything else in the field-development chain. This section consolidates the governing equations that the reservoir block uses to deliver a production profile to the surface engineer.
15.11.1 The diffusivity equation
Single-phase flow through a porous medium obeys
$$ \frac{\partial p}{\partial t} \;=\; \frac{k}{\phi\,\mu\,c_t}\, \nabla^2 p \tag{15.8}, $$
with hydraulic diffusivity $\eta = k / (\phi \mu c_t)$. The solution for a vertical well at constant rate in an infinite reservoir is the line-source solution,
$$ p(r,t) \;=\; p_i \,-\, \frac{q\,\mu}{4 \pi k h} \,\mathrm{Ei}\!\Bigl(-\frac{r^2}{4 \eta t}\Bigr) \tag{15.9}, $$
which underpins transient well-test analysis (build-up, fall-off) and supplies the operator with permeability, skin and reservoir extent. The same equation, with boundary effects added, gives the late-time pseudo-steady-state productivity index $J$ used in nodal analysis.
15.11.2 Material balance for oil and gas
For a volumetric gas reservoir, $p/Z = (p_i/Z_i)(1 - G_p/G)$. Plotting $p/Z$ vs $G_p$ gives a straight line whose intercept is the gas in place $G$. For an oil reservoir with gas cap, water drive and solution gas, the equivalent is the Schilthuis equation,
$$ N \;=\; \frac{N_p\,(B_t + (R_p - R_{si})\,B_g) \,-\, W_e \,+\, W_p\,B_w} {(B_t - B_{ti}) + m B_{ti} (B_g/B_{gi} - 1)} \tag{15.10}. $$
Each term carries an uncertainty; the material balance is therefore a consistency check between reservoir, surface and metering data.
15.11.3 Recovery factors by drive mechanism
| Drive | Oil RF | Gas RF |
|---|---|---|
| Solution-gas drive | 5–15 % | n/a |
| Gas-cap expansion | 15–30 % | 60–80 % |
| Water drive (active) | 30–50 % | 60–80 % |
| Compaction drive | 5–10 % | n/a |
| Volumetric depletion (gas) | n/a | 70–95 % |
Secondary recovery (water-flood, gas-flood) and tertiary (EOR) shift the oil recovery to 35–60 % and 45–65 % respectively. These ranges set the upper bound on the field's economic value.
15.11.4 Reservoir simulation grid
A modern reservoir simulator (Eclipse, Intersect, OPM-Flow, tNavigator) discretises the equations on a structured corner-point grid of $10^5$–$10^7$ cells, with each cell carrying $\phi$, $k_x$, $k_y$, $k_z$, $S_w$, fluid PVT, relative-permeability and capillary- pressure tables. From the surface-engineering perspective the simulator is a black box delivering well rates as a function of well-control inputs.
15.11.5 Integrated production modelling (IPM)
When the reservoir model is coupled to a network model and to a process model the resulting integrated production model solves all three simultaneously. NeqSim's ProcessModel and reservoir classes form the open-source equivalent of the commercial IPM stack (Petex MoBlack, Schlumberger Avocet/Pipesim). The principal engineering value is the consistency check between the reservoir, well, flowline and topside teams.
15.11.6 Uncertainty and ensemble methods
Modern reservoir uncertainty quantification uses ensemble methods (EnKF, ESMDA) to history-match a population of realisations. The $P_{10}$, $P_{50}$, $P_{90}$ production profiles delivered to the development team are the output of running the ensemble forward; the field development decision rule is typically "design the facility to handle the $P_{90}$ peak production but justify economics on the $P_{50}$ profile".
15.11.7 The reservoir as a moving deadline
Every barrel left in the ground at abandonment is value forgone. The reservoir engineer's contribution is therefore not just "how much oil is there" but "how fast can we extract it without leaving recoverable reserves stranded?" — the central trade-off between plateau rate and ultimate recovery.
15.12 Summary
The reservoir engineer characterises the subsurface volume, predicts production profiles, and recommends recovery strategies. The field-development team converts these into well count, topside capacity, and economic forecasts. Volumetric STOIIP / GIIP, the Schilthuis material balance, the $P/Z$ plot, radial IPR, Arps decline curves and ensemble history matching are the indispensable tools. For TPG4230 we use simplified analytical forms and the NeqSim SimpleReservoir for calculations; full 3D reservoir simulation is the subject of TPG4145 / TPG4170.
Exercises
- Exercise 15.1. Compute the P10, P50, P90 STOIIP for the parameters in §15.2.3 by Monte Carlo. State the P90/P10 ratio.
- Exercise 15.2. A gas reservoir has $P_i = 300$ bar, $Z_i = 0.92$, GIIP = 30 GSm³. After cumulative production of 8 GSm³, the average $P/Z$ is observed to be 218. Estimate the GIIP from the observed $P/Z$ trend and compare to the volumetric estimate.
- Exercise 15.3. For the worked example of §15.2.4, re-compute STOIIP if N/G drops to 0.55 (downside) or rises to 0.82 (upside). Comment on the dominant sensitivity.
- Exercise 15.4. A reservoir engineer reports CO₂ MMP of 240 bar at 95 °C from a slim-tube experiment. The reservoir pressure is 280 bar at 95 °C. Comment on miscibility margin and pressure-maintenance strategy.
- Exercise 15.5. Build a
SimpleReservoirin NeqSim with the parameters of §15.2.4 and compare the predicted plateau duration with a 7-year plateau target.
- Exercise 15.6 [course problem P1]. For your course- problem field, compute STOIIP/GIIP probabilistically and propose recovery strategy with quantitative justification.
- Exercise 15.7 [Volve history matching]. Using Figures 15.6–15.8, explain how a new fault interpretation and a water-cut mismatch can change the preferred drainage strategy, well sequence and facility capacity basis.
Production Technology
Discussion (Production technology and operations). Observation. The figure links reservoir deliverability to surface facilities via the production system: inflow performance, artificial lift, wellhead, choke, separator and export. Mechanism. Production rate is set by the intersection of reservoir inflow (IPR) and system outflow (VLP/TPh); artificial lift and surface pressure changes shift this operating point. Implication. Production technology decisions (gas lift, ESP, choke strategy) determine plateau duration, decline rate and ultimate recovery—the key economic drivers. Recommendation. Use nodal analysis (Chapter 4) to quantify how each production-technology option shifts the operating point before evaluating OPEX and reliability trade-offs.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe completion design: perforated, frac pack, gravel pack, openhole, smart-well; multi-zone vs single- zone.
- Identify artificial-lift methods: gas lift, ESP, rod pump, jet pump, PhP; choose the right method by reservoir conditions.
- Compute gas-lift rate to optimise production for a given lift-gas constraint.
- Identify sand-management strategies (gravel pack, stand-alone screen, frac pack, openhole) and the reservoir conditions that drive each.
- Identify well-monitoring and intervention methods (PDG, distributed temperature sensing, flow-meter, coiled tubing, slickline, wireline).
Where We Are in the Field-Development Lifecycle
This chapter translates reservoir potential into controllable production. The design thread is lift, inflow control, metering and operating envelope through changing field conditions.
16.1 Completion choice
The completion is the rock-to-tubing interface. Five basic options:
| Type | Used when | NCS examples |
|---|---|---|
| Cased & perforated | Consolidated formation, multi-zone | Most NCS oil wells |
| Frac pack | Moderate sand-production risk | Many NCS sandstone fields |
| Gravel pack | High sand risk, friable formation | Statfjord, Heidrun |
| Open hole | Strong formation, single zone, horizontal | Some Statoil horizontal wells |
| Stand-alone screen | Open hole + sand management | Gulf of Mexico, GoM |
A modern NCS subsea producer is typically a horizontal, gravel-packed (or frac-packed), single-zone completion with a downhole pressure-temperature gauge (PDG), distributed temperature sensing (DTS), and a downhole safety valve (DHSV) at 1 500–2 500 m TVD.
16.2 Artificial-lift methods
When reservoir pressure cannot lift fluid to surface (low $P_{wf}$, high water cut, viscous oil), artificial lift is required:
- Gas lift. Inject gas into the tubing at a deep mandrel (1 500–3 000 m). The gas reduces fluid density, hence the hydrostatic head; flowing pressure drops. Standard NCS practice (Heidrun, Norne, Skarv).
- ESP (electric submersible pump). Multi-stage centrifugal pump downhole, electric power from surface. High flow rate (1 000–10 000 bbl/d), short MTBF (3–18 months). Used on Heidrun, Goliat, several FPSO fields.
- Rod pump (sucker rod). Reciprocating pump driven by a beam pumping unit at surface. Onshore standard; rare on NCS.
- Jet pump. No moving parts downhole; power-fluid driven jet. Niche application (high-temperature, sand).
- PhP (progressive-cavity pump). Helical-rotor pump for viscous / sand-laden fluid. Used on heavy-oil onshore; rare on NCS.
16.2.1 Gas-lift sizing
For a vertical well with gas lift, the optimum injection rate $q_{gi}$ maximises liquid rate $q_l$. Increasing $q_{gi}$ first reduces hydrostatic head (productivity up), then friction begins to dominate (productivity flattens or falls). The optimum is at the gas-lift performance curve peak (GLPh):
$$ \frac{\partial q_l}{\partial q_{gi}} = 0 \tag{16.1} $$
For a constrained lift-gas supply $\sum_i q_{gi} \le Q_g^{\max}$ across $N$ wells, the optimal allocation is at constant marginal benefit $\partial q_l / \partial q_{gi}$ across all wells (Lagrange multiplier — see Chapter 20 production optimisation).
16.3 Sand management
Reservoirs in unconsolidated sandstones (Heimdal, Heidrun, GoM, deepwater Brazil) produce sand. The approaches:
- Gravel pack. hoarse gravel between the formation and a screen retains formation sand. Robust; standard for high-rate horizontal wells.
- Frac pack. Combination of frac (large near-wellbore proppant pack) and screen. Provides skin reduction and sand control simultaneously.
- Stand-alone screen. Premium-mesh metal screen retains sand without gravel. Lower cost; used on extended-reach / horizontal where gravel placement is impractical.
- Open hole + frac. Where formation is sufficiently consolidated.
Sand-monitoring topside (acoustic detectors at piping elbows) gives real-time feedback; sand accumulation in separators is the main long-term concern (Chapter 7).
16.4 Monitoring and intervention
16.4.1 Well monitoring
- PDG (permanent downhole gauge) — pressure / temperature at downhole gauge depth, real-time. Standard on NCS subsea producers.
- DTS / DAS (distributed sensing) — fibre-optic cable along the tubing or completion; temperature / acoustic profile every 1 m. Used for inflow profiling, leak detection, sand monitoring.
- Multiphase flow meter (MPFM) — at the wellhead; Roxar, Schlumberger Vx; gas / oil / water rates without separation. NCS standard for subsea producers.
16.4.2 Intervention
- Slickline — wireline without electric line; mechanical operations (DHSV cycling, pulling plugs).
- Electric line / wireline — logging and electric operations.
- Coiled tubing (CT) — continuous tubing reel; mill- outs, stimulation, fishing, jet-cleaning.
- Workover rig — full mast for tubing-pulling, BOP installation; mostly platform-only.
- Subsea workover — rig + riser + tree re-entry; expensive (50–150 MUSD per well).
Discussion (Figure 16.1). Observation. Exponential, hyperbolic and harmonic decline curves give different tail behaviour. Mechanism. The decline exponent controls how quickly rate decreases as pressure support and deliverability change. Implication. Forecast tail assumptions can dominate reserves, abandonment timing and late-life economics. Recommendation. Fit decline parameters to physics and history, then stress-test the tail against facility minimum rates.
16.5 Worked example — gas-lift optimisation
A 4-well subsea cluster with a topside lift-gas supply of $Q_g^{\max} = 600$ kSm³/d. Each well has its own GLPh:
| Well | $q_{l,\max}$ (Sm³/d) | $q_{gi}^{\text{opt}}$ (kSm³/d) |
|---|---|---|
| W1 | 1 800 | 200 |
| W2 | 1 500 | 180 |
| W3 | 1 200 | 150 |
| W4 | 900 | 130 |
| Total | 5 400 | 660 |
Total optimal $q_{gi}$ = 660 kSm³/d > supply 600 kSm³/d. Optimisation by Lagrange (Chapter 20) reduces each well's gas rate equally on the marginal-benefit curve until the sum hits 600. Resulting liquid rate ~ 5 350 Sm³/d (~ 1 % loss).
16.6 Theoretical foundations: artificial lift, well productivity and surveillance
Production technology is the day-to-day craft of keeping wells flowing at their economic optimum. This section gives the analytical framework for choosing between the techniques and for diagnosing when each is required.
16.6.1 Productivity index and inflow types
Below the bubble point an oil well's inflow follows Vogel's relationship,
$$ \frac{q}{q_{\max}} \;=\; 1 - 0.2\,\Bigl(\frac{p_{wf}}{p_R}\Bigr) \,-\, 0.8\,\Bigl(\frac{p_{wf}}{p_R}\Bigr)^2 \tag{16.2} $$
with $q_{\max}$ at $p_{wf} = 0$. Above the bubble point the linear PI applies, $q = J\,(p_R - p_{wf})$. The transition is smooth: as $p_{wf}$ falls below $p_b$, the well moves from linear to curved inflow and gas evolution lifts the fluid column, decreasing $\rho_{\text{tubing}}$ and changing $p_{wf}$. This is the natural gas-lift effect.
Gas wells are dominated by the non-Darcy term, summarised by the quadratic deliverability equation,
$$ p_R^2 - p_{wf}^2 \;=\; A\,q + B\,q^2 \tag{16.3} $$
with $A$ from Darcy and $B$ from inertia / turbulence.
Validity note. Productivity index, Vogel and quadratic deliverability curves are not permanent well constants. Refit them after well tests, pressure-transient analysis, material changes in water cut, gas lift, skin, depletion or completion condition. Treat unrecalibrated PI/VLP intersections as screening estimates only.
16.6.2 Tubing performance — VLP
The vertical lift-performance curve gives $p_{wf}$ as a function of $q$ at fixed wellhead pressure. Three regimes arise:
- At low $q$, the friction term is small but the static head is high and gas slippage is poor — the unstable branch.
- At a critical rate $q^\star$, $p_{wf}$ reaches a minimum.
- Above $q^\star$, friction dominates and $p_{wf}$ rises again.
A well operates on the high-rate branch above $q^\star$; if the reservoir cannot deliver $q^\star$, the well loads up with liquid and ceases to flow. This is the critical-rate criterion (Turner) that drives gas-well surveillance.
16.6.3 Artificial-lift selection
The choice among artificial-lift methods is a function of expected rate, GOR, depth, sand and dogleg severity:
| Method | Rate (Sm³/d) | Depth (m) | Notes |
|---|---|---|---|
| Beam pump | 1–500 | < 2 500 | Onshore only |
| ESP | 100–10 000 | < 4 000 | Sensitive to gas, sand |
| PhP | 10–500 | < 2 000 | Heavy oil, sand |
| Gas-lift | 100–10 000 | < 5 000 | Best for high GOR |
| Hydraulic jet pump | 50–4 000 | < 4 000 | Tolerant of sand |
| Plunger lift | 1–50 | gas wells | Liquid loading mitigation |
Offshore the practical NCS toolbox is gas-lift and ESP. Gas-lift requires available HP gas (compressor capacity, source gas) and is preferred when GOR is high; ESP gives higher drawdown but requires reliable downhole power and is more sensitive to free gas, sand and thermal loading. In NeqSim, artificial-lift screening is normally built by combining WellFlow, TubingPerformance, pipeline hydraulics, compressors and pumps; detailed gas-lift-valve or ESP vendor models should be supplied as project-specific correlations or equipment data.
16.6.4 Well surveillance
Effective production technology rests on continuous surveillance:
- PDG (permanent downhole gauges): $p$ and $T$ at the gauge depth, sampled every 1–60 s.
- Multiphase meters at the tree (Roxar, Schlumberger, Emerson).
- Distributed temperature sensing (DTS, fibre-optic) along the tubing for inflow profiling.
- Periodic well tests through a test separator at the topside.
- Tracer chemistry for inter-well communication.
A modern digital twin combines these data with the IPM model to estimate the real-time PI, water-cut profile and depletion state of each well.
16.6.5 Stimulation
When the well's productivity index is below target, stimulation restores it:
- Matrix acidising (Hhl 7.5–28 %, mud-acid for sandstone) to remove near-wellbore damage; effective skin reduction $\Delta s = -1$ to $-3$.
- Hydraulic fracturing to create a propped fracture in tight formations; effective fracture half-length 50–250 m.
- Re-perforating to access bypassed pay.
- Well intervention (coiled tubing, wireline) to mechanically remove scale, wax or asphaltene.
The economic decision rule: present value of incremental production must exceed intervention cost (typically 0.5–5 MUSD per well).
16.6.6 Recovery enhancement
Beyond well-by-well production technology, the reservoir-wide recovery factor is enhanced by:
- Water-flood pattern optimisation (line-drive, five-spot, inverted nine-spot).
- WAG injection (water-alternating-gas) to manage mobility.
- Polymer flood in heavy-oil reservoirs.
- CO₂ EOR (continuous or WAG) — overlapping with CCS (Chapter 25).
- Smart-water flooding in carbonate reservoirs.
Each technique adds 3–15 % recovery at incremental capex of 2–8 USD/bbl.
16.6.7 The operator's daily problem
In practice the production technologist's daily work is a small optimisation: given the manifold-back-pressure constraint, the gas-lift availability, the water-handling limit and the export constraint, which wells should choke down and which should choke up to maximise rate at minimum power? This is precisely the problem solved in Chapter 20.
16.7 Well integrity management and reliability
16.7.1 ESP reliability in subsea service
Building on the selection criteria of §16.6.3, electrical submersible pumps in subsea applications present unique challenges:
| Method | Flow rate | GOR | WD | Failure mode |
|---|---|---|---|---|
| Gas lift | 100–10 000 stb/d | any | platform/subsea | gas-supply loss |
| ESP | 500–30 000 bpd | <1000 scf/stb | platform/subsea | motor failure |
| HSP | 5000–50 000 bpd | any | platform | seal failure |
Subsea ESPs (e.g. Lufeng, Jubarte, Asgard) achieve 2–3 year MTBF; ESP failure on a subsea well requires a workover at 15–25 MUSD, which sets the economic upper limit on ESP penetration in subsea projects.
16.7.2 Well integrity management
Well integrity over 30-year life requires periodic verification:
- Annulus pressure monitoring: A-, B-, C-annulus pressures trended monthly. SAP (sustained annulus pressure) above allowable triggers investigation.
- Wellhead and tree pressure tests: every 2–5 years per NORSOK D-010.
- Cement-bond logs: at sanction and after major workovers.
- Subsurface safety valve testing: every 6 months.
A loss of well integrity is the most consequential operational incident: each integrity-failure event triggers regulator reporting (Havtil), production-deferment cost and potential well abandonment.
16.8 Worked example: gas-lift design for a 3 000 m subsea oil well
Problem. A subsea oil well, TVD 3 000 m, GOR 100 Sm³/Sm³, water-cut 30 %, productivity index 8 Sm³/d/bar, reservoir pressure 250 bar, has flowing wellhead pressure of 50 bar at the required flowing bottom-hole pressure of 200 bar. Gas lift is required. Design the lift-gas rate and injection depth.
Step 1 — Inflow performance. $q = J(p_R - p_{wf}) = 8 \times (250 - 200) = 400$ Sm³/d natural flow at the design $p_{wf}$. The target rate is 1 200 Sm³/d, so 800 Sm³/d uplift is required.
Step 2 — VLP without lift. Beggs-Brill on 5½-inch tubing gives a tubing-head pressure of −20 bar at 1 200 Sm³/d (impossible) → lift required.
Step 3 — Injection-depth selection. Inject as deep as practical to maximise gas-lift efficiency. Mandrel placement at 2 800 m TVD, leaving 200 m below the deepest mandrel as a sump.
Step 4 — Lift-gas rate. Optimise on the gas-lift performance curve (q vs lift-gas rate). NeqSim's ProductionOptimizer with the well-flow model finds the maximum-efficiency point at 80 000 Sm³/d lift gas, giving 1 250 Sm³/d total liquid — meeting the target. Beyond 100 000 Sm³/d, additional lift gas reduces oil rate due to friction in the tubing.
Step 5 — Lift-gas supply. 80 000 Sm³/d × 365 = 29 MSm³/yr lift gas per well. With 6 wells on the host, total lift-gas demand 175 MSm³/yr. Supplied from the host's HP separator at 70 bara, boosted to 250 bara through a dedicated lift-gas compressor.
Step 6 — Verification. A NeqSim well-performance model can be assembled from WellFlow, tubing hydraulics and the topside lift-gas compressor to check the selected lift-gas rate against the pressure profile. The result should be validated against vendor gas-lift-valve data and well-test points before it is treated as a final optimiser solution.
The example illustrates the integrated subsurface-to-topside view required for any artificial-lift design.
16.9 Summary
Production technology bridges reservoir to surface: completion choice (cased / open / gravel-packed), artificial-lift method (gas-lift / ESP), sand management, and monitoring (PDG / DTS / MPFM). Gas-lift is the NCS standard for medium-rate oil wells; ESPs are gaining ground in higher-rate / lower-temperature service. Real-time downhole monitoring drives data-driven production optimisation (Chapter 20).
Exercises
- Exercise 16.1. Sketch a typical NCS subsea producer completion (perforations, gravel pack, packer, DHSV, tubing, gas-lift mandrel).
- Exercise 16.2. From Stanko 2024 [1] identify the artificial-lift method on Heidrun, Norne, Skarv, Snorre, and Draugen.
- Exercise 16.3. For a 4-well cluster with the GLPh data of §16.5, allocate 500 kSm³/d optimally using a simple Lagrange / marginal-benefit calculation.
- Exercise 16.4. Explain why deep-water FPSO developments often choose ESP over gas-lift.
- Exercise 16.5 [course problem P3]. Specify the completion type, artificial-lift method, and monitoring for the P3 wells; justify the choice.
Economics, Scheduling and Optimisation
Cost Estimation and Scheduling
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the AACE class hierarchy of cost estimates (Class 5–1) and the engineering maturity required for each class.
- Build a CAPEX estimate for an offshore development using the bottom-up + top-down hybrid method.
- Apply the Lang factor, location factors, and CEPCI index escalation.
- Build an OPEX estimate including operations, logistics, maintenance, and abandonment provisions.
- Convert a CAPEX/OPEX profile into a project schedule (Gantt) with critical-path analysis.
- Apply risk and contingency allowances appropriate to each estimate class.
Where We Are in the Field-Development Lifecycle
This chapter converts technical scope into cost and schedule evidence. Use it to separate estimate class, contingency and execution risk before economics are calculated.
17.1 AACE estimate classes
The AACE International (Association for the Advancement of Cost Engineering) classifies cost estimates by engineering maturity [62]:
| Class | Engineering | Accuracy range | Typical use |
|---|---|---|---|
| 5 | 0–2 % | –50 % / +100 % | Concept screening |
| 4 | 1–15 % | –30 % / +50 % | Concept select (DG2) |
| 3 | 10–40 % | –20 % / +30 % | FEED / sanction (DG3) |
| 2 | 30–75 % | –15 % / +20 % | Detailed engineering |
| 1 | 65–100 % | –10 % / +15 % | Final / control |
The accuracy bands are symmetric in principle, but historical offshore project data often show a bias toward CAPEX growth from sanction (Class 3) to first oil. Project literature (Merrow 2011) identifies four root causes: incomplete scope, currency / commodity volatility, schedule slip, and integration complexity. Each TPG4230 cost estimate must declare its class, the engineering basis, and the contingency.
Discussion (Figure 17.1). Observation. Estimate accuracy narrows as project definition matures from early screening to sanction and execution. Mechanism. More engineering definition reduces unknown quantities, vendor uncertainty and contingency bands. Implication. A concept-screen estimate should not be compared with a FEED estimate as if they had the same confidence. Recommendation. Always state the AACE class, accuracy range and basis date beside any CAPEX number.
17.2 CAPEX estimating methods
17.2.1 Top-down: capacity factors
For Class-5 / Class-4 estimates, simple scaling laws give useful first numbers:
$$ \text{CAPEX} = \text{CAPEX}_{\text{ref}} \left(\frac{Q}{Q_{\text{ref}}}\right)^n \tag{17.1} $$
where $n \approx 0.6$–$0.7$ for processing equipment and $\approx 0.8$–$1.0$ for civil/marine structures (the so- called six-tenths rule). Reference values per discipline:
| System | Reference unit | Reference cost (2025 USD) |
|---|---|---|
| Subsea well | 1 well | 60–90 M |
| Subsea tree | 1 tree | 5–8 M |
| Subsea manifold (4-slot) | 1 | 30–45 M |
| Flowline | 1 km × 8" | 1.2–1.8 M |
| Umbilical | 1 km | 0.8–1.4 M |
| Topside (per kg) | 1 kg | 80–120 USD |
| Hull (semi-sub) | 1 unit | 600–1 200 M |
| Spar (deepwater) | 1 unit | 700–1 400 M |
| FPSO (newbuild, 200 kbpd) | 1 unit | 1 500–3 000 M |
Cost-basis note. These reference costs are Class 5/Class 4 screening ranges in 2025 USD. Before comparing alternatives, state currency, base year, location factor, exchange rate, escalation index, real/nominal convention and estimate class. Do not mix a 2025 USD screening number with a 2026 NOK Class B estimate without normalising the basis.
17.2.2 Bottom-up: equipment list × Lang factor
The bottom-up method costs each major equipment item from vendor data or correlations, then multiplies by an installation factor (or Lang factor) to capture piping, instruments, electrical, civil, and engineering:
$$ \text{CAPEX}_{\text{bare module}} = C_p \cdot F_{BM} \tag{17.2} $$
$$ \text{CAPEX}_{\text{total module}} = C_{BM} \cdot F_{TM} \tag{17.3} $$
$$ \text{CAPEX}_{\text{grass roots}} = C_{TM} \cdot F_{GR} \tag{17.4} $$ Typical Lang factors: $F_{BM} = 2.0$–$3.0$ (vessel), $F_{BM} = 3.5$–$4.5$ (compressor + driver), $F_{TM} = 1.18$, $F_{GR} = 1.30$. Total Lang factor on equipment cost is typically 4–6 for greenfield offshore.
17.2.3 CEPCI escalation
Equipment costs from older sources are escalated to the target year via the Chemical Engineering Plant Cost Index (CEPCI):
$$ C_{2025} = C_{\text{old}} \cdot \frac{\text{CEPCI}_{2025}} {\text{CEPCI}_{\text{old}}} \tag{17.5} $$ CEPCI values: 1990 = 358; 2000 = 394; 2010 = 551; 2019 = 608; 2025 ~ 800. So a 2010 estimate must be inflated by ~ 1.45×.
17.2.4 Location factors
Same-engineering equipment has different installed cost in different regions. Approximate location factors (USA Gulf Coast = 1.00):
| Region | Location factor |
|---|---|
| US Gulf Coast | 1.00 |
| North Sea (NCS) | 1.40–1.80 |
| West Africa | 1.20–1.60 |
| Brazil | 1.30–1.60 |
| Australia (NWS) | 1.50–1.90 |
| Russia (Arctic) | 1.80–2.50 |
NCS factors have steadily fallen from ~ 2.0 in the 2010s to ~ 1.4–1.6 today thanks to standardisation initiatives (Subsea Standardisation, NORSOK).
17.3 Worked example — 4-well subsea tieback
Field parameters:
- 4 subsea producers, 250 m water depth, 50 km from FPSO host.
- 2 × 8" flowlines + 1 umbilical, 50 km each.
- 1 × 4-slot manifold.
- Topside modifications: 800 t.
- Drilling: 4 wells × 60 days each.
Cost build-up (2025 USD, NCS):
| Item | Quantity | Unit cost | Subtotal |
|---|---|---|---|
| Subsea wells | 4 | 75 M | 300 M |
| Subsea trees | 4 | 7 M | 28 M |
| 4-slot manifold | 1 | 40 M | 40 M |
| Flowlines + umbilical | 50 km × 3 | 4 M/km | 600 M |
| Topside modifications | 800 t | 100 k/t | 80 M |
| Installation vessels | – | – | 220 M |
| Project mgmt + EPC | 12 % | – | 154 M |
| Sub-total (Class 4) | – | – | 1 422 M |
| Contingency (Class 4 = 25 %) | – | – | 356 M |
| Total CAPEX | – | – | 1 778 M |
The result (~ 1.8 BUSD) is in the typical range for a 4-well NCS subsea tieback at 50 km. The Class-3 estimate at FEED typically falls within ±15 % of this Class-4 number, but the CONTINGENCY is reduced from 25 % to ~ 12 % as engineering matures.
17.4 OPEX estimation
OPEX is the recurring cost of operations and maintenance, typically expressed in USD/bbl-equivalent or as a percentage of CAPEX per year. NCS averages (2024 data):
| OPEX category | Share | Typical value |
|---|---|---|
| Operations (manning, logistics) | 35 % | – |
| Maintenance + modifications | 25 % | – |
| Marine + helicopters | 15 % | – |
| Insurance + admin | 10 % | – |
| Tariffs (subsea tieback) | 10 % | 0.50–1.50 USD/Sm³ gas |
| Power + utilities | 5 % | – |
Total OPEX:
- New FPSO: 8–14 USD/boe.
- Subsea tieback (host OPEX excluded): 4–8 USD/boe.
- Mature platforms: 12–25 USD/boe (rises with field life).
A common Class-4 rule-of-thumb is OPEX = 3–5 % of CAPEX per year for greenfield, 5–10 % for late-life.
17.5 Abandonment cost
Norwegian regulations (Petroleum Act §5-1 [35]) require the operator to fund the abandonment cost. Provisions are accrued over field life. Typical scale:
- Plug and abandon a subsea well: 3–6 MUSD per well.
- Remove subsea hardware: 50–200 MUSD per field.
- Remove a fixed platform (jacket): 200–500 MUSD.
- Decommission floating production unit: 100–300 MUSD.
Abandonment is captured in the NPV (Chapter 18) as a negative cash flow at end-of-life; the present value is strongly discounted but still material.
17.5.1 OSPAR 98/3 and the NCS removal default
Decommissioning on the NCS is governed by OSPAR Decision 98/3 (1998), which prohibits sea-disposal of disused offshore installations from new fields. The default obligation is total removal; derogations ("leave-in-place") are granted case-by-case for the largest steel jackets (> ~ 10 000 t topside-plus-jacket) and concrete gravity-base structures (GBS), where removal would generate excessive risk to personnel, marine environment or other sea users. NCS GBS structures (Statfjord A/B/C, Gullfaks A/B/C, Heidrun, Troll A) are likely candidates for derogation; their concrete sub-structures are expected to remain in place after topsides removal.
The cessation plan must be submitted to the Ministry of Energy 2–5 years before planned cessation; it covers production stop, well P&A, hydrocarbon flushing, hardware removal, post-removal monitoring and waste handling. The plan is reviewed by Sokkeldirektoratet (resource conservation — is more recovery feasible?), Havtil (HSE during removal operations) and Miljødirektoratet (environmental compliance).
17.5.2 Cost breakdown of an NCS abandonment
A NCS subsea-tieback abandonment cost is dominated by well P&A — typically 50–70 % of the total. Indicative split for a 4-well subsea tieback (2025 NOK):
| Cost element | Share | Notes |
|---|---|---|
| Rig mobilisation and standby | ~ 15 % | Semi-sub or platform rig; weather-window-driven. |
| Well P&A (per well 30–60 days) | ~ 40 % | Cement plugs across reservoir, intermediate and surface; verification logging. |
| Subsea hardware recovery | ~ 15 % | Trees, manifolds, jumpers, mudmats; HLV with dynamic-positioning. |
| Flowline/umbilical recovery or trenching | ~ 10 % | Depending on derogation; reverse-S-lay or cut-and-lift. |
| Topside disposal and recycling | ~ 10 % | Recycling rate ~ 95 % (mass) is now standard. |
| Site survey and post-removal monitoring | ~ 5 % | Pre/post bathymetric and biological survey. |
| HSE, project management, contingency | ~ 5 % |
Per-well P&A cost is rising on the NCS: the 2014–2024 mean moved from ~ 25 MNOK to ~ 50–70 MNOK per subsea well as deeper, longer-reach wells dominate the late-life portfolio.
17.5.3 Late-life and brownfield economics
Most producing NCS fields are now in late life — past plateau, declining production, rising water-cut. The governing economic question shifts from how much CAPEX can we sanction? to can we extend production until the abandonment liability becomes the only remaining cash flow? Typical late-life levers:
- Tieback of satellites to extend host life (e.g. Tyrihans -> Kristin, Edvard Grieg satellites).
- Re-use of existing wells for IOR/EOR injection.
- Selective decommissioning of redundant equipment to reduce OPEX.
- Subsea boosting to lower abandonment pressure and extend recovery (Snorre, Tyrihans).
- Power-from-shore retrofit to defer or eliminate carbon-cost-driven cessation.
Late-life NPV calculations are sensitive to the timing of the abandonment provision — moving cessation by one year typically shifts NPV by 5–15 % through the discounted provision. The decommissioning trigger price (the oil/gas price at which OPEX + carbon cost exceeds revenue) is a standard FDP deliverable; it is typically expressed as a break-even floor (Chapter 18, Section 18.7).
17.6 Project schedule
The development schedule maps each scope element to a time window with predecessors, durations, and resources. Three dimensions matter:
- Long-lead items (turbines, large compressors, FPSO hull) — 24–36 months from order to delivery; set the minimum schedule.
- Critical path — the longest sequence of dependent tasks; defines first-oil date.
- Float and parallel paths — non-critical scope that can absorb delays without affecting first oil.
Typical NCS subsea tieback schedule:
- DG2 -> DG3: 12 months (FEED + sanction).
- DG3 -> first oil: 36–48 months.
- Total: 4–5 years.
For new FPSO / new platform: 6–8 years from DG2.
17.7 Critical-path analysis
The classical critical-path method (CPM) computes earliest and latest start/finish for each activity, slack, and the critical path. For TPG4230 we use a simplified Gantt with hand-traced critical path; the deliverable is the first-oil milestone date as a function of project scope choice.
17.8 Risk and contingency
The cost estimate carries two risk allowances:
- Contingency. Covers known unknowns within the defined scope. Class-4: 20–30 %; Class-3: 10–15 %; Class-2: 5–8 %.
- Management reserve. Covers unknown unknowns; typically carried at corporate level, 5–15 % above contingency.
Good practice on NCS projects is to declare both: e.g. "Class-4 base 1 422 M + 25 % contingency + 10 % management reserve = 1 920 M total commitment".
17.9 NeqSim cost-estimation tooling
NeqSim provides a CostEstimationCalculator for equipment- level cost estimation:
from neqsim import jneqsim as ns
# Minimal process so the example runs end-to-end
fluid = ns.thermo.system.SystemSrkEos(333.15, 80.0)
for c, x in [("methane",0.7),("ethane",0.1),("propane",0.05),
("n-hexane",0.05),("nC10",0.10)]:
fluid.addComponent(c, x)
fluid.setMixingRule("classic")
feed = ns.process.equipment.stream.Stream("feed", fluid)
feed.setFlowRate(50.0, "kg/sec"); feed.run()
sep = ns.process.equipment.separator.Separator("HP-Sep", feed)
process = ns.process.processmodel.ProcessSystem()
for u in (feed, sep): process.add(u)
process.run()
# Equipment cost via the mechanical design handler (Turton/CEPCI)
sep.initMechanicalDesign()
md = sep.getMechanicalDesign()
md.calcDesign()
md.calculateCostEstimate()
print("HP-Sep purchased cost (USD):", md.getPurchasedEquipmentCost())
print("HP-Sep bare-module cost (USD):", md.getBareModuleCost())
print("HP-Sep total module cost (USD):", md.getTotalModuleCost())
This produces a Class-3 to Class-4 estimate suitable for concept-select or FEED-stage screening.
17.10 Worked example — tieback economics with carbon cost
The quickest sanity-check on a candidate tieback is a ten-line cash-flow estimate that captures CAPEX, OPEX, production, oil/gas price and the now-decisive carbon cost. The numbers below correspond to a 4-well, 25-km tieback to an electrified NCS host, plateau 25 kSm³/day oil + 1.5 MSm³/day gas, 12-year producing life.
Step 1 — Capex stack (2025 NOK)
| Block | CAPEX (MNOK) | Source |
|---|---|---|
| 4 subsea wells (drilling, completion) | 3 600 | Ch 14, §14.5 |
| Subsea trees + manifold + jumpers | 1 050 | Ch 13 |
| 25 km production flowline (PiP) | 1 250 | Ch 13 |
| 25 km umbilical | 750 | Ch 13 |
| 25 km MEG line | 350 | Ch 8/13 |
| Risers + installation | 800 | Ch 13 |
| Host-modification (controls + tie-ins) | 700 | this chapter |
| Project management + contingency (15 %) | 1 290 | §17.8 |
| Total CAPEX | 9 790 MNOK ~ 950 M USD |
Step 2 — OPEX and tariff
- Host tariff: 60 NOK/boe (typical NCS commercial range).
- Direct field OPEX: 30 NOK/boe (chemicals, vessel calls, subsea inspection-maintenance-repair).
- Power-from-shore power cost: ~ 1 NOK/boe at 2025 prices.
Step 3 — Carbon cost (the new lever)
With host electrified, scope-1 intensity ~ 4 kgCO2/boe. At the 2025 effective NCS carbon charge of ~ 2 200 NOK/t (§21.12.1):
$$ \text{Carbon cost per barrel} = 4\ \text{kgCO}_2/\text{boe} \times 2\,200\ \text{NOK/t} = 8.8\ \text{NOK/boe}. $$
If the host instead burned gas turbines (~ 14 kgCO2/boe), the carbon cost would be ~ 31 NOK/boe — a 22 NOK/boe NPV difference that has shifted dozens of late-2020s NCS PDOs toward power-from-shore.
Step 4 — Revenue and break-even
Using 75 USD/bbl (~ 800 NOK/bbl) and 4 NOK/Sm³ gas, the plateau-year netback per produced boe is ~ 750 NOK after tariff, OPEX, and carbon cost. Annual plateau revenue is thus ~ 6.0 GNOK and the field's pre-tax payback is ~ 3 years. Applying the Norwegian fiscal regime (Ch 18) gives an after- tax NPV at 8 % real of ~ 2.0 GNOK, IRR ~ 22 %.
Step 5 — Sensitivity
Monte-Carlo on the dominant inputs (oil price, plateau rate, plateau duration, carbon cost) gives a P10/P50/P90 NPV span of roughly 0.5 / 2.0 / 3.8 GNOK — a P10/P90 ratio of ~ 7×, dominated by oil-price uncertainty. This is the typical NCS tieback risk profile and is the main argument for the NORSOK Z-013 stage-gate review (Section 21.11).
Step 6 — Future-fit checks
A modern PDO must add three extra screens to the classic cash flow:
- Decommissioning provision discounted to PDO time (Section 17.5).
- EU CBAM / methane-regulation exposure on the export gas (Section 21.12.3).
- Late-life option value — does this tieback enable a downstream tieback (sequential development)~
When the optionality is included, marginal NCS tiebacks that appear borderline on a stand-alone NPV are often the first domino in an extended host life of 10–20 years.
17.11 Procurement and contracting
The cost estimate becomes real money only when contracts are placed. The choice of contracting model determines who carries cost overrun, schedule, and interface risk — and typically swings total installed cost by 10–20%. NCS operators use four main forms.
EPC (Engineering, Procurement, Construction). A single contractor delivers a defined scope on a fixed-price or lump-sum basis against an FEED package supplied by the operator. Risk for cost overrun and schedule sits with the contractor inside the agreed scope; design risk and scope- growth risk sit with the operator. Best when the FEED is mature and the scope is unlikely to change. Typical fee: 8–12% on top of estimated cost.
EPCI (Engineering, Procurement, Construction, Installation). EPC plus offshore installation, common for subsea tiebacks (SURF EPCIs by Subsea7, Saipem, TechnipFMC, Aker Solutions) and topside modules. The contractor takes on weather and vessel-availability risk, which can dominate the schedule. A single interface for the operator is the main attraction.
EPCM (Engineering, Procurement, Construction Management). The contractor is paid a fee to manage construction; the operator owns the equipment purchase orders and construction sub-contracts. Cost transparency is high, contractor margin is low (typically 5–8%), but the operator carries cost- overrun risk. Used when scope is fluid (modifications, brownfield) or when the operator wants direct control of long-lead items.
Alliance / integrated contracts. Operator and one or more contractors form a target-cost arrangement: a gain- share/pain-share mechanism aligns incentives around a common target installed cost and schedule. Equinor's subsea-frame agreements (Aker Solutions, Subsea7, TechnipFMC) and the long-running Aker BP–Aibel–Subsea7 alliance are the prominent NCS examples. Alliances are particularly effective for standardised, repetitive tiebacks where learning-curve gains are real and measurable: typical NCS performance is 15–25% lower installed cost than equivalent stand-alone EPCs.
Recent NCS contracting trends:
- Standardisation and modularisation — Equinor's Subsea Standard (HISEP, all-electric tree, common manifold blocks) and Aker BP's NOA Fenris hub use pre-engineered building blocks under frame agreements.
- FEED-to-EPC handoff discipline — late FEED changes are the dominant cost-overrun driver (Class 3 -> Class 2 estimate must close before EPC award).
- Indigenous-content requirements — Norwegian Petroleum Tax Act §3 and Sodir guidelines push for domestic supplier participation; >50% NOK-content is typical on NCS tiebacks.
- ESG-linked contracts — gain-share clauses tied to delivered carbon intensity (kg CO₂/boe) are emerging on electrification and tieback projects.
For the cost estimator the message is: the contracting model is part of the estimate basis. A Class-3 number from a frame-agreement alliance and a Class-3 number from a competitive EPC are not the same number — typically 10–15% apart even before contingency is added.
17.12 Theoretical foundations: cost estimation methods and AACE classes
Cost estimation is the bridge between the engineering design and the economic decision. The principal challenge is that estimates must be produced before the design is complete, so they rely on correlations, factors and benchmarks at varying degrees of maturity.
17.12.1 The AACE class system
The Association for the Advancement of Cost Engineering International defines five classes of estimate by maturity:
| Class | Maturity | Methodology | Accuracy |
|---|---|---|---|
| 5 | Concept (0–2 %) | Capacity-factor, scaling | $-50/+100$ % |
| 4 | Pre-FEED (1–15 %) | Equipment factor (Lang) | $-30/+50$ % |
| 3 | FEED (10–40 %) | Detailed factor (Hand) | $-20/+30$ % |
| 2 | EPC (30–70 %) | Semi-detailed take-off | $-15/+20$ % |
| 1 | Bid (70–100 %) | Detailed take-off | $-10/+15$ % |
These are the upper-bound ranges from AACE 18R-97 for process industries; NCS offshore projects tend to sit at the wider end due to currency exposure, weather risk and Arctic logistics. Field-development decisions on the NCS are typically taken at Class 3 (FEED gate). Sanction (PUD/FID) requires Class 2.
17.12.2 The factor methods
Equipment-factor (Lang) estimates total installed cost from purchased-equipment cost,
$$ C_{TIC} \;=\; F_L \cdot \sum_i C_{p,i} \tag{17.6}, $$ with Lang factors $F_L = 3.1$ (solid plant), 4.0 (mixed) or 4.7 (fluid). Hand factors decompose the Lang factor by category (piping, instruments, electrical, civil, insulation) and discipline (carbon-steel vs duplex), giving 10–15 % better accuracy.
The most rigorous factor method is the Bare-Module / Grass-Roots hierarchy (Turton):
$$ C_{BM} \;=\; C_p \cdot F_{BM}(F_M, F_p), \quad C_{TM} \;=\; \sum C_{BM} \cdot 1.18, \quad C_{GR} \;=\; C_{TM} + 0.50\,\sum C_{p,base} \tag{17.7}, $$ where $F_M$ is the material factor and $F_p$ the pressure factor. NeqSim's CostEstimationCalculator implements this hierarchy with full CEPCI escalation.
17.12.3 CEPCI and currency escalation
Equipment correlations are anchored to a base year and base currency; updating uses the Chemical Engineering Plant Cost Index (CEPCI):
$$ C_{2025} \;=\; C_{base}\,\frac{\text{CEPCI}_{2025}} {\text{CEPCI}_{base}}\,\frac{FX_{2025}}{FX_{base}} \tag{17.8}, $$ with CEPCI 2025 ~ 800 (vs 567 in 2019). Foreign-exchange adjustment uses the OECD GDP-deflator chain.
17.12.4 Power-law scaling
Capacity scaling for a single equipment item follows
$$ C_2 \;=\; C_1\,(S_2/S_1)^n \tag{17.9}, $$ with $n = 0.6$–0.8 typical for vessels and exchangers, 0.85–0.95 for compressors. The economy-of-scale argument applies to single trains; for parallel trains the cost is linear in capacity.
17.12.5 Schedule and the productivity curve
Schedule for an EPC project follows an S-curve productivity: 8–12 % engineering, 35–45 % procurement, 35–45 % construction, 8–12 % commissioning. A 36-month NCS topside is typical for a medium-sized field; deepwater FPSO can reach 48–60 months from sanction to first oil.
Schedule risk is captured by probabilistic schedule analysis (Monte Carlo over PERT-distributed activities), which feeds the $P_{10}/P_{50}/P_{90}$ first-oil dates required by sanction.
17.12.6 Owner cost vs EPC cost
The total project cost includes:
- EPC contract value: the contracted scope.
- Owner cost: project management, insurance, financing, owner- furnished equipment (1–4 % of EPC).
- Contingency: a Class-3 estimate carries 10–20 % contingency on top of base; sanction approvers add a 10 % management reserve.
- Inflation/escalation: between sanction and first oil, 2–4 %/yr.
17.12.7 Benchmark databases
Benchmark databases (Independent Project Analysis IPA, Rystad Energy, NCS public PDOs) provide unit-rate data per topside mass tonne (8–18 kUSD/t for fixed platforms, 18–35 kUSD/t for FPSOs). Benchmarking is the cross-check against bottom-up estimates and is mandatory before FID on the NCS per the Petroleum Act §4-2.
17.13 Further theory: contingency, escalation and risk-adjusted estimates
Cost estimates are deterministic point values; the underlying reality is a probability distribution. Contingency is the allowance added to the deterministic point estimate to bring the total estimate to a target probability of overrun (typically P50). For an AACE-Class-4 estimate, deterministic + 25–40 % contingency is the industry norm; for Class-3, 15–25 %; for Class-2, 8–15 %.
The contingency is calibrated using a Monte Carlo simulation: each cost line is treated as a triangular distribution around the deterministic point with low/high spreads based on the AACE maturity matrix; 1000 Latin-Hypercube samples produce a P50/P80/P90 distribution. The reported estimate is the P50, with the gap between P50 and P90 booked as a separate management reserve in the project budget.
17.14 Summary
A defensible cost estimate carries (1) a declared AACE class, (2) a clear engineering basis, (3) explicit contingency, (4) location and CEPCI corrections, and (5) sensitivity to key drivers. The schedule is built around long-lead items and the critical path. CAPEX, OPEX, and schedule together feed Chapter 18 (NPV) and Chapter 19 (production scheduling). Get the cost estimate right and the rest of the field-development decision falls into place.
Exercises
- Exercise 17.1. From the §17.3 build-up, recompute the CAPEX if location factor changes from 1.5 (NCS) to 1.2 (West Africa). Comment on the impact.
- Exercise 17.2. A reference compressor cost is 25 MUSD for 10 MW (2010 base, USGC). Estimate the cost for a 25 MW compressor on the NCS in 2025.
- Exercise 17.3. Build a Gantt chart for a 4-well subsea tieback: 12-month FEED, 24-month EPC, 12-month installation/hookup. Identify the critical path.
- Exercise 17.4. A Class-3 estimate is 2.0 BUSD with 12 % contingency. The actual outturn is 2.7 BUSD. By what fraction did the estimate slip?
- Exercise 17.5 [course problem P2]. For your course problem, build a Class-4 CAPEX estimate using the §17.3 methodology and present the result with declared contingency and basis.
Economic Analysis: NPV and IRR
Discussion (Economic analysis — NPV and IRR). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Build a cash-flow model for an oil & gas project.
- Compute NPV, IRR, payback, profitability index and interpret each.
- Apply the Norwegian fiscal regime (78 % marginal, uplift, depreciation) correctly.
- Apply other fiscal regimes (UK, US, generic concession, PSA).
- Build a break-even price and a tornado diagram.
- Run Monte Carlo simulations of NPV.
Where We Are in the Field-Development Lifecycle
This chapter converts profiles, costs and fiscal assumptions into decision metrics. Keep project economics, partner economics and state take visibly separate.
18.1 Time value of money
A future cash flow is worth less than an equal cash flow today because of inflation, opportunity cost, and risk. The present value of a cash flow $CF_t$ at year $t$ discounted at rate $r$ is
$$ \text{PV} = \frac{CF_t}{(1+r)^t} \tag{18.1} $$
Discussion (Figure 18.1). Observation. The figure shows the simplest possible present value example: 100 invested today becomes 105 after one year at 5 percent, so 105 received one year from now is worth 100 today when discounted at 5 percent. Mechanism. Discounting reverses compounding. The denominator represents the return the investor could earn elsewhere with comparable risk. Implication. Every future oil and gas cash flow must be converted to today's value before it is compared with upfront CAPEX. Recommendation. Keep the discount-rate assumption visible in every NPV table, because a small change in the denominator can change the concept ranking for long-lived NCS projects.
The discount rate $r$ has three components:
- Risk-free rate — sovereign bond yield (~ 4 % USD, ~ 3 % NOK in 2025).
- Inflation expectation — typically 2–3 %/yr.
- Risk premium — project-specific (greenfield + 4–6 %; brownfield + 2–3 %; tieback + 1–2 %).
Standard NCS practice uses real (inflation-adjusted) discount rates. The most common WACC values used by NCS operators in 2025: 6.5 % (Equinor), 7–8 % (mid-cap), 9– 10 % (small-cap private equity).
18.2 Net present value (NPV)
The NPV of a project is the sum of present values of all cash flows over its life:
$$ \text{NPV} = \sum_{t=0}^{T} \frac{CF_t}{(1+r)^t} \tag{18.2} $$
A positive NPV at the corporate hurdle rate means the project creates value above the cost of capital. The single decision rule for project sanction in most NCS operators is "NPV at corporate hurdle ≥ 0".
Cash flow at year $t$:
$$ CF_t = R_t - C_t^{op} - C_t^{cap} - T_t \tag{18.3} $$
where $R_t$ is revenue, $C^{op}$ operating cost, $C^{cap}$ capital cost, and $T_t$ tax (positive = paid).
Discussion (Figure 18.2). Observation. The cash-flow chart starts with small exploration outflows, then large negative CAPEX during development, followed by positive production revenue partly offset by OPEX and tariffs. Revenue peaks around plateau and declines with the production profile. Mechanism. Oil and gas projects concentrate investment before first production, then recover that investment through years of production. Decline, tariffs and operating cost mean late-life cash flow can remain positive but becomes progressively smaller. Implication. Project value is sensitive to both timing and magnitude: a one year delay damages NPV even if total recoverable volume is unchanged. Recommendation. Build every economic model as a dated cash-flow profile, not only as total CAPEX, total reserves and average price.
18.3 Internal rate of return (IRR)
The IRR is the discount rate at which the NPV is zero:
$$ \sum_{t=0}^{T} \frac{CF_t}{(1+\text{IRR})^t} = 0 \tag{18.4} $$
IRR is intuitive (a pure rate) but has pitfalls: multiple roots when cash flow signs change more than once; reinvestment assumption (IRR-rate not market rate); non-additive across projects. Most NCS projects use IRR as a diagnostic alongside NPV; sanction is on NPV.
18.4 Payback and profitability index
Payback period is the time at which cumulative undiscounted cash flow turns positive. Quick check, but ignores time value and post-payback cash flow.
Discounted payback uses cumulative PV.
Profitability index (PI = NPV / CAPEX) ranks projects under capital constraint: choose the highest PI first when budget is binding.
18.5 Norwegian fiscal regime
The Norwegian Continental Shelf has a special tax regime, formalised in the Petroleum Tax Act [35], that captures the bulk of the rent for the state:
| Tax component | Rate |
|---|---|
| Corporate tax (CIT) | 22 % |
| Special petroleum tax (SPT) | 71.8 % on the special-tax base |
| Combined marginal rate | 78 % |
The 78 % marginal rate is not the arithmetic sum of the two headline rates. Paid ordinary company tax is written off when calculating the special-tax base, so the technical 71.8 % SPT rate preserves a 78 % combined marginal rate. The current system is offset by two features:
- Immediate special-tax investment deduction. Investments are deducted immediately in the special-tax base under the post-2022 cash-flow model.
- Ordinary-tax depreciation. In the ordinary company-tax base, production-related CAPEX is depreciated linearly over 6 years from the year of expenditure.
The temporary petroleum-tax investment package introduced in 2020 allowed accelerated deductions and uplift for qualifying investments during the COVID-period transition rules. It materially improved project economics for eligible PDOs and plan changes, but it should not be treated as the normal fiscal basis for new projects; always check the current Petroleum Tax Act and transition-rule status before using it in a decision model.
18.5.1 Norwegian after-tax cash flow
For a single CAPEX-OPEX-revenue stream, the after-tax cash flow is computed by:
$$ CF_t^{\text{after-tax}} = R_t - C_t^{op} - C_t^{cap} - T_t^{ord} - T_t^{spec} \tag{18.5} $$
where $T_t^{ord}=0.22\max(0, R_t-C_t^{op}-D_t)$ and $T_t^{spec}=0.718\max(0, R_t-C_t^{op}-C_t^{cap}-T_t^{ord})$ for the simplified current cash-flow special-tax base. In code:
def norwegian_aftertax_cf(rev, opex, capex, dep):
cit_base = rev - opex - dep
cit = max(0, cit_base) * 0.22
spt_base = rev - opex - capex - cit
spt = max(0, spt_base) * 0.718
return rev - opex - capex - spt - cit
The Norwegian regime gives the state ~ 78 % of upside but also 78 % of downside risk on producing fields. The state's petroleum cash flow is transferred to the Government Pension Fund Global, with annual values updated in the National Budget and Norwegian Petroleum statistics.
Fiscal-basis note. Petroleum taxation changes over time. Historical temporary investment-package rules and uplift terms should not be used for a 2025-2026 decision case unless the project explicitly qualifies for them. For new examples, state whether the calculation uses the current ordinary regime, a historical regime for teaching, or a fictional fiscal frame such as Ultima Thule's Exlandian royalty/tax model.
18.6 Other fiscal regimes
| Regime | Rate range | Characteristics |
|---|---|---|
| Norwegian NCS | 78 % | Ordinary current-regime example; state ordinary-tax depreciation and special-tax cash-flow deduction explicitly |
| UK NS | Illustrative recent basis: 30 % RFCT + 10 % SC = 40 %, plus the Energy Profits Levy when applicable | RFCT = Ring Fence Corporation Tax; SC = Supplementary Charge; EPL terms and end dates are policy-sensitive; check current HMRC guidance before use |
| US GoM | 21 % federal + state | 12.5 % royalty, fast depreciation |
| PSA (production sharing) | 25–60 % | Cost-recovery oil + profit oil |
| Concession (Africa) | 30–60 % CIT | Royalty 5–20 %, signature bonus |
18.7 Break-even price
The break-even (BE) price of a project is the constant flat oil/gas price at which NPV = 0. It is the most-cited single number in NCS project communications:
- New deepwater oil: 35–55 USD/bbl BE Brent.
- NCS subsea tieback: 25–40 USD/bbl.
- Late-life infill well: 15–30 USD/bbl.
A project with BE < 35 USD/bbl is generally robust through oil-price cycles; BE 35–50 is "on the edge"; BE > 50 carries material price risk.
18.8 Sensitivity (tornado diagram)
A tornado diagram shows the sensitivity of NPV to each input parameter, sorted by impact. For a typical NCS oil project:
| Parameter | NPV variance contribution |
|---|---|
| Oil price (45 → 80 USD/bbl) | 35 % |
| STOIIP / GIIP (P10 → P90) | 25 % |
| CAPEX (–20 % / +30 %) | 15 % |
| Production profile (slow / fast) | 10 % |
| OPEX (±20 %) | 7 % |
| Discount rate (6 % / 9 %) | 5 % |
| Schedule slip (+1 yr) | 3 % |
Always present a tornado at sanction; it tells the decision maker what dominates.
Discussion (Figure 18.3). Observation. The tornado figure separates base project value, corporate synergies, one-at-a-time sensitivities, scenarios and additional option value. Price and production create the widest bars in the example, while OPEX and some CAPEX variations are smaller. Mechanism. A tornado holds all other inputs fixed while one variable is moved between a low and high case, so the bar length measures marginal impact on project value. Implication. Decision makers can see whether the case is price-led, volume-led, cost-led or schedule-led. Recommendation. Use tornado diagrams before Monte Carlo: first identify the few variables worth probabilistic modelling, then build the joint uncertainty case around those variables.
18.9 Monte Carlo NPV
Tornado handles one-at-a-time sensitivity but not joint distributions. Monte Carlo samples the uncertain inputs from their joint distribution and produces a P10/P50/P90 NPV distribution.
import numpy as np
N = 10_000
np.random.seed(0)
# Sample triangular distributions
brent = np.random.triangular(45, 65, 90, N) # USD/bbl
stoiip = np.random.triangular(50, 70, 95, N) * 1e6 # Sm³
capex = np.random.triangular(0.85, 1.0, 1.30, N) * 1.78e9 # USD
rec_factor = np.random.triangular(0.32, 0.45, 0.55, N)
# Compute NPV per sample using the Norwegian after-tax model
npv_samples = compute_npv_norway(brent, stoiip, capex, rec_factor)
P10, P50, P90 = np.percentile(npv_samples, [10, 50, 90])
print(f"P10 NPV = {P10/1e9:.2f} BUSD")
print(f"P50 NPV = {P50/1e9:.2f} BUSD")
print(f"P90 NPV = {P90/1e9:.2f} BUSD")
print(f"P(NPV<0) = {(npv_samples<0).mean()*100:.1f} %")
The probability of negative NPV is the most-cited risk metric at sanction; values below ~ 10 % are typically acceptable.
Discussion (Figure 18.4). Observation. The example has expected NPV of 182 MUSD2021, break-even oil price of 31 USD/boe and net production of 48.6 million boe. The production low case reaches negative NPV, while the price low case remains positive but much weaker. Mechanism. Subsurface uncertainty changes both volume and timing; if recoverable volume is low, the fixed CAPEX burden is spread over too few barrels. Implication. A positive expected NPV does not mean the project is robust. A project can have attractive mean value and still carry a material chance of value destruction. Recommendation. Report both expected value and downside probability, especially for NCS developments with high subsurface uncertainty or marginal host capacity.
18.10 Worked example — Aasta Hansteen NPV
Using approximate parameters:
- CAPEX 7 BUSD (FID 2013).
- Plateau 22 MSm³/d gas, 7-yr plateau, 12 %/yr decline, 30 yr life.
- Gas price 0.30 USD/Sm³ (5.5 USD/MMBtu).
- OPEX 250 MUSD/yr.
- Norwegian fiscal regime.
Result: pre-tax NPV at 8 % ≈ 6 BUSD; after-tax NPV ≈ 1.3 BUSD; IRR after-tax ≈ 11 %; payback 6 yr from first gas; break-even gas price ≈ 4.0 USD/MMBtu.
18.11 Real options
Some projects carry embedded options: option to expand, defer, abandon. Standard DCF / NPV undervalues these. Real-option methods (Black-Scholes, binomial trees) value the option to wait, expand, or switch. For TPG4230 we use DCF/NPV as the primary tool but flag real-option-rich contexts (e.g. step-out drilling, modular FPSO additions) where standard NPV may understate value.
18.12 NeqSim economic tooling
NeqSim provides field-development economics classes:
from neqsim import jneqsim as ns
import numpy as np
# Build a production profile (Sm³/d gas vs time)
years = np.arange(0, 30)
plateau = 22e6 # Sm³/d
q = np.where(years < 7, plateau, plateau*0.88**(years-7+1))
# Cash flow with the NCS fiscal regime
tax = ns.process.fielddevelopment.economics.NorwegianTaxModel()
engine = ns.process.fielddevelopment.economics.CashFlowEngine(tax)
engine.setGasPrice(0.30) # USD/Sm³
engine.setFixedOpexPerYear(250e6) # USD/yr
# CAPEX schedule (4 yrs); years start at 1 (year 0 is reserved)
capex_total = 7_000e6 # USD
for t, frac in enumerate([0.1, 0.3, 0.4, 0.2]):
engine.addCapex(float(capex_total*frac), int(t+1))
# Annual production (gas only, oil=ngl=0)
for t, qy in enumerate(q):
engine.addAnnualProduction(int(t+1), 0.0, float(qy*365.0), 0.0)
discount = 0.08
npv_after_tax = engine.calculateNPV(discount)
print(f"After-tax NPV at {discount*100:.0f}%: {npv_after_tax/1e9:.2f} BUSD")
print(f"Break-even gas price (USD/Sm³): "
f"{engine.calculateBreakevenGasPrice(discount):.3f}")
18.13 Theoretical foundations: discounted cash flow and the Norwegian fiscal regime
The economic evaluation of an oil and gas project is the integration of the production profile, the cost profile and the fiscal regime into a single time-discounted scalar — the net present value. This section gives the analytical structure.
18.13.1 Net present value and IRR
Net present value at discount rate $r$ is
$$ \mathrm{NPV} \;=\; \sum_{t=0}^{T} \frac{CF_t}{(1+r)^t} \tag{18.6}, $$
with $CF_t$ the after-tax cash flow in year $t$. The internal rate of return is the discount rate that drives NPV to zero: $\mathrm{NPV}(r=\mathrm{IRR}) = 0$. Both metrics are reported on NCS PDOs along with the break-even oil price at which NPV = 0 at the project hurdle rate.
18.13.2 The components of after-tax cash flow
For each year:
$$ CF_t \;=\; R_t - C_t - I_t - T_t \tag{18.7}, $$
with $R_t$ revenue, $C_t$ opex, $I_t$ capex (cash basis), $T_t$ tax. Revenue is
$$ R_t \;=\; \sum_{j} q_{j,t} \cdot p_{j,t} \cdot (1 - r_j) \tag{18.8}, $$
with $q_{j,t}$ production volume of product $j$, $p_{j,t}$ price, $r_j$ royalty rate (0 % on the NCS post-1972).
18.13.3 The Norwegian petroleum tax regime
The NCS regime is unique:
- Corporate income tax: 22 % on ordinary income.
- Special tax: 71.8 % on the special-tax base, after deduction for calculated ordinary company tax.
- Combined marginal rate: 78 % on petroleum profit.
- Investment deduction: investments are deducted immediately in the special-tax base under the post-2022 cash-flow model; temporary uplift percentages apply only to qualifying transition-rule investments.
- Refund of exploration loss: tax value (78 %) of exploration costs paid in cash if no profit is offset.
The combined effect is that the state captures ~78 % of marginal revenue but co-funds 78 % of marginal cost — the neutral tax property that drives the high CAPEX intensity of NCS projects.
18.13.4 Discount rate selection
The project discount rate is the weighted average cost of capital (WACC) adjusted for project risk,
$$ \mathrm{WACC} \;=\; \frac{E}{E+D}\,r_e \,+\, \frac{D}{E+D}\,r_d\,(1-\tau) \tag{18.9}, $$
with cost of equity $r_e$ from CAPM, cost of debt $r_d$ from yield curve, $\tau$ marginal tax rate. NCS operators use 7–10 % real post-tax WACC; Norwegian socio-economic petroleum appraisals often use 7 % real post-tax for socio-economic appraisal.
18.13.5 Sensitivity and Monte Carlo
NPV sensitivity to input parameters is summarised by the tornado diagram, with bars sorted by absolute swing. The principal sensitivities for an NCS project are typically:
| Variable | Range | NPV swing |
|---|---|---|
| Oil price | 60–120 USD/bbl | ±100 % |
| Production rate | $P_{90}$–$P_{10}$ | ±40 % |
| Capex | $-20/+30$ % | ±25 % |
| Schedule | ±12 months | ±15 % |
| Opex | ±20 % | ±10 % |
| Discount rate | 5–10 % | ±20 % |
Monte Carlo simulation propagates the input distributions into a probability distribution of NPV, with $P_{10}/P_{50}/P_{90}$ used for risk-adjusted decision making.
18.13.6 Real options and abandonment
The option to defer a development to a higher price environment or to abandon an underperforming asset adds NPV beyond the deterministic DCF. Real-option valuation uses a Black-Scholes or binomial-tree model on the underlying price; the option premium is typically 5–20 % of deterministic NPV for marginal NCS fields.
Abandonment is not an option in the NCS context — it is a liability. P&A cost (5–25 MUSD per well, 200–600 MUSD per platform) is provisioned in the cash-flow model, often as a discounted reserve from year-one production.
18.13.7 Decision rule
The PDO decision rule on the NCS is: NPV > 0 at the operator's hurdle rate AND state take is at least the social-discount NPV at 7 %. Both criteria are typically met simultaneously by sanction-quality projects.
NCS petroleum taxation
Petroleum activities on the Norwegian Continental Shelf are subject to a marginal tax rate of 78 %, structured as 22 % ordinary company tax plus a technical 71.8 % special tax on a base where calculated ordinary company tax is deducted. Revenue, operating cost and most CAPEX are deductible, but the timing differs by base: the ordinary tax base depreciates production-related investments over six years, whereas the post-2022 special-tax base deducts investments immediately as a cash-flow tax. Temporary uplift rules, including the 17.69 % and 12.4 % transition percentages, apply only to qualifying historical investments and development plans within the transition windows. After-tax NPV is the deciding figure for sanction decisions, and the high marginal rate combined with loss carry-forward and special-tax reimbursement makes after-tax IRR substantially less risky than the pre-tax IRR.
Probabilistic economics
Project economics on the NCS are reported with explicit P10, P50 and P90 outcomes for NPV, IRR and unit technical cost. The standard approach is a Monte Carlo simulation over the principal uncertainty drivers — gas-in-place / oil-in-place (uniformly distributed between low and high resource estimates), recovery factor, plateau rate, CAPEX (triangular with mode at the deterministic estimate), oil price (lognormal calibrated to forward curves), USD/NOK and power price (for electrified facilities). The output is a tornado diagram showing the absolute NPV swing for each input, which is used to focus the development plan on the parameters with the greatest leverage. Norwegian operators typically demand a P50 NPV above the hurdle rate and a probability of negative NPV below 10–15 % before recommending sanction.
18.14 Summary
NPV at the corporate hurdle is the primary sanction criterion; IRR, payback, and PI are diagnostics. The Norwegian fiscal regime (78 % marginal, ordinary-tax depreciation and special-tax cash-flow deduction) compresses operator returns to roughly 22 % of pre-tax marginal upside but reduces downside risk substantially. Tornado + Monte Carlo capture sensitivity and joint uncertainty. Build the cash-flow model carefully — small errors in depreciation timing, special-tax deductions, temporary-rule eligibility or escalation propagate large into the NPV. Chapter 19 builds the production profile that feeds this NPV; Chapter 17 builds the CAPEX/OPEX inputs.
Exercises
- Exercise 18.1. A field has CAPEX 1.5 BUSD, plateau 30 kbbl/d, 5-yr plateau, 12 %/yr decline, 25-yr life, 65 USD/bbl flat, OPEX 100 MUSD/yr. Compute pre-tax and after-tax NPV at 8 %.
- Exercise 18.2. Compute the break-even price for the field of Ex. 18.1.
- Exercise 18.3. Build a tornado diagram for the field of Ex. 18.1, varying each input ±20 %.
- Exercise 18.4. Run a Monte Carlo (N = 10 000) of the field of Ex. 18.1 with the §18.9 input distributions. Report P10/P50/P90 and P(NPV < 0).
- Exercise 18.5. Re-do Ex. 18.1 under UK fiscal regime (75 % combined from 2023). Compare to the Norwegian result.
- Exercise 18.6 [course problem P2]. For your course- problem field, build the full cash-flow model and present NPV / IRR / payback / break-even with tornado.
Production Scheduling — The Snøhvit Case
Learning Objectives
After reading this chapter, the reader will be able to:
- Build a plateau + decline production profile using Arps decline curves.
- Choose between exponential, hyperbolic, and harmonic decline based on reservoir mechanism.
- Compute well count, plateau capacity, and tail-end production consistent with Chapter 15 reservoir parameters.
- Identify the field-development implications of the chosen profile (topside sizing, schedule).
- Apply the lessons of the Snøhvit field (NCS LNG; subsea-to-shore; CO₂ re-injection) to modern Arctic / frontier developments.
Where We Are in the Field-Development Lifecycle
This chapter uses Snøhvit to connect schedule, capacity and value. Treat the case as a check on how timing decisions reshape production and economics.
19.1 The production profile
The production profile is the field's oil/gas/water rate as a function of time. It is the central output of the reservoir engineering team (Chapter 15) and the central input to economics (Chapter 18). Three regions:
- Build-up. Wells come on stream sequentially during the first 6–18 months. Rate ramps from zero to the plateau capacity.
- Plateau. Production capped by the topside or pipeline capacity, not by reservoir deliverability. Plateau lasts until reservoir pressure drops below the level needed to fill capacity.
- Decline. The reservoir becomes the bottleneck; production declines.
Field-development teams typically design topside capacity for the plateau and accept lower throughput in tail-end years; this trade-off (plateau height vs. plateau duration) is at the heart of facility-sizing decisions.
19.2 Arps decline curves
J. J. Arps' three-parameter family [60, 7] captures most observed decline behaviours:
19.2.1 Exponential decline
$$ q(t) = q_i \, e^{-D\, t} \tag{19.1} $$
Constant fractional decline. Cumulative production:
$$ N_p(t) = \frac{q_i - q(t)}{D} \tag{19.2} $$
Used for: solution-gas-drive oil reservoirs, tight gas with constant boundary pressure.
19.2.2 Hyperbolic decline
$$ q(t) = \frac{q_i}{(1 + b\, D_i\, t)^{1/b}} \tag{19.3} $$
with $0 < b < 1$. Cumulative:
$$ N_p(t) = \frac{q_i^{b}}{(1-b)\, D_i} \left[ q_i^{1-b} - q(t)^{1-b} \right] \tag{19.4} $$
Used for: water-flooded reservoirs, gas reservoirs with aquifer support. NCS oil typical $b = 0.3$–$0.7$.
19.2.3 Harmonic decline
Special case $b = 1$:
$$ q(t) = \frac{q_i}{1 + D_i\, t} \tag{19.5} $$
$$ N_p(t) = \frac{q_i}{D_i} \ln\!\frac{q_i}{q(t)} \tag{19.6} $$
Used for: heavy-oil cold production, strong aquifer support.
19.2.4 Choosing the model
For TPG4230 the heuristic is:
| Drive mechanism | Decline type | $b$ |
|---|---|---|
| Solution gas | Exponential | 0 |
| Gas-cap expansion | Exp / weak hyperbolic | 0–0.3 |
| Active aquifer | Hyperbolic | 0.5–0.7 |
| Water injection | Hyperbolic | 0.4–0.6 |
| Gas reservoir, no aquifer | Exponential | 0 |
| Gas reservoir, partial aquifer | Hyperbolic | 0.2–0.4 |
Validity note. Arps decline is a curve fit to observed production under a broadly stable operating strategy. It should not be used as a blind forecast for early transient flow, new wells, changing facility constraints, changing lift strategy or strong pressure-maintenance changes without recalibration.
19.2.5 Generic worked example before the Snøhvit case
A gas-condensate satellite is forecast to plateau at 6.0 MSm³/d for five years. After plateau, the reservoir becomes deliverability-limited and follows exponential decline with $D = 0.12$ yr⁻¹. The rate after three decline years is:
$$ q(3) = 6.0 e^{-0.12 \cdot 3} = 4.19 \; \text{MSm}^3/\text{d}. $$
The cumulative gas during those three decline years is:
$$ G_p = 365 \frac{6.0 - 4.19}{0.12} = 5.5 \; \text{GSm}^3. $$
This example is intentionally generic. It shows the mechanics of decline before the chapter turns to Snøhvit, where public field history, facilities and export constraints make the interpretation asset-specific.
19.3 Build-up and plateau
The build-up phase typically lasts 6–18 months as wells are brought on stream sequentially. A common parametric form:
$$ q(t) = q_{\text{plat}}\!\left(1 - e^{-t/\tau}\right) \quad\text{for } t < t_1 \tag{19.7} $$
with $\tau \approx 4$–9 months. The plateau then holds until pressure-decline-induced inflow capacity falls below plateau demand.
Plateau duration relates to GIIP/STOIIP, plateau capacity, and recovery factor:
$$ t_{\text{plat}} \approx \frac{\eta \cdot RF \cdot \text{HCIIP}}{q_{\text{plat}}} \tag{19.8} $$
with $\eta$ the fraction of recoverable reserves produced on plateau (typically 0.4–0.6 for NCS oil; 0.5–0.7 for gas).
19.3.1 Worked example — gas plateau
A field with GIIP = 60 GSm³, RF = 0.85 (so reserves = 51 GSm³), plateau 20 MSm³/d ≈ 7.3 GSm³/yr. Assume $\eta = 0.55$:
$$ t_{\text{plat}} \approx \frac{0.55 \times 51}{7.3} \approx 3.8\ \text{yr} \tag{19.9} $$
For a 5-yr plateau target the operator needs either lower plateau (~ 15 MSm³/d) or higher reserves; this kind of dimensionality drives concept selection.
19.4 Well count and capacity
For a given plateau capacity $q_{\text{plat}}$ and per-well productivity $q_w$ (set by IPR/VLP — Chapter 4), the required well count is
$$ N_w = \left\lceil \frac{q_{\text{plat}}}{q_w \cdot \text{availability}} \right\rceil \tag{19.10} $$
with availability ≈ 0.92–0.96 for NCS subsea, 0.95–0.98 for platform-mounted dry trees. For ESP-supported wells availability drops to 0.85–0.92.
19.5 The Snøhvit case
Snøhvit is the first NCS LNG project and a key Barents Sea gas-development case: gas condensate, sub-sea-to-shore tieback to Hammerfest LNG plant, CO₂ re-injection [40, 2].
19.5.1 Reservoir
- Reserves: 193 GSm³ gas + 17.9 MSm³ condensate.
- Reservoir depth: 2 250 m TVD; $T = 95$ °C; $P = 285$ bar.
- CO₂ content: ~ 5–8 mol % (high; required capture).
19.5.2 Subsea architecture
- 21 subsea wells (development split across 3 templates).
- Wet trees, multiphase flowlines.
- 143 km tieback to Hammerfest (Melkøya) — at the time the longest subsea-to-shore tieback in the world.
- MEG injection for hydrate prevention (Chapter 8).
19.5.3 Topside / onshore
Hammerfest LNG plant (Melkøya):
- 1 LNG train, 4.3 MTPA.
- Pre-treatment: H₂S removal, CO₂ removal, dehydration.
- LNG liquefaction at –163 °C.
- CO₂ re-injection at the Tubåen formation (~ 700 000 t/yr CO₂).
19.5.4 The 2020 fire and re-start
A fire on 28 September 2020 destroyed the air-cooled heat exchangers at Melkøya. The plant was offline 18 months (restart May 2022) — the largest single LNG plant outage in NCS history. Lessons:
- Single-train designs concentrate operational risk.
- Air-cooler reliability under Arctic temperature swings.
- Insurance coverage for business interruption.
19.5.5 The CO₂ injection issue
The Tubåen reservoir was found in 2009–2010 to have lower storage capacity than initially estimated. The injector was redirected to a deeper formation (Stø) in 2011. By 2024, ~ 7–8 Mt CO₂ has been stored — the longest-running offshore CO₂ storage project worldwide (Sleipner started 1996, but offshore-aquifer-only since 1996; Snøhvit is offshore + onshore-LNG-integrated).
19.6 Production profile fitting in NeqSim
from neqsim import jneqsim as ns
import numpy as np
# Build a hyperbolic decline profile
qi = 22e6 # Sm³/d gas
b = 0.5
Di = 0.18 / 365 # 18 %/yr
T = 30 # yr
t_days = np.arange(0, T*365)
q = qi / (1 + b*Di*t_days) ** (1/b)
# Combine with build-up + plateau
t_plat = 7 * 365 # 7-yr plateau
q_with_plateau = np.where(t_days < t_plat, qi,
qi / (1 + b*Di*(t_days-t_plat))**(1/b))
# Cumulative
cum = np.cumsum(q_with_plateau) # Sm³
print(f"Cumulative gas after {T} yr: {cum[-1]/1e9:.1f} GSm³")
19.7 Schedule integration
The production profile drives the schedule:
- Plateau height sets topside / pipeline capacity → Chapter 17.
- Plateau start sets first-oil / first-gas date → driven by execution schedule.
- Decline shape sets late-life OPEX intensity → tail-end workover programmes, tieback opportunities for satellite fields.
For Snøhvit, the long-life production profile (gas plateau ~ 20 yr followed by 30+ yr decline) is consistent with the high CAPEX of the LNG plant; short-life developments struggle to justify on-shore LNG plant CAPEX.
19.8 IOR / EOR planning into the profile
When IOR is part of the development plan, the production profile is built in three layers:
- Base profile (primary + planned secondary).
- IOR uplift. Incremental production from polymer / gas / WAG, typically starting year 5–10.
- Risked combined profile for economics.
The risked profile is the input to NPV; the base profile is the input to topside sizing.
19.9 Theoretical foundations: scheduling, plateau strategy and the Snøhvit case
Production scheduling is the bridge between a reservoir model that produces decline curves and a topside that has fixed nameplate capacity. The art is in shaping the production profile to maximise NPV under contractual, capacity and reservoir constraints.
19.9.1 The plateau-rate decision
For a typical NCS gas field with reserves $G$, the plateau rate $q_{pl}$ and plateau duration $\tau_{pl}$ trade off:
$$ G \;\approx\; q_{pl}\,\tau_{pl} \,+\, \int_{\tau_{pl}}^{\infty} q(t)\,dt \tag{19.11}, $$
with the post-plateau decline rate set by reservoir pressure decay. The capex of the topside scales as $q_{pl}^{\,0.7}$ while the NPV benefit of an earlier plateau scales linearly with the discount rate. The optimal plateau rate is therefore
$$ \frac{\partial \mathrm{NPV}}{\partial q_{pl}} \;=\; 0 \quad \Longleftrightarrow \quad \text{marginal capex} \;=\; \text{marginal discounted revenue} \tag{19.12}. $$
For NCS gas fields the optimum plateau is typically 6–9 % of reserves per year; for oil fields, 8–14 %.
19.9.2 Decline-curve analysis
Post-plateau, the production rate follows one of three Arps decline curves:
$$ q(t) \;=\; q_i\,(1 + b D_i t)^{-1/b}, \quad \begin{cases} b = 0 & \text{exponential} \\ 0 < b < 1 & \text{hyperbolic} \\ b = 1 & \text{harmonic} \end{cases} \tag{19.13} $$
with initial decline rate $D_i = 5$–25 %/yr. Solution-gas-drive oils are exponential; gas wells with finite aquifer support are hyperbolic; strong water drives can yield harmonic decline.
19.9.3 Capacity constraints
Topside capacity introduces hard upper bounds on the schedule:
| Constraint | Typical NCS value |
|---|---|
| Total liquid handling | 60 000–200 000 Sm³/d |
| Gas compression | 10–30 MSm³/d |
| Water injection | 50 000–300 000 Sm³/d |
| Gas-lift recycle | 2–10 MSm³/d |
| Produced-water treatment | 30 000 Sm³/d |
| Power supply | 40–150 MW |
The binding constraint usually changes through life: gas-handling in early life, water-handling at high water-cut, power as more wells add gas-lift load.
19.9.4 Multi-field schedule
A host platform with multiple tied-in fields runs a shared-capacity optimisation. The classical formulation is a linear programme:
$$ \max \;\sum_{f,t} \pi_t\,q_{f,t}\,(1+r)^{-t} \quad \text{s.t.} \quad \sum_f q_{f,t} \le Q_{\text{cap}},\; 0 \le q_{f,t} \le q_{f,t}^{\max} \tag{19.14}. $$
The shadow price of the capacity constraint is the value of an extra Sm³/d of throughput — directly used to justify debottlenecking projects.
19.9.5 Snøhvit case study
Snøhvit (Hammerfest LNG) illustrates several scheduling lessons:
- Liquefaction-train capacity is hard: 4.3 Mtpa nameplate is the binding constraint for 80 % of life.
- CO₂ removal capacity is the first-binding constraint at high inlet CO₂ from in-fill wells.
- Plateau extension through subsea compression and the Albatross and Askeladd satellite developments (Snøhvit is the umbrella name for the three-field complex Snøhvit / Albatross / Askeladd) is a distinct project sanction with its own DCF.
- Reservoir management uses water-injection cycling to avoid premature water-breakthrough.
The integrated optimisation includes the LNG ship-loading schedule and contractual deliveries to the European market.
19.9.6 Operating-cost shaping
Opex tracks production rate, with three regimes:
- Plateau opex: ~70 % fixed + 30 % variable.
- Late-life opex: rises as production falls and water-cut rises.
- Tail opex: drives the economic limit when revenue $<$ opex.
The NCS economic-limit rate for a single-well subsea producer is 30–80 Sm³/d at 80 USD/bbl; for a platform-based oil well, 20–50. Below the limit the well is shut in.
19.9.7 Closing the decision loop
Production scheduling decisions are revisited every 5 years on the NCS through the Revised PDO mechanism. Each revision integrates new well-test data, revised cost forecasts and the prevailing oil- price view; sanction of additional capacity (subsea compression, in-fill drilling, EOR) follows the same NPV decision rule as the original PDO.
19.10 Further theory: rate-acceleration trade-offs and the plateau-extension decision
A recurring scheduling decision is whether to accelerate production by adding wells (capex up, plateau shorter) or to extend the plateau by adding compression as reservoir pressure declines (lower capex now, higher opex later). The discounted NPV objective is:
$$ \max_{N_{wells}, \,p_{plat}}\; \mathrm{NPV} = \sum_t \frac{(R_t - C_t - I_t)(1-\tau)}{(1+r)^t} \tag{19.15}, $$
subject to facility constraints, reservoir-injection constraints and the plateau-rate physical limit. The Snøhvit case discussed in the chapter illustrates the 7-year plateau extension that subsea compression at the seabed (planned for 2027) is expected to deliver, capturing 30 GSm³ of additional gas volume at a unit cost of ~3–5 USD/Mscf.
19.11 Worked example: Snøhvit plateau extension by subsea compression
The Snøhvit gas field (Hammerfest LNG host) sanctioned in 2002 delivered first gas in 2007. Reservoir-pressure decline limited plateau-rate maintenance from 2024 onward. The 2023 sanction of subsea compression at 250 m water depth, located 145 km from shore, extends plateau by ~7 years and adds 30 GSm³ of recoverable gas. The compression-station design point: 12 MW shaft power, 60– 40 bara compression ratio, supplied from shore via a 145-km high-voltage AC umbilical.
The economics: incremental capex ≈ 14 GNOK; incremental opex 0.4 GNOK/yr; tail revenue at 4 NOK/Sm³ × 30 GSm³ = 120 GNOK gross; after tax under the illustrative NCS tax model, after-tax NPV at 8 % WACC ≈ 12 GNOK — a clear sanction case despite the high capex intensity per Sm³, justified by the on-stream date being 17 years earlier than any equivalent greenfield resource.
The case is the canonical NCS production-scheduling decision and will be revisited in the project-based exam preparation.
Discussion (Figure 19.1). Observation. The layout shows Snohvit as a subsea-to-shore development with long export to onshore processing. Mechanism. Moving processing onshore reduces offshore topside scope but increases subsea, pipeline and flow-assurance dependence. Implication. Subsea-to-shore concepts are schedule and operability decisions as much as facility-layout decisions. Recommendation. Evaluate pipeline hydraulics, hydrate management, onshore capacity and field phasing together.
Discussion (Figure 19.2). Observation. The schedule shows production build-up, plateau and decline under a base-case phasing. Mechanism. Well availability, reservoir deliverability and facility capacity combine to define yearly production. Implication. Scheduling converts static reserves into cash flow and capacity utilization. Recommendation. Use schedule sensitivities for well delays, compressor limits and facility downtime before sanction.
Gas-supply contracts and LNG scheduling
Field-level production scheduling cannot be designed in isolation from the gas-supply contract structure on the receiving end. NCS pipeline gas is sold under a portfolio of long-term contracts to European utilities (EnBW, Wingas, ENI, Engie, Centrica, Uniper) through Equinor's gas trading function, with a smaller spot allocation routed through the title-transfer facility (TTF) and the National Balancing Point (NBP). LNG from Snøhvit is scheduled against a similar contract structure with North-American, European and Asian off-takers, but with the additional constraint that liquefaction trains operate at a tightly bounded throughput (the heavy-component recovery, mixed-refrigerant inventory and dehydration beds all have narrow operating windows) and shipment slots are allocated months in advance. Production scheduling must therefore match liquefaction throughput to pipeline-quality CO₂ and water specifications, manage compressor-station capacity at Melkøya, honour LNG-tanker arrival slots, and absorb the variability of upstream wells, which together drives a multi-objective optimisation over a rolling 12- to 24-month horizon.
19.12 The production-potential tank model
The Arps decline curves (§19.2) are empirical: parameters $D_i$ and $b$ are fitted to historical data. A complementary approach derives the decline analytically from a lumped tank model of the reservoir. This is the basis of the SET spreadsheet used in the course exercises and connects the physics-based production-potential concept introduced in §4.5 to the scheduling framework of this chapter.
19.12.1 Production potential as a function of cumulative recovery
Model the reservoir as a single tank with total recoverable reserves $G$ (= GIIP $\times$ RF for gas, or STOIIP $\times$ RF for oil). Define the field production potential as a linear function of the cumulative production $G_p$:
$$ q_{\text{pot}}(G_p) \;=\; q_{\text{pot,field}} \left(1 \;-\; \alpha\,\frac{G_p}{G}\right) \tag{19.16} $$
where
- $q_{\text{pot,field}}$ is the initial field potential with all wells open (Sm³/d or bbl/d),
- $\alpha$ is a dimensionless decline-shape parameter that controls how quickly the potential drops with cumulative production. Typical values are $\alpha \approx 1.0$–$1.1$ for most drive mechanisms; the SET spreadsheet uses $\alpha = 1.0974$ for the Snøhvit gas case,
- $G$ is the total recoverable reserves (= HCIIP $\times$ RF),
- $G_p / G$ is the fraction of recoverable reserves already produced.
The linear form is the simplest mean-field approximation of deliverability decline with depletion; for gas reservoirs it maps to the P/Z plot (§15.3) where pressure (and hence rate) drops linearly with cumulative production.
19.12.2 Well-interference factor
When $N_w$ wells share a common pipeline/manifold back-pressure, each additional well raises the manifold pressure slightly, reducing the deliverability of all wells. The field potential is therefore less than a simple sum:
$$ q_{\text{pot,field}} \;=\; q_{\text{pot,well}}\;\cdot\; N_w \;\cdot\; F^{\,(N_w - 1)} \tag{19.17} $$
where $F$ is the well-interference factor (typically $F \approx 0.94$ for subsea manifold systems on the NCS). For a single well $N_w = 1$ this reduces to $q_{\text{pot,well}}$. For large $N_w$ the factor $F^{(N_w-1)}$ significantly reduces total capacity, reflecting the physical limit of the shared-infrastructure network discussed in §4.5.
19.12.3 The three-phase production profile
With the potential defined, the field production rate is:
Build-up ($t < t_{\text{ini}}$): wells are being drilled; $q_f = 0$ or a partial ramp per Eq. 19.7.
Plateau ($t_{\text{ini}} \le t < t_{\text{ini}} + \Delta t_p$): the field potential exceeds facility capacity; production is held constant at the design plateau rate:
$$ q_f \;=\; q_{p,f} \tag{19.18} $$
Decline ($t \ge t_{\text{ini}} + \Delta t_p$): the potential drops below the plateau; the field produces at its full potential, which declines exponentially:
$$ q_f(t) \;=\; q_{p,f}\;\exp\!\bigl[-m\,(t - \Delta t_p - t_{\text{ini}})\bigr] \tag{19.19} $$
where the decline constant $m$ is derived in §19.12.5.
19.12.4 Plateau duration
The plateau ends when the production potential first equals the plateau rate. From Equation 19.16, the cumulative production at end-of-plateau satisfies:
$$ q_{p,f} \;=\; q_{\text{pot,field}}\left(1 - \alpha\,\frac{G_{p,\text{eop}}}{G}\right). $$
During plateau, cumulative production grows as $G_p = q_{p,f} \cdot t_{\text{uptime}} \cdot \Delta t_p$ (with $t_{\text{uptime}}$ the number of producing days per year, typically 350–360). Substituting and solving for $\Delta t_p$:
$$ \boxed{\;\Delta t_p \;=\; \frac{G}{\alpha \cdot t_{\text{uptime}}} \left(\frac{1}{q_{p,f}} \;-\; \frac{1}{q_{\text{pot,field}}}\right)\;} \tag{19.20} $$
This is the production-potential plateau formula — an exact closed-form expression relating plateau duration to reserves, potential, and facility capacity. Compare with the empirical ratio in Eq. 19.8; both give similar answers for typical NCS parameters, but Eq. 19.20 has an explicit physical basis.
19.12.5 Decline-rate derivation
After end-of-plateau, the rate equals the potential. Converting Eq. 19.16 from a function of $G_p$ to a function of time requires the mass-balance ODE:
$$ \frac{dG_p}{dt} \;=\; q_{\text{pot}}(G_p)\;\cdot\; t_{\text{uptime}}. $$
Substituting Eq. 19.16 and solving the linear first-order ODE with the boundary condition $G_p(t_{\text{eop}}) = q_{p,f} \cdot t_{\text{uptime}} \cdot \Delta t_p$ yields exponential decline (Eq. 19.19) with:
$$ \boxed{\;m \;=\; \frac{\alpha \;\cdot\; q_{\text{pot,field}} \;\cdot\; t_{\text{uptime}}}{G}\;} \tag{19.21} $$
This is the Arps exponential decline rate $D$ (with $b = 0$), but now derived from a physical tank model rather than curve-fitted. The physical interpretation: the decline is faster when initial potential is high relative to reserves (small tank) and when the drive mechanism is strong (large $\alpha$).
19.12.6 Abandonment time
Production ceases when annual revenue falls below operating cost. Setting $q_f(t_{\text{ab}}) \cdot P_{\text{hc}} \cdot 365 = \text{OPEX}$ and solving Eq. 19.19 for time:
$$ t_{\text{ab}} \;=\; \frac{1}{m}\,\ln\!\left( \frac{365\,P_{\text{hc}}\,q_{p,f}}{\text{OPEX}}\right) \;+\; \Delta t_p \;+\; t_{\text{ini}} \tag{19.22} $$
where $P_{\text{hc}}$ is the unit hydrocarbon price (USD/Sm³ or USD/bbl). The term inside the logarithm is the ratio of plateau revenue to operating cost — fields with high revenue-to-opex ratios survive much longer in tail production.
19.12.7 Worked example — Ultima Thule (oil case)
Using representative Ultima Thule parameters:
| Parameter | Symbol | Value |
|---|---|---|
| STOIIP | $N$ | 600 MMbbl |
| Recovery factor | RF | 0.45 |
| Recoverable reserves | $G = N \cdot RF$ | 270 MMbbl |
| Per-well potential | $q_{\text{pot,well}}$ | 18 000 bbl/d |
| Well count | $N_w$ | 12 |
| Interference factor | $F$ | 0.94 |
| Decline-shape parameter | $\alpha$ | 1.10 |
| Plateau rate | $q_{p,f}$ | 100 000 bbl/d |
| Uptime | $t_{\text{uptime}}$ | 355 d/yr |
| Oil price | $P_{\text{hc}}$ | 75 USD/bbl |
| Annual OPEX | — | 350 MUSD/yr |
Step 1. Field potential (Eq. 19.17): $q_{\text{pot,field}} = 18\,000 \times 12 \times 0.94^{11} \approx 18\,000 \times 12 \times 0.509 \approx 109\,900$ bbl/d.
Step 2. Plateau duration (Eq. 19.20): $\Delta t_p = \frac{270 \times 10^6}{1.10 \times 355} \left(\frac{1}{100\,000} - \frac{1}{109\,900}\right) \approx 691\,300 \times 9.01 \times 10^{-7} \approx 0.62$ yr.
Note: the short plateau arises because the field potential only barely exceeds the plateau rate. With fewer wells ($N_w = 10$) or lower interference ($F = 0.96$), the potential increases and the plateau lengthens.
Step 3. Decline constant (Eq. 19.21): $m = \frac{1.10 \times 109\,900 \times 355}{270 \times 10^6} \approx 0.159$ /yr (15.9 % annual decline).
Step 4. Abandonment time (Eq. 19.22): $t_{\text{ab}} = \frac{1}{0.159}\,\ln\!\left( \frac{365 \times 75 \times 100\,000}{350 \times 10^6}\right) + 0.62 + 0 \approx 6.3\,\ln(7.82) + 0.62 \approx 13.6$ yr.
Interpretation. Under these assumptions the field produces on plateau for less than one year before declining at ~16 %/yr, reaching economic limit after ~14 years. Increasing well count or reducing the plateau rate extends the plateau and total field life — this is the design trade-off the SET spreadsheet lets students explore.
Discussion (Figure 19.3). Observation. The potential starts at ~110 kbbl/d, barely above the 100 kbbl/d plateau, so the constrained plateau is short (~0.6 yr) before the rate tracks the declining potential. Mechanism. Because $G_p$ grows linearly during plateau, the potential falls until it intersects the plateau capacity — after which the rate is unconstrained and declines exponentially. Implication. A narrow margin between potential and plateau yields a short plateau but also a gentler decline (lower $m$). Recommendation. Explore design alternatives by varying well count and plateau rate in the SET spreadsheet to find a longer plateau window.
Discussion (Figure 19.4). Observation. Field potential grows sub-linearly with well count due to the interference factor $F^{(N_w-1)}$, while plateau duration is highly sensitive around the threshold where potential just exceeds the plateau rate. Mechanism. Each new well adds deliverability but simultaneously increases back-pressure on all other wells. The net gain per well diminishes rapidly for $N_w > 14$. Implication. There is an optimum well count that balances drilling cost against plateau length. Recommendation. Combine this chart with per-well CAPEX to identify the NPV-maximising well count (see Exercise 19.7).
19.12.8 Comparison with standard Arps
| Feature | Arps (§19.2) | Production-potential model |
|---|---|---|
| Basis | Empirical curve fit | Physics-derived (tank depletion) |
| Parameters | $q_i$, $D_i$, $b$ | $G$, $q_{\text{pot,field}}$, $\alpha$ |
| Decline shape | Any ($b = 0$–1) | Exponential only ($b = 0$) |
| Plateau duration | External input | Derived (Eq. 19.20) |
| Reserves dependence | Indirect (via $b$, $D_i$) | Direct (via $G$) |
| Best suited for | History matching | Forward planning / concept screening |
The production-potential model is ideal for concept-screening when no production history exists. Once production begins, Arps decline-curve analysis with fitted $b$ is more flexible for history matching.
Discussion (Figure 19.5). Observation. The SET model produces an exponential decline identical to Arps $b = 0$ (the two curves overlap perfectly), confirming that the production-potential tank model is mathematically equivalent to Arps exponential decline with $D = m$. The Arps hyperbolic curve ($b = 0.5$, green) declines more slowly after year 4, recovering ~15 % more oil over 10 years. Mechanism. The exponential decline ($b = 0$) represents a constant fractional depletion rate — physically equivalent to a tank with constant productivity index and no pressure support. Arps $b > 0$ arises when reservoir pressure support (aquifer, gas cap) sustains deliverability longer. Implication. The SET model is conservative for fields with strong aquifer drive: actual tail production will exceed the exponential forecast. For solution-gas drive (§15.2), exponential is a good match. Recommendation. Use SET for initial concept screening; switch to Arps history-matching once 6–12 months of production data are available and fit $b$ to the observed decline.
Discussion (Figure 19.6). Observation. Depletion drive (blue) has the shortest life (~11 yr to abandonment) despite the lowest $\alpha$ because recoverable reserves are only 150 MMbbl (RF = 25 %). Water injection (green) extends field life to ~17 yr through higher reserves (330 MMbbl), even though its $\alpha = 1.3$ gives a steeper initial decline. Mechanism. Reserves $G$ and decline-shape $\alpha$ both change with drive mechanism: pressure maintenance increases RF (and hence $G$) but also causes sharper breakthrough behaviour (higher $\alpha$). The net effect on profile shape depends on the $G/\alpha$ ratio — the reservoir "time constant." Implication. Drive-mechanism selection is a scheduling decision as much as a reservoir decision: it shapes the production profile and hence the facilities lifetime and NPV. Recommendation. Use the SET model to screen all viable drive mechanisms early in concept selection, then confirm with full reservoir simulation.
19.12.9 SET spreadsheet input parameters — physical background
The SET spreadsheet requires a substantial set of inputs beyond the core tank-model variables ($G$, $q_{\text{pot,well}}$, $N_w$, $F$, $\alpha$). This section provides the physical context for each group, with cross-references to the chapters where detailed theory is developed.
Options and main data
| Parameter | Physical meaning | Where in book |
|---|---|---|
| STOIIP | Stock-tank oil initially in place (volumetric estimate) | §15.1 (volumetric formula, probabilistic P10/P50/P90) |
| Recovery factor | Fraction of STOIIP ultimately produced | §15.2 (by drive mechanism: 15–25 % depletion, 35–55 % waterflood, 45–75 % gas injection) |
| Reserves ($G$) | STOIIP $\times$ RF — input to Eq. 19.16 | §19.12.1 |
| Drive mechanism | Determines $\alpha$, RF range, and decline shape | §15.2, §19.2.4 (Arps $b$ by mechanism) |
| Production efficiency 1st year | Fraction of calendar year with actual production during commissioning (typ. 0.3–0.6) | §19.3 (build-up phase $\tau$). First-year efficiency accounts for commissioning delays, equipment testing, phased well start-up, and hookup verification. Typical NCS first-year efficiency: 30–60 %. |
Wells
| Parameter | Physical meaning | Where in book |
|---|---|---|
| Nr of oil producers | From Eq. 19.10 or iterative design | §19.4, §19.12.2 |
| Nr of water injectors | Maintains pressure; sized to replace voidage | §15.2 (voidage replacement). Rule of thumb: 1 injector per 2–4 producers for pattern floods; fewer for peripheral injection. Injection rate per well = $q_{\text{inj}} = q_o B_o / (N_{\text{inj}} \cdot \text{FVF}_w)$. |
| Nr of gas injectors | For gas-cap maintenance or WAG | §15.2, CC28 (Ultima Thule gas reinjection strategy) |
Well design
| Parameter | Physical meaning | Where in book |
|---|---|---|
| Well spacing | Distance between wells [m] or drainage area per well [km²]. Determines reservoir contact and sweep efficiency. | CC14 (drilling patterns). The drainage area per well is $A_w = A_{\text{field}} / N_w$. Spacing = $\sqrt{A_w}$ for square pattern; $\sqrt{2 A_w / \sqrt{3}}$ for hexagonal. Typical NCS: 500–1500 m. Closer spacing improves sweep but increases CAPEX. |
| Well deviation | Angle from vertical [°] — deviated/horizontal wells access more reservoir contact | §14.1 (vertical, deviated, horizontal, ERD), §16.1 |
| Length perforations | Net sand exposed to flow [m] — determines $q_{\text{pot,well}}$ via productivity index | §16.1 (completion types: perforated, open-hole, frac-pack). Longer perforation intervals reduce drawdown for the same rate, but risk water/gas coning. |
| Initial well rate | Deliverability per well from IPR/VLP intersection — the $q_{\text{pot,well}}$ in Eq. 19.17 | §4.4–4.5 (inflow + outflow matching) |
| Reserves / OP | Recoverable reserves per original producer = $G / N_w$ [MMbbl/well]. A design metric that checks whether each well has enough drainage volume to justify its cost. Typical NCS: 5–30 MMbbl/well for oil; 2–10 GSm³/well for gas. Low values indicate over-drilling. | §19.4 (well count vs. capacity trade-off) |
Pre-drilling
| Parameter | Physical meaning | Where in book |
|---|---|---|
| Pre-drilling (yes/no) | Whether wells are drilled before the production facility arrives | CC14 (drilling schedule). Pre-drilling shortens time from facility hookup to plateau by having wells ready. Used when: (a) facility lead time is long (FPSO), (b) a jack-up or semi-sub can drill from a pre-installed template, (c) first-oil acceleration improves NPV. |
| # wells predrilled | Number of wells completed before first oil. Typically 4–8 on NCS. | CC14, CC25 (Ultima Thule schedule variables) |
Capacities
| Parameter | Physical meaning | Where in book |
|---|---|---|
| Oil process capacity | Topside oil-handling limit [Sm³/d] — separator + stabilisation train | §19.9.3 (NCS ranges), Ch05 (separation), Ch06 (stabilisation) |
| Gas handling capacity | Compression + gas-treatment limit [MSm³/d] | §19.9.3, Ch09 (gas processing) |
| Water capacity | Produced-water treatment limit [Sm³/d] | §19.9.3, CC11 (host capacity) |
| Liquid capacity | Total liquid (oil + water) through separators [Sm³/d] | §19.9.3 |
| Water injection capacity | Total injection rate [Sm³/d]; sized for voidage replacement plus sweep margin (typically 1.0–1.3 × voidage) | §19.9.3 (typical 50k–300k Sm³/d). Injection capacity is determined by: pump power, injectivity index of injector wells, fracture pressure limit, and pipeline hydraulics from platform to injectors. |
| Regularity | Fraction of calendar time in production (= uptime / 8760 h). Accounts for planned shutdowns (turnarounds) and unplanned trips. | §11.x (RAM analysis), §19.4 (availability 0.92–0.98). The SET model uses $t_{\text{uptime}} = 365 \times \text{regularity}$. |
Discussion (Figure 19.7). Observation. The field potential (~110 kbbl/d) is the binding constraint for this configuration, limiting the plateau rate below what the other systems (oil processing, gas handling, liquid capacity, export pipeline) could support. Mechanism. Each facility subsystem has an independent rate limit set by equipment sizing; the minimum of all constraints determines the actual plateau. Implication. Identifying the binding constraint early in concept selection directs engineering effort: if field potential binds, add wells; if export pipeline binds, upsize the pipeline or add a second line. Recommendation. Perform this screening for all concept alternatives to reveal which investments most effectively lift the plateau rate.
Gas-cap development
| Parameter | Physical meaning | Where in book |
|---|---|---|
| Start blowdown year | Year when gas-cap production begins (oil plateau must end first to avoid GOR increase) | CC28 (Ultima Thule concept: deferred gas blow-down), §15.2 (gas-cap drive). Blow-down timing is a field-life optimisation: too early wastes oil recovery; too late leaves gas stranded. |
| Gas prod during oil period | Associated gas produced with oil (= $q_o \cdot \text{GOR} / 1000$) [MSm³/d] | §6.2 (GOR, shrinkage), §3.x (phase behaviour) |
| Original gas cap | Gas initially in the gas cap [GSm³] — separate from dissolved gas | §15.1 (volumetric estimates for gas and oil zones) |
| Reinjected | Gas reinjected for pressure maintenance [GSm³] — delays blow-down revenue but improves oil RF | CC28, §15.2 (pressure maintenance strategies) |
| Shrinkage and fuel | Gas consumed as fuel (turbine drivers, flare, purge) + volume lost in processing (typically 3–8 % of gross gas). | §6.5 (utility fuel gas: 200–500 kSm³/d per turbine), §11.x (fuel allocation) |
| Sales gas export | Residue gas after NGL extraction [MSm³/d] — methane + ethane to pipeline | §9.4 (dry-gas spec), §10.x (dehydration for pipeline) |
| C3 propane / C4 butane / C5+ NGL | Liquid products from NGL fractionation. Recovery depends on inlet richness and process choice (JT, turbo-expander, or deethaniser). | §9.5 (NGL recovery value drivers). Typical NCS yields: C3 = 2–5 %, C4 = 1–3 %, C5+ = 0.5–2 % of gross gas (mol basis). These are revenue streams priced separately from pipeline gas. |
Cross-references to theoretical chapters
The SET spreadsheet is essentially a screening-level integration of results from multiple disciplines. The mapping below shows where each discipline is treated in depth:
| Discipline | SET connection | Book chapter |
|---|---|---|
| Reservoir engineering | STOIIP, RF, drive, $\alpha$ | CC15 |
| Well performance | $q_{\text{pot,well}}$, deviation, perforations | CC4, CC14, CC16 |
| Facilities | Capacities, fuel, NGL | Ch5, Ch6, Ch9, CC11 |
| Scheduling | Plateau, decline, abandonment | CC19 (this chapter) |
| Economics | Price, OPEX → abandonment | CC18 |
| Concept selection | Dry trees, well count, injection | CC25, CC27, CC28 |
Student guidance. When filling in SET parameters, do not treat them as independent inputs. They form a coupled system: well spacing determines well count; well count determines field potential; field potential determines plateau duration; plateau duration determines total recovery; total recovery feeds back into reserves. Use the theory in the referenced chapters to understand these couplings before selecting values.
19.13 Summary
Production profiles are built from Arps decline curves combined with build-up and plateau models. Plateau capacity sets the topside / pipeline; plateau duration sets reserves recovery on plateau; decline shape sets late-life economics. Snøhvit illustrates how complex Arctic gas-condensate developments combine subsea, onshore, LNG, and CO₂ storage into a single integrated profile. Profile and schedule together feed Chapter 18 economics.
Exercises
- Exercise 19.1. Plot the three Arps profiles (Eq. 19.1, 19.3, 19.5) for $q_i = 1000$ Sm³/d, $D_i = 0.18$/ yr, $b = 0.5$. Compute cumulative production after 10 years.
- Exercise 19.2. A gas reservoir has GIIP = 50 GSm³, RF = 0.85, plateau 25 MSm³/d. Compute plateau duration for $\eta = 0.5$ and $\eta = 0.6$.
- Exercise 19.3. Build a 7-yr plateau + 12 %/yr exponential decline profile for the field of Ex. 19.2; compare to a 4-yr plateau + 18 %/yr decline. Comment on the trade-off.
- Exercise 19.4. Compute the well count for a 25 MSm³/d plateau if per-well productivity is 1.5 MSm³/d at 95 % availability.
- Exercise 19.5. Identify three lessons from Snøhvit that apply to the design of a future Barents-Sea gas development.
- Exercise 19.6 [course problem P2]. For your course field, build a build-up + plateau + decline profile and defend the choice of decline parameters.
- Exercise 19.7 (SET model). Using the production-potential tank model (§19.12) with your course field data: (a) compute the field potential including the well-interference factor; (b) derive the plateau duration and decline constant; (c) compare the analytical profile to the SET spreadsheet output. Comment on differences and their physical origin.
Production Optimisation
Discussion (Production optimisation and control). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Formulate production-optimisation problems as constrained nonlinear programs.
- Apply Lagrange multipliers for gas-lift / injection allocation.
- Use NeqSim's optimisation classes:
ProductionOptimizer,SQPoptimizer,MultiObjectiveOptimizer,MonteCarloSimulator. - Build Pareto fronts for multi-objective trade-offs (production vs. emissions / cost / energy).
- Identify bottlenecks in surface networks and design debottlenecking interventions.
- Separate optimisation decisions by timescale so real-time setpoints, weekly allocation and long-term debottlenecking are solved with the right model fidelity.
- Select the appropriate optimisation problem structure for a field case: gas-lift allocation, choke control, bottleneck debottlenecking, water/sand management, injection allocation, intervention ranking or long-term capacity sizing.
Notebook Learning Path
ch20_03_cash_flow_engine_and_economics.ipynblinks production profiles, discounted cash flow and gas-price sensitivity to concept value.ch20_04_network_optimization_gas_lift.ipynbdemonstrates network backpressure, gas-lift economic optimum and lift-allocation sensitivity.ch20_neqsim_network_and_gas_lift.ipynbprovides the broader NeqSim network and gas-lift implementation reference.
Where We Are in the Field-Development Lifecycle
This chapter asks how a designed system should be operated. The lifecycle focus is bottleneck removal, constrained optimization and value-aware production allocation.
20.1 Production-optimisation problems
A field-wide optimisation problem typically takes the form
$$ \begin{aligned} \max_{\mathbf{x}}\quad & J(\mathbf{x}) \\ \text{subject to}\quad & \mathbf{g}(\mathbf{x}) \le \mathbf{0}, \quad \mathbf{h}(\mathbf{x}) = \mathbf{0}, \\ & \mathbf{x}_{\text{lo}} \le \mathbf{x} \le \mathbf{x}_{\text{up}}. \qquad (20.1) \end{aligned} $$
The mathematical structure is shared with nodal analysis, gas-lift allocation and production-system optimisation practice [21, 22]. The objective and constraints must be selected to match the operating timescale: minute-scale setpoints, daily allocation, monthly production planning and long-term debottlenecking should not use the same model fidelity.
with:
- $\mathbf{x}$ — decision variables (well rates, choke openings, gas-lift rates, injection rates, separator pressures, ...).
- $J$ — objective (oil rate, NPV, profit, energy efficiency).
- $\mathbf{g}, \mathbf{h}$ — inequality and equality constraints (pressure, flow, GOR, watercut, capacity).
Discussion (Figure 20.1). Observation. The figure places optimisation across the whole wells/fields life span: well planning, drilling, completion, starting new wells, optimisation, data acquisition and well intervention. Mechanism. The optimisation variables change as the field matures. Early life decisions are structural and long-lived (well count, completion design, facility capacity); mid-life decisions are operating setpoints (chokes, gas lift, separator pressure, injection); late-life decisions are constraint and intervention choices. Implication. A student should not treat production optimisation as only a real-time control problem. The correct model fidelity and objective depend on where the case sits in the life cycle. Recommendation. Start each case answer by naming the decision horizon: design, start-up, daily operation, surveillance, intervention or late-life debottlenecking.
20.1.1 Common objectives
| Objective | Formulation |
|---|---|
| Maximise oil rate | $\max \sum_i q_{o,i}$ |
| Maximise NPV | $\max \sum_t CF_t / (1+r)^t$ |
| Minimise CO₂ per barrel | $\min E_{CO_2}/q_o$ |
| Maximise compressor capacity utilisation | $\max \sum_i q_{g,i} / Q_{cap}$ |
| Minimise OPEX per barrel | $\min C_{op}/q_o$ |
Discussion (Figure 20.2). Observation. The figure defines production optimisation as maximising oil and/or gas in a given production system while minimising CO₂ emissions, water production, energy use and environmental impact, and while operating safely. Mechanism. These objectives are often opposed: higher rates can increase compressor power, water handling, flaring, erosion, sand production or hydrate risk. The optimisation problem therefore needs explicit constraints or a multi-objective formulation. Implication. The best operational setpoint is not necessarily the maximum instantaneous rate; it is the rate that respects safety, emissions, operability and reservoir constraints. Recommendation. In a given case, write the objective and the constraints separately. If the case has strong environmental or safety trade-offs, use a Pareto or constrained optimisation formulation instead of a single unconstrained rate target.
20.1.2 Common constraints
- Topside capacity (gas, oil, water).
- Compressor surge / choke pressure.
- Well GOR / watercut limits.
- Reservoir voidage replacement (water injection ≥ produced voidage × 1.0–1.05).
- Total available lift gas.
- Minimum / maximum well rates (operating envelope).
Discussion (Figure 20.3). Observation. The task map includes monitoring well performance, detecting water/tracer breakthrough, optimising advanced well valves, diagnosing deviating well behaviour, balancing production and energy, proposing intervention candidates, following artificial lift, setting well-steering criteria, prioritising well activities and identifying bottlenecks. Mechanism. Production optimisation is a decision workflow: data detects a deviation, the model identifies a constraint or opportunity, and the engineer selects a controllable action. Implication. The same mathematical tool is not suitable for every task. A choke-control problem, a gas-lift allocation problem and a workover-ranking problem use different variables, constraints and economics. Recommendation. Use the table below as the student's selection guide for choosing the optimisation problem structure.
| Case signal | Best optimisation structure | Main decision variables | Avoid this mistake |
|---|---|---|---|
| Limited lift gas or high marginal GOR | Gas-lift / choke allocation with KKT or SQP | Lift-gas rate, choke opening, well priority | Giving gas to the highest-rate well instead of the highest marginal response |
| Separator, compressor, water plant or export line near capacity | Bottleneck optimisation and shadow-price ranking | Separator pressure, compressor speed, rates, capacity increments | Debottlenecking the first visible unit without checking the next bottleneck |
| Variable separator pressure causes flaring or lost capacity | Closed-loop setpoint optimisation | Choke, separator pressure, controller limits | Raising pressure without checking flare, safety valve and liquid carry-over limits |
| Increasing water production | Water-handling constrained optimisation | Water shutoff, injection balance, separator/water-treatment capacity | Maximising oil while hiding produced-water cost and emulsion risk |
| Sand detected or erosion risk rising | Safe-rate / sand-free-rate optimisation | Choke back, test separator sequence, shut-in/intervention decision | Treating sand as only a production loss instead of an integrity constraint |
| Voidage or reservoir pressure support problem | Injection allocation / network optimisation | Injection pump pressure, well injection rates, water quality | Allocating injection by facility convenience rather than reservoir objective |
| Persistent gas breakthrough in one interval | Intervention ranking / inflow-control decision | ICD/ICV installation, zonal isolation, workover timing | Installing hardware without production-log evidence and economic ranking |
| Long-term sanction or redevelopment choice | Robust field-development optimisation | Well count, capacity, pipeline/export route, IOR timing | Using real-time setpoints to answer a concept-select question |
20.1.3 NeqSim network and artificial-lift screening
NeqSim's field-development optimisation tools connect the textbook equations to two Python-callable screening models:
NetworkSolverallocates production from severalWellSystemobjects to a common manifold subject to manifold pressure and facility-rate constraints.GasLiftCalculatorestimates the gas-liquid-ratio response curve, optimum GLR, valve depths and compressor power for an oil well.
The notebook for this section uses both. The network example is not a detailed reservoir simulator; it is a fast field-development model for answering questions such as "which well becomes limited by flowline pressure drop?" and "what total rate can the manifold accept?" The gas-lift example then shows how an artificial-lift candidate is screened before a full well model is built.
Discussion (Figure 20.4). Observation. The three producers deliver similar rates after the facility maximum-rate constraint is applied, but the longer flowlines require higher wellhead pressure to reach the same manifold. Mechanism. NetworkSolver iterates well deliverability and flowline pressure drop until the common manifold pressure is satisfied, then scales rates if the facility capacity is binding. Implication. In a real field, the well with the highest reservoir potential may not be the most valuable well if it consumes too much pressure budget. Recommendation. Use the network solver for early choke, manifold-pressure and debottlenecking studies before moving to high-fidelity dynamic models.
Discussion (Figure 20.5). Observation. Oil rate increases with injected gas until an optimum GLR is reached; beyond that point, extra gas gives little or negative production benefit while compressor duty increases. Mechanism. Gas lift reduces mixture density and hydrostatic head, but excessive gas raises friction and consumes compression capacity. Implication. Gas allocation must follow marginal production response, not simply distribute gas equally across wells. Recommendation. Use the response curve as the first pass for lift-gas allocation, then refine promising cases with a calibrated well model.
20.2 Gas-lift allocation: Lagrange formulation
The classic introductory production-optimisation problem. Each well $i$ has a gas-lift performance curve $f_i(g_i)$ giving incremental oil rate as a function of injected gas. The total available lift gas is $G_{\text{tot}}$.
$$ \max \sum_i f_i(g_i) \quad \text{s.t.}\quad \sum_i g_i = G_{\text{tot}}, \quad g_i \ge 0 \tag{20.2} $$
Lagrangian:
$$ \mathcal{L} = \sum_i f_i(g_i) - \lambda\left( \sum_i g_i - G_{\text{tot}} \right) \tag{20.3} $$
Stationarity condition:
$$ \frac{\partial f_i}{\partial g_i} = \lambda \quad \forall i \tag{20.4} $$
Equal marginal incremental oil per unit gas across all wells — the Pontryagin / KKT condition. The optimal allocation drives all wells to the same slope on their GLPC (gas-lift performance curve).
Validity note. This condition is a necessary optimum condition for smooth response curves and becomes a reliable allocation rule when the GLPCs are concave over the feasible operating range. Real wells can show non-convex response, valve constraints, compressor limits, unstable flow and changing water cut. In those cases, use the KKT result as a screening insight and check the allocation with a global or mixed-integer search plus operating tests.
Discussion (Figure 20.6). Observation. The time series shows a well where a choke increase from 30 % to 35 % gives a small oil increase but a large gas increase; the example computes a marginal GOR of about 680 Sm³/Sm³. Mechanism. The decision variable is not the average GOR, but the derivative $\Delta q_g / \Delta q_o$ around the proposed operating move. When the well is already gas-limited, opening the choke can consume scarce gas capacity with little incremental oil. Implication. This is the field version of the KKT condition: scarce capacity should be allocated to wells with the best marginal production response, not necessarily the highest total rate. Recommendation. For choke, gas-lift and gas-handling cases, calculate the marginal response before selecting the action. If marginal GOR exceeds the field's economic or facility limit, choke back or rank the well behind lower-GOR opportunities.
20.2.1 Worked example — 4-well allocation
Four wells with quadratic GLPCs:
$$ f_i(g) = a_i + b_i g - c_i g^2 \tag{20.5} $$
| Well | $a_i$ (Sm³/d) | $b_i$ (Sm³/Sm³) | $c_i$ (Sm³⁻¹/d) |
|---|---|---|---|
| W-1 | 800 | 0.10 | 1.5e-7 |
| W-2 | 600 | 0.12 | 2.0e-7 |
| W-3 | 1000 | 0.08 | 1.0e-7 |
| W-4 | 500 | 0.14 | 2.5e-7 |
Available gas: 600 000 Sm³/d. Solve $\partial f_i/\partial g_i = b_i - 2 c_i g_i = \lambda$:
$$ g_i = \frac{b_i - \lambda}{2 c_i} \tag{20.6} $$
with $\lambda$ chosen such that $\sum g_i = G_{tot}$. Use a simple bisection in Python:
import numpy as np
from scipy.optimize import brentq
b = np.array([0.10, 0.12, 0.08, 0.14])
c = np.array([1.5e-7, 2.0e-7, 1.0e-7, 2.5e-7])
Gtot = 6e5
def f(lam):
g = np.maximum((b - lam)/(2*c), 0)
return g.sum() - Gtot
lam = brentq(f, 0, max(b))
g_opt = np.maximum((b - lam)/(2*c), 0)
print("Allocation (Sm³/d):", g_opt)
print("Lambda:", lam)
The optimal allocation gives all active wells equal marginal oil-per-gas; wells with high $c_i$ (steep saturation) receive less gas; wells with low $c_i$ receive more.
20.3 NeqSim optimisation toolkit
NeqSim wraps a family of optimisers as Java classes. The right tool depends on problem characteristics:
| NeqSim class | Best for | Method |
|---|---|---|
ProductionOptimizer |
Field rate / NPV | Bayesian / SQP |
SQPoptimizer |
Smooth constrained NLP | Sequential Quadratic Programming |
NelderMeadOptimizer |
Non-smooth, low-dim | Simplex |
ParticleSwarmOptimizer |
Global, multimodal | Population-based |
MultiObjectiveOptimizer |
Pareto trade-offs | NSGA-II |
MonteCarloSimulator |
Uncertainty propagation | Random sampling |
BatchStudy |
Parallel sweeps | Embarrassingly parallel |
ProcessSimulationEvaluator |
Bridge to SciPy / Pyomo | Function-call wrapper |
20.3.1 Example — NeqSim ProductionOptimizer
# Pseudocode pattern (illustrative — wire to your build_field_process()):
#
# from neqsim import jneqsim as ns
# process = build_field_process() # returns a ProcessSystem
# opt = ns.process.optimization.ProductionOptimizer(process)
# opt.addDecisionVariable("Well-1.choke", lower=0.1, upper=1.0)
# ...
# opt.addConstraint("HP-Sep.gasFlowRate", upper=1e7) # Sm³/d
# opt.setObjective("HP-Sep.oilFlowRate", maximize=True)
# opt.run()
# print(opt.getOptimalVariables(), opt.getOptimalObjective())
20.3.2 Example — multi-objective Pareto
mo = ns.process.optimization.MultiObjectiveOptimizer(process)
mo.addDecisionVariable("Compressor.outletPressure",
lower=80, upper=180)
mo.addDecisionVariable("Cooler.outletTemperature",
lower=10, upper=40)
mo.addObjective("HP-Sep.oilFlowRate", maximize=True)
mo.addObjective("Compressor.power", maximize=False)
mo.run(populationSize=100, generations=50)
pareto = mo.getParetoFront()
# pareto: list of (oil rate, power) trade-off points
Discussion (Figure 20.7). Observation. The optimisation problem varies separator pressure over several stages and compares the production response. The optimum is not found by simply choosing the lowest or highest pressure; each separator pressure changes gas liberation, compression duty, downstream capacity and liquid recovery. Mechanism. Lower pressure can increase flash gas and compressor load, while higher pressure can reduce well deliverability or push a safety/control constraint. The best pressure is where the marginal production gain equals the marginal penalty in compression, flaring risk or liquid handling. Implication. Separator pressure is a shared surface-network decision, so it must be solved with the connected wells, compressors and export system rather than as an isolated vessel setting. Recommendation. Use a process model or response surface to screen separator-pressure moves, then validate the selected pressure against compressor surge, discharge temperature, export dew point and liquid carry-over limits before implementing it.
20.4 Bottleneck analysis
A bottleneck is the unit operation whose capacity limits field-wide throughput. Identification is straightforward:
- Run the process at design throughput.
- Identify each unit's load factor as actual unit flow divided by unit capacity.
- The unit with load factor closest to 1.0 is the bottleneck.
- Marginally increasing throughput is constrained by that unit alone.
Common NCS bottlenecks:
- Gas compressor capacity (most common in late-life).
- Water-treatment capacity (rises as watercut rises).
- Test separator (intermittent, but frequent).
- Export pipeline pressure (high upstream pressure).
Discussion (Figure 20.8). Observation. The simplified production system links the wellhead, manifold, pipelines, separator, oil/water/gas outlets, lift system, pipeline capacity, separator capacity, gas and water handling, formation damage, skin and reservoir properties. Mechanism. A rate change at one point propagates through the network: opening a choke changes well drawdown, pipeline pressure drop, separator loading, gas compression, water handling and possibly reservoir damage. Implication. Production optimisation is a coupled network problem, not a set of independent well decisions. A student selecting an optimisation structure should identify the physical path that connects the decision variable to the limiting constraint. Recommendation. Draw this network for the case before writing equations. Mark the manipulated variables, measured variables and capacity constraints; then choose the optimiser only after the topology and constraints are clear.
Discussion (Figure 20.9). Observation. The figure marks possible bottleneck locations from reservoir inflow and wellhead pressure to separator capacity, produced-water handling, gas compression/flare capacity and export gas capacity. Mechanism. These locations correspond to different constraint types: inflow constraints are reservoir/wellbore limited, separator and water constraints are process-capacity limited, gas constraints are compression or flare limited, and export constraints are pipeline-pressure limited. Implication. The best intervention depends on which lettered location is binding. A compressor upgrade will not help a sand-limited well; a well intervention will not help if the export line is the binding constraint. Recommendation. For bottleneck cases, list every candidate location and estimate its load factor. The optimisation action should target the binding constraint and check the second-highest load factor to avoid moving the bottleneck only one unit downstream.
Discussion (Figure 20.10). Observation. The field layout shows a platform, subsea templates, oil export, gas export, water-injection flowlines, umbilicals, barrier valves and shuttle-loading infrastructure. Mechanism. A real field adds spatial coupling to the simplified network: long tiebacks add pressure drop and hydrate/thermal constraints, water-injection loops add pump and injectivity limits, and export routes add routing and availability risks. Implication. Students must reason from topology to possible bottlenecks. The same production increase can be blocked by a subsea flowline, injection pump, host-platform separator, gas export line or loading system depending on the scenario. Recommendation. For a field-layout case, trace each phase from reservoir to export or disposal, mark the weakest capacity element, and choose between rate optimisation, pressure optimisation, injection optimisation or capital debottlenecking based on where the constraint sits.
The de-bottlenecking project (Chapter 17 cost) typically adds capacity to the binding constraint and an order-of- magnitude smaller increment to the next-tightest, since the next bottleneck appears as soon as the first is relieved.
20.4.1 Constraint-driven intervention examples
Discussion (Figure 20.11). Observation. The figure shows mineral scale, corrosion, erosion, naphthenates, sand/clay and emulsions as water-related production challenges. Mechanism. Water is not only a volume constraint: it changes chemistry, solids transport, corrosion risk, separator performance, emulsion stability and produced-water treatment load. Implication. A high watercut well can look acceptable if the objective is oil rate alone, but it may be the worst choice when treatment capacity, chemical cost, integrity and emissions are included. Recommendation. In water-constrained cases, include water rate, emulsion handling, scale/corrosion risk and treatment capacity as constraints or penalty terms. Select water shutoff, injection balancing or water-treatment debottlenecking only after identifying which water mechanism is dominant.
Discussion (Figure 20.12). Observation. The flowchart starts with sand detection, puts the well on the test separator, chokes back, checks whether sand remains, tests lift-rate sand response, then either defines a maximum sand-free rate or shuts in the well. Mechanism. Sand production is controlled by drawdown, completion condition and formation strength. Rate reduction can move the well below the sanding threshold, but persistent sand indicates an integrity limit rather than an optimisation opportunity. Implication. Sand turns the optimisation objective from maximum oil to maximum safe oil. The constraint is discontinuous: once erosion or plugging risk is unacceptable, the well may need shut-in or intervention. Recommendation. For sand cases, formulate the decision as a safe-rate search with a test-separator sequence. Do not rank the well by oil uplift alone; include erosion, separator damage and intervention cost.
Discussion (Figure 20.13). Observation. The injection system contains a pump, manifold, injection media, dump path, pipeline capacity, network effects, wellhead, well/completion design, damage/skin, reservoir properties and water quality. Mechanism. Injection rate depends on both surface hydraulics and reservoir injectivity. Poor water quality, scale, fines migration or completion damage can reduce injectivity even when pump pressure is available. Implication. Injection optimisation is not simply distributing pump capacity; it is balancing voidage replacement, reservoir sweep, pump energy, well integrity and water compatibility. Recommendation. For injection cases, choose a network optimisation with per-well injectivity and water-quality constraints. Use voidage replacement and reservoir pressure support as the primary objective, then check pump/pipeline limits and damage risk.
Discussion (Figure 20.14). Observation. The figure shows production logging as a workflow with downhole tools and measurements, followed by data evaluation and analysis in interpretation software. Mechanism. Production logging combines depth-referenced measurements such as flow, phase holdup, pressure, temperature and spinner response to identify which intervals are contributing oil, gas or water. Implication. Intervention optimisation needs diagnostic evidence before it becomes credible; without interval-level data, gas shutoff, water shutoff or inflow-control actions can target the wrong zone. Recommendation. Use production logging to confirm the source interval and phase contribution before ranking ICD/ICV, zonal-isolation or water/gas-shutoff interventions.
Discussion (Figure 20.15). Observation. The figure shows an intervention where gas production is limited by installing an inflow control device (ICD) on wireline; the production-log and time-series plots are used to justify the chosen solution. Mechanism. Gas breakthrough can localise in a high-permeable or toe/heel-dominated interval. Restricting the offending interval changes the inflow profile, reducing gas while preserving liquid production from other zones. Implication. This is an optimisation problem with a discrete intervention decision, not only a continuous choke setting. It requires diagnostic evidence, expected production response and workover economics. Recommendation. Select ICD/ICV or zonal-isolation interventions when production logging identifies a localised gas source and the forecasted gas-capacity relief is worth more than intervention cost and deferred production.
20.5 Real-time production optimisation
Some operators run production-optimisation in closed loop with the plant DCS / historian (PI / IP.21 / OSIsoft):
- Tag readings update model boundary conditions every ~ 5 min.
- NeqSim model runs an SQP optimisation in ~ 1–10 min.
- Optimal setpoints written back to DCS for operator confirmation.
- Cycle repeats.
Discussion (Figure 20.16). Observation. The case has a production system with more than 50 wells, a long pipeline, variable water/gas production and varying pressure. The maximum separator pressure is 14 bar; pressure above 14 bar opens the safety valve and causes flaring, so manual operation keeps the pressure lower than the true capacity. Mechanism. Manual control leaves a safety margin because disturbances can push the separator above the flare threshold. That conservative margin protects against flaring but sacrifices available gas throughput and liquid production. Implication. The business case for real-time optimisation appears when variability, safety constraints and capacity margins interact. The problem is not simply to raise pressure; it is to control pressure closer to the limit without crossing it. Recommendation. For similar cases, formulate the optimiser with separator pressure as a measured constraint, choke or well selection as manipulated variables, and flaring/safety-valve opening as a hard constraint.
Discussion (Figure 20.17). Observation. The proposed solution identifies a well with stable GOR and couples separator pressure to a production choke: if separator pressure rises above the set point, the well is choked back; if pressure drops below the set point, the choke is opened. Mechanism. A stable GOR well is selected because its gas response is predictable, so the controller can trim gas load without creating large oil or water transients. This turns a facility pressure problem into a controlled well-allocation problem. Implication. Optimisation implementation often depends as much on choosing the right manipulated variable as on choosing the right algorithm. A noisy or highly watercut well would be a poor actuator even if it has spare choke opening. Recommendation. When selecting a real-time production-optimisation structure, first choose controllable wells with stable response, then define move limits and pressure setpoints. Use the optimiser to coordinate moves, but keep the safety controller authoritative.
Discussion (Figure 20.18). Observation. After the choke regulator is implemented, average separator pressure increases from about 13.7 to 13.9 bar. The example notes about 40 000 Sm³/d gas, reduced flaring, 100 Sm³/d extra oil and an illustrative value of about 600 000 NOK/d. Mechanism. Better control reduces the need for conservative manual pressure margin. The facility can operate nearer the constraint, converting unused capacity into production while keeping the pressure distribution below the flare-triggering limit. Implication. Real-time optimisation often creates value through small setpoint moves repeated every day, not only through large equipment changes. Recommendation. For operational cases, quantify value as incremental rate, reduced flaring and constraint violations avoided. Then compare the daily value against implementation effort, control-system risk and operator workload.
Typical incremental value: 1–3 % production uplift; payback on the digital-twin investment in 6–18 months.
The model-and-data pipeline is the subject of the neqsim-plant-data skill and the neqsim-model-calibration-and-data-reconciliation skill.
20.6 Pareto trade-offs in practice
Modern NCS operations balance multiple objectives:
- Maximise production (revenue).
- Minimise CO₂/bbl (carbon tax, ESG).
- Minimise flaring (regulator).
- Minimise water injection / sea-water cost (OPEX).
- Maximise reservoir-voidage compliance.
Trade-offs are typically resolved by weighted-sum to a single objective (NPV with carbon tax internalised), or by constrained scalarisation (maximise production subject to CO₂/bbl ≤ threshold). Pareto front visualisation is most useful at concept-select to defend the chosen trade-off.
20.7 Optimisation in field-development planning
Beyond operations optimisation, the same techniques apply to field-development decisions:
| Decision | Variables | Method |
|---|---|---|
| Topside capacity sizing | gas / oil / water capacity | NPV optimisation |
| Well count + placement | $N_w$, locations | Reservoir-simulation + meta-model |
| Pipeline diameter | $D$ | NPV vs CAPEX |
| Compressor power | $P$ | Pareto: power vs throughput |
| IOR start year | $t_{IOR}$ | NPV maximisation |
For TPG4230 we use ProductionOptimizer for operational and sizing decisions; full reservoir-coupled optimisation is covered in TPG4150 / TPG4170.
20.7.1 Hierarchical optimisation across operating timescales
The most common failure mode in production optimisation is using one model for every decision. NCS operations separate optimisation into a hierarchy because the physics, data quality and economic objective change with timescale:
| Timescale | Typical decisions | Model fidelity | Objective |
|---|---|---|---|
| Minutes-hours | Compressor speed, choke trim, anti-surge recycle, cooler outlet temperature | Reconciled process model + historian tags | Safe throughput and energy efficiency |
| Daily-weekly | Well test allocation, gas-lift distribution, injection balancing, separator pressure setpoints | Network model + short-term reservoir constraints | Production deferment and constraint shadow price |
| Monthly-yearly | Workover ranking, infill timing, debottlenecking, chemical strategy | Reservoir ensemble + process capacity model | NPV and reserves acceleration |
| Concept life | Well count, flowline diameter, platform capacity, export route | Probabilistic integrated production model | Risked NPV, CO₂ intensity and sanctionability |
The hierarchy prevents contradictory recommendations. A real-time optimiser may want to open a choke to recover gas rate, while the monthly reservoir model may want the same well constrained to delay water breakthrough. The operating procedure resolves this through move limits and shadow prices: short-cycle optimisation may move within the envelope handed down by the reservoir and integrity teams, and any persistent shadow price becomes evidence for a longer-cycle intervention. This is why compressor surge margin, voidage replacement, hydrate margin and water-treatment capacity are reported as constraints, not hidden inside a single production KPI.
20.8 Worked example — gas-lift allocation field-wide
The 4-well example of §20.2 in NeqSim:
# Pseudocode pattern (wire to your build_4well_field()):
#
# from neqsim import jneqsim as ns
# process = build_4well_field()
# opt = ns.process.optimization.SQPoptimizer(process)
# for i in range(1, 5):
# opt.addDecisionVariable(f"Well-{i}.gasLiftRate", lower=0, upper=200_000)
# opt.addConstraint(sum_expr=[f"Well-{i}.gasLiftRate" for i in range(1, 5)],
# upper=600_000)
# opt.setObjective(sum_expr=[f"Well-{i}.oilFlowRate" for i in range(1, 5)],
# maximize=True)
# opt.run()
# print(opt.getOptimalVariables())
The result reproduces Eq. (20.4): the marginal oil-per-gas ratio is identical across all active wells.
20.9 Theoretical foundations: production optimisation as a constrained NLP
Real-time production optimisation transforms the field's nominal schedule into the actual hourly choke and gas-lift settings that maximise revenue under physical constraints. This section gives the mathematical structure and the NeqSim implementation route.
20.9.1 The optimisation problem
The production-optimisation NLP is
$$ \max_{u} \;\;\Phi(u, x) \;=\; \sum_{j} \pi_j\,q_j(u, x) \,-\, \kappa\,P(u, x) \tag{20.7}, $$
subject to
$$ \begin{aligned} g(u, x) &\le 0, \\ h(u, x) &= 0,\\ u_{\min} &\le u \le u_{\max}, \end{aligned} \tag{20.8} $$
with $u$ the manipulated variables (chokes, gas-lift rates, set- points), $x$ the state (pressures, rates, compositions), $g$ the inequality constraints (capacity, surge, hydrate margin), $h$ the equality constraints (mass balance, equipment operation), $\Phi$ the objective (revenue minus weighted power).
20.9.2 The decision variables
Typical NCS decision variables on a producing platform:
| Variable | Range | Count | Sensitivity |
|---|---|---|---|
| Choke openings | 0–100 % | 8–30 | Direct |
| Gas-lift rates | 0–500 kSm³/d | 4–20 | Indirect via PI |
| Compressor speed | 70–105 % | 1–4 | Discharge p |
| Separator p set-point | 30–80 bar | 2–4 | All wells |
| Cooler outlet T | 5–30 °C | 1–2 | Dew point |
Total dimension is 15–60; the LP/QP relaxation usually finds the active set within 50 evaluations.
20.9.3 The constraint set
The principal constraints are:
- Surge margin: $q_{\text{comp}} \ge 1.10\,q_{\text{surge}}$.
- Stonewall: $q_{\text{comp}} \le 0.95\,q_{\text{stonewall}}$.
- Discharge temperature: $T_2 \le 150$ °C.
- Liquid-handling capacity: $\sum q_L \le Q_L^{\max}$.
- Hydrate margin: $T_{op} \ge T_h(p_{op}) + 5$ K.
- Wellhead pressure floor: $p_{wh} \ge p_{wh}^{\min}$.
- Export-gas dew point: $T_{dp} \le T_{spec}$.
Each constraint is checked at every NLP iteration; the binding set shifts as the field declines.
20.9.4 The simulation oracle
At each NLP iteration, NeqSim evaluates the full process model at the candidate $u$, returning $q_j$, $P$, $g$, $h$ and (optionally) their gradients. NeqSim's ProcessSimulationEvaluator provides the simulation oracle to external optimisers (SciPy, NLopt, Pyomo). The internal ProcessOptimizationEngine, ProductionOptimizer and SQPoptimizer solve the same problem with built-in callbacks.
20.9.5 Algorithmic choices
The choice of NLP algorithm depends on smoothness and dimension:
- SQP (built-in
SQPoptimizer): smooth, $\le 50$ vars, exact gradients available — fastest convergence. - Particle Swarm / Nelder-Mead: non-smooth (anti-surge recycle, valve hunting), 50–500 evaluations, no gradients.
- Bayesian optimisation (BoTorch via
ProcessSimulationEvaluator): expensive simulations, low-dimensional, noisy — best for digital-twin tuning loops. - MILP / dynamic programming: discrete on/off decisions (well shut-in, train turn-down).
20.9.6 Closed-loop deployment
The on-line optimisation loop runs on a 1–60 minute cycle:
- State estimation: reconcile measurements with model.
- Plant-model mismatch update: bias the simulation outputs.
- NLP solve: find $u^\star$ for current state.
- Move horizon: implement $u^\star$ over the next cycle.
- Performance monitor: log $\Phi(u^\star)$ vs plan.
Closed-loop optimisation is used on selected mature fields and digital- twin pilots when instrumentation, model maintenance and operating discipline are strong enough to support it. Public examples and vendor case studies often report material uplift, but the 2–6 % production- uplift and 2–8 MUSD implementation-cost ranges should be treated here as screening values that require field-specific evidence before use in a business case.
20.9.7 The KPI hierarchy
Production optimisation outputs a ranked KPI report:
- Revenue uplift (USD/d): direct value capture.
- Power-per-Sm³: operational efficiency.
- Surge margin distribution: equipment-life proxy.
- Constraint shadow prices: capex justification for debottlenecking.
The shadow-price reports feed directly into the next PDO revision, closing the loop between operations and field development planning.
20.10 Further theory: closed-loop optimisation, model-mismatch and robust formulations
20.10.1 The closed-loop architecture
On-line process optimisation closes the loop between the plant historian and the simulation model:
- PI/IP21 historian streams measurements every minute.
- A digital-twin instance of
ProcessSystemis updated with the measured boundary conditions. - A reconciliation step identifies model parameters (compressor efficiency, fouling factor, valve $C_v$) that minimise residuals.
- The optimiser runs against the reconciled model to produce updated setpoints.
- Setpoints are pushed to the DCS via OPC-UA.
The cycle often repeats every 1–4 hours, although fast systems can run more frequently and advisory workflows may run only daily. Economic benefits are highly asset-specific: a 1–3 % opex-equivalent uplift is a useful screening target, but the implementation cost, cybersecurity scope, model-maintenance burden and operator acceptance must be included before claiming net value.
20.10.2 Robust optimisation under uncertainty
Uncertainty in compositions, ambient temperature and equipment performance means the deterministic optimum may be infeasible in practice. Robust formulations include:
- Chance-constrained NLP: $P\{g(x,\xi) \le 0\} \ge 1-\alpha$.
- Min-max regret: minimise the worst-case loss vs the hindsight-perfect optimum.
- Stochastic programming: scenario tree with probability weights.
NeqSim's MonteCarloSimulator provides the uncertainty propagation; coupling it with SQPoptimizer in a sample-average approximation framework produces a robust setpoint that trades a small reduction in nominal performance for a large reduction in constraint-violation probability.
20.11 Worked example: real-time anti-surge optimisation
A 25 MW gas-export compressor on a host platform operates in the 55–95 % surge-margin envelope. At low feed rate the anti-surge controller opens the recycle valve, dropping discharge pressure and recycling power back to suction. At high feed rate the discharge pressure rises until the choke (downstream of the compressor) limits flow and the surge margin narrows.
NeqSim's ProductionOptimizer is configured with: decision variable = compressor speed (RPM); objective = maximise net gas delivered to export pipeline; constraints = (i) surge margin ≥ 10 %, (ii) discharge temperature ≤ 110 °C, (iii) tubing-head pressure of upstream wells ≥ 35 bara. Running the optimiser on a two-week historian dataset finds setpoints that increase net gas delivery by 1.8 % vs the manually-tuned operator setpoints, while respecting all constraints. Annualised, the uplift is 60 MNOK at 3 NOK/Sm³ — easily justifying the 3 MNOK implementation cost of the closed-loop optimiser.
The example demonstrates the two-tier value pattern of process optimisation: the steady-state offline optimum closes 60–80 % of the gap to first-best; the closed-loop online layer captures the last 20–40 % by tracking moving boundary conditions.
Discussion (Figure 20.19). Observation. The project is cash-negative during development and recovers value only after production reaches plateau. Mechanism. Front-loaded CAPEX is discounted less than late production revenue, so schedule and first-production timing dominate value. Implication. Delayed startup can reduce NPV even if ultimate recovery is unchanged. Recommendation. Report NPV together with first-production date, plateau duration and discount-rate basis.
Discussion (Figure 20.20). Observation. NPV increases strongly with gas price and crosses the breakeven region within the plotted range. Mechanism. Revenue scales with price while most CAPEX is fixed, so price uncertainty transfers directly to value. Implication. Market assumptions can dominate concept ranking once technical feasibility is established. Recommendation. Present P10/P50/P90 price cases and disclose the breakeven price in the decision summary.
Discussion (Figure 20.21). Observation. Plateau-then-decline, exponential and hyperbolic profiles create different timing of revenue even when all describe declining production. Mechanism. Facility capacity caps early production while reservoir deliverability controls late-life rates. Implication. NPV is highly sensitive to plateau duration because discounting favors early cash flow. Recommendation. Include at least one production-profile sensitivity with every concept NPV.
Discussion (Figure 20.22). Observation. Optimized lift allocation outperforms equal split most strongly when available lift gas is scarce. Mechanism. Scarce lift gas should go first to wells with the highest marginal oil response. Implication. Operating rules matter most during compressor constraints and late-life scarcity. Recommendation. Update gas-lift response curves whenever well tests or surveillance data change.
Discussion (Figure 20.23). Observation. Net value peaks before maximum lift-gas injection. Mechanism. Oil response saturates at high lift rates while compression power and gas-handling costs continue to increase. Implication. Maximum liquid rate and maximum economic value are different objectives. Recommendation. Allocate lift gas by marginal value rather than by proportional split or maximum-rate logic.
Discussion (Figure 20.24). Observation. Total production rate falls as manifold pressure increases. Mechanism. Higher backpressure reduces drawdown for every connected well, lowering inflow at fixed reservoir pressure. Implication. Separator pressure, compressor suction pressure and host constraints feed directly into reservoir deliverability. Recommendation. Include host operating pressure as an optimization variable when tiebacks are capacity constrained.
20.12 Summary
Production optimisation formalises the trade-offs that an operator faces every day: which well to pump, which choke to open, which compressor to load. NeqSim's optimisation toolkit (SQP, multi-objective, Monte Carlo) provides the algorithmic core; the field engineer's job is to pose the right problem (objective + constraints) and interpret the result. The Lagrange/KKT structure (equal marginal production per unit input) is the single most-used diagnostic; modern field operations push this principle into real-time control loops.
Exercises
- Exercise 20.1. Solve the §20.2 4-well gas-lift problem analytically (Eq. 20.4) and verify with the §20.3.1 NeqSim example.
- Exercise 20.2. Add a per-well constraint $g_i \le g_i^{\max}$ to the §20.2 problem (well-1 limited to 100 000 Sm³/d). Re-solve.
- Exercise 20.3. Build a Pareto front of oil rate vs. compressor power for a 3-stage compression train using
MultiObjectiveOptimizer.
- Exercise 20.4. Identify the bottleneck of a process model with gas compressor at 95 %, water treatment at 80 %, separator at 70 %.
- Exercise 20.5 [course problem P3]. Optimise the gas-lift allocation for your course field; report the incremental oil over baseline.
Regulation, Safety, Operations, Products and Tools
Regulation of the Norwegian Continental Shelf
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the principal Norwegian regulatory bodies — Ministry of Energy, Sodir/NPD, Havtil/PSA, Miljødirektoratet — and their roles.
- Describe the regulatory journey of an NCS field from licence award through PDO to abandonment.
- Explain the NCS standards hierarchy — from Acts and Regulations through NORSOK to international standards — and navigate it for a given engineering task.
- Read and interpret a technical standard using the shall/should/may convention and distinguish normative from informative content.
- Apply the NORSOK standards in field-development work, including deviation management and the design-basis code table.
- Identify the EU Offshore Safety Directive and its NCS implementation.
- Apply the CO₂ Storage Regulations (2014) for CCS projects.
- Identify the fiscal regulations (Petroleum Tax Act) in the context of field-development decisions.
- Apply the major-accident hazard (MAH) framework — NORSOK Z-013 5×5 risk matrix, ALARP, bow-tie analysis — and recognise the principal NCS lessons-learned.
- Evaluate electrification and low-emission options (power-from-shore, offshore wind, hybrid power, methane-regulation compliance) at concept-select stage.
Where We Are in the Field-Development Lifecycle
This chapter defines the NCS decision frame. Read each regulation as a constraint on what evidence a project must supply before approval, operation or cessation.
21.1 Resource ownership and the Petroleum Act
Norwegian petroleum resources are owned by the Norwegian state [35], formalised in the Petroleum Act of 29 November 1996 (Petroleumsloven). The state grants exploration and production licences to companies — the licence is the legal vehicle through which exploration and production rights are exercised.
Key principles:
- Resource ownership. All sub-sea petroleum resources on the NCS belong to the state.
- Licence award. Discretionary award by Numbered Licensing Rounds (mature acreage) and Pre-Defined Areas (frontier acreage).
- Operator role. Each licence designates one operator responsible for day-to-day work; partners share costs and revenues by equity.
- State participation. The state may participate directly through SDFI (State's Direct Financial Interest) in some licences (managed by Petoro).
- Regulatory oversight. Continuous regulator engagement through the project lifecycle.
21.2 Principal regulatory bodies
21.2.1 Ministry of Energy (Energidepartementet, formerly Olje- og energidepartementet — OED)
Sets policy. Issues licences. Approves PDOs above NOK 20 billion (parliament approves above NOK 20 bn for major fields). Sets framework via white papers (stortingsmelding).
21.2.2 Sokkeldirektoratet (Norwegian Offshore Directorate)
Renamed from NPD to "Sokkeldirektoratet" (Norwegian Offshore Directorate, commonly abbreviated Sodir in English) on 1 January 2024. Responsibilities:
- Resource management and prudent development.
- Reserve estimation and reporting (FactPages [63]).
- PDO technical evaluation.
- Ongoing field-development monitoring.
- IOR strategy oversight.
21.2.3 Havtil (Norwegian Ocean Industry Authority)
Renamed from PSA to "Havtil" (Havindustritilsynet) on 1 January 2024. Responsibilities:
- HSE, integrity, working environment regulation [30].
- Approves safety case for each new field.
- Investigates major accidents.
- Issues consents (samtykke) at key project milestones.
- Reports to the Ministry of Energy (transferred from the Ministry of Labour and Social Inclusion as part of the 2024 reorganisation).
21.2.4 Norwegian Environment Agency (Miljødirektoratet)
Permits emissions to air and water. Manages the EU ETS implementation in Norway. Sets discharge limits for produced water, drilling cuttings, etc.
21.2.5 Norwegian Tax Administration (Skatteetaten)
Administers the Petroleum Tax Act [35] — 22 % ordinary company tax plus a technical 71.8 % special petroleum tax on a base where calculated ordinary tax is deducted. This preserves a combined marginal petroleum-tax rate of 78 % (see Chapter 18 for details). Operates a separate Petroleum Tax Office.
21.2.6 Norwegian regulatory vocabulary (begrepsapparat)
Every regulator document, partner correspondence and PUD-supporting hearing on the NCS is written in Norwegian. Reading a NCS PUD in 2026 requires fluency with the following terminology — Table 21.1 collects the terms used in the rest of this book and in Norwegian-language regulatory and project documents.
| English | Norwegian (current 2026) | Notes |
|---|---|---|
| Petroleum Act | Petroleumsloven (LOV-1996-11-29-72) | Primary statute; sections 1-1 (resource ownership), 1-2 (resource management), 4-1 (prudent production), 4-2 (PUD) frame the entire field-development workflow |
| Petroleum Regulations | Petroleumsforskriften | Subsidiary regulations under Petroleumsloven |
| Petroleum Tax Act | Petroleumsskatteloven | Defines 22 % ordinary tax plus technical 71.8 % special petroleum tax on a base after calculated ordinary tax; combined marginal rate 78 % |
| Parliament | Stortinget | Approves PUDs above NOK 20 bn (Prop. S → vedtak); for example Aasta Hansteen approved through Prop. 97 S (2012–2013) |
| Ministry of Energy | Energidepartementet (formerly Olje- og energidepartementet, OED, renamed 2024) | Issues licences; submits white papers (stortingsmelding) |
| Sokkeldirektoratet (Norwegian Offshore Directorate) | Formerly Oljedirektoratet, NPD; renamed 1.1.2024 | Resource management, reserves reporting (sodir.no) |
| Havtilsynet / Havindustritilsynet (Havtil) | Formerly Petroleumstilsynet, Ptil; renamed 1.1.2024 | HMS regulator (havtil.no); merged offshore + onshore HSE supervision |
| Environment Agency | Miljødirektoratet | Discharge and emission permits; EU ETS |
| Tax Administration | Skatteetaten / Oljeskattekontoret | Petroleum tax administration |
| State's Direct Financial Interest | Statens direkte økonomiske engasjement (SDØE) | State-owned production interest in selected licences |
| State holding company | Petoro AS | Manages SDØE on behalf of the state |
| Operator | Operatør | One per licence; daily responsibility |
| Licensee | Rettighetshaver | Equity-holding partner; cost & revenue share |
| Licence partnership | Partnerlag / interessentskap | The joint venture across rettighetshavere |
| Production licence | Utvinningstillatelse (PL nnnn) | Legal instrument for exploration + production |
| Licence award (mature) | Tildeling i forhåndsdefinerte områder (TFO) | Annual award; > 90 % of recent NCS awards |
| Licence award (frontier) | Konsesjonsrunde / nummererte runder | Periodic frontier rounds (e.g. 26th round) |
| Plan for Development and Operation (PDO) | Plan for utbygging og drift (PUD) | Submitted to Energidepartementet (Sokkeldirektoratet + Havtil parallel review) |
| Plan for Installation and Operation | Plan for anlegg og drift (PAD) | For onshore facilities + pipelines (e.g. Polarled, Nyhamna) |
| Impact assessment | Konsekvensutredning (KU) | Mandatory PUD/PAD annex; environmental + socio-economic |
| Cessation plan | Avslutningsplan | Submitted ≥ 2 years before CoP; OSPAR-compliant |
| Consent | Samtykke | Activity-by-activity Havtil approval |
For a field-development project, the practical sequence is usually:
| Step | Typical evidence | Authority / stakeholder interface |
|---|---|---|
| Licence and discovery | Licence award, discovery, appraisal plan. | Ministry, Sokkeldirektoratet, licence partners. |
| Impact assessment programme | Proposed KU scope and consultation. | Ministry, municipalities, public consultation. |
| PUD / PAD preparation | Development concept, resource basis, HSE, environment, economics and execution plan. | Operator and partners, Sokkeldirektoratet, Havtil and Ministry. |
| PUD / PAD submission | Formal plan and KU. | Ministry coordinates technical, safety and environmental review. |
| Approval / Stortinget where required | Government decision or parliamentary approval for large projects. | Ministry and Stortinget. |
| Consent to activities | Drilling, use of facilities, major modifications and start-up consents. | Havtil and relevant regulators. |
This sequence is a teaching map. Always verify the current threshold, regulation text and authority guidance for a real project.
| Term | Norwegian / example | Course meaning |
|---|---|---|
| Drilling consent | Samtykke til boring | Per-well or per-campaign |
| Modification consent | Samtykke til modifikasjon | For brownfield topside changes |
| Health, environment & safety | Helse, miljø og sikkerhet (HMS) | The Norwegian acronym for HSE |
| Risk reduction principle (ALARP) | Risikoreduksjonsprinsippet | Codified in Rammeforskriften §11 |
| Power-from-shore | Kraft fra land | Onshore-grid feed to offshore installations |
| Offshore wind | Havvind | Floating + bottom-fixed |
| NOx levy fund | Næringslivets NOx-fond | 17.5 NOK/kg NOx for petroleum participants in 2024; verify current rate |
| CO₂ tax | CO₂-avgift | 944 NOK/t CO₂ for natural-gas combustion in 2025; EU ETS cost is additional |
| Norwegian Onshore Petroleum Hubs | Mongstad, Sture, Kollsnes, Kårstø, Aukra/Nyhamna, Melkøya | Six oil/gas reception terminals on the Norwegian coast |
The PUD–KU–samtykke triplet is the practical core of NCS field-development regulation: the Plan for utbygging og drift secures the political mandate, the konsekvensutredning secures public legitimacy, and the running stream of samtykke- decisions converts the plan into authorised activity. An English-language PDO concept-select package on the NCS in 2026 is invariably accompanied by Norwegian-language parliamentary, ministerial and Havtil correspondence — the engineer is expected to read the latter without translation.
Discussion (Figure 21.1). Observation. The hierarchy places acts and regulations above standards, guidelines and company requirements. Mechanism. Legal requirements define minimum compliance, while standards and company documents translate them into engineering practice. Implication. A design can be technically sound but unacceptable if it misses the governing regulatory layer. Recommendation. Identify the applicable act, regulation, standard and operator requirement at the start of each discipline study.
21.3 The licence lifecycle
A typical NCS licence evolves through six phases:
- Licence award. Either a numbered round (frontier acreage) or TFO round (mature acreage; formerly called APA). Initial exploration period 6–10 years.
- Exploration drilling. Operator drills exploration wells per the work programme.
- Discovery. If a discovery is made, an appraisal phase is granted (~ 2–5 years).
- PDO submission. If the discovery is commercial, the operator submits a PDO (Plan for Development and Operation) for regulatory approval.
- Production licence (PL) extension. Approval to develop triggers a 30–50-year production phase.
- Cessation. When economic life ends, a cessation plan is submitted; abandonment follows OSPAR rules.
21.4 The PUD (Plan for utbygging og drift) and its supporting documents
The Plan for utbygging og drift (PUD; Plan for Development and Operation, PDO in English-language project documents) is the single most important regulatory document in a field's life — every NCS field, from Ekofisk-1971 onwards, has been built on a Stortinget-approved PUD. It contains:
- Project description. Reservoir, fluid, wells, topside, subsea, export.
- HSE plan. Safety case, environmental impact assessment, risk analysis.
- Schedule. Build-up, plateau, decline; first oil/gas; abandonment.
- Economics. CAPEX, OPEX, expected NPV, sensitivities.
- CO₂ accounting. ETS coverage, expected emissions.
- PIO (Plan for Installation and Operation). Detailed technical engineering.
- Konsekvensutredning (KU) — formal impact assessment; public hearing; addresses fisheries, Sami consultation, coastal-municipality views, and CO₂-emission impact.
- Plan for anlegg og drift (PAD) — submitted in parallel for the onshore receiving facilities and associated pipelines (e.g. Polarled / Nyhamna for Aasta Hansteen).
Two parallel approvals are required:
- Resource approval (Sokkeldirektoratet on behalf of Energidepartementet).
- Safety approval / samtykke (Havtil).
For projects above NOK 20 bn the operator's PUD is forwarded through the Ministry to Stortinget as a Proposisjon (e.g. Prop. 97 S 2012–2013 for Utbygging og drift av Aasta Hansteen-feltet og anlegg og drift av Polarled utviklingsprosjekt og Kristin gasseksportprosjekt) — i.e. parliamentary approval is required, not merely ministerial consent.
For CCS projects an additional CO₂ Storage Permit (utnyttelsesløyve, under the 2014 regulations) is required.
21.5 Standards in oil and gas projects
21.5.1 Why standards exist
An offshore field development involves thousands of engineering decisions — pipe wall thickness, vessel design pressure, well casing grade, subsea connector type, fire- protection insulation, control-valve failure mode, and so on. If every project reinvented the technical basis for each decision, costs would be enormous, safety would be inconsistent, and multi-operator collaboration (licence partnerships, vendor supply chains) would be impractical.
Technical standards solve this by codifying proven engineering practice into reusable requirements. A standard:
- Defines what to achieve (functional requirement) and often how to demonstrate compliance (acceptance criteria).
- Carries industry consensus — typically developed by committees of operators, vendors, regulators and academics.
- Is updated on a regular cycle (3–5 years) to reflect operating experience and new technology.
- Enables interoperability — a flange designed to ASME B16.5 will fit any mating flange built to the same standard, anywhere in the world.
For the NCS specifically, standards serve an additional purpose: the Norwegian regulatory regime is function-based [35, 30]. The regulations state what shall be achieved (e.g. "barriers shall be independent and testable") but do not prescribe exact solutions. The operator must demonstrate compliance by reference to recognised standards — and NORSOK is the primary corpus of recognised standards for the NCS [64, 65].
21.5.2 The NCS standards hierarchy
On the NCS, the technical requirements that govern a field development form a hierarchy. Figure 21.2 shows the five levels from parliamentary legislation at the top to project-specific engineering at the bottom.
Discussion (Figure 21.2). Observation. Five distinct levels form the requirements stack: (1) Acts and Regulations, (2) Regulator guidelines, (3) NCS industry standards (NORSOK), (4) International standards (ISO, API, DNV, IEC, ASME), and (5) Company/project requirements. Mechanism. Norwegian function-based regulation deliberately avoids prescribing solutions — instead it references recognised standards as a means of demonstrating compliance. NORSOK standards act as a bridge between the functional regulations and the detailed international standards. Implication. An engineer cannot read a single standard in isolation; the hierarchy must be traversed from the applicable regulation down to the relevant clause. Recommendation. For any design decision, state the full reference chain: regulation → NORSOK → international standard → clause.
The five levels are:
| Level | Documents | Role |
|---|---|---|
| 1. Acts and Regulations | Petroleum Act, Framework Regulations (Rammeforskriften), Facilities Regulations (Innretningsforskriften), Activities Regulations (Aktivitetsforskriften) | Legal requirements — shall be met; non-compliance is a legal violation. |
| 2. Regulator guidelines | Havtil interpretive guidelines (veiledninger) to each regulation paragraph | Regulator's recommended way to meet the requirement; deviation is allowed if equally safe. |
| 3. NCS industry standards | NORSOK series (> 70 active standards) | Industry-consensus solutions developed jointly by operators, vendors and regulators under Standards Norway. |
| 4. International standards | ISO, API, DNV, IEC, ASME, EN, BSI | Detailed technical requirements; NORSOK references these and adds NCS-specific supplements. |
| 5. Company / project requirements | Operator Technical Requirements (TR), Governing Documents (GD), Project Specifications | Project-specific additions, clarifications, and selections from the levels above. |
Key principle: Each level references and constrains the level below. A NORSOK standard may say "piping shall be designed per ASME B31.3 with the additions in this standard". The company TR may then add "material selection shall follow NORSOK M-001 Rev. 6 with the project-specific corrosion allowances in Appendix A".
21.5.3 NORSOK — origin and structure
NORSOK (Norsk Sokkels Konkurranseposisjon — "The Norwegian Shelf's Competitive Standing") was established in 1993 as a joint industry initiative to reduce NCS development costs following the cost crisis of the early 1990s [66, 64]. The programme replaced fragmented operator-specific standards with a common industry set, reducing cost, lead time and contractual complexity.
NORSOK standards are developed and maintained by Standards Norway (Standard Norge) in technical committees with representation from operators (Equinor, Aker BP, ConocoPhillips, etc.), contractors (Aker Solutions, TechnipFMC, etc.), vendors, and regulators (Havtil, Sodir). The standards are publicly available (some free, some priced) from standard.no.
NORSOK uses a discipline-based letter code:
| Letter | Discipline |
|---|---|
| C | Civil / architectural |
| D | Drilling |
| E | Electrical |
| H | HVAC |
| I | Instrumentation |
| L | Piping and layout |
| M | Materials |
| N | Structural |
| P | Process |
| R | Mechanical (rotating/static equipment) |
| S | Safety |
| T | Telecom |
| U | Subsea |
| Z | Risk and preparedness / multidiscipline |
Key NORSOK standards for TPG4230 field development:
| Standard | Subject | Course chapters |
|---|---|---|
| NORSOK D-001 | Drilling facilities | 14 |
| NORSOK D-010 | Well integrity in drilling and well operations | 14, 16 |
| NORSOK L-001 | Piping and valves | 5, 6, 11 |
| NORSOK M-001 | Materials selection | 5, 8, 13 |
| NORSOK M-501 | Surface preparation and protective coating | 12 |
| NORSOK N-001 | Integrity of offshore structures | 12 |
| NORSOK N-003 | Actions and action effects | 12 |
| NORSOK N-004 | Design of steel structures | 12 |
| NORSOK P-001 | Process design | 6, 7, 8, 9, 10 |
| NORSOK P-100 | Process system functional design | 6, 7, 11 |
| NORSOK P-101 | Process design of separators | 7 |
| NORSOK R-001 | Mechanical equipment | 5, 11 |
| NORSOK S-001 | Technical safety | 11, 21, 26 |
| NORSOK U-001 | Subsea production systems | 13 |
| NORSOK U-002 | Subsea structures and piping | 13 |
| NORSOK Z-013 | Risk and emergency preparedness analysis | 21, 26 |
21.5.4 International standards referenced from NORSOK
NORSOK standards do not exist in isolation. Each NORSOK standard builds on a foundation of international standards and adds NCS-specific supplements, restrictions or clarifications. The most important international bodies for NCS petroleum work are:
| Body | Scope | Example standards |
|---|---|---|
| ISO (International Organization for Standardization) | All disciplines; many are adopted as Norwegian Standard (NS-EN ISO) | ISO 13628 (subsea), ISO 10423 (wellhead), ISO 13623 (pipelines), ISO 15663 (life-cycle cost), ISO 31000 (risk) |
| API (American Petroleum Institute) | Upstream E&P and refining equipment | API 6A (wellhead), API 5CT (casing), API 520/521 (relief), API 12J (separators), API 17A (subsea), API TR 5C3 (casing design) |
| DNV (Det Norske Veritas) | Marine, subsea, pipelines, risk | DNV-ST-F101 (submarine pipelines), DNV-RP-F110 (global buckling), DNV-RP-C203 (fatigue) |
| IEC (International Electrotechnical Commission) | Electrical, instrumentation, control | IEC 61508/61511 (functional safety / SIL), IEC 61892 (offshore electrical), IEC 60079 (Ex equipment) |
| ASME (American Society of Mechanical Engineers) | Pressure vessels, piping, valves | ASME VIII (pressure vessels), ASME B31.3 (process piping), ASME B16.5 (flanges) |
| EN (European Standards) | EU-wide harmonised standards | EN 1473 (LNG), EN 13480 (metallic piping), EN 16726 (gas quality) |
When reading a NORSOK standard, the referenced international standards are listed in Section 2 ("Normative references") and must be read as part of the requirement — they are not optional background information [64].
21.5.5 How to read and apply a standard
Students and early-career engineers often find standards documents impenetrable. Understanding the following conventions makes navigation easier:
Verbal forms (requirement language):
| Word | Meaning | Consequence of non-compliance |
|---|---|---|
| shall | Mandatory requirement | Must be met; deviation requires formal dispensation |
| should | Recommended practice | Expected to be followed unless a justified alternative exists |
| may | Permitted option | Designer's choice; no justification needed |
| can | Possibility or capability | Informative statement |
These verbal forms are defined in ISO/IEC Directives Part 2 and are used consistently across ISO, NORSOK and DNV standards. When a NORSOK clause says "the separator shall be designed for the maximum operating pressure plus a margin of 10 %", this is a binding requirement. When it says "the operator should consider three-phase test separation", this is a recommendation that can be set aside with documented justification.
Document structure of a typical NORSOK or ISO standard:
| Section | Content |
|---|---|
| Scope (§1) | What the standard covers and does not cover |
| Normative references (§2) | Other standards that form part of this standard |
| Terms and definitions (§3) | Agreed vocabulary |
| General requirements (§4) | Overarching principles |
| Technical clauses (§5+) | Detailed requirements |
| Annexes (normative) | Additional requirements, same status as main text |
| Annexes (informative) | Guidance, examples, background — not mandatory |
Normative vs. informative: A normative annex carries the same weight as the main text ("shall" applies). An informative annex provides guidance only. Always check the annex header.
21.5.6 Deviations and dispensations
No standard covers every situation perfectly. NCS projects routinely deviate from standard requirements when the specific field conditions, new technology, or cost optimisation justifies it. The Norwegian regulatory model explicitly allows this — but requires:
- Identification. The deviation must be explicitly stated in the design basis or engineering document.
- Justification. The project must demonstrate that the alternative solution provides at least equivalent safety or functionality.
- Approval. Deviations from NORSOK or ISO are normally approved within the project's technical authority structure. Deviations from regulations require regulator dispensation (Havtil or Sodir).
- Tracking. All deviations are entered in a deviation register and tracked to close-out (acceptance, additional mitigation, or reversal to standard solution).
This deviation mechanism is fundamental to NCS innovation. Technologies like subsea wet-gas compression (Åsgard), floating LNG concepts, and power-from-shore with 100+ km HVDC cables all started as deviations from existing standards.
21.5.7 Standards in the design basis document
Every NCS field development begins with a design basis (sometimes called "basis for design" or "design premises") that includes a code and standards basis section. This section establishes which edition of which standard applies. A typical code-basis table looks like:
| Discipline | Governing standard(s) | Edition | Supplement |
|---|---|---|---|
| Process design | NORSOK P-001 | Rev. 6, 2015 | Project TR-1001 |
| Separator design | NORSOK P-001 + API 12J | — | — |
| Pressure vessels | ASME VIII Div. 1 | 2021 | — |
| Process piping | ASME B31.3 | 2020 | NORSOK L-001 |
| Materials | NORSOK M-001 | Rev. 5, 2014 | — |
| Subsea pipelines | DNV-ST-F101 | 2021 | — |
| Well integrity | NORSOK D-010 | Rev. 4, 2013 | — |
| Safety systems | NORSOK S-001 + IEC 61511 | — | — |
| Structural design | NORSOK N-001 / N-004 | — | — |
| Risk analysis | NORSOK Z-013 | Rev. 3, 2010 | — |
Why edition matters: Standards are revised every 3–5 years. A project that started design in 2022 may use NORSOK P-001 Rev. 6 (2015), even though a newer revision exists. The design basis "freezes" the applicable edition. Later revisions may be adopted selectively through a change management process.
21.5.8 Standards and NCS cost competitiveness
The NORSOK initiative was born from cost pressure. In the early 1990s, NCS development costs had escalated to roughly twice the international average (normalised for water depth and environmental severity). Individual operator standards — each with different pipe-support philosophies, weld- inspection regimes, and documentation requirements — created fragmentation. NORSOK replaced hundreds of company-specific specifications with a single set that:
- Reduced vendor qualification time (one standard instead of ten).
- Enabled reuse of engineering deliverables across projects.
- Harmonised with international practice (referencing ISO/ API/IEC) while adding only the NCS-specific requirements genuinely needed for Arctic, deepwater and harsh- environment conditions.
The cost reduction was significant: the industry estimated a 30–40 % reduction in project engineering hours during the first decade of NORSOK implementation [65, 66]. However, standards can also increase cost if applied without engineering judgement — over-specifying corrosion allowance, demanding full radiographic testing on non-critical welds, or requiring materials grades beyond what the service conditions demand. Balancing safety and cost is the engineer's responsibility.
21.5.9 The relationship between regulation and standards on the NCS
The NCS regulatory model is sometimes called "self-regulation under supervision". The operator carries full responsibility for demonstrating compliance. Standards are recognised norms (anerkjente normer) — not legal requirements in themselves. However:
- If the operator follows a NORSOK standard, the regulator will normally accept this as demonstration of compliance.
- If the operator deviates, the burden of proof shifts to the operator to show that the alternative is equally safe.
- Havtil's interpretive guidelines (veiledninger) explicitly reference NORSOK clauses as the expected compliance route.
This creates a practical reality: NORSOK is de facto mandatory on the NCS, even though it is de jure voluntary. International operators accustomed to prescriptive regimes (e.g. US BSEE regulations) must adjust to this principle when entering the NCS [65, 35].
21.5.10 Practical example — standards chain for separator design
To illustrate how the hierarchy works in practice, consider the task of designing a production separator (Chapter 7):
- Regulation: Facilities Regulations (Innretnings- forskriften) §8 requires that "process equipment shall be designed, manufactured and equipped so that adequate safety is ensured". This is functional — no pipe size, no design pressure, no liquid level is specified.
- NORSOK P-001 (Process Design) specifies general process-design rules: design pressure margins, corrosion allowances, turndown requirements, separator liquid-retention times.
- API 12J (Specification for Oil and Gas Separators) provides detailed sizing methodology: gas-capacity equations (Souders–Brown), liquid settling theory, inlet device selection, demister performance criteria.
- ASME VIII Div. 1 governs the mechanical (pressure vessel) design: wall thickness, nozzle reinforcement, material allowable stresses, fabrication and inspection requirements.
- Company TR may add: maximum vessel diameter for transport, specific vendor preferences for inlet devices, project-specific corrosion allowance beyond NORSOK.
The engineer must navigate all five levels to produce a compliant separator design. Citing only one standard is insufficient.
21.5.11 Summary of key NORSOK standards for field development
| Standard | Subject | Key content for field development |
|---|---|---|
| NORSOK D-010 | Well integrity | Two-barrier philosophy, casing design, well-barrier schematics, MAASP [59] |
| NORSOK P-001 | Process design | Design cases, pressure/temperature rating, separator sizing, blowdown, corrosion [67] |
| NORSOK P-100 | Process systems | Functional design, control philosophy, safeguarding, utility systems [43] |
| NORSOK M-001 | Materials selection | Material selection diagrams (MSD), corrosion assessment, sour service (NACE) [68] |
| NORSOK S-001 | Technical safety | Fire scenarios, ESD philosophy, blowdown, passive fire protection, radiation limits [36] |
| NORSOK Z-013 | Risk and preparedness | Quantitative risk analysis, emergency preparedness, 5×5 risk matrices, ALARP [69] |
| NORSOK N-001 | Structural integrity | Limit-state design, ALS/ULS/FLS checks, inspection categorisation |
| NORSOK U-001 | Subsea systems | Subsea production system requirements, qualification, interface |
The NORSOK Z-013 risk-and-preparedness standard is the basis for NCS risk and emergency-preparedness analysis. Project risk registers often use 5×5 matrices for communication, but the standard itself is broader than the matrix format.
21.6 EU Offshore Safety Directive
The EU Offshore Safety Directive (2013/30/EU) was implemented in Norway through amendments to the Petroleum Safety Act (Havtil) and the Petroleum Act [70]. Key provisions:
- Major accident hazard report for each installation.
- Independent verification of safety-critical equipment.
- Operator transparency — public summary of safety case.
- Offshore inspection by the regulator.
The Norwegian implementation reuses the existing Havtil framework but harmonises procedures with EU norms; for field-development engineers the practical change is the formalised independent verification step.
21.7 The CO₂ Storage Regulations
Norway's "Forskrift om utnyttelse av undersjøiske reservoarer på kontinentalsokkelen til lagring av CO2" of 5 December 2014 implements the EU CCS Directive (2009/31/EC) for the NCS [71]. Key provisions:
- Storage permit (utnyttelsesløyve) granted by the Ministry; covers a defined geological storage complex.
- Storage operator submits a long-term storage plan, monitoring plan, and post-closure plan.
- Long-term liability transferred to the state 20+ years after site closure if monitoring shows no leakage.
- MMV (measuring, monitoring, verification) — required throughout operational life and post-closure.
Northern Lights (Chapter 25) was the first storage permit issued under the 2014 regulations (2019).
21.8 Permits in operations
During the operational phase, multiple permits are renewed or amended:
- Discharge permit (utslippstillatelse) — Miljødirektoratet — for produced water, drainage, drilling-mud disposal.
- Air-emission permit — Miljødirektoratet — under EU ETS + national sulphur / NOx levies.
- Drilling permit (samtykke til boring) — Havtil — for every new well or major workover.
- Modification consent — Havtil — for major topside modifications.
21.9 Stakeholder engagement
NCS regulation includes formal stakeholder engagement:
- Public hearings during EIA and PDO phases.
- Sami parliament consultation for Northern Norway developments.
- Coastal municipality consultation for landfall projects.
- Fisheries consultation for pipeline routes and seismic campaigns.
Stakeholder issues that delay PDOs are typically: fisheries impact (Barents Sea, Vesterålen), Sami land rights (onshore infrastructure), or carbon-emission concerns (new fields post-2050 net-zero target).
21.10 Net-zero alignment
In 2021 the Norwegian government and oil-and-gas industry signed an agreement to reduce NCS scope-1 emissions by 50 % by 2030 (vs. 2005 baseline) and net-zero by 2050. This translates into PDO requirements:
- New PDOs must analyse electrification (power-from-shore or offshore wind).
- Carbon intensity (kgCO₂/boe) must be assessed and explained; authorities, partners or operators may define field-specific targets.
- CO₂ tax (944 NOK/t for natural-gas combustion in 2025; verify the current study-year rate) and EU ETS allowance cost are included in NPV calculations.
21.11 Major-accident hazards in practice
The regulatory framework summarised above (Petroleum Act, Havtil consents, NORSOK Z-013, EU OSD) translates into concrete engineering practice through the major-accident hazard (MAH) management workflow. Every NCS installation is required to maintain a living MAH register and a safety case demonstrating that risk is reduced As Low As Reasonably Practicable (ALARP).
21.11.1 The 5×5 risk matrix and ALARP
NCS projects often communicate qualitative risk with a 5×5 likelihood/consequence matrix, aligned with the broader NORSOK Z-013 risk and emergency-preparedness framework and applied separately to personnel, environment, asset and reputation. Risks falling in the red band must be eliminated or reduced; the yellow band requires ALARP demonstration; green is acceptable subject to monitoring.
ALARP demonstration is normally a cost-benefit argument: a risk-reducing measure must be implemented unless its cost is grossly disproportionate to the risk-reduction it delivers. The disproportion factor on the NCS is typically 3–10 depending on consequence severity. SIL determination follows IEC 61508/61511; Chapter 22 demonstrates this computationally using NeqSim's RiskMatrix and SafetyInstrumentedFunction classes.
21.11.2 The MAH register and bow-tie analysis
A typical NCS topside MAH register contains 15–25 top events covering hydrocarbon leak, blowout, fire, explosion, dropped object, ship collision, structural failure, helicopter incident and loss-of-containment of toxic chemicals (MEG/methanol, H₂S, mercaptan). Each top event is analysed with a bow-tie linking causes (left side, prevention barriers) to consequences (right side, mitigation barriers). Barriers are tagged with performance standards — availability, response time, capacity — that drive inspection, testing and maintenance.
21.11.3 Lessons learned — NCS accident history
Norwegian field-development practice has been shaped by a small number of catastrophic and near-miss events. A field-development engineer is expected to know them:
| Year | Event | Engineering lesson |
|---|---|---|
| 1980 | Alexander L. Kielland semi-sub capsize, 123 fatalities | Single-point fatigue failure of a bracing weld; redundancy in mooring/structural systems; current NORSOK N-001/N-004. |
| 1985 | West Vanguard gas blowout, 1 fatality | Shallow-gas hazard during exploration drilling; current pre-spud shallow-gas survey requirement. |
| 1988 | Piper Alpha (UK) explosion, 167 fatalities | Loss of permit-to-work integrity; current safety-case regime; topside layout segregation. |
| 2004 | Snorre A subsurface gas blowout | Loss of two-barrier well control; current NORSOK D-010 well-integrity standard and well-barrier schematics. |
| 2007 | Statfjord A crude-oil spill, ~ 4 400 m³ | Loading-hose failure; current offloading-system redundancy and emergency disconnect requirements. |
| 2010 | Macondo (Gulf of Mexico) blowout, 11 fatalities | Cement-job failure; tightening of NCS cementing-evaluation and BOP-test regimes. |
| 2016 | Goliat start-up problems | Electrical-system fire risk on FPSO; importance of HSE-led commissioning and managed start-up. |
Two of these — Alexander Kielland and Snorre A — are NCS-specific and are reviewed in every introductory PSA-N course. The Kielland event led directly to the modern NCS HSE regime (creation of OD safety division in 1980, separated as PSA in 2004). Snorre A is the canonical case for the two-barrier philosophy that drives Chapter 14.
21.11.4 Working environment
Beyond MAHs, NCS regulation demands that working environment risks (noise, vibration, ergonomic, chemical, psychosocial) are managed equivalently to process risks. Topside layout, accommodation HVAC, helideck noise, and shift patterns are part of the PDO HSE chapter. The working-environment area chart (red/yellow/green) is a standard PDO deliverable.
21.12 Electrification and low-emission operations
The single largest change in NCS field-development practice since 2015 has been the systematic decarbonisation of topside power. Average NCS scope-1 carbon intensity (2024: ~ 7 kgCO₂/boe) is roughly half the global offshore average, principally because of electrification.
21.12.1 The economic driver
A topside gas turbine emits ~ 600 kgCO₂/MWh. At a 2025 NCS carbon cost of 944 NOK/t CO₂ tax for natural-gas combustion + ~ 90 EUR/t EU ETS allowance (~ 1 000 NOK/t at ~ 11 NOK/EUR), the effective carbon charge is ~ 1 900 NOK/t — i.e. ~ 1 100 NOK/MWh added to the cost of self-generated power. Onshore hydropower wholesale price has historically been 200–600 NOK/MWh. Power-from-shore (PfS) is therefore typically NPV-positive even before CAPEX-recovery offsets, provided the cable distance and grid access permit it.
The NOx fund (Næringslivets NOx-fond) adds an order-of-20 NOK/kg NOx cost, depending on the current agreement rate; gas turbines emit 2–4 g NOx/kWh, contributing a further 35–80 NOK/MWh penalty.
21.12.2 Electrification options
Four architectures are in common use on the NCS:
- Power-from-shore via HVDC/HVAC cable — the dominant solution. Chapter 11 gives the electrical architecture, loss, reliability and black-start design checks; this chapter treats the regulatory driver.
- Offshore wind dedicated supply — Hywind Tampen (2022) supplies ~ 35 % of Snorre + Gullfaks demand from 11 floating turbines.
- Hybrid gas-turbine + battery — peak shaving and spinning-reserve replacement. Used on several mid-life modifications.
- Combined-cycle gas turbines (CCGT) — Snøhvit LNG and Kårstø; raises thermal efficiency from ~ 33 % to ~ 45 %.
PDOs sanctioned after 2021 must include an electrification analysis; deviation requires explicit ministerial approval and a documented techno-economic justification.
21.12.3 Methane regulation and venting
The 2024 EU Methane Regulation is now binding for NCS gas exporters. Key obligations:
- Leak Detection and Repair (LDAR) — systematic thermographic and OGI surveys at 6/12-month intervals.
- Venting prohibition — routine venting forbidden; emergency venting must be reported.
- Flaring restriction — routine flaring phased out by 2030; only emergency / safety / metering-test flaring permitted.
- Import-side reporting — non-EU gas suppliers must match EU methane-intensity transparency from 2027.
For field-development engineers this means flare and vent flowsheets are now part of the licence-to-operate. The NeqSim Flare and FlareStack classes (Chapter 26) are used to quantify radiation footprint and confirm non-routine status.
21.12.4 Carbon intensity in concept selection
Concept-selection (DG2) studies on the NCS now routinely generate an explicit kgCO₂/boe figure for each concept and weight it in the screening matrix. The bands below are illustrative teaching thresholds for comparing concepts in this book; they are not official Norwegian regulatory limits and should be replaced by the operator, partner and authority basis for a real project:
| Carbon intensity | Concept-selection treatment |
|---|---|
| < 5 kgCO₂/boe | Preferred; little additional scrutiny. |
| 5–10 kgCO₂/boe | Standard NCS range; PfS expected. |
| 10–18 kgCO₂/boe | Mitigation plan required (PfS, CCGT, wind). |
| > 18 kgCO₂/boe | Concept normally rejected; PDO at risk. |
The trend during the 2020s is towards including Scope-3 transport-and-combustion intensity in selection studies — driven by EU CBAM signals and customer ESG reporting (CSRD/ESRS).
21.13 Worked example — regulatory journey of a satellite tieback
Consider a 4-well subsea tieback to an existing NCS host:
| Year | Milestone | Regulatory action |
|---|---|---|
| 0 | Discovery on existing licence | Notify Sodir |
| 1 | Appraisal drilling | Drilling consent (Havtil) |
| 2 | Concept-select study | Pre-PDO dialogue with Sodir |
| 3 | DG3 sanction; PDO submission | Approval by Ministry after Sodir + Havtil review |
| 3.5 | Detailed engineering | Modification consent (Havtil) |
| 5 | Installation | Installation consent (Havtil) |
| 5.5 | First oil | Production approval; ETS reporting starts |
| 30 | Cessation plan submitted | Sodir + Havtil + Miljødirektoratet |
| 32 | Removal complete | OSPAR-compliant abandonment |
21.14 The PDO gate structure
A field-development project on the NCS passes through formal decision gates (DG) that map to regulatory interactions:
- DG0 — Identify: licence-group decision to mature the discovery; informal regulator engagement.
- DG1 — Assess: concept screening; first formal regulator meeting; basis-of-design issued.
- DG2 — Select: concept selection (BoD frozen); environmental- impact assessment scoping issued.
- DG3 — Define: FEED complete; PDO submitted; public hearing on the EIA.
- DG4 — Sanction: parliamentary approval (for fields > 20 GNOK); PDO approval letter issued; FID by licence group.
- DG5 — Execute: EPC contracts placed; construction.
- DG6 — Operate: first oil/gas; PDO progression updates.
- DG7 — Decommission: cessation plan; OSPAR notification.
The PDO submission itself is typically 200–400 pages organised in:
- Part I — Plan for development and operation (technical).
- Part II — Plan for installation and operation (HSE / EIA).
- Annexes: reservoir, well, facilities, economics, schedule, decommissioning, NCS infrastructure interface.
Public consultation runs 12 weeks; parliamentary processing for large fields adds 6–9 months.
21.15 Decommissioning regulation
OSPAR Decision 98/3 prohibits sea disposal of offshore installations from new fields; the default is total removal. Derogations are possible for the largest steel jackets and concrete GBS structures through case-by-case OSPAR procedure. The cessation plan must be submitted 2–5 years before cessation; the operator's funding obligation persists through P&A liability ring-fencing [35].
21.16 Summary
NCS regulation is comprehensive but predictable. The key documents for the engineer are the PDO, the safety case, the EIA, and the NORSOK suite. The standards hierarchy (§21.5) shows how function-based regulation connects to engineering practice through recognised norms — the engineer must navigate from regulation through NORSOK to international standard to produce a compliant design. The fiscal regime (Chapter 18) and the safety regime (NORSOK Z-013, EU Offshore Safety Directive) together shape every decision. Recent additions — net-zero alignment, CO₂ storage regulations, EU ETS integration — are modifying the regulatory landscape; engineers must keep current through the open data portals at norskpetroleum.no, sodir.no, havtil.no and regjeringen.no, and the annual TPG4230 update [18, 72, 19, 20]. At year-end 2025 the framework governs 97 producing fields (69 North Sea, 25 Norwegian Sea, 3 Barents Sea), 19 ongoing development projects and ~ NOK 240 billion in annual investment [72].
Exercises
- Exercise 21.1. List the three regulatory documents that must accompany a PDO submission and identify the responsible body for each.
- Exercise 21.2. Identify the NORSOK standard(s) most relevant to (a) separator sizing, (b) subsea structure protection, (c) piping design, (d) risk-matrix work.
- Exercise 21.3. A new NCS oil field has expected carbon intensity of 18 kgCO₂/boe. Compute the CO₂ tax burden over a 25-year life at 1 500 NOK/t and 100 000 boe/d plateau.
- Exercise 21.4. Identify three CCS-specific permit requirements that arise under the 2014 storage regulations.
- Exercise 21.5 [course problem P2]. For your course field, sketch the regulatory journey from discovery to first oil.
- Exercise 21.6. For a topside three-phase separator, trace the full standards chain from the Facilities Regulations through NORSOK and international standards to a specific design parameter (e.g. minimum liquid-retention time). Identify which level imposes each constraint.
Process Safety Engineering
Learning Objectives
After reading this chapter, the reader will be able to:
- Explain the safety philosophy on the Norwegian Continental Shelf — function-based regulation, goal-setting, and the ALARP principle.
- Apply HAZOP methodology to a process system: select nodes, apply guidewords, identify causes, consequences, and safeguards.
- Construct a Layer of Protection Analysis (LOPA) worksheet and determine whether existing layers reduce risk sufficiently.
- Explain Safety Integrity Levels (SIL) per IEC 61508/61511, determine SIL requirements from a risk graph, and verify SIL compliance.
- Build and interpret a bow-tie diagram linking threats, barriers, top events, and consequences.
- Use a 5×5 risk matrix (NORSOK Z-013 / ISO 31000) to classify and rank hazard scenarios.
- Perform a basic vessel depressurization calculation for fire-case relief using NeqSim and API 521 methodology.
- Calculate source terms (release rate, jet/pool characteristics) for consequence analysis inputs.
Where We Are in the Field-Development Lifecycle
Process safety engineering spans the entire lifecycle — from concept screening (where inherent safety principles influence layout) through FEED (where HAZOP, SIL assessment, and relief sizing are formal deliverables) to operations (where barrier management keeps risk within ALARP). This chapter provides the technical foundations that support the regulatory framework described in Chapter 21 and the discipline deliverables in Chapter 28.
22.1 Safety philosophy on the NCS
The Norwegian safety regime is function-based — the Petroleum Safety Authority (Havtil) sets goals rather than prescriptive rules. Operators must demonstrate that risks are reduced to As Low As Reasonably Practicable (ALARP), which requires a structured, quantitative safety case.
Key principles:
- Inherent safety — eliminate hazards by design (reduce inventory, moderate conditions, substitute less hazardous materials).
- Defence-in-depth — multiple independent barriers between hazards and harm.
- Barrier management — systematic identification, monitoring and maintenance of technical, operational and organisational barriers.
- Independent verification — third-party assessment of safety-critical elements (NORSOK S-001, §7).
The major accident hazard (MAH) framework requires operators to demonstrate that all barriers needed to prevent or mitigate a major accident are in place, independent, and of adequate performance. The Facilities Regulations §4 and the Management Regulations §4 set the legal foundation.
22.2 Hazard identification: HAZOP
22.2.1 What is HAZOP?
A Hazard and Operability Study (HAZOP) is a structured team exercise that applies guidewords to process parameters at each node in a process flowsheet to identify potential deviations, their causes, consequences and safeguards.
| Guideword | Process parameter | Example deviation |
|---|---|---|
| More | Pressure | Blocked outlet → over-pressure |
| Less | Flow | Pump trip → no cooling water |
| No | Level | Level transmitter failure → dry pump |
| Reverse | Flow | Check valve failure → backflow |
| Other than | Composition | Oxygen in fuel gas → explosion risk |
| As well as | Phase | Liquid carryover into compressor |
22.2.2 HAZOP procedure
- Define the study scope — system boundaries, design intent, P&IDs, HMB.
- Divide into nodes — typically one major equipment item plus its inlet/outlet piping.
- Apply guidewords systematically to each parameter (flow, pressure, temperature, level, composition).
- For each meaningful deviation: identify causes, consequences, existing safeguards, risk ranking, and recommended actions.
- Document in the HAZOP register with cause, consequence, safeguard, recommendation, responsibility and deadline.
22.2.3 HAZOP in field development
HAZOP is performed at several stages:
- Concept/FEED HAZOP — coarse, identifies major design changes needed before detail design.
- Detail design HAZOP — full study against issued-for-construction P&IDs.
- Pre-startup HAZOP/HAZOP closeout — verifies all recommendations are implemented.
- Modification HAZOP — for any process changes during operations.
Field development implication: The FEED HAZOP typically generates 100–500 recommendations. Around 10–20 % of these require design changes that affect CAPEX (additional valves, instruments, layout changes). Budget 1–3 % of process CAPEX for safety-driven design changes identified in HAZOP [65].
22.3 Layer of Protection Analysis (LOPA)
LOPA is a semi-quantitative risk assessment method that determines whether the combined layers of protection are sufficient to reduce an identified hazard scenario to a tolerable frequency.
22.3.1 The LOPA framework
Each scenario has:
- Initiating event frequency (e.g., control valve failure: $10^{-1}$/yr)
- Enabling conditions (e.g., operator absent: probability 0.1)
- Independent Protection Layers (IPLs) — each with a Probability of Failure on Demand (PFD):
- Basic Process Control System (BPCS): PFD = 0.1
- Alarm + operator response: PFD = 0.1
- Safety Instrumented System (SIS): PFD = $10^{-1}$ to $10^{-4}$
- Pressure Safety Valve (PSV): PFD = $10^{-2}$
- Containment (dike, bund): PFD = $10^{-2}$
Mitigated event frequency = Initiating frequency × Enabling condition × $\prod$ PFD$_i$
22.3.2 Worked example: HP separator over-pressure
| Element | Value |
|---|---|
| Initiating event: Blocked outlet valve | $f = 0.1$/yr |
| IPL 1: High-pressure alarm + operator | PFD = 0.1 |
| IPL 2: High-high pressure trip (SIS) | PFD = $10^{-2}$ |
| IPL 3: Pressure Safety Valve | PFD = $10^{-2}$ |
| Mitigated frequency | $0.1 \times 0.1 \times 10^{-2} \times 10^{-2} = 10^{-6}$/yr |
If the tolerable frequency for this consequence class is $10^{-5}$/yr, the existing layers are sufficient (one order of magnitude margin).
22.3.3 When LOPA drives SIL
If removing the SIS layer causes the mitigated frequency to exceed the tolerable level, a Safety Instrumented Function (SIF) is required. The required risk reduction factor (RRF) determines the SIL:
| SIL | PFD range | RRF | Typical application |
|---|---|---|---|
| 1 | $10^{-1}$ to $10^{-2}$ | 10–100 | Most NCS process trips |
| 2 | $10^{-2}$ to $10^{-3}$ | 100–1000 | ESD, HIPPS |
| 3 | $10^{-3}$ to $10^{-4}$ | 1000–10000 | BDV, fire & gas deluge |
22.4 Safety Integrity Levels (SIL)
22.4.1 IEC 61508 and IEC 61511
The international standards for functional safety:
- IEC 61508 — generic standard for safety-related systems (hardware and software).
- IEC 61511 — sector-specific application for the process industries (the standard most relevant to NCS developments).
22.4.2 SIL determination methods
- Risk graph (IEC 61511, Annex D) — qualitative: consequence, frequency of exposure, probability of avoidance, demand rate → SIL.
- LOPA (preferred on NCS) — semi-quantitative: as described in §22.3.
- Risk matrix calibration — map risk matrix cells to SIL levels.
22.4.3 SIL verification
Once a SIL is assigned, the SIF must be verified to meet the target PFD through:
- Hardware fault tolerance — redundancy (1oo2, 2oo3 voting).
- Diagnostic coverage — self-test fraction.
- Proof test interval — the frequency of full functional testing.
- Common cause factor ($\beta$) — shared failure modes.
The PFD$_{\text{avg}}$ for a 1oo1 architecture with dangerous undetected failure rate $\lambda_{DU}$ and proof test interval $T_I$ is approximately:
$$ \text{PFD}_{\text{avg}} \approx \frac{\lambda_{DU} \cdot T_I}{2} \tag{22.1} $$
For a 1oo2 architecture with common cause factor $\beta$:
$$ \text{PFD}_{\text{avg}} \approx \frac{\beta \cdot \lambda_{DU} \cdot T_I}{2} + (1-\beta)\frac{(\lambda_{DU} \cdot T_I)^2}{3} \tag{22.2} $$
22.4.4 NCS practice
On the NCS, most process shutdown functions are SIL 2. HIPPS (High-Integrity Pressure Protection Systems) protecting subsea pipelines are typically SIL 3. The operator must maintain a SIF register throughout the field's life, tracking proof-test compliance and any changes to the safety function.
22.5 Bow-tie analysis
22.5.1 The bow-tie model
A bow-tie diagram visualises the relationship between:
- Threats (left) — initiating events that can lead to loss of control.
- Prevention barriers — layers that prevent the top event.
- Top event — loss of containment or other undesired event.
- Mitigation barriers — layers that reduce consequence severity.
- Consequences (right) — harm to people, environment, assets.
Each barrier has barrier elements (hardware, software, human actions) and performance standards (functionality, integrity, reliability, survivability).
22.5.2 NCS barrier management
The Havtil Barrier Memorandum (2017) requires operators to:
- Define barrier strategy per major accident scenario.
- Set performance standards for each barrier element.
- Monitor barrier status in real-time where practical.
- Report barrier impairments and restoration times.
Field development implication: Barrier philosophy is established in concept/FEED and documented in the Design Basis Memorandum. It directly influences equipment selection (e.g., SIL-rated valves vs manual isolation), layout (fire wall placement), and operational philosophy (manning levels).
22.6 Quantitative Risk Assessment (QRA)
22.6.1 Purpose
A QRA calculates individual risk (Fatal Accident Rate — FAR) and societal risk (F-N curves) for an offshore installation. It is mandatory for NCS developments (NORSOK Z-013) and feeds into:
- Concept selection — comparing risk profiles between FPSO vs fixed platform vs subsea.
- Layout optimisation — placing living quarters relative to process areas.
- Escape and evacuation — sizing escape routes, lifeboats, temporary refuge.
- Emergency preparedness — dimensioning fire-fighting, medical, and rescue capacity.
22.6.2 QRA methodology (NORSOK Z-013)
- Hazard identification — select representative leak scenarios by equipment type and hole size.
- Frequency assessment — use historical leak frequency databases (PLOFAM on NCS, HCRD internationally).
- Consequence modelling — dispersion (PHAST, KFX), fire (pool, jet, flash, BLEVE), explosion (FLACS).
- Impairment assessment — structural response, escalation, barrier failure.
- Risk summation — combine frequency × consequence over all scenarios; present as FAR, PLL, F-N curve.
22.6.3 Acceptance criteria (NORSOK Z-013)
| Criterion | NCS threshold |
|---|---|
| Individual risk (FAR) | < 10 per 10⁸ working hours |
| Group risk (PLL/yr) | ALARP demonstration |
| Main Safety Function impairment | < $10^{-4}$/yr per event |
| Temporary refuge (TR) | Survival time from the project QRA and performance standards; one hour is a common screening target |
22.7 Relief and depressurization design
22.7.1 API 520/521 methodology
Pressure Safety Valves (PSVs) must be sized for the worst-case overpressure scenario:
- Blocked outlet — valve closed, full flow from upstream.
- Fire case — external fire heats vessel contents, generating vapour.
- Tube rupture — high-pressure fluid enters low-pressure shell.
- Control valve failure — valve fails open.
- Thermal expansion — liquid inventory heated with no outlet.
API 520 Part I provides the orifice sizing equations. For gas/vapour:
$$ A = \frac{W}{C K_d P_1 K_b K_c} \sqrt{\frac{T Z}{M}} \tag{22.3} $$
where $A$ is orifice area (in²), $W$ is required relief rate (lb/hr), $C$ is gas constant factor, $K_d$ is discharge coefficient, $P_1$ is allowable set pressure, $K_b$ is back-pressure correction, and $M$ is molecular weight.
22.7.2 Emergency depressurization (blowdown)
API 521 and NORSOK S-001 require that vessels and piping can be depressurized from operating pressure to below the point where fire exposure causes material failure. A common NCS screening criterion is:
Depressurize to 50 % of design pressure or 6.9 barg (whichever is lower) within 15 minutes.
NeqSim can simulate blowdown with a transient model:
from neqsim import jneqsim as ns
fluid = ns.thermo.system.SystemSrkEos(273.15 + 80.0, 120.0)
fluid.addComponent("methane", 0.85)
fluid.addComponent("ethane", 0.10)
fluid.addComponent("propane", 0.05)
fluid.setMixingRule("classic")
stream = ns.process.equipment.stream.Stream("feed", fluid)
stream.setFlowRate(100.0, "kg/hr")
stream.run()
# Depressurization uses dynamic process simulation
# See Chapter 26 and the neqsim-dynamic-simulation skill
22.7.3 Source term modelling
The release rate from a pressurised vessel through a hole of area $A_h$ is:
$$ \dot{m} = C_d A_h \rho \sqrt{2 \Delta P / \rho} \tag{22.4} $$
For choked (sonic) gas release:
$$ \dot{m} = C_d A_h P \sqrt{\frac{M \gamma}{R T} \left(\frac{2}{\gamma+1}\right)^{(\gamma+1)/(\gamma-1)}} \tag{22.5} $$
These source terms feed into dispersion and fire models (PHAST, FLACS, KFX) used in the QRA.
22.8 Explosion risk and layout design
Offshore installations confine hydrocarbon releases within modules, creating explosion overpressure if gas accumulates and ignites. Key design considerations:
- Natural ventilation — open module walls reduce gas buildup; NORSOK S-001 requires demonstration that flammable concentrations clear within 2 minutes after leak cessation.
- Blast walls — protect adjacent modules and the living quarters from explosion overpressure (designed for 0.5–2.0 barg depending on scenario).
- Equipment spacing — API RP 752 / NORSOK S-001 minimum distances between ignition sources and potential leak points.
- Deluge — fire-water deluge suppresses gas clouds and cools structures; sized for design explosion scenarios.
Field development implication: Module layout and ventilation strategy are set at concept stage. Changes after detail design are extremely costly ($>$ 10 % CAPEX impact). Run coarse CFD (ventilation and explosion) early in concept selection to avoid lock-in.
22.9 Fire protection and passive fire protection (PFP)
Fire scenarios on offshore installations include:
| Fire type | Duration | Heat flux | Protection |
|---|---|---|---|
| Jet fire | Minutes | 200–350 kW/m² | PFP, deluge, blowdown |
| Pool fire | 20–60 min | 100–200 kW/m² | PFP, drainage, foam |
| Flash fire | Seconds | — | Detection, deluge |
Passive Fire Protection (PFP) insulates structural members and critical equipment to maintain integrity for the required survival time (typically H-rated: 60–120 minutes). PFP selection is a major cost and weight driver — typical NCS platforms carry 200–600 tonnes of PFP.
22.10 Process safety in field development decisions
Process safety is not a bolt-on discipline; it influences field development at every gate:
| Decision gate | Safety input |
|---|---|
| DG0 — Concept screening | Inherent safety comparison; SIMOPS risk; location risk |
| DG1 — Concept selection | Coarse QRA; manning philosophy; layout principles |
| DG2 — FEED | Full HAZOP; SIL assessment; QRA; fire & explosion study |
| DG3 — Detail design | HAZOP close-out; SIL verification; as-built QRA |
| DG4 — Operations | Barrier monitoring; MOC process; major-hazard indicators |
Key design choices driven by safety
- Unmanned vs manned — unmanned platforms avoid personnel exposure but require higher automation SIL and remote intervention capability.
- Subsea vs topside processing — subsea eliminates topside hydrocarbon inventory but introduces subsea intervention risk.
- Power from shore vs gas turbines — eliminates turbine-related ignition sources and reduces explosion risk (but introduces electrical safety concerns).
- Separator pressure levels — higher LP pressure reduces flare capacity but increases inventory.
22.11 NCS lessons learned
The NCS has learned from several serious incidents:
- Alexander L. Kielland (1980) — 123 fatalities from structural failure. Led to the current tripartite regulatory model.
- Piper Alpha (1988) — 167 fatalities (UK sector). Led to Cullen Report, safety case regime, and the PFEER regulations that influenced NCS practices.
- Snorre A (2004) — well control incident with potential for blowout. Led to improved barrier management requirements.
- Deepwater Horizon (2010) — 11 fatalities, massive environmental damage. Reinforced the importance of well barriers and organisational factors.
- Mongstad fire (2020) — process leak and fire in refinery. Highlighted ageing infrastructure and management-of-change challenges.
These incidents demonstrate that major accidents arise from combinations of technical failures, organisational weaknesses, and inadequate barrier management — not single-point failures.
22.12 Standards for process safety
The key standards framework for NCS process safety:
| Standard | Scope |
|---|---|
| IEC 61508 / 61511 | Functional safety — SIL |
| NORSOK S-001 | Technical safety |
| NORSOK Z-013 | Risk and emergency preparedness |
| ISO 31000 | Risk management principles |
| API 520/521 | PSV sizing and installation |
| API 752 | Management of hazards (spacing, siting) |
| DNV-RP-C204 | Structural response to accidental loads |
| EN 1473 | LNG installations |
| NFPA 15/16 | Fire-water systems |
Exercises
- HAZOP node exercise. A HP separator operates at 80 bara with gas outlet to compression and oil outlet to MP separator. Apply the guidewords MORE PRESSURE and LESS LEVEL. For each, identify two causes, the consequence, existing safeguards, and one recommendation.
- LOPA calculation. A gas compressor suction scrubber can overflow, sending liquid to the compressor (consequence: compressor destruction, $5M damage). Initiating event: level control failure at $f = 0.5$/yr. Available IPLs: high-level alarm (PFD = 0.1), high-high level trip (PFD = 0.01), mechanical check (PFD = 0.1). Calculate the mitigated frequency and determine whether an additional IPL is needed if the tolerable frequency is $10^{-4}$/yr.
- SIL verification. A SIF uses a 1oo2 architecture with $\lambda_{DU} = 5 \times 10^{-7}$/hr, proof test interval $T_I = 1$ year (8760 hr), and common-cause factor $\beta = 0.05$. Calculate PFD$_{\text{avg}}$ and determine the achieved SIL.
- Blowdown time. A 100 m³ separator at 80 bara and 60 °C contains natural gas ($M = 20$ g/mol, $k = 1.3$). The blowdown orifice is 4 inches. Estimate the time to reach 6.9 barg using the isentropic choked-flow model, and assess whether the 15-minute criterion is met.
- Concept safety comparison. Two concepts are being evaluated for a 50 kboe/d oil development at 350 m water depth: (A) Manned FPSO with topside processing, (B) Subsea processing to unmanned FPSO. List three safety advantages and two safety disadvantages of each concept. Which would you recommend from a MAH perspective?
- Bow-tie construction. For the top event "Loss of containment from HP separator", draw a bow-tie diagram with at least three threats (left side), three prevention barriers, three mitigation barriers, and three consequence paths (right side). Identify the performance standard for one barrier.
Operations, Integrity and Digital Twins
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the transition from project to operations — handover, commissioning, start-up, and the first year of production.
- Explain integrity management philosophy on the NCS: technical integrity, barrier status monitoring, and anomaly management.
- Apply a risk-based inspection (RBI) framework to prioritise equipment inspections and plan maintenance intervals.
- Describe condition monitoring techniques for rotating equipment (vibration, performance degradation) and static equipment (corrosion monitoring, thickness measurement).
- Explain the role of digital twins in production surveillance — what they model, how they are calibrated, and what decisions they support.
- Use NeqSim as a steady-state digital twin for gas processing and separation — compare model predictions with plant data and diagnose deviations.
- Describe management of change (MOC) and why it is critical for maintaining the safety case through the field's operational life.
- Identify the key operational challenges through the field lifecycle: ramp-up, plateau, late-life, and cessation of production.
Where We Are in the Field-Development Lifecycle
This chapter addresses the operations phase — from first oil/gas through plateau, decline, and eventually cessation of production. While the bulk of this textbook focuses on development decisions (DG0–DG3), the design choices made during development profoundly affect operational performance, cost, and safety for 20–40 years. Understanding operational needs early improves design.
23.1 From project handover to steady operations
23.1.1 Commissioning and start-up
The transition from construction to operations follows a structured sequence:
- Mechanical completion — all systems physically installed, punch-listed, certified.
- Pre-commissioning — cleaning, pressure testing, loop testing of instruments.
- Commissioning — energising systems, introducing utilities (air, water, power), testing emergency systems.
- Start-up — introducing hydrocarbons, achieving first oil/gas, ramping to plateau.
The first 6–12 months of production (the "infant mortality" period) typically reveal design shortcomings, instrumentation issues, and operational procedures that need refinement. Production efficiency in year 1 is often 50–70 % (vs 85–95 % at steady state) due to shutdowns, trips, and teething problems.
23.1.2 Operations organisation
NCS production installations are operated by:
- Control room operators — 24/7 monitoring from onshore control centres (increasingly) or offshore control rooms.
- Process technicians — onboard (offshore) or visit-based (unmanned platforms).
- Maintenance teams — planned and corrective maintenance, often contractor-based.
- Technical support — onshore discipline engineers (process, instrument, mechanical, structural).
The trend on the NCS is toward integrated operations (IO) — onshore/offshore collaboration enabled by real-time data, video conferencing, and remote-control capability. Examples: Ekofisk operations from Stavanger, Valemon unmanned operations, Aker BP's onshore drilling centres.
23.2 Technical integrity management
23.2.1 What is technical integrity?
Technical integrity means that systems and equipment function as intended throughout their lifetime — they perform their designed function, under the conditions they were designed for, with the reliability assumed in the safety case.
The Facilities Regulations §7 requires operators to ensure technical integrity of safety-critical systems. This covers:
- Process containment (vessels, piping, valves)
- Safety systems (ESD, fire & gas, PSVs)
- Structural integrity (platform structure, risers)
- Electrical and control systems
- Marine systems (for floating installations)
23.2.2 Barrier management in operations
The barrier panel — typically displayed on screens in the control room — shows real-time status of all safety barriers:
| Status | Meaning | Action |
|---|---|---|
| Green | All barrier elements functional | Normal operations |
| Yellow | Degraded — one element impaired | Compensating measures within 24 hr |
| Red | Breached — barrier non-functional | Risk assessment, potential shutdown |
Operators must track Mean Time to Restore (MTTR) for barrier impairments and report trends to Havtil.
23.2.3 The Swiss cheese model
James Reason's Swiss cheese model explains how major accidents occur when holes in multiple barrier layers align simultaneously. Each layer (design, hardware, procedures, training, supervision) has latent weaknesses. Integrity management aims to ensure that no single failure path exists through all layers.
23.3 Inspection and maintenance strategy
23.3.1 Risk-Based Inspection (RBI)
RBI prioritises inspection effort based on both the probability of failure (condition, material, environment) and the consequence of failure (safety, environmental, economic). The methodology follows API 580/581 or DNV-RP-G101:
- Establish equipment inventory — vessels, piping, structural members.
- Assess degradation mechanisms — corrosion (internal, external, under insulation), fatigue, erosion, creep.
- Calculate probability of failure — based on material, service, inspection history, corrosion rates.
- Assess consequence of failure — flammable, toxic, environmental, production loss.
- Determine risk — probability × consequence → inspection priority and interval.
23.3.2 Common degradation mechanisms on NCS
| Mechanism | Typical location | Detection method |
|---|---|---|
| Internal corrosion (CO₂/H₂S) | Flowlines, separators | UT thickness, corrosion coupons, ER probes |
| External corrosion | Splash zone structure, buried piping | Visual, UT, cathodic protection monitoring |
| Corrosion Under Insulation (CUI) | Hot piping (60–175 °C) | Targeted UT, thermal imaging, insulation removal |
| Erosion | Choke valves, elbows, sand screens | Acoustic monitors, wall-thickness UT |
| Fatigue | Riser connections, structural nodes, rotating shafts | Strain gauges, vibration monitoring, FE analysis |
| Stress Corrosion Cracking (SCC) | Austenitic welds, H₂S-exposed steel | phased-array UT, TOFD |
23.3.3 Maintenance philosophies
- Corrective (run to failure) — for non-critical, cheap-to-replace items.
- Preventive (time-based) — for items with known wear-out patterns (bearings, seals, filters).
- Condition-based (CBM) — for expensive equipment where degradation is measurable (compressors, pumps, heat exchangers).
- Predictive — using models and data analytics to predict remaining useful life.
The NCS trend is toward CBM and predictive maintenance, enabled by instrumentation, data historians, and machine learning. This reduces unnecessary maintenance (which itself introduces risk through intervention and reassembly errors) while catching degradation before failure.
23.4 Condition monitoring for rotating equipment
23.4.1 Compressor monitoring
Gas compressors are the highest-value rotating equipment on most NCS installations. Key monitoring parameters:
| Parameter | Sensor | Indicates |
|---|---|---|
| Shaft vibration (radial/axial) | Proximity probes | Bearing wear, imbalance, misalignment |
| Bearing temperature | RTDs, thermocouples | Lubrication failure, overload |
| Discharge temperature | Thermowell | Fouling, valve leakage, efficiency degradation |
| Polytropic efficiency | Calculated from P, T, flow | Internal wear, recirculation |
| Surge margin | Calculated from performance map | Operating point risk |
| Lube oil condition | Particle counter, spectrometry | Bearing and seal wear |
23.4.2 Performance degradation tracking
A NeqSim process model calibrated to commissioning data serves as the baseline. As the compressor degrades:
- Polytropic efficiency drops (fouling, erosion of impeller)
- Head decreases at same speed
- Surge line shifts right (reduced stable operating range)
- Power consumption increases for same duty
By comparing measured performance against the model-predicted performance (at same inlet conditions), the performance deficit reveals the degradation state and informs decisions on washing, overhaul, or replacement.
23.5 Digital twins for production surveillance
23.5.1 What is a digital twin?
In the context of oil and gas operations, a digital twin is a calibrated process simulation model that runs in parallel with the physical plant, using real-time (or near-real-time) input data to:
- Predict unmeasured variables (composition at unmeasured points, fouling state, virtual metering).
- Diagnose deviations (why is separator carry-over increasing? why is compressor power higher than expected?).
- Optimise operating setpoints (separator pressures, compressor load sharing, gas-lift allocation).
- Forecast future behaviour (what happens if we increase rate by 10 %? when will we hit a constraint?).
23.5.2 Architecture of a steady-state digital twin
Plant data (historian) → Tag mapping → NeqSim model inputs
↓
Process simulation
↓
Model outputs ↔ Measured values
↓
Deviation diagnostics
↓
Recommendations / alerts / KPIs
The model is re-run periodically (every hour, shift, or day) with updated boundary conditions (wellhead pressures, temperatures, flow rates). Tuning parameters (separator efficiency, heat-exchanger fouling factor, compressor degradation) are adjusted to minimise the residual between model and plant.
23.5.3 NeqSim as digital twin engine
NeqSim's strengths for digital-twin applications:
- Rigorous thermodynamics — cubic EOS (SRK, PR) and CPA for polar systems; accurate phase behaviour critical for separation and processing predictions.
- Automation API — string-addressable access to all variables, enabling integration with data historians without custom code for each tag.
- Self-healing diagnostics — fuzzy name matching, physical-bounds validation, and learned corrections reduce maintenance of the model-data interface.
- JSON lifecycle state — snapshots enable version tracking, comparison, and rollback of model configurations.
23.5.4 Calibration workflow
- Identify steady-state periods — filter historian data for periods with stable flow, pressure, and temperature (±2 % variation over 1 hour).
- Extract boundary conditions — wellhead P, T, flow rates; separator levels; export conditions.
- Run simulation — NeqSim process model with boundary conditions.
- Calculate residuals — model vs measured for all compared variables (30–100 tags typically).
- Tune parameters — adjust fluid composition, equipment parameters (efficiency, UA) to minimise weighted residuals.
- Validate — test on hold-out periods; check that tuning is physically reasonable.
23.6 Late-life challenges and life extension
23.6.1 Ageing infrastructure
Most NCS platforms were designed for 20–25 years. Many are now operating at 30–50 years through life extension programmes. Key challenges:
- Material degradation — corrosion, fatigue accumulation, material property changes.
- Obsolescence — spare parts no longer manufactured; control systems outdated.
- Increased water cut — produced water handling capacity exceeded.
- Reduced reservoir pressure — compression requirements increase; well intervention more frequent.
- Knowledge loss — original designers retired; documentation may be incomplete.
23.6.2 Life extension assessment (NORSOK N-006)
NORSOK N-006 provides the framework for structural life extension:
- Collect and review original design documentation.
- Assess current structural condition (inspection data).
- Re-analyse for current/future loads (metocean, operational).
- Identify areas requiring strengthening, repair, or monitoring.
- Define inspection and monitoring programme for extended life.
23.6.3 Late-life production challenges
| Challenge | Cause | Operational response |
|---|---|---|
| Declining well pressure | Reservoir depletion | Low-pressure compression; gas lift; artificial lift |
| Rising water cut | Water breakthrough | Increased water handling; chemical injection; water shut-off |
| Increasing GOR | Gas cap expansion | Gas handling capacity constraint; may limit oil rate |
| Equipment reliability | Ageing, corrosion, fatigue | Increased inspection; redundancy; de-rating |
| Export constraints | Pipeline sharing, backpressure | Rate allocation; compression |
23.7 Management of Change (MOC)
23.7.1 Why MOC matters
Uncontrolled changes to process, equipment, procedures, or organisation are a leading cause of process safety incidents. The Management Regulations §22 requires a formal MOC process for all changes.
23.7.2 MOC process
- Initiate — describe proposed change, classify (temporary/permanent, like-for-like/modification).
- Assess — technical review, safety impact assessment (do we need to update the HAZOP? the QRA? the SIL assessment?).
- Approve — multidisciplinary review and approval.
- Implement — execute change per approved plan; update documentation.
- Close out — verify implementation, update as-built drawings, barrier register, operating procedures.
Operations insight: The simplest-sounding changes (e.g., replacing a valve with a different manufacturer's model) can have safety implications (different failure mode, different fire rating, different fugitive emissions). The discipline of MOC prevents erosion of the safety case through accumulated small changes.
23.8 Cessation of production and decommissioning
23.8.1 Regulatory framework
The Petroleum Act §5-1 requires operators to submit a Cessation Plan (avslutningsplan) to the Ministry of Energy before ceasing production. The plan covers:
- Well plugging and abandonment (P&A)
- Removal or disposal of installations
- Site remediation and environmental monitoring
23.8.2 Well P&A
Wells must be permanently plugged with cement barriers that prevent fluid migration for geological timescales. NORSOK D-010 requires at least two independent well barriers, each tested to confirm integrity. P&A is the single largest cost in decommissioning — typically 60–70 % of total cessation cost.
23.8.3 Facility removal options
| Option | Application | Consideration |
|---|---|---|
| Complete removal | Default for NCS installations | OSPAR 98/3 requires full removal unless derogation granted |
| Partial removal | Concrete substructures > 10 000 t | Derogation case to OSPAR (e.g., Ekofisk tank) |
| Re-use | As wind farm substructure or CCS platform | Growing interest; regulatory pathway under development |
| Leave in place | Only with derogation | Footings, mattresses, rock-dumps below mudline |
23.8.4 Cost of decommissioning
NCS decommissioning costs are shared between the operator (22 % after tax offset) and the state (78 % through the petroleum tax deduction). Typical costs:
- Well P&A: 50–200 MNOK per well
- Topside removal: 500–3000 MNOK depending on weight
- Jacket/substructure removal: 200–2000 MNOK
- Pipeline decommissioning: 10–100 MNOK/km
Field development implication: Decommissioning costs must be included in the economic analysis from DG1. Early design choices (number of wells, jacket vs floater, pipeline routing) directly affect cessation cost 30+ years later. Norwegian tax rules mean the state bears most of the decommissioning cost, but the timing and NPV impact still matters for project economics.
23.9 Key performance indicators for operations
| KPI | Definition | Typical NCS target |
|---|---|---|
| Production efficiency (PE) | Actual production / potential production | > 90 % |
| Technical integrity status | % barriers in green status | > 95 % |
| Unplanned shutdowns | Events per year | < 3 |
| Serious incidents | Per 10⁶ working hours | < 1.0 |
| OPEX per boe | Total OPEX / production (USD/boe) | 5–15 USD/boe |
| CO₂ intensity | kg CO₂ / boe produced | < 8 kg/boe (NCS average ~7) |
| Maintenance backlog | Outstanding work orders | Trending downward |
| Flaring | Sm³/d flared vs budget | Minimise; subject to flaring consent |
Exercises
- Barrier status exercise. A gas export compressor has the following barrier elements: (a) high-vibration trip, (b) high-temperature trip, (c) lube-oil pressure trip, (d) anti-surge control system. If the vibration sensor is found to be defective during a proof test, what is the barrier status? What compensating measures would you implement?
- RBI prioritisation. A 30-year-old separator has the following inspection data: wall thickness decreased from 30 mm (original) to 24 mm, uniform corrosion rate 0.2 mm/yr, design minimum wall 18 mm. Calculate remaining life. If the consequence of failure is "major" (category 4 on a 1–5 scale), where does this equipment fall on a 5×5 risk matrix?
- Digital twin calibration. A NeqSim model of a HP separator predicts gas outlet temperature of 62 °C, but the plant measurement shows 58 °C. List three possible causes of this discrepancy and how you would investigate each.
- Late-life compression. A platform was designed for wellhead pressure of 150 bara. After 15 years, wellhead pressure has declined to 80 bara. The original 2-stage compression (80 → 220 bara) was designed for a suction pressure of 65 bara (after separator pressure drop). Describe how you would assess whether the existing compressors can handle the new lower suction pressure, and what modifications might be needed.
- Decommissioning economics. A 4-well subsea tieback produces 5000 boe/d at a field OPEX of 80 MNOK/yr. Production is declining at 15 %/yr. Oil price is 70 USD/bbl. Decommissioning cost is estimated at 1500 MNOK. Calculate the economic cessation of production date (when cumulative future cash flow equals decommissioning cost). Consider the 78 % tax deduction on decommissioning.
- MOC scenario. An operations team proposes replacing the existing PSV on a gas cooler (orifice size J, set pressure 85 barg) with a new PSV of the same size from a different manufacturer. List the checks you would perform before approving this change. Which documents need updating?
Oil Refining, Oil and Gas Markets and Revenue
Learning Objectives
After reading this chapter, the reader will be able to:
- Explain how NCS oil and gas move from reservoir fluids to sales products, terminals, refineries and energy markets.
- Classify crude oils by API gravity, sulphur, TAN, viscosity, metals, salt, BS&W, pour point and assay yield structure.
- Describe the main refinery process steps: desalting, atmospheric and vacuum distillation, catalytic reforming, hydrotreating, catalytic cracking, hydrocracking, coking and blending.
- Explain why refinery configuration determines the value a customer sees in a given crude oil.
- Calculate project revenue from oil, gas and NGL sales using market prices, quality differentials, freight, energy conversion and product yields.
- Interpret oil and gas price charts, marker crudes, gas hub prices and NCS export logistics in a field-development context.
- Connect product quality and market value to NCS field design choices: stabilisation pressure, dew point control, NGL recovery, blending, terminal storage, emissions intensity and commercial risk.
Where We Are in the Field-Development Lifecycle
This chapter links field products to markets and refining. Use specifications, prices and emissions exposure to test whether a production concept creates saleable value.
24.1 Why downstream markets matter for field development
Field development is often introduced as a reservoir and facilities problem, but the project earns money only when export products satisfy a customer specification and clear a market. A separator train does not sell "oil" in an abstract sense; it sells a crude blend with a density, sulphur content, vapour pressure, BS&W and cargo schedule. A gas plant does not sell "gas" in an abstract sense; it sells energy into a hub or contract, with Wobbe index, dew point, sulphur, CO₂ and metering requirements.
The revenue and quality calculations in this chapter use gas-processing, natural-gas transmission, LNG and refinery references as a common basis; ISO 6976 controls calorific value, relative density and Wobbe-index calculations for sales-gas examples, while EN 16726 and AGA 8 / ISO 12213 are typical references for European gas quality and high-pressure gas density or compressibility calculations [3, 5, 73, 74, 44]. Market prices, freight, quality banks and product yields change quickly, so every project calculation must state the price deck, delivery point, currency year, product specification and source date.
The revenue model therefore starts downstream:
$$ \begin{aligned} R_t ={}& q_{o,t} P_{o,t}^{FOB} + E_{g,t} P_{g,t} \\ &{} + \sum_k q_{k,t} P_{k,t} - C_{quality,t} - C_{logistics,t}. \qquad (24.1) \end{aligned} $$
where $q_o$ is oil volume, $P_o^{FOB}$ is the field or terminal netback oil price, $E_g$ is gas energy sold, $P_g$ is the gas energy price, $q_k$ are NGL or refinery products, and the last terms cover quality giveaway, tariffs, freight, terminal costs and penalties.
Discussion (Figure 24.1). Observation. The figure separates upstream, midstream and downstream. Offshore processing receives the well stream and exports crude oil, rich gas, dry sales gas, NGL, condensate and water streams. The downstream block turns crude oil into gasoline, jet fuel, diesel, fuel oil and asphalt, while gas can become piped gas, LNG, CNG, GTL or methanol. Mechanism. Each product path imposes different quality constraints: crude needs stabilisation and BS&W control, sales gas needs dew point and Wobbe control, NGL needs fractionation, and refinery feeds need assay compatibility. Implication. A field-development concept with the same reservoir production can have different revenue depending on where the product is conditioned and which market receives it. Recommendation. In project economics, trace every hydrocarbon stream to its first paying customer and price it with the correct unit, specification and delivery point.
24.2 Crude oil as a commercial feedstock
Crude oil has high energy density and contains paraffins, naphthenes, aromatics and heteroatomic compounds. It cannot be used directly by most customers. Refining converts the crude into marketable product pools such as LPG, naphtha, gasoline, jet fuel, diesel, heating oil, fuel oil, lubricants, asphalt and coke.
Discussion (Figure 24.2). Observation. The barrel graphic shows that a barrel of crude is split into products, with large shares allocated to gasoline and gasoil or diesel, and smaller shares to jet fuel, bunkers, naphtha, LPG, coke and sulphur. It also shows value chain cost elements before the refinery product split. Mechanism. Distillation separates boiling ranges, conversion units rearrange molecules, and blending turns intermediate streams into saleable fuels. The product distribution is not fixed by nature alone; it depends on crude quality and refinery configuration. Implication. The value of a barrel depends on the product slate that a refinery can make from it, not only on the Brent headline price. Recommendation. When estimating field revenue, do not stop at barrels per day. Ask whether the crude is light or heavy, sweet or sour, paraffinic or naphthenic, and whether customers can turn it into high value products.
24.2.1 API gravity and density class
The most common density metric is API gravity, defined at the 60/60 °F specific-gravity reference condition:
$$ {}^\circ API = \frac{141.5}{SG_{60/60}} - 131.5 \tag{24.2} $$
High API means lighter crude. Low API means heavier crude. A practical classification is:
| Class | Specific gravity | API range | Commercial meaning |
|---|---|---|---|
| Light crude | $SG < 0.825$ | API > 40 | high distillate yield, often paraffinic |
| Medium crude | $0.825 < SG < 0.934$ | 20 < API < 40 | broad refinery compatibility |
| Heavy crude | $0.934 < SG < 1.000$ | 10 < API < 20 | higher residue and conversion need |
| Extra heavy crude | $SG > 1.000$ | API < 10 | high viscosity and high upgrading need |
Discussion (Figure 24.3). Observation. The figure defines light, medium, heavy and extra heavy crude by specific gravity and API gravity, and notes that lighter crudes tend to be more paraffinic while heavier crudes tend to be more naphthenic or aromatic. It also links heavier crude to more sulphur, nitrogen, nickel, vanadium, residual carbon, asphaltenes, resins and viscosity. Mechanism. Heavy molecules contain more rings, heteroatoms and metals, and they boil at higher temperatures. These molecules are harder to convert and more likely to foul catalysts or equipment. Implication. Heavy or sour NCS discoveries need stronger stabilisation, export and customer planning than light sweet discoveries. Recommendation. In early field screening, calculate API from density and immediately flag whether the crude requires deep conversion capacity, heated logistics, special blending or a quality discount.
24.2.2 Sweet sour and high acid crude
Sulphur and acidity drive both process design and market value. A simple commercial rule is:
| Quality label | Approximate criterion | Why it matters |
|---|---|---|
| Sweet crude | sulphur below about 0.5 to 0.7 wt % | lower hydrotreating duty and lower SOx risk |
| Sour crude | sulphur above about 0.7 wt % | needs more hydrogen and sulphur recovery |
| High acid crude | TAN above about 0.5-1 mg KOH/g, depending on refinery metallurgy and cut temperature | naphthenic acid corrosion risk |
Discussion (Figure 24.4). Observation. The figure compares a heavy crude, a North Sea crude and a condensate. The heavy crude has API 15, sulphur 3 wt %, pour point 12 °C, viscosity 350 cSt at 20 °C, high V and Ni and TAN 2. The North Sea crude is around API 38, sulphur 0.25 wt % and low metals. The condensate is API 59, sulphur 0.05 wt %, very low viscosity and little residue. Mechanism. The yield bars show why: heavy crude contains a large vacuum residue fraction, while condensate is dominated by naphtha and light distillates. Implication. A refinery with limited conversion prefers light sweet streams; a deep conversion refinery can process heavier crudes but will charge a discount unless product values compensate. Recommendation. For NCS revenue estimates, model crude quality by yield structure and key contaminants, not by API alone.
24.3 Assays and crude oil evaluation
A crude assay is the technical passport of a crude oil. It records whole crude properties and properties of the distillation cuts. Commercial crudes need assays because customers cannot value a crude from field name alone.
Typical assay information includes:
| Assay item | What the buyer learns |
|---|---|
| Whole crude density sulphur TAN salt BS&W | handling, corrosion and price class |
| Light naphtha paraffins | petrochemical and gasoline blending value |
| Heavy naphtha naphthenes and aromatics | reformer value and octane potential |
| Kerosene freeze point | jet fuel suitability |
| Light gas oil cetane and cold properties | diesel blending quality |
| Heavy gas oil viscosity and cold properties | hydrotreater or cracker feed quality |
| VGO sulphur nitrogen metals and viscosity | FCC and hydrocracker penalty |
| Vacuum residue carbon metals and asphaltenes | coker fuel oil or bitumen value |
Assay evaluation links representative sampling, laboratory distillation curves, refinery simulation and commercial netback. The company-specific workflow may vary, but the engineering principle is general: a new field revenue model should be updated whenever the assay, blend quality or likely customer refinery configuration changes.
Discussion (Figure 24.5). Observation. The figure lists sulphur, nitrogen, oxygen, vanadium, nickel, iron, naphthenic acids, salts, sediment, water and production chemicals. It links them to desalter maloperation, corrosion, fouling, catalyst deactivation and product quality problems. Mechanism. Metals and nitrogen poison catalysts; salts and water hydrolyse to corrosive acids; asphaltenes and sediments foul exchangers; production chemicals can stabilise emulsions or upset refinery wastewater treatment. Implication. Upstream chemical selection and separation performance can change downstream value. Recommendation. Include refinery compatibility in field chemical qualification and custody transfer plans, especially for waxy, acidic, heavy or chemically treated crude streams.
24.4 Refining fundamentals
Refining has three engineering layers:
- Separation: split crude into boiling range cuts.
- Conversion and upgrading: turn low value heavy material into lighter products or improve molecular quality.
- Blending and treating: meet final product specifications.
The simplified refinery value chain is:
Crude oil -> desalter -> atmospheric distillation -> LPG, naphtha,
kerosene, gas oil, atmospheric residue
Atmospheric residue -> vacuum distillation -> VGO and vacuum residue
Naphtha -> hydrotreating -> reforming -> gasoline components and H2
VGO -> FCC or hydrocracker -> gasoline, diesel, LPG and light cycle oil
Residue -> visbreaker, coker or fuel oil pool
Product streams -> blending -> LPG, gasoline, jet, diesel, fuel oil, coke, sulphur
Discussion (Figure 24.6). Observation. The figure starts with crude from storage containing roughly 0.5 wt % water and 50 to 200 ppm salt. After heating and desalting, the crude is reduced to about 0.2 wt % water and below 5 ppm salt before atmospheric distillation at about 375 °C. The distillation cuts include LPG and light naphtha below 90 °C, naphtha at 90 to 180 °C, kerosene at 180 to 240 °C, light gas oil at 240 to 320 °C, heavy gas oil at 320 to 375 °C, VGO at 375 to 520 °C and vacuum residue above 520 °C. Mechanism. Desalting removes inorganic salts and water before high temperature processing; distillation then uses relative volatility rather than chemical reaction. Vacuum distillation lowers boiling temperatures so heavy fractions can be vaporised without excessive cracking. Implication. The same upstream crude quality properties that appear in custody transfer also affect refinery operability. Recommendation. In NCS field design, set oil stabilisation, dehydration or desalting expectations and export specifications so the terminal and refinery do not inherit avoidable water, salt or vapour pressure problems.
24.4.1 Conversion and product value
Distillation alone will give low yields of the most valuable products, such as transportation fuels, for many crude slates. Treating and conversion processes are therefore key elements in modern refineries: they increase gasoline, jet and diesel yields, remove contaminants and improve refinery margins by moving lower-value fractions into higher-value product pools.
Discussion (Figure 24.7). Observation. The figure states that thermal or catalytic processing increases desired product yields by converting heavy fractions to lighter products and improving quality. It also shows product prices where gasoline and diesel usually trade above heavy fuel oil and often above crude. Mechanism. FCC, hydrocracking, reforming and coking break or rearrange molecules. The refinery margin comes from turning lower value feed fractions into higher value products, while consuming hydrogen, energy and catalyst. Implication. Heavy crude can still be valuable in a deep conversion refinery, but less valuable in a simple hydroskimming refinery. Recommendation. When valuing an NCS crude, match the assay to the likely customer refinery configuration before assigning a premium or discount.
Discussion (Figure 24.8). Observation. The gasoline diagram routes naphtha through hydrotreating and catalytic reforming, while VGO can enter catalytic cracking and LPG olefins can enter alkylation. The final gasoline pool is blended against distillation curve, octane number and maximum sulphur content. Mechanism. Reforming raises octane by converting naphthenes and paraffins to aromatics and isoparaffins; FCC cracks gas oils to lighter olefinic gasoline components; alkylation combines isobutane and olefins to high octane alkylate. Implication. Naphtha rich crude can have high gasoline value in a refinery with reforming and alkylation, but gasoline value also depends on regional demand and specifications. Recommendation. For crude valuation, price naphtha and gasoline components with the refinery's actual octane, sulphur and vapour pressure constraints.
Discussion (Figure 24.9). Observation. The diesel diagram shows light gas oil to hydrotreating, VGO to hydrocracking, and diesel as the main product with cetane number, sulphur content and distillation curve constraints. Mechanism. Hydrotreating removes sulphur and nitrogen and improves product stability; hydrocracking uses hydrogen and catalyst to split heavy molecules into middle distillates. Diesel quality is strongly linked to cetane and cold flow properties. Implication. For European markets, diesel and jet quality often matter more than gasoline yield. Recommendation. In NCS economics, distinguish naphtha rich condensate, diesel rich light crude and residue rich heavy crude instead of applying one generic oil price.
Discussion (Figure 24.10). Observation. The residue upgrading diagram shows vacuum residue entering delayed coking and producing fuel gas, LPG, coker naphtha, light and heavy coker gas oil and coke, with coke yield of about 20 to 35 % depending on crude. Mechanism. Coking is severe thermal cracking: hydrogen poor residue is split into lighter vapours while carbon rich material is rejected as solid coke. Implication. Residue rich crudes need customers with coking or other deep conversion capacity, or they receive a discount. Petroleum coke and sulphur can become by products with separate markets, but they also signal higher carbon and impurity intensity. Recommendation. When a field produces heavy or residue rich crude, include deep conversion customer access and coke or sulphur handling in the marketing case.
24.5 Marker crudes prices and quality differentials
Crude oil is globally traded but not globally identical. Marker crudes give a reference price, and individual crudes trade at premiums or discounts to the marker. The three most common global markers are Brent, WTI and Dubai.
Discussion (Figure 24.11). Observation. The figure shows Brent in the North Sea and Europe, WTI in North America and Dubai in the Middle East and Asia. Brent is described as a light sweet North Sea reference; WTI is similar quality but tied to US pipeline locations; Dubai is the reference for medium sour Middle East crude. Mechanism. A marker price is liquid because many buyers and sellers accept it as a common reference. Quality and freight then translate a specific crude into a delivered value relative to the marker. Implication. NCS crude revenue usually starts from Brent, but a field's actual price is Brent plus or minus its quality and logistics differentials. Recommendation. In project valuation, state the marker crude, the assumed quality differential and the delivery point. Never mix WTI, Brent and Dubai without explaining the basis.
24.5.1 Technical value and gross product worth
The technical value of a crude oil is the value a specific refinery can create from it. A simple gross product worth is:
$$ GPW_c = \sum_k Y_{c,k} P_k \tag{24.3} $$
where $Y_{c,k}$ is the yield of product $k$ from crude $c$ and $P_k$ is the product price. The technical differential to a marker crude is:
$$ TD_c = GPW_c - GPW_{ref} \tag{24.4} $$
Discussion (Figure 24.12). Observation. The figure links crude assay properties to technical value in the relevant market, then to freight, other quality issues, value at relevant market and value at field or FOB. The bottle photo also shows visually different NCS crudes and condensates. Mechanism. Assay data estimates product yields and product qualities; freight and logistics move the value from market location back to the field or terminal; other quality issues account for contaminants, variability and customer risk. Implication. Two fields with equal daily oil rate can have different revenue because their crudes clear different customer sets and freight routes. Recommendation. Build crude revenue from assay, refinery value, freight and quality risk. Do not use Brent flat unless no assay or market differential is available.
Discussion (Figure 24.13). Observation. The figure defines technical value from product yields, properties and prices. It then shows a chain from assay properties to technical value, freight, other quality issues, market value and FOB value. Mechanism. Technical differential is the refinery simulation result versus a reference crude. Market differential captures the remaining commercial effects: freight, availability, consistency, customer preference, operational constraints and negotiating position. Implication. A field-development revenue line should separate technical quality value from market basis risk. Recommendation. Use Eq. (24.5) for the oil price in field economics and document each term.
$$ P_{o}^{FOB} = P_{marker} + TD + MD - FR - T \tag{24.5} $$
Here $TD$ is technical differential, $MD$ is market differential, $FR$ is freight or transport adjustment and $T$ is terminal tariff or other sales cost. All terms are usually in USD/bbl.
24.6 Process related crude specifications
Some quality parameters are not inherent to the reservoir fluid alone; they are created or controlled by upstream processing. These parameters connect process design directly to sales revenue.
Discussion (Figure 24.14). Observation. The table lists RVP, TVP, BS&W, pour point, emulsions, salt, viscosity and temperature, and production chemicals. Typical values include RVP around 8.6 to 10 psia, TVP around 10.5 to 11 psia, preferred BS&W below 0.5 vol %, no stable emulsions, and limits on salt and viscosity. Mechanism. These are process outcomes. Separator pressure, stabiliser duty, heating, chemical injection, desalting and dehydration determine whether the crude reaches export specification. Implication. Revenue loss can come from quality giveaway, rejected cargoes, discounts or extra terminal processing. Recommendation. During concept selection, include crude export specs as process design constraints, not as late commercial assumptions.
24.7 Gas quality gas markets and NCS export routes
Gas revenue is usually energy based. European pipeline contracts often use EUR/MWh, while LNG and global gas market discussions often use USD/MMBtu. The conversion is:
$$ E_{gas,MWh} = \frac{q_{gas,Sm3} \cdot HHV_{MJ/Sm3}}{3600} \tag{24.6} $$
or
$$ E_{gas,MMBtu} = \frac{q_{gas,Sm3} \cdot HHV_{MJ/Sm3}}{1055.056} \tag{24.7} $$
Sales gas quality is controlled by Wobbe index, heating value, hydrocarbon dew point, water dew point, CO₂, H₂S, total sulphur, oxygen and mercury. The Wobbe index is
$$ W = \frac{HCV}{\sqrt{SG}} \tag{24.8} $$
where $HCV$ is higher calorific value and $SG$ is gas relative density to air. Two gases with the same Wobbe index deliver similar burner energy through a fixed orifice. This is why gas composition becomes a commercial constraint.
24.7.1 NeqSim ISO 6976 calculation
from neqsim import jneqsim as ns
gas = ns.thermo.system.SystemSrkEos(298.15, 1.01325)
for comp, frac in [
("nitrogen", 0.012),
("CO2", 0.020),
("methane", 0.870),
("ethane", 0.060),
("propane", 0.025),
("n-butane", 0.008),
("n-pentane", 0.003),
("n-hexane", 0.002),
]:
gas.addComponent(comp, frac)
gas.setMixingRule("classic")
gas.init(0)
iso = ns.standards.gasquality.Standard_ISO6976(gas)
iso.calculate()
hhv_mj_per_sm3 = iso.getValue("SuperiorCalorificValue") / 1000.0
wobbe_mj_per_sm3 = iso.getValue("SuperiorWobbeIndex") / 1000.0
relative_density = iso.getValue("RelativeDensity")
print(f"HHV gross: {hhv_mj_per_sm3:.2f} MJ/Sm3")
print(f"Wobbe index: {wobbe_mj_per_sm3:.2f} MJ/Sm3")
print(f"Relative density: {relative_density:.3f}")
Discussion (Figure 24.15). Observation. The map shows rich gas and sales gas pipelines from NCS fields to Kaarstoe, Kollsnes, Nyhamna, Melkoeya and Tjeldbergodden, and onward connections to the UK and continental Europe. Mechanism. Rich gas must be processed to remove CO₂, H₂S, water and heavy hydrocarbons and to recover NGL before it becomes sales gas. Sales gas then enters a capacity constrained export network. Implication. Gas revenue is a joint function of reservoir gas rate, processing plant capacity, pipeline access, product quality and market price. Recommendation. For NCS gas projects, calculate both volume and energy revenue, and include the tariff or capacity assumptions for the chosen processing plant and export route.
Discussion (Figure 24.16). Observation. The chart shows European TTF, Asian JKM, US Henry Hub and UK NBP prices. The 2021 to 2023 period has extreme European and Asian price spikes, while Henry Hub remains much lower and less volatile. The forward curves settle closer together but still show regional spreads. Mechanism. Gas is less globally fungible than oil because transport requires pipelines or LNG liquefaction, shipping and regasification. Supply interruptions therefore produce regional scarcity prices. Implication. NCS gas projects are exposed mainly to European hub prices and pipeline capacity, not to a single global gas price. Recommendation. Use TTF or contract prices for Norwegian pipeline gas, JKM for LNG exposure, and Henry Hub only when the project is linked to North American gas markets.
24.8 NCS terminals storage and logistics
Revenue is also shaped by the ability to store, blend and load products. Mongstad, Sture, Kaarstoe, Kollsnes, Nyhamna and Melkoeya are not just transport nodes; they are quality and commercial interfaces.
Discussion (Figure 24.17). Observation. The figure shows six Mongstad crude oil caverns with total storage capacity around 9.45 million barrels. Four caverns are about 1.8 million barrels and two are about 1.2 million barrels. The terminal handles Troll pipelines, reloading outside North West Europe and larger VLCC cargoes for Far East export. Mechanism. Storage allows blending, quality averaging, cargo scheduling and larger vessel sizes. It can convert many daily field streams into a marketable cargo parcel. Implication. Terminal access affects realised field price through cargo size, freight, quality consistency and buyer reach. Recommendation. For NCS oil economics, include the terminal route and expected cargo size when converting a wellhead or platform stream into FOB revenue.
Discussion (Figure 24.18). Observation. The map links Johan Sverdrup to Mongstad by oil export and to Kaarstoe by gas export. The figure notes 2.0 to 3.0 billion barrels of oil equivalent, break even below 20 USD/bbl, peak rate around 750 kbbl/d, Mongstad terminal, 1 800 kbbl caverns and cargo size from 600 to 2 000 kbbl. Mechanism. Large low cost production plus terminal loading creates access to global buyers and large vessels. The crude can be marketed beyond the immediate North West Europe refinery system. Implication. Scale changes commercial strategy: a small offshore cargo may sell to nearby buyers, while a large terminal loaded crude can become a global stream with stable quality data and broad customer competition. Recommendation. In field development, treat export route and terminal capacity as part of value creation, not just logistics.
Discussion (Figure 24.19). Observation. The figure translates 750 000 bbl/d into almost one Suezmax cargo per day, about 22 cargoes per month, and the crude input for three Mongstad size refineries. Mechanism. This is a scale conversion: daily field production becomes shipping schedule and refinery feed rate. Implication. Production rate affects not only NPV but also commercial operations, storage drawdown, buyer concentration and freight planning. Recommendation. When students calculate revenue, also calculate physical delivery: barrels per cargo, cargoes per month and the number of refinery days supplied.
Discussion (Figure 24.20). Observation. The plot places Brent, Ekofisk and Oseberg as light sweet North Sea crudes. The axes show API gravity and sulphur weight percent, with arrows indicating heavier to the left and more sour upwards. Mechanism. This is a two variable simplification of crude quality. API and sulphur are powerful pricing descriptors, but they do not replace the full assay. Implication. A new NCS crude can be compared quickly against known streams, but the final differential still depends on yield, TAN, metals, wax, residue and logistics. Recommendation. Use API and sulphur for first pass market positioning and the full assay for commercial pricing.
24.9 Calculating project revenue from oil and gas sales
The practical revenue workflow is:
- Convert field production to sales products: stabilised oil, sales gas, condensate, LPG, ethane and sulphur or coke where relevant.
- Choose the correct price marker: Brent or a crude benchmark for oil, TTF or contract price for pipeline gas, JKM for LNG, product prices for NGL and refinery products.
- Apply quality and market differentials: assay based technical value, freight, terminal, cargo size, sulphur, TAN, BS&W, vapour pressure and reliability of supply.
- Convert units: oil in bbl, gas in MWh or MMBtu, NGL in tonnes or bbl.
- Separate gross sales revenue from net cash flow. Revenue is before OPEX, tariffs, abandonment cost, tax and financing.
24.9.1 Worked example for an NCS project
Assume a producing NCS field has:
| Stream | Rate | Price basis | Adjustment | Daily revenue |
|---|---|---|---|---|
| Stabilised oil | 120 000 bbl/d | Brent 82 USD/bbl | TD +1.5, MD -0.8, freight and terminal -1.2 USD/bbl | 9.78 MUSD/d |
| Sales gas | 6.0 MSm³/d, HHV 39.5 MJ/Sm³ | TTF 34 EUR/MWh, EURUSD 1.08 | before pipeline tariff | 2.42 MUSD/d |
| LPG and condensate | 8 000 bbl/d | 55 USD/bbl | blended product value | 0.44 MUSD/d |
| Total gross sales | 12.64 MUSD/d |
The oil netback is:
$$ P_o^{FOB} = 82 + 1.5 - 0.8 - 1.2 = 81.5\;\text{USD/bbl} \tag{24.9} $$
and oil revenue is:
$$ R_o = 120000 \cdot 81.5 = 9.78\;\text{MUSD/d} \tag{24.10} $$
Gas energy is:
$$ E_g = \frac{6.0 \cdot 10^6 \cdot 39.5}{3600} = 65833\;\text{MWh/d} \tag{24.11} $$
and gas revenue is:
$$ R_g = 65833 \cdot 34 \cdot 1.08 = 2.42\;\text{MUSD/d} \tag{24.12} $$
This example illustrates the hierarchy of value: the oil stream dominates revenue at these rates, but gas can be decisive for project robustness when TTF prices are high or when gas export capacity limits oil production.
24.9.2 Revenue sensitivities students should always test
| Sensitivity | Why it matters | Typical model action |
|---|---|---|
| Brent price | main oil revenue driver | plus or minus 20 to 40 USD/bbl scenario |
| TTF gas price | large volatility and regional basis risk | low base high hub price deck |
| Oil quality differential | assay, sulphur, TAN, yield and customer value | TD and MD sensitivity |
| Freight and terminal route | affects FOB value and buyer reach | compare offshore loading, Sture, Mongstad |
| Gas HHV and Wobbe | changes energy revenue and spec compliance | ISO 6976 calculation |
| NGL recovery | trades sales gas quality against liquids revenue | process simulation with product prices |
| CO₂ and emissions cost | affects netback and field carbon intensity | ETS and Norwegian CO₂ tax case |
Gas monetisation should be treated as a route decision, not only a price input:
| Gas route | Best fit | Main value question |
|---|---|---|
| Pipeline export | Existing host/export system has capacity and specification can be met. | Is netback after tariff better than reinjection value? |
| LNG | Large remote gas volume, no pipeline route, strong LNG market access. | Can liquefaction CAPEX, energy use and shipping be justified? |
| Reinjection | Oil recovery, pressure maintenance or delayed gas sales are valuable. | Does deferred gas value plus recovery uplift beat early sales? |
| Fuel / power | Local power demand and no better gas outlet. | Does fuel use reduce export value or emissions position? |
| CO₂-rich or sour gas treatment | Contaminants constrain sales route. | Is treating, reinjecting or blending the lowest-value-loss option? |
24.10 Market volatility demand and risk
Oil and gas prices are uncertain because demand, supply discipline, geopolitics, inventories, exchange rates and technology change. Market analysis therefore highlights both upside and downside risk drivers: economic recovery, China demand, OPEC plus cuts, supply disruptions, Russia or Middle East tension, US production growth and global slowdown.
Discussion (Figure 24.21). Observation. The Brent chart falls sharply in 2020, rises through the post COVID recovery, spikes after the Russian invasion in 2022, and then fluctuates around high but uncertain levels with OPEC plus cuts and global economy concerns. The right hand panel lists upside and downside risks. Mechanism. Oil is globally traded, so shocks to demand, supply and inventories rapidly reprice barrels. Forward curves reflect the market's current expectation but do not remove uncertainty. Implication. A field that is robust at one price can destroy value if the oil price falls or if costs inflate at the same time. Recommendation. In NCS project economics, use price scenarios, break even price, tornado charts and probability of negative NPV rather than a single deterministic Brent assumption.
24.10.1 Demand change and refinery strategy
The market discussion also covers electric vehicles, everyday products from oil and gas, global oil demand growth and European refinery locations. The key point is not that demand disappears overnight. It is that product demand mix changes. EV adoption reduces long run gasoline growth; petrochemicals, aviation, marine fuel and diesel demand follow different trajectories; and refinery investment must respond to both regulation and product prices.
For field-development work this means:
- Long plateau oil fields should test lower demand and lower price scenarios.
- Condensate and naphtha rich fields should consider petrochemical value.
- Heavy residue rich crudes should consider fuel oil regulation and deep conversion capacity.
- Gas projects should test European hub price, LNG linkage and long-term decarbonisation policy.
24.11 Greenhouse gas intensity and commercial value
Carbon intensity is now part of marketability. Buyers, regulators and lenders compare fields on kg CO2e/bbl, flaring, methane emissions and refinery carbon exposure. A crude that is technically attractive can still face commercial risk if its supply chain is carbon intensive.
Discussion (Figure 24.22). Observation. The figure compares production, GHG emissions and GHG intensity for selected fields. High production does not automatically mean high intensity, and small fields can have high intensity if energy use or emissions are high relative to output. Mechanism. GHG intensity depends on power generation, compression, water handling, reservoir pressure, flaring, methane losses and facility efficiency. Implication. NCS projects increasingly compete on both cost and carbon. Carbon price and buyer preferences can reduce net revenue even when gross product prices are strong. Recommendation. Report project revenue together with emissions intensity and CO₂ cost. For marginal developments, include electrification, power from shore, low flare design and energy efficient processing in the economic sensitivity.
24.12 Refinery by products sulphur and petroleum coke
The discussion also highlights sulphur and petroleum coke. Sulphur recovered from sour streams is used to make sulphuric acid for fertilisers, detergents, pesticides, batteries, paint, paper and plastics. Petroleum coke with low metals and sulphur can be used for anodes in aluminium and steel production. These by products are not the main field revenue drivers, but they matter for refinery configuration, environmental permitting and the value of heavy sour crudes.
For NCS field economics, the practical rule is:
- Sweet, low metal crude reduces refinery treating burden and usually receives a premium.
- Sour or metal rich crude needs hydrotreating, sulphur recovery and catalyst management and usually receives a discount.
- Residue rich crude needs cokers, visbreakers or hydrocrackers and depends on coke and fuel oil market conditions.
24.13 How this chapter fits the NCS value chain
NCS fields sell into a tightly connected physical and commercial system:
- Oil from fields such as Johan Sverdrup, Troll, Oseberg, Ekofisk and Grane is stabilised offshore or onshore, blended at terminals and priced relative to Brent or comparable streams.
- Gas is routed through Kaarstoe, Kollsnes, Nyhamna, Melkoeya or other systems and priced by energy content, contractual terms and European hub exposure.
- NGL and condensate may be recovered to increase liquids revenue but can reduce sales gas heating value or Wobbe margin.
- Refinery customer value depends on assay, product yield, sulphur, TAN, metals, stability, logistics and consistency over time.
- Project sanction decisions must therefore connect reservoir forecast, process design, export quality and market price in one revenue model.
24.14 Summary
Oil and gas revenue is created by converting reservoir fluids into products that meet market specifications. For oil, the bridge from field to money is the crude assay, refinery configuration, marker crude, technical differential, market differential, freight and terminal route. For gas, the bridge is energy content, Wobbe index, dew point, processing route, hub price and pipeline or LNG access. For NCS projects, the practical skill is to connect process design to commercial value: separator pressure changes vapour pressure, NGL recovery changes both liquids revenue and gas quality, terminal blending changes buyer access, and carbon intensity changes net value.
Exercises
- Exercise 24.1. A crude has $SG_{60/60}=0.860$, sulphur 0.35 wt %, TAN 0.1 and BS&W 0.3 vol %. Calculate API gravity and classify the crude as light, medium or heavy, sweet or sour, and acceptable or problematic from a basic export perspective.
- Exercise 24.2. A field exports 80 000 bbl/d oil. Brent is 78 USD/bbl, technical differential is +0.8 USD/bbl, market differential is -1.5 USD/bbl and freight/terminal cost is 1.0 USD/bbl. Calculate daily gross oil revenue.
- Exercise 24.3. A gas project exports 4.5 MSm³/d at HHV 40.0 MJ/Sm³. TTF is 32 EUR/MWh and EURUSD is 1.07. Calculate daily gas revenue in EUR and USD before tariffs.
- Exercise 24.4. Explain why a condensate rich gas field may want high NGL recovery when liquids prices are strong, but lower recovery when sales gas Wobbe margin is tight.
- Exercise 24.5. Use Figure 24.13 to explain the difference between technical differential and market differential for an NCS crude sold against Brent.
- Exercise 24.6. A heavy crude has high vacuum residue, sulphur and metals. Which refinery configuration can see the highest value in this crude, and why?
- Exercise 24.7. For a Johan Sverdrup scale field, convert a peak rate of 750 000 bbl/d into cargoes per month using a 1.0 million bbl Suezmax cargo. Discuss why terminal storage is valuable.
- Exercise 24.8. Build a tornado diagram for project revenue using Brent price, TTF price, oil quality differential, freight, gas HHV and NGL price as uncertain variables.
CO2 Transport and Storage
Discussion (CO2 transport and storage chain). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Identify the CCS value chain: capture, conditioning, transport, injection, storage, monitoring.
- Describe the CO₂ phase behaviour — triple point, critical point, dense phase — and the impurity effects.
- Apply GERG-2008 for CO₂-mixture thermodynamics.
- Identify transport options: pipeline (dense phase), ship (liquid, –50 °C / 7 bar), rail / truck (small scale).
- Identify injection wells and the storage formations (saline aquifers, depleted reservoirs).
- Identify the NCS CCS projects (Sleipner, Snøhvit, Northern Lights, future).
- Screen dense-phase CO₂ transport, injection-well integrity and hydrogen/carrier-molecule options as emerging NCS low-carbon value chains.
Where We Are in the Field-Development Lifecycle
This chapter treats CO2 as a field-development system. The key hand-off is from thermodynamics and impurities to transport, injection, storage assurance and regulation.
25.1 The CCS value chain
Five steps:
- Capture — separate CO₂ from flue gas (post-combustion amine), syngas (pre-combustion), or oxy-fuel combustion.
- Conditioning — dehydration, compression, removal of impurities (O₂, H₂S, etc.).
- Transport — pipeline (dense phase) or ship (liquid).
- Injection — through dedicated CO₂ injection wells.
- Storage — saline aquifer, depleted reservoir, basalt; long-term monitoring.
25.2 CO₂ phase behaviour
25.2.1 Pure CO₂
- Triple point: –56.6 °C / about 5.12 bar.
- Critical point: about 31.0 °C / 73.8 bar(a).
- Above critical temperature and pressure: supercritical CO₂; high density and low viscosity when the operating point is well inside the single-phase region. This is attractive for pipeline transport, but only when the full mixture envelope and operating path confirm adequate margin.
- Below critical: liquid (10–30 °C, > 60 bar) or gas.
GERG-2008 and related reference equations can reproduce pure-CO₂ properties closely within their validated range, but the accuracy statement must always be tied to the pressure-temperature range, the reference data and the implementation used [17, 2]. For engineering design, compare the EOS against independent density, enthalpy and phase-boundary data before using the result as a design guarantee.
25.2.2 CO₂ with impurities
Impurities (N₂, O₂, Ar, H₂, H₂O, SOx, NOx) shift the phase envelope:
- N₂, O₂, Ar and CH₄ — generally lift the bubble line and can reduce single-phase margin, but the magnitude depends on mixture composition and temperature.
- H₂ — can have a strong phase-envelope effect even at low mole fraction; hydrogen-rich CO₂ streams should be treated as a special qualification case rather than by rule of thumb.
- H₂O — must be limited by the project CO₂ specification to avoid free water, hydrate formation and acid corrosion. A value such as < 50 ppmv can be an appropriate screening target, but the final limit must come from the governing transport, storage and materials basis.
NeqSim's CO2InjectionWellAnalyzer computes the impurity effects on phase boundary and well-bore behaviour.
Validity note. CO₂ transport design is an operating-envelope problem, not a critical-pressure shortcut. Plot normal, turndown, shutdown, restart and depressurisation paths against the mixture envelope before classifying the stream as gas, liquid, dense single phase or supercritical. See Appendix B for the screening checklist.
25.3 Capture
Three main process families:
- Post-combustion (amine) — flue-gas treated with MEA / MDEA / activated solvents. 30–40 % thermal efficiency penalty; low CAPEX integration. NCS Sleipner / Snøhvit use amine.
- Pre-combustion (IGCC + WGS) — coal/gas → syngas → H₂ + CO₂; CO₂ captured at high partial pressure. Lower energy penalty; high CAPEX.
- Oxy-fuel combustion — combustion in pure O2 → flue gas mostly CO₂ + H₂O. ASU oxygen plant required.
Norwegian CCS projects use amine post-combustion (Sleipner on natural gas amine, Snøhvit on offgas amine, Northern Lights amine for industrial sources).
25.4 Transport
25.4.1 Pipeline (dense phase)
- Operating: 100–200 bar, 4–35 °C.
- Wall-thickness (Eq. 13.1) per DNV-ST-F101 [31].
- Insulated to maintain warm temperature; pump stations every 100–250 km.
- Norwegian / European CO₂ backbone: Northern Lights (CO₂ ship + onshore receiving + offshore injection); future Greensand, Aramis, Porthos pipelines.
25.4.2 Ship transport
- Liquid CO₂ at –50 °C / 7 bar.
- Cargo capacity 7 500–10 000 t per vessel.
- Lower CAPEX for short-distance / small-volume than pipeline; flexible network.
- Northern Lights uses ship transport (Heidelberg cement CO₂ → Øygarden).
25.4.3 Dense-phase operating envelope and line-pack
Dense-phase CO₂ transport is attractive because density is high and compressibility is low, but the operating window is narrower than for natural gas. The pipeline must stay above the bubble line during normal operation, turndown, shutdown and restart; otherwise a two-phase decompression front can drive unstable flow, low metal temperatures and running fracture risk. The key checks are:
| Check | Engineering reason |
|---|---|
| Minimum pressure at cold end | Keeps the whole line dense phase at seabed temperature |
| Maximum pressure at blocked-in warm end | Sets design pressure and relief philosophy |
| Water specification | Prevents carbonic-acid corrosion and hydrate/ice formation |
| Impurity envelope | N₂, O₂, Ar and H₂ lift the bubble line and reduce hydraulic margin |
| Depressurisation path | Determines fracture-arrest toughness and emergency vent design |
For NCS offshore lines, the practical design target is usually single-phase dense operation with 10–20 bar pressure margin above the highest predicted bubble pressure. NeqSim phase-envelope cases should therefore be run for the base CO₂ specification and for the off-spec impurity cases that can occur during capture-plant upset.
25.5 Injection wells
Specifically designed for CO₂ service:
- Tubing material — 13Cr or 25Cr corrosion-resistant alloy (CO₂ + trace H₂O is highly corrosive).
- Packer / DHSV — qualified for CO₂ service.
- Cement — CO₂-resistant cement to prevent acid attack on the cement column.
- Wellhead pressure typical 80–200 bara at injection; bottomhole 200–400 bara to keep dense phase.
NeqSim's CO2InjectionWellAnalyzer performs steady-state flow + phase boundary mapping + impurity enrichment + shutdown transient (well cooling) + flow corrections.
25.5.1 Injectivity, near-wellbore risk and mechanical envelope
The injection-well constraint is normally the minimum of three limits: tubing/wellhead pressure rating, fracture pressure of the storage formation, and injectivity loss near the wellbore. The screening equation is the injection analogue of productivity index,
$$ q_{CO_2} = J_{inj}\,(p_{wf} - p_R) \tag{23.1} $$
where $J_{inj}$ declines if salt precipitates, fines migrate, or CO₂ cools the near-wellbore region enough to change relative permeability. A robust NCS design therefore checks base injectivity, low-injectivity downside, and shutdown/restart thermal cycles. The well must remain inside its mechanical envelope during all three: no tubing collapse on cold dense CO₂, no packer leak from thermal cycling, no cement debonding, and no formation fracture outside the permitted pressure corridor.
25.6 Storage
Three storage types:
- Saline aquifers — large pore volumes, available globally; lowest cost. Sleipner (Utsira), Northern Lights (Johansen Fm.).
- Depleted oil/gas reservoirs — well-characterised geology, existing wells. Future NCS storage candidates.
- Basalt formations — mineralisation in years (CO₂ → carbonate rock). Iceland CarbFix.
Storage capacity NCS: tens of GtCO₂ theoretical in published atlas screening; practical / commercial capacity is much smaller and project-specific, depending on appraisal, injectivity, containment, monitoring and transport access.
25.6.1 Storage monitoring
- 4-D seismic — track CO₂ plume migration.
- Pressure / temperature monitoring at well.
- Surface DOAS / atmospheric sensors.
25.7 NCS CCS projects
| Project | Start | Capacity | Source |
|---|---|---|---|
| Sleipner | 1996 | 1 MtCO2/yr | Sleipner T amine |
| Snøhvit | 2008 | 0.7 MtCO2/yr | Hammerfest LNG amine |
| Northern Lights P1 | 2024 | 1.5 MtCO2/yr | Industrial captures (cement, waste) |
| Northern Lights P2 | 2030 | 5 MtCO2/yr | Expanded |
| Greensand (Denmark NCS) | 2026+ | 1.5 MtCO2/yr | Cross-border |
| Stratos / Aramis (NL) | 2027+ | 5 MtCO2/yr | Cross-border |
Total cumulative storage on NCS by 2030: ~ 30 MtCO₂ (small relative to global total emissions ~ 37 GtCO₂/yr, but a useful proof point for the technology).
25.7.1 Langskip / Longship — the Norwegian state CCS programme
Langskip (English brand: Longship) is the Norwegian state's flagship full-chain CCS project, sanctioned by Stortinget through Prop. 33 S (2020–2021). It bundles capture (Heidelberg Materials cement plant at Brevik; Hafslund Celsio waste-to-energy at Klemetsrud, Oslo — sanctioned 2024 in revised form), shipping (semi- refrigerated CO₂ carriers), onshore receiving terminal (Northern Lights at Naturgassparken, Øygarden), and offshore transport + injection (subsea pipeline and 2 600–2 700 m injection wells in the Aurora reservoir, North Sea). The state covers ≈ 80 % of CAPEX for the first chain, cross-subsidising the open-access infrastructure that subsequent emitters can buy capacity on commercially. Northern Lights JV (Equinor, Shell, TotalEnergies — equal partners) is the operator of the storage infrastructure.
The regulatory architecture matters: Norway is the only jurisdiction that has issued commercial cross-border CO₂ storage permits (utnyttelsesløyve) under the 2014 Forskrift om CO₂-lagring, and Northern Lights is the first such site to enter operation (Phase 1, 1.5 MtCO₂/yr, in service from 2024). The bilateral CO₂-transport agreement between Norway and Denmark, Belgium, the Netherlands and Sweden — concluded 2022–2024 to amend the London Protocol — is what allows imported industrial CO₂ to be stored on the NCS at scale.
For TPG4230 the Langskip / Northern Lights chain is the canonical worked example because every link — capture process design, intermediate storage (LCO₂ tanks, –26 °C), ship loading, ship transport, terminal unloading, dense- phase pipeline, injection well, reservoir storage — exercises the same thermodynamic and process tools used elsewhere in this book.
25.7.2 Hydrogen and carrier-molecule production
Hydrogen is not yet an NCS export commodity at the scale of gas or CO₂ storage, but it belongs in field-development screening because it couples three assets Norway already has: gas resources, renewable/electrified power systems and offshore storage. Two routes are relevant:
- Blue hydrogen. Natural gas is converted by steam-methane reforming or autothermal reforming; CO₂ is captured, dehydrated, compressed and stored on the NCS. The process competes on total hydrogen cost, CO₂ capture rate (> 95 % for low-carbon claims), methane slip and storage tariff.
- Green hydrogen. Electrolysis uses grid, hydro or offshore- wind power. It avoids process CO₂ but requires high electricity availability, water treatment, compression and storage. Offshore wind-linked concepts must handle intermittent power and therefore need buffer storage or flexible downstream conversion.
Pure H₂ export by pipeline is constrained by embrittlement, compressor design, low volumetric energy density and tight quality specifications. For long-distance export the practical 2026 options are often carrier molecules: ammonia (NH₃), methanol or synthetic methane. Ammonia adds synthesis, refrigeration and toxic- release safety barriers; methanol adds CO₂ or CO feedstock and water management; synthetic methane reuses gas infrastructure but has lower round-trip efficiency. NeqSim screening should compare Wobbe index, density, compression power and dew-point behaviour for H₂-natural-gas blends, and should treat ISO 14687 fuel-cell quality as a separate product specification from pipeline blending.
25.7.3 Offshore emissions-reduction context
Offshore emissions reduction affects CCS screening because the same power, compression and carbon-price assumptions often decide whether a capture, transport or storage concept is economically credible. Electrification of offshore facilities is the largest CO₂ mitigation measure available to Norwegian operators, because gas turbines used as compressor and power-generation drivers account for roughly 70 % of upstream emissions on the NCS. Power from shore delivers electricity from the mainland grid through high-voltage DC or AC subsea cables and replaces the platform's gas-turbine generators with electric motors. Troll A was electrified in 1996 and remains the benchmark; its compression duty is supplied entirely by power from Kollsnes. The same principle has been applied at Ormen Lange, Gjøa, Goliat, Valhall, Martin Linge and Johan Sverdrup, and is increasingly used in operator decarbonisation plans for existing fields.
Other levers include offshore wind, waste-heat recovery on remaining gas turbines, low-emission fuel for shuttle tankers and reduced flaring through better blowdown design. The Norwegian oil-and-gas sector has committed to a 50 % reduction in absolute emissions by 2030 versus 2005 and to net-zero by 2050. The combined EU Emissions Trading System price and Norwegian CO₂ tax adds a large avoided-cost term to each tonne of offshore emissions removed, which is why electrification, CCS and energy-efficiency measures must be evaluated on the same power-balance and carbon-price basis.
25.8 Worked example — CO₂ pipeline sizing
A 5 MtCO₂/yr pipeline, 600 km offshore:
- Mass flow: 5 × 10⁶ / (365 × 24 × 3600) = 159 kg/s.
- Density (dense-phase, 100 bar / 30 °C): ~ 730 kg/m³.
- Volumetric: 159 / 730 = 0.218 m³/s.
- For 2 m/s velocity: $A = 0.109$ m² → $D \approx 0.37$ m (15"). DNV-ST-F101 wall thickness for 200 bar design: ~ 14 mm (X65 grade). NeqSim GERG-2008 plus the DNV checker gives a screening indication that the specified operating path remains in the intended single-phase region; the conclusion must still be verified against impurity specification, shutdown/restart paths and decompression behaviour.
25.9 Theoretical foundations: CO2 transport and storage across the value chain
CCS field development applies the same engineering toolkit as hydrocarbon field development but inverts every flow direction: fluid travels into the reservoir, energy is consumed rather than produced, and the product is permanent geological storage. This appendix gives the unique CCS theoretical core.
25.9.1 CO₂ phase behaviour with impurities
Pure CO₂ has $T_c = 31.0$ °C and $p_c = 73.8$ bar. Pipeline transport is usually designed to remain in a single intended phase, often dense liquid or dense supercritical service, with margin to the two-phase envelope. Pressure above 73.8 bar is not sufficient by itself: temperature, composition, shutdown path and decompression behaviour decide the phase margin. Storage injection is often supercritical in deep saline formations, but the actual state must be checked against reservoir pressure and temperature. Common impurities shift the envelope:
| Impurity | Effect on phase envelope |
|---|---|
| N₂, Ar, O₂ | Usually reduce dense-phase margin; quantify with the mixture envelope. |
| H₂ | Strong effect possible at low mole fraction; treat as a qualification case. |
| CH₄ | Changes vapour-liquid boundary and density; quantify with EOS sensitivity. |
| H₂O | Free-water, hydrate and corrosion risk; limit by the project CO₂ specification. |
| H₂S, SO₂ | Acidic with water and can change materials requirements. |
| NOx | Acidic species; requires project-specific materials and impurity review. |
NeqSim's SystemSrkEos and SystemPrEos with explicit BIPs are appropriate for screening multi-component CO₂ envelopes. For dense-phase transport or injection design, tune and validate the envelope against measured phase-equilibrium data for the project impurity slate. The ImpurityMonitor class tracks impurity enrichment along the chain.
25.9.2 Pipeline design
CO₂ pipeline operating envelope:
- Inlet pressure: 130–200 bar (well above critical).
- Arrival pressure: 80–120 bar (still dense).
- Inlet temperature: 20–40 °C.
- Pipe size: 20–36 inches for 5–20 Mtpa.
- Material: API 5L X65 carbon steel for dry CO₂.
The principal risk is running ductile fracture: dense-phase CO₂ sustains a fracture propagation if pipe toughness is insufficient, and full-bore decompression is fast (decompression-wave speed ~250 m/s). Design per DNV-RP-F104 with Charpy V-notch toughness 50–70 J at the lowest operating temperature.
25.9.3 Injection-well design
CCS injection wells differ from production wells:
- Tubing material: corrosion-resistant alloy (CRA, 13Cr) due to potential water carry-over and acidic conditions.
- Cement: CO₂-resistant (modified Portland with silica flour or geopolymer), tested per Veldsman / Kutchko protocols.
- Packers: long-term integrity over 1000-year storage horizon.
- Annular monitoring: continuous A-annulus pressure surveillance.
- Shutdown thermal: 6–10 K/hr cooling per
TransientWellbore.setShutdownCoolingRate()— drives the lowest metal temperature.
NeqSim's CO2InjectionWellAnalyzer runs steady-state, transient and impurity analyses in a single workflow.
25.9.4 Storage formation characterisation
The CO₂ storage formation is characterised by:
- Capacity: $V_{CO_2} = V_{pore}\,(1 - S_{wirr})\,E$ with efficiency $E = 1$–10 % depending on trap type.
- Injectivity: $J = q/(p_{wf} - p_R)$ at injection rate.
- Containment: caprock entry pressure (from MICP measurements); typical NCS Utsira formation 2–5 MPa entry pressure.
- Monitoring: 4D seismic, downhole pressure/temperature, plume modelling.
The Sleipner CO₂ project (1996–) and Snøhvit CO₂ (2008–) provide the global benchmark for CCS reservoir surveillance and have demonstrated containment over 25+ years of injection.
25.9.5 The CCS energy penalty
Capture, compression, transport and injection consume energy:
| Step | Energy (MJ/kg CO₂) |
|---|---|
| Amine capture | 3.5–4.2 |
| Compression to 100 bar | 0.30–0.45 |
| Transport (per 100 km) | 0.05–0.10 |
| Injection (variable) | 0.02–0.10 |
| Total | 4.0–5.0 |
For a coal-fired power plant at 35 % efficiency, this is a 10–14 percentage-point efficiency penalty; for a gas-fired CCGT at 60 %, 6–9 points. The penalty is the principal driver of capture- technology improvement.
25.9.6 The CCS value chain economics
Unlike hydrocarbon production, CCS is revenue-by-avoided-cost: the project earns the CO₂ tax / ETS price for each tonne stored. At a 2025 ETS price of EUR 80/t, the breakeven span is:
- Industrial source + onshore pipeline: 40–70 EUR/t.
- Power plant + 200-km offshore pipeline: 70–120 EUR/t.
- Hard-to-abate (cement, steel) + cluster: 60–100 EUR/t.
The Norwegian Northern Lights project anchors a cross-European shipping-and-storage cluster at 1.5–5 Mtpa.
25.9.7 Regulatory framework
CCS on the NCS operates under a parallel regulatory framework:
- Storage licence (vs production licence): granted by Sodir for a specific subsurface volume.
- Storage permit: granted by the Ministry post-EIA.
- Long-term liability transfer: state takes over after 20 years of post-closure stewardship per EU Storage Directive 2009/31/EC.
- MMV plan: monitoring-measurement-verification, mandatory through life.
25.10 Further theory: monitoring, verification and accounting (MVA)
Once CO₂ is injected, the operator must demonstrate to the regulator that the storage is permanent. The MVA programme typically includes:
- 4D seismic: repeat-survey at 2–5 year intervals to map the CO₂ plume; resolution ~10 m vertical, 50 m horizontal in good cases (Sleipner is the textbook example, with eight repeat surveys 1994–2020).
- Pressure and temperature monitoring: downhole gauges in injection wells and dedicated observation wells.
- Geochemical monitoring: produced-water sampling to detect CO₂ migration into overlying aquifers via tracer chemistry.
- InSAR surface-deformation: satellite radar interferometry detects 1–10 mm/yr ground heave from the pressurised reservoir.
- Microseismic monitoring: detects fault reactivation.
The MVA programme runs through the injection phase and continues for 20–50 years post-closure, after which the regulator transfers liability to the state. The cost of MVA is typically 0.5–2 USD per tonne CO₂ injected and is included in the storage tariff billed to capture-side operators.
25.10.1 Liability transfer and the Trading-Scheme bonus
Under the EU CCS Directive, an operator who has stored CO₂ for 20 years post-closure with no leakage may apply for liability transfer to the host state. This caps the operator's perpetual liability and allows the project NPV to be closed out. The parallel route is to monetise stored tonnes through the EU ETS or through a Norwegian state-aid mechanism (Longship): each verified tonne of stored CO₂ generates an emission credit equivalent to the avoided ETS allowance, providing the revenue line that closes the storage business case.
25.11 Worked example: CO₂ pipeline sizing for a Northern Lights-style chain
Problem. Design a CO₂ export pipeline from a coastal liquefaction terminal to an offshore injection well 110 km offshore. Annual throughput 1.5 Mt/year with growth potential to 5 Mt/year. CO₂ spec: ≥ 99.7 mol %, water ≤ 30 ppmv, H₂S ≤ 9 ppmv, total non-condensables (N₂, O₂, Ar) ≤ 0.4 mol %.
Step 1 — Phase selection. Dense-phase transport at 100–150 bara, 5–15 °C is preferred — single phase, high density (≈ 950 kg/m³), low viscosity. NeqSim phase envelope confirms operation well above the bubble curve at all design points.
Step 2 — Pipe diameter. For 5 Mt/yr (full design rate) at 130 bara dense phase, NeqSim's pipe model gives ~12 bar pressure drop in a 12-inch pipeline over 110 km — acceptable. Selected diameter: 12-inch (305 mm OD), wall thickness 22 mm per DNV-RP-F104 with 130-bar design pressure and 0.72 design factor.
Step 3 — Material. Carbon steel API 5L X65 is acceptable at the design specification (water ≤ 30 ppmv ensures no free water phase, eliminating the corrosion mechanism). If water spec is breached, even briefly, severe corrosion is observed within weeks; pipeline integrity hinges on water-control upstream.
Step 4 — Booster station. A single onshore booster station upstream of the export head at 150 bara pressure, 20 MW shaft power; ramp from 1.5 Mt/yr to 5 Mt/yr by adding compressor parallel trains rather than redesigning the pipeline.
Step 5 — Injection wellhead. Wellhead temperature 5–15 °C (JT-cooled across the wellhead choke); injection at 200–250 bara into a saline aquifer at 2 600 m TVD. Wall thickness and pressure rating per Norwegian Oil & Gas guideline 117 (CO₂ wells).
The example mirrors the actual Northern Lights CCS chain (Kollsnes to Aurora storage, on-stream 2024) with its 12-inch / 110 km dense-phase pipeline.
Discussion (Figure 25.1). Observation. The CO₂-rich envelope marks where dense, liquid, vapour and two-phase behaviour can occur. Mechanism. CO₂ phase behaviour is highly sensitive to pressure, temperature and impurities such as N₂, methane and water. Implication. Pipeline hydraulics, injection stability and materials risk depend on staying inside the intended phase envelope. Recommendation. Plot normal, turndown, shutdown and restart paths on the CO₂ envelope before choosing transport pressure.
25.12 Summary
CCS is the regulatory and engineering response to hard-to-decarbonise sectors. The chain has 5 steps: capture → conditioning → transport → injection → storage. Pure CO₂ is well-understood; impurity effects shift the phase envelope and dictate dehydration / cleanup specs. Norway is the global leader in offshore storage (Sleipner 1996, Snøhvit 2008, Northern Lights 2024). NeqSim provides GERG-2008 and CO2InjectionWellAnalyzer for full-stack design.
Exercises
- Exercise 25.1. Use NeqSim GERG-2008 to compute pure CO₂ density at 100 bar / 30 °C.
- Exercise 25.2. Add 2 mol % N₂ and recompute the bubble pressure shift.
- Exercise 25.3. Size a 3 MtCO₂/yr onshore pipeline (200 km, dense phase).
- Exercise 25.4. Compare Sleipner / Snøhvit / Northern Lights by capture source and storage formation.
- Exercise 25.5 [course problem P2]. Design a conceptual CCS chain for a P2 emissions source.
Computational Tools: NeqSim for Field Development
Discussion (Computational tools for field development with NeqSim). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the NeqSim toolkit — Java + Python — and its architecture (thermo, process, PVT, standards, mechanical design, lifecycle, automation).
- Install NeqSim Python and create thermodynamic fluids, process flowsheets, and field-development models.
- Use the JSON-builder API (
ProcessSystem.fromJsonAndRun) to build flowsheets from text descriptions. - Use the automation API (
ProcessAutomation) for string-addressable variable access. - Use subagents and skills to accelerate field-development tasks (concept selection, flow assurance, mechanical design, regulation, economics).
- Apply the task-solving workflow for engineering studies.
- Map the NeqSim field-development framework to the course chapters and use Python notebooks as reproducible field-development studies.
- Build an advanced field-development decision workflow that connects concept templates, tieback routes, production-network allocation, process utilities, reservoir-simulator exports, economics, emissions, MCDA ranking and portfolio selection.
Notebook Learning Path
snippet_01_24_4_creating_a_fluid.ipynbintroduces fluid setup.ch24_neqsim_field_development_framework.ipynbmaps the framework to field-development workflows.ch24_02_field_development_api_mastery.ipynbverifies field-development API availability and visualizes the package/workflow structure.ch24_10_tieback_screening.ipynbscreens host tieback options with host capacity, hydraulic arrival conditions, hydrate margin and economics.ch24_11_tieback_vs_standalone.ipynbcompares a tieback, FPSO and fixed platform on one normalized production and cash-flow basis.ch24_12_probabilistic_concept_selection.ipynbadds tornado, Monte Carlo, breakeven and risk-register outputs for concept selection.
The last three notebooks form a field-development decision lab: start with a host/tieback screen, compare greenfield and brownfield alternatives on common assumptions, then quantify uncertainty and decision risk before choosing a concept.
Two repository-level example notebooks extend the chapter lab with the newest field-development decision-engine APIs:
examples/notebooks/field_development_decision_engine.ipynbdemonstrates standardized concept templates, lifecycle emissions, report-ready tables, weighted MCDA ranking and portfolio optimization.examples/notebooks/field_development_process_reservoir_coupling.ipynbdemonstrates route-aware tieback screening, multi-well gathering allocation, concept-to-process utility summaries and VFPPROD/VFPINJ export for reservoir coupling.
These two notebooks use the repository developer setup so they can exercise new Java classes before the public Python wheel is released. The chapter notebooks remain the student-facing public-package path.
Where We Are in the Field-Development Lifecycle
This chapter turns the book's calculations into reproducible workflows. Use NeqSim to carry assumptions from fluid setup through process simulation, economics, uncertainty and reporting.
26.1 NeqSim — what it is
NeqSim (the non-equilibrium simulator) is an open-source Java toolkit for thermodynamic and process simulation, developed by Equinor with contributions from NTNU, SINTEF, and the academic community since 2002 [2]. It is licensed under the Apache 2.0 licence and hosted at [github.com/equinor/neqsim](https://github.com/equinor/neqsim).
Use cases on the NCS:
- Thermodynamic property calculations for wells and pipelines.
- Process simulation for separation, compression, dehydration, sweetening, LNG.
- PVT-experiment simulation for reservoir-fluid characterisation.
- Sales-gas quality calculations (ISO 6976, EN 16726).
- Mechanical design and cost estimation of equipment.
- Flow-assurance screening (hydrate, wax, asphaltene).
- CCS chain modelling (capture, transport, injection).
- Field-development screening, concept selection, NPV.
26.2 Architecture
NeqSim is organised in modules:
| Module | Subject |
|---|---|
neqsim.thermo |
EOS (SRK, PR, CPA, GERG-2008), components, mixing rules |
neqsim.thermodynamicoperations |
Flash, phase envelope, dew/bubble point |
neqsim.process.equipment |
Separators, compressors, heat exchangers, valves, pumps, columns |
neqsim.process.processmodel |
ProcessSystem, ProcessModel, JSON builder |
neqsim.process.automation |
ProcessAutomation, AutomationDiagnostics |
neqsim.pvtsimulation |
CME, CVD, differential, swelling tests |
neqsim.standards |
ISO 6976, EN 16726, AGA 8, GPA 2145 |
neqsim.process.mechanicaldesign |
Vessel, piping, exchanger sizing per ASME / API / DNV |
neqsim.process.fielddevelopment |
Concept selection, economics, scheduling |
neqsim.process.optimization |
SQP, particle swarm, Pareto, Monte Carlo |
Model maturity and reproducibility. Treat EOS/flash calculations as design-grade only after comparison with PVT or reference data. Treat concept scoring, optimisation, Monte Carlo and automation helpers as decision aids until the inputs, version, validation data and tolerance are recorded. Appendix B gives the notebook and model traceability checklist.
Java and Python convention. Java examples in the NeqSim repository must be Java 8 compatible. Python examples use ASCII API strings such as
CO2,H2S,Sm3/dayandkg/hr, while the prose uses scientific notation such as CO₂, H₂S and Sm³/d.
26.2.1 Field-development framework map
The public NeqSim field-development documentation is best read as two layers:
- Strategy. The field-development strategy page describes why high-level orchestration was added: screening, production scheduling, tieback analysis, field economics and decision support on top of NeqSim's thermodynamics and process simulation.
- Integrated framework. The integrated framework page maps the lifecycle from discovery to operations to concrete classes, fidelity levels and Python-callable workflows.
For this book the mapping is:
| Lifecycle phase | Book sections | NeqSim classes to know | Notebook role |
|---|---|---|---|
| Discovery and appraisal | Chapters 3 and 15 | SystemSrkEos, ReservoirInput, SimpleReservoir |
Create fluid, estimate volumes, classify reservoir fluid |
| Feasibility / DG1 | Chapters 8, 11, 17 and 18 | FieldConcept, FlowAssuranceScreener, EconomicsEstimator, CashFlowEngine |
Screen concepts and order-of-magnitude economics |
| Concept select / DG2 | Chapters 11, 13 and 20 | ConceptEvaluator, DevelopmentOptionRanker, TiebackAnalyzer, FacilityBuilder |
Compare alternatives, hosts and facility blocks |
| FEED / design | Chapters 6, 7, 13 and 24 | ProcessSystem, SubseaProductionSystem, SystemMechanicalDesign, NetworkSolver |
Move from screening objects to process and subsea models |
| Operations | Chapters 19, 20 and 24 | FieldProductionScheduler, ProductionProfile, ProcessAutomation, lifecycle state classes |
Forecast, optimise, calibrate and preserve model state |
Discussion (Figure 26.1). Observation. The framework starts with fluid and reservoir descriptions, then adds concept screening, subsea and facility models, economics, scheduling and operations. Each phase has a natural chapter home in the book. Mechanism. NeqSim uses progressive fidelity: simple inputs and correlations at screening, EOS and well models at concept select, process and mechanical design at FEED, and automation plus state snapshots in operations. Implication. Students can learn field development as one computational workflow instead of disconnected exercises. Recommendation. When starting a notebook, first identify the lifecycle phase, then choose the lowest NeqSim fidelity that can answer the decision question.
The notebook that generates Figure 26.4 also runs a smoke test of the main Python entry points used in the rest of the book: FieldConcept, ConceptEvaluator, FlowAssuranceScreener, DevelopmentOptionRanker, TiebackAnalyzer, SubseaProductionSystem, NetworkSolver, GasLiftCalculator, CashFlowEngine and ProductionProfile.
26.2.2 Advanced field-development calculation workflow
The newer field-development layer turns NeqSim from a collection of useful discipline calculators into a decision engine for DG1 and DG2 studies. The workflow is still screening-level unless benchmarked against project data, but it has the structure needed for a defensible concept-selection workbook:
| Workflow step | Engineering question | NeqSim APIs | Typical book output |
|---|---|---|---|
| Concept basis | What resource, wells and infrastructure define the case? | FieldConcept, ReservoirInput, WellsInput, InfrastructureInput, GreenfieldConceptFactory |
common basis table and production profile |
| Template uncertainty | What are the P10/P50/P90 drivers? | DevelopmentCaseTemplate, DevelopmentCaseUncertainty, UncertaintyRange |
CAPEX, resource, schedule and price ranges |
| Tieback route screen | Which host and route are feasible? | TiebackAnalyzer, HostFacility, TiebackRouteNetwork, MultiphaseFlowIntegrator |
arrival pressure, arrival temperature, hydrate margin, host bottleneck, NPV |
| Gathering network | How is production allocated among wells? | WellSystem, NetworkSolver, NetworkResult |
well-by-well rates and facility capacity limit |
| Facilities bridge | What utility load follows from the concept? | ConceptToProcessLinker, FacilityBuilder, FacilityConfig |
generated ProcessSystem, power, heating, cooling and CO2 estimate |
| Reservoir bridge | What should be exported to reservoir simulation? | ReservoirCouplingExporter |
VFPPROD/VFPINJ tables, schedule keywords and forecast CSV |
| Decision ranking | Which concept is preferred under transparent weights? | DevelopmentOptionRanker, ConceptEvaluator, BatchConceptRunner |
MCDA ranking, normalized criteria and sensitivity-ready scores |
| Portfolio choice | Which projects fit the capital envelope? | PortfolioOptimizer, CashFlowEngine, NorwegianTaxModel, TaxModelRegistry |
selected/deferred projects, annual capital use and EMV |
| Publication | How are tables kept consistent between notebook, report and book? | FieldDevelopmentReportExporter |
Markdown tables and figure-ready data |
The important teaching point is the hand-off discipline. A student should not copy numbers by hand from a tieback screen into an economic table and then into a report. The concept object and its derived templates should carry the basis through the calculation, while exported tables document exactly which API produced the number. That habit makes the difference between a pretty notebook and a reviewable engineering study.
A practical advanced calculation can be run as the following sequence:
1. Create greenfield and brownfield templates from one resource and production basis.
2. Add route topology for each tieback alternative: shared corridor, branch, riser and host hub.
3. Run route-aware tieback screening and reject infeasible hosts before MCDA.
4. Solve the gathering network and check whether facility capacity, not reservoir PI, limits plateau.
5. Generate a screening ProcessSystem and run it before reading utility and emissions summaries.
6. Export VFPPROD/VFPINJ and schedule snippets for reservoir-model coupling.
7. Rank alternatives with balanced MCDA and repeat with economic, risk and environmental presets.
8. Select the portfolio under annual and total capital limits, then export report-ready tables.
For developer notebooks, replace the public from neqsim import jneqsim import with the repository helper devtools/neqsim_dev_setup.py. That mode loads Java classes directly from the workspace build, which is required when a notebook is demonstrating new APIs that are not yet in the published wheel. The public mode remains the right mode for students reproducing a released book edition.
26.3 Installation
26.3.1 Python
pip install neqsim
Python ≥ 3.9 is required. JPype is the Java bridge. The Python package includes the NeqSim Java library, but the local environment may still need a compatible Java runtime or JDK available on PATH.
26.3.2 Java / Maven
<dependency>
<groupId>no.equinor.neqsim</groupId>
<artifactId>neqsim</artifactId>
<version>3.7.0</version>
</dependency>
26.3.3 Notebook environment
For this book, students only need the public Python package installed with pip install neqsim. The repository and developer helper tools are not required to run the examples in the chapter notebooks.
There are two notebook modes in the wider NeqSim teaching material:
| Mode | Import pattern | When to use it |
|---|---|---|
| Public release | from neqsim import jneqsim as ns |
Released book notebooks and student exercises. |
| Developer workspace | devtools/neqsim_dev_setup.py, then ns.JClass(...) |
New APIs, local Java changes, pull-request examples and advanced decision-engine notebooks. |
Do not mix the two modes in one notebook kernel. JPype starts one JVM per Python process, so a developer notebook should be run in a fresh kernel when switching from the public wheel to workspace classes.
26.4 Creating a fluid
from neqsim import jneqsim as ns
fluid = ns.thermo.system.SystemSrkEos(298.15, 60.0)
fluid.addComponent("methane", 0.85)
fluid.addComponent("ethane", 0.10)
fluid.addComponent("propane", 0.05)
fluid.setMixingRule("classic")
ops = ns.thermodynamicoperations.ThermodynamicOperations(fluid)
ops.TPflash()
fluid.initProperties()
print(f"Density: {fluid.getDensity('kg/m3'):.2f} kg/m³")
print(f"Z gas: {fluid.getPhase('gas').getZ():.4f}")
Always:
- Set the mixing rule (
"classic", or numeric for CPA). - Call
initProperties()after flash before reading transport properties such as viscosity, thermal conductivity or phase physical properties.
26.5 Building a process
26.5.1 Programmatic API
fluid_in = ns.thermo.system.SystemSrkEos(303.15, 80.0)
fluid_in.addComponent("methane", 0.86)
fluid_in.addComponent("ethane", 0.07)
fluid_in.addComponent("propane", 0.04)
fluid_in.addComponent("n-butane", 0.02)
fluid_in.addComponent("water", 0.01)
fluid_in.setMixingRule("classic")
feed = ns.process.equipment.stream.Stream("feed", fluid_in)
feed.setFlowRate(50.0, "MSm3/day")
cooler = ns.process.equipment.heatexchanger.Cooler("Cooler", feed)
cooler.setOutTemperature(303.15)
sep = ns.process.equipment.separator.Separator(
"HP Sep", cooler.getOutletStream())
process = ns.process.processmodel.ProcessSystem()
process.add(feed); process.add(cooler); process.add(sep)
process.run()
26.5.2 JSON builder API
import json
spec = {
"fluid": {"eos": "SRK", "components": [
{"name": "methane", "fraction": 0.86},
{"name": "ethane", "fraction": 0.07},
{"name": "propane", "fraction": 0.04},
{"name": "n-butane","fraction": 0.02},
{"name": "water", "fraction": 0.01}]},
"feed": {"name": "feed", "T": 303.15, "P": 80.0,
"flow": {"value": 50.0, "unit": "MSm3/day"}},
"operations": [
{"type": "Cooler", "name": "Cooler",
"in": "feed", "outT": 303.15},
{"type": "Separator", "name": "HP Sep",
"in": "Cooler.out"}]
}
result = ns.process.processmodel.ProcessSystem.fromJsonAndRun(
json.dumps(spec))
process = result.getProcessSystem()
The JSON builder is the recommended API for AI agents and for cross-language integration.
26.6 ProcessModel for multi-area plants
plant = ns.process.processmodel.ProcessModel()
plant.add("Separation", build_separation_train())
plant.add("Compression", build_compression_train())
plant.add("Export", build_export_pipeline())
plant.run()
print(plant.getConvergenceSummary())
Each area is a self-contained ProcessSystem; the ProcessModel iterates all areas until convergence (recycle streams, share-by-reference).
26.7 Automation API
auto = process.getAutomation()
# Discovery
print(auto.getUnitList())
for v in auto.getVariableList("HP Sep"):
print(v.getName(), v.getType(), v.getUnit())
# Read
T = auto.getVariableValue("HP Sep.gasOutStream.temperature", "C")
P = auto.getVariableValue("HP Sep.pressure", "bara")
# Write and re-run
auto.setVariableValue("Cooler.outletTemperature", 308.15, "K")
process.run()
Use the exact getVariableValue and setVariableValue methods when the unit and variable names are known and the notebook is being used as a deterministic calculation. Use the "safe" variants getVariableValueSafe and setVariableValueSafe when building tools, agents or student workflows that may contain spelling, case or unit mistakes. The safe variants return JSON with the original address, any fuzzy correction, the resolved value or set result, and diagnostic suggestions when the operation fails. Record any auto-correction in the notebook output so the calculation remains auditable.
26.8 Mechanical design and cost
sep.initMechanicalDesign()
md = sep.getMechanicalDesign()
md.setMaxOperationPressure(85.0)
md.setRetentionTime(120.0)
md.setGasLoadFactor(0.107)
md.readDesignSpecifications()
md.calcDesign()
print(md.toJson())
Per Chapter 17, the cost-estimation calculator wraps Turton/ Peters/Ulrich correlations with CEPCI escalation and material/pressure factors.
26.9 PVT simulation
pvt = ns.pvtsimulation.simulation.ConstantMassExpansion(reservoir_fluid)
pvt.setTemperature(95.0 + 273.15) # K
pvt.setPressures([400, 350, 300, 250, 200, 150, 100, 50])
pvt.runCalc()
for P, V, rho in zip(pvt.getPressures(),
pvt.getRelativeVolume(),
pvt.getDensity()):
print(f"P = {P:6.1f} bara V/V_sat = {V:.4f} rho = {rho:.1f} kg/m3")
CME, CVD, differential liberation, separator tests, and swelling tests are all available via the pvtsimulation package; the neqsim-eos-regression skill helps fit EOS parameters against experimental PVT data.
26.10 Subagents
The NeqSim repository ships with a family of subagents that specialise in field-development sub-tasks:
| Subagent | Specialty |
|---|---|
solve.task |
End-to-end task solver |
field.development |
Concept screening, NPV, tieback |
extract.process |
Build NeqSim from text/PFD |
flow.assurance |
Hydrate, wax, asphaltene |
ccs.hydrogen |
CCS chain, H₂ |
mechanical.design |
Vessels, piping, HX |
engineering.deliverables |
PFDs, instrument list, fire study |
optimize |
NLP, Pareto, sensitivity |
read.technical.documents |
PDF, Word, Excel, P&ID |
read.unisim.to.neqsim |
UniSim/HYSYS conversion |
Invocation pattern (VS Code Copilot Chat):
@solve.task design a 4-well subsea tieback to a host platform 25 km away;
gas-condensate at 95 °C, 350 bar; water depth 250 m; estimate CAPEX and NPV.
The subagent loads the relevant skills, runs simulations, generates the deliverable, and writes results to task_solve/YYYY-MM-DD_slug/.
26.11 Skills
Skills are knowledge packages that subagents (and humans) consult to apply best practice. Top skills used by field- development teams:
neqsim-api-patterns— fluid + process recipes.neqsim-field-development— concept selection, lifecycle.neqsim-field-economics— NPV, IRR, fiscal regimes.neqsim-subsea-and-wells— well design, SURF cost.neqsim-flow-assurance— hydrate, wax, slug.neqsim-ccs-hydrogen— CCS, blue/green H₂.neqsim-platform-modeling— full-platform topside model.neqsim-process-safety— HAZOP, LOPA, SIL, risk matrix.neqsim-relief-flare-network— PSV, flare radiation.neqsim-equipment-cost-estimation— Turton, CEPCI.neqsim-professional-reporting—results.jsonschema.
For TPG4230 students, the practical use is to match the engineering question to the skill names above: fluid/property questions start with neqsim-api-patterns, concept-selection questions start with neqsim-field-development, and subsea or flow-assurance questions add the relevant specialist skill.
26.12 Task-solving workflow
The recommended workflow for engineering tasks is independent of any repository tooling:
- Define the decision. State the concept, operating envelope, acceptance criteria and required outputs.
- Scope and research. Select the relevant NeqSim capability, identify standards and collect the benchmark data needed for a check.
- Analyse and evaluate. Build a Python notebook using
pip install neqsim, run the NeqSim model, and document units, assumptions and convergence. - Validate. Compare at least one key result against independent data, a hand calculation or a published benchmark.
- Report. Present the main table, figures, uncertainty drivers, risk items and recommended next decision.
26.13 Example — TPG4230 mini-task
"""
Quick screening: gas plateau capacity for a 50 GSm³ field
at 7-yr plateau target, compute required topside.
"""
from neqsim import jneqsim as ns
# Reservoir
giip = 50e9 # Sm³
rf = 0.85
plat_y = 7.0
# Plateau capacity (Eq. 19.8)
eta = 0.55
q_plat_yr = eta * rf * giip / plat_y
q_plat_d = q_plat_yr / 365
print(f"Plateau capacity: {q_plat_d/1e6:.1f} MSm³/d")
# Build a simple compression train
gas = ns.thermo.system.SystemSrkEos(303.15, 60.0)
gas.addComponent("methane", 0.95); gas.addComponent("ethane", 0.04)
gas.addComponent("propane", 0.01); gas.setMixingRule("classic")
feed = ns.process.equipment.stream.Stream("feed", gas)
feed.setFlowRate(q_plat_d, "Sm3/day")
feed.run()
comp = ns.process.equipment.compressor.Compressor("Export-C", feed)
comp.setOutletPressure(150.0)
process = ns.process.processmodel.ProcessSystem()
process.add(feed); process.add(comp); process.run()
print(f"Compressor power: {comp.getPower()/1e6:.2f} MW")
26.14 Digital twin and live operations
The NeqSim toolkit is increasingly used not only for design and concept-select but as the engine of a live digital twin running alongside an operating NCS asset. Three components form the loop:
- Plant historian connector — tag-reader interfaces (PI, IP.21, Aveva, Cognite) feed temperature, pressure, flow and composition signals at 1-minute or sub-minute cadence into a NeqSim
ProcessSystem. - Live model evaluation — the
ProcessAutomationfacade re-runs flowsheets with the latest operating point, returning equipment-level diagnostics (compressor surge margin, separator carry-over risk, dehydrator MEG loss, hydrate margin in subsea flowlines). - Decision support — gradient-based optimisers (
neqsim.process.optimization) write back set-point recommendations to control-room operators or, for advisory mode, to engineering dashboards.
For field-development engineering this matters in three ways:
- Validation against real plants — a digital-twin campaign on an operating NCS host typically reveals 5–15 % errors in design heat-exchanger U-values, compressor polytropic head and dehydrator approach-to-equilibrium. These errors are then fed back into FEED-stage models for the next tieback.
- Late-life optimisation — model-based set-point tuning on an electrified host can reduce OPEX 2–5 % and scope-1 emissions 1–3 % at zero CAPEX, materially shifting the cessation date (Section 17.5.3).
- Tieback readiness — a live digital twin of the candidate host is the cleanest way to confirm absorptive capacity (Section 11.8.1) before committing to a satellite PDO.
The NeqSim ProcessSystemState and ProcessModelState classes (lifecycle package) are designed for this: they produce versioned JSON snapshots that can be compared (ProcessModelState.compare) to detect drift between the as-designed and as-operated model. Integration with machine-learning surrogates (Gaussian processes, neural nets) for fast inner loops is an active research area; the neqsim-plant-data and neqsim-model-calibration-and-data- reconciliation skills bundle the recommended patterns.
26.15 Theoretical foundations: NeqSim architecture and computational workflow
Field-development calculations — fluid characterisation, topside flowsheet sizing, tieback hydraulics, compressor selection, NPV under uncertainty — demand a single computational stack that ties thermodynamics, process modelling, mechanical design and economics into one auditable workflow. NeqSim was built to fill exactly this role on the NCS: it is the engine behind a number of the operator-side concept-screening, digital-twin and PDO-economics workflows referenced throughout this textbook, and the tool every TPG4230 student is expected to use for their own integrated case studies.
NeqSim is the open-source thermodynamic and process-simulation framework developed at NTNU and used throughout this textbook. This appendix gives the user-facing architecture, the principal class hierarchies and the computational workflow patterns that recur across exercises and case studies.
26.15.1 The four-layer architecture
NeqSim is organised in four cleanly separated layers:
- Thermodynamics layer (
neqsim.thermo): equations of state, flash routines, pure-component databases, electrolyte models. Entry point:SystemInterfaceand its concrete implementationsSystemSrkEos,SystemPrEos,SystemSrkCPAstatoil,SystemElectrolyteCPAstatoil,SystemGERG2008.
- PVT layer (
neqsim.pvtsimulation): laboratory experiments (CME, CVD, DL, separator test, swelling, slim-tube) and characterisation routines (TBP, plus-fraction, regression).
- Process layer (
neqsim.process.equipmentandneqsim.process.processmodel): unit operations, streams, controllers, measurement devices, recycle/adjuster solver. Entry point:ProcessSystemandProcessModel.
- Standards & design layer (
neqsim.process.mechanicaldesign,neqsim.process.standards,neqsim.process.fielddevelopment): mechanical design, cost estimation, gas-quality standards (ISO 6976), industry standards databases.
26.15.2 The fluid-creation pattern
The canonical fluid-creation sequence is:
SystemInterface fluid = new SystemSrkEos(T_K, P_bara);
fluid.addComponent("methane", 0.85);
fluid.addComponent("ethane", 0.10);
fluid.addComponent("propane", 0.05);
fluid.setMixingRule("classic"); // mandatory
fluid.setMultiPhaseCheck(true); // detect 2nd liquid
ThermodynamicOperations ops = new ThermodynamicOperations(fluid);
ops.TPflash();
fluid.initProperties(); // initialise transport
double rho = fluid.getDensity("kg/m3");
The setMixingRule call is mandatory: omitting it leaves the system in an undefined state. The initProperties call after a flash is mandatory if transport properties (viscosity, thermal conductivity) will be read.
26.15.3 The process-simulation pattern
Process simulations follow a four-step lifecycle:
- Construction: instantiate streams and equipment, configure inputs (flow, T, p, composition, design parameters).
- Wiring: connect streams via
setInletStream/setOutletStream; add toProcessSystem. - Execution:
process.run()solves the flowsheet, including recycle and adjuster loops. - Inspection: read outputs via
getOutletStream(), energy duties, pressure drops, mechanical-design quantities.
For gas-value-chain and onshore-processing models, construction usually begins with feed reception and pretreatment before NGL extraction, fractionation, export compression or product metering. Pretreatment can include slug removal, inlet heating or cooling, bulk liquid knock-out, filtration, mercury removal and dehydration, depending on the downstream process. Including these blocks in the computational model prevents the distillation or compression section from inheriting impossible feed conditions.
The ProcessSystem.fromJsonAndRun(json) static method bypasses the imperative wiring and constructs the entire flowsheet from a JSON description — useful for declarative case studies and for agent-driven workflows.
26.15.4 The recycle solver
ProcessSystem solves recycle loops by a damped successive substitution with optional Wegstein acceleration. The convergence is monitored on a user-selected tear-stream property (typically mass flow); the default tolerance is $10^{-3}$ relative. Slow recycles (compressor anti-surge with intercooling) may require increasing the iteration limit and using mass-flow tearing rather than full-composition tearing.
26.15.5 The Python bridge
The neqsim Python package exposes the Java API via JPype:
from neqsim import jneqsim
fluid = jneqsim.thermo.system.SystemSrkEos(298.15, 60.0)
fluid.addComponent("methane", 1.0)
fluid.setMixingRule("classic")
Identical method calls, with units the same as the Java side (Kelvin, bara). Plotting is done with native matplotlib on Python arrays extracted from NeqSim. Notebook-based teaching uses this bridge throughout.
26.15.6 Computational performance
On representative developer hardware, small NeqSim flash and process examples usually run fast enough for interactive teaching: a simple PT-flash can be millisecond-scale, phase-envelope tracing is often sub-second to seconds, and complete process-system solves range from interactive to batch-scale depending on recycle loops, equipment count and property package. Treat these timings as a screening guide, not a guarantee. For publishable or production work, record machine, JDK, NeqSim commit, command, case size and tolerance before quoting a number.
26.15.7 The validator and quality gate
The neqsim.util.agentic.TaskResultValidator class implements the schema-validation gate that this textbook's task-solving workflow relies upon. Task notebooks that emit results.json can be validated against the master schema before a report is generated, so worked examples can carry consistent engineering-quality indicators (uncertainty, risk, benchmark, standards-applied, traceability).
26.15.8 Reproducibility
The notebook-backed case material in this book is designed to be reproducible from the public NeqSim GitHub repository. A release tag or commit should pin the codebase used to compile a published edition. Small numerical differences can still occur with different JDKs, operating systems, BLAS libraries and solver tolerances, so notebooks should state the version and acceptance tolerance used for the result.
26.16 Further theory: validation, benchmarks and contribution workflow
26.16.1 NeqSim's validation suite
NeqSim ships with thousands of unit and regression tests covering core EOS models, flash routines, process equipment and agentic workflows. New code is rejected by the CI pipeline if relevant tests fail or if approved regression baselines drift beyond tolerance. Benchmark sources used in development and teaching include:
- NIST WebBook reference data for pure components (methane, CO₂, water, hydrogen), with deviations documented case by case.
- Penn State PVT database for reservoir-fluid CME, CVD and DL experiments.
- GERG-2008 reference equation for natural-gas mixtures.
- Industrial and laboratory datasets where permissions allow the derived benchmark or tolerance to be published.
Before a textbook example is used as evidence rather than illustration, its validation record should state benchmark source, version, tolerance, date, command and result status. Examples without that record should be read as teaching demonstrations, not as independent validation evidence.
26.16.2 Contributing to NeqSim
NeqSim is open source under the Apache 2.0 licence. Students and practitioners are encouraged to contribute. The workflow:
- Fork the GitHub repository.
- Create a feature branch.
- Implement the new class with full JavaDoc.
- Add JUnit tests with benchmark data.
- Run
mvn installand ensure all tests pass. - Submit a pull request.
Contributions reviewed by core maintainers (Equinor, NTNU, SINTEF) vary in turnaround depending on scope, reviewer availability, tests and release timing. The contribution process is itself part of the engineering training: code review by senior engineers is among the most efficient learning mechanisms a student can access.
26.16.3 Reproducible research
Every notebook in this textbook should reference the NeqSim version, Python environment and tolerance used for the published run. Re-running a notebook on the same version should reproduce the qualitative conclusions and key numerical results within the stated acceptance tolerance. Simple property calculations may be reproducible to very tight relative tolerances; larger process flowsheets, optimisation runs and Monte Carlo examples should use explicit engineering tolerances and record the random seed where relevant.
26.17 Worked example: a complete NeqSim notebook for HP-separator design
A typical TPG4230 NeqSim notebook follows this skeleton:
from neqsim import jneqsim
# 1. Create fluid
fluid = jneqsim.thermo.system.SystemSrkEos(303.15, 70.0)
for comp, frac in [
("methane", 0.78), ("ethane", 0.08), ("propane", 0.05),
("i-butane", 0.02), ("n-butane", 0.02), ("i-pentane", 0.01),
("n-pentane", 0.01), ("n-hexane", 0.02), ("nitrogen", 0.01),
]:
fluid.addComponent(comp, frac)
fluid.setMixingRule("classic")
fluid.setMultiPhaseCheck(True)
# 2. Build flowsheet
feed = jneqsim.process.equipment.stream.Stream("feed", fluid)
feed.setFlowRate(50e6, "Sm3/day")
sep = jneqsim.process.equipment.separator.Separator("HP-Separator", feed)
# 3. Run
flowsheet = jneqsim.process.processmodel.ProcessSystem()
flowsheet.add(feed); flowsheet.add(sep)
flowsheet.run()
# 4. Extract & report
gas_out = sep.getGasOutStream()
print(f"Gas rate: {gas_out.getFlowRate('Sm3/day'):.2e} Sm3/day")
print(f"Liquid rate: {sep.getLiquidOutStream().getFlowRate('m3/hr'):.1f} m3/hr")
The notebook then continues with: (a) sensitivity sweep over inlet temperature 25–45 °C, (b) Souders-Brown sizing of the vessel, (c) MechanicalDesign calculation of wall thickness per ASME VIII Div.1, (d) cost estimate via CostEstimationCalculator, (e) results.json export, (f) two matplotlib figures (gas-flow sensitivity, vessel size vs design pressure).
This pattern is repeated in every chapter's accompanying notebook, and constitutes the practical computational vocabulary that the TPG4230 student is expected to internalise. The pattern scales: the same 30-line skeleton is the basis of the integrated Aasta Hansteen process model that appears in the case-study chapter.
26.17.1 Performance and parallelism
NeqSim examples range from interactive property calculations to batch-scale process studies. A small flash or separator example can run quickly enough for classroom use, while a multi-unit flowsheet with recycles, heavy fluids or mechanical-design post-processing can require substantially longer. For large sensitivity studies, NeqSim's BatchStudy class parallelises independent cases across CPU cores, but publishable performance claims should state the hardware, JDK, NeqSim version, case size, convergence tolerance and random seed.
Discussion (Figure 26.2). Observation. The PFD translates a field-development process into a computational flowsheet. Mechanism. Each block carries thermodynamic state, equipment balance and stream connectivity that can be solved repeatedly. Implication. Reproducible models make sensitivity, uncertainty and design reviews faster and less ambiguous. Recommendation. Build transparent flowsheets with named streams, units and assumptions so results can be audited by other disciplines.
Digital twins and the industrial internet
A digital twin is a continuously updated computational model of a physical asset that mirrors the asset's state, predicts its near- term behaviour and feeds back into operational decisions. The core ingredients are a calibrated thermodynamic and hydraulic model (typically built in NeqSim or an equivalent), a live connection to the plant historian (PI, IP.21) for measured pressures, temperatures, flow rates and analyser readings, an automated reconciliation step that tunes a small number of parameters to minimise the residual between modelled and measured outputs, and a publishing layer that makes the reconciled state available to operators and engineers.
Industrial-internet platforms — Equinor's Omnia, BP's Sangam, Shell's Leonardo and the open Open Industrial Platform (OIP) initiative — provide the data fabric on which digital twins are deployed. The pattern is consistent across operators: edge devices in the control room push tag data to the cloud at minute resolution, the simulation engine runs in containerised microservices on demand, and the outputs (production-allocation factors, compressor operating points, predicted hydrate margins) are surfaced through dashboards or returned as advisory set-points to the operator. NeqSim's Python bindings, the tagreader library and the model- calibration workflow described in this chapter are the open-source elements of exactly this pattern, and the chapter on production optimisation shows how the reconciled twin feeds the optimisation loop that delivers measurable production gains in the field.
Discussion (Figure 26.3). Observation. The API coverage spans concept definition, screening, evaluation, economics, facilities, network, subsea, tieback and workflow packages. Mechanism. The field-development module separates input data, calculators and orchestration workflows into package-level responsibilities. Implication. Users can start with simple screening and progressively connect more detailed process models. Recommendation. Teach the package map before asking students to build a full concept-selection workflow.
Discussion (Figure 26.4). Observation. The workflow proceeds from structured inputs through screening, simulation, evaluation, ranking and reporting. Mechanism. Each stage consumes the previous stage's outputs and adds more physical, economic or decision detail. Implication. Debugging is easier when intermediate objects are exposed rather than hiding everything behind final NPV values. Recommendation. Validate each stage independently before running the full workflow.
26.18 Summary
NeqSim is the open-source toolkit at the centre of the TPG4230 curriculum. Its breadth — thermodynamics, process, PVT, mechanical design, optimisation, lifecycle, automation — allows students to practise every step of the field- development workflow. Subagents and skills provide accelerated paths for common tasks; the task-solving workflow embeds quality gates into the deliverable. The new field-development decision engine adds a stronger bridge from screening concepts to route hydraulics, process utilities, reservoir coupling, economics, emissions, MCDA and portfolio selection. By the end of TPG4230, the student should be comfortable using NeqSim from Python in Jupyter, configuring process models from JSON specs, using subagents to draft engineering deliverables, and explaining how each calculated number moves through an integrated concept-selection workflow.
Exercises
- Exercise 26.1. Install NeqSim Python; build the §26.4 fluid; print density at 80 bara, 10 °C.
- Exercise 26.2. Build the §26.5 process via JSON; verify HP separator gas / liquid rates.
- Exercise 26.3. Use the automation API to vary
Cooler.outletTemperaturefrom 5 to 40 °C; plot condensate yield from HP Sep.
- Exercise 26.4. For a subsea tieback NPV study, choose the three most relevant skills from Section 26.11 and explain what each contributes to the calculation.
- Exercise 26.5 [course problem P3]. For your course field, use
@solve.taskto draft an end-to-end concept selection.
- Exercise 26.6. Starting from the advanced workflow in Section 26.2.2, build a one-page calculation map for a satellite tieback: required input data, NeqSim classes, output tables, validation checks and the DG1 decision each output supports.
Case Studies: Aasta Hansteen and Ultima Thule
Discussion (Case studies in field development and operations). Observation. The figure highlights the main relationships, variables or workflow steps used in this chapter. Mechanism. These elements are connected through material balance, energy balance, pressure-flow behavior, cost build-up or decision-gate logic depending on the topic. Implication. The figure should be read as an engineering decision aid, not as decoration. Recommendation. Before using the figure in a calculation, state the input assumptions, units and decision gate it supports.
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the Aasta Hansteen field — geology, fluid, concept, schedule, key challenges.
- Identify the lessons learned from Aasta Hansteen for future deepwater frontier developments.
- Apply the integrated TPG4230 toolkit to the Ultima Thule pedagogical case (subsea tieback vs. standalone semi-sub).
- Compare two concepts on CAPEX, OPEX, NPV, schedule, HSE, environmental footprint.
- Defend a concept-selection recommendation for a deepwater gas-condensate field.
Where We Are in the Field-Development Lifecycle
This chapter shows how case evidence becomes concept judgement. Compare Aasta Hansteen, Snøhvit and Ultima Thule as different answers to the same field-development questions.
27.1 Aasta Hansteen — overview
Aasta Hansteen is a deepwater gas field in the Norwegian Sea [75]. It came on stream in December 2018 after a long FEED–EPC schedule (2009–2018). Operator: Equinor (then Statoil). Partners: Wintershall Dea, OMV.
The field was sanctioned by Stortinget through Prop. 97 S (2012–2013) — Utbygging og drift av Aasta Hansteen-feltet og anlegg og drift av Polarled utviklingsprosjekt og Kristin gasseksportprosjekt — i.e. a single parliamentary proposition that bound together the plan for utbygging og drift (PUD) of the offshore field with the plan for anlegg og drift (PAD) for the 482 km Polarled gas-export pipeline and the Nyhamna terminal expansion. The konsekvensutredning (KU) accompanying the PUD ran to several hundred pages and addressed fisheries, sea-mammal noise, deepwater environment and cumulative-emission impact; the regulator's myndighetenes vurdering (regulator's assessment) appears unchanged in Prop. 97 S as the formal recommendation to Stortinget. The Aasta Hansteen file is therefore an end-to-end worked example of the PUD–PAD–KU triplet introduced in Section 21.4.
27.1.1 Geology and fluid
- Reservoir: Cretaceous Nise sandstone.
- Depth: ~ 3 200 m TVD.
- Initial pressure: high-pressure gas-condensate, case basis about 410 bara.
- Initial temperature: warm reservoir, case basis about 100 °C.
- Resource table used in this edition: 73.2 GSm³ gas equivalent + 1.4 MSm³ condensate originally recoverable; official remaining reserves are updated annually.
- Composition: ~ 91 % methane, 4 % ethane, 1 % CO₂, 4 % heavier; lean gas-condensate.
27.1.2 Location
- Block 6706/12, Norwegian Sea.
- Water depth: 1 270 m (the deepest oil & gas development on the NCS to date).
- Distance to nearest infrastructure: > 300 km.
- Distance to shore: 300 km west of Vestfjord.
27.1.3 Concept selection
Five concepts were evaluated in the 2010–2012 concept-select phase:
- Subsea-to-shore tieback to Nyhamna or Kollsnes — rejected on cost (482 km / 600 km offshore pipeline).
- FPSO with shuttle tanker export — rejected on gas-handling complexity, no oil to motivate FPSO.
- Floating LNG (FLNG) — too immature in 2011 for sanction.
- Semi-submersible platform — rejected on motion and payload limits at 1 270 m water depth.
- Spar platform with subsea wells — selected.
27.1.4 The spar platform
Aasta Hansteen is the first spar platform on the NCS and one of the largest spar platforms by topside payload (~ 24 000 t).
Spar geometry:
- Hull: 198 m long, 50 m diameter.
- Draft: ~ 175 m below waterline.
- Topside payload: 24 000 t.
- Gas processing capacity: 23 MSm³/d.
- Condensate processing: 4 000 m³/d.
- Mooring: 17 chain-polyester-chain lines.
27.1.5 Subsea architecture
- 7 production wells (3 templates with 2 wells + 1 single satellite).
- Wet trees, multiphase flowlines.
- Tieback distance to spar: 5–8 km.
- MEG injection for hydrate prevention.
27.1.6 Polarled pipeline
A new 482 km gas-export pipeline (Polarled) was built to transport Aasta Hansteen gas to the Nyhamna processing plant (onshore, Aukra/Nyhamna). Key features:
- 36" diameter; 1 300 m water depth.
- Capacity: 70 MSm³/d (oversized to allow tiebacks of future Norwegian Sea developments).
- Operator: Gassco.
- Crossing of the Arctic Circle — first NCS pipeline north of 66°33'N.
The Polarled pipeline is itself a strategic Norwegian infrastructure investment, intended as a hub for future Norwegian Sea / Barents Sea developments.
27.1.7 CAPEX and schedule
- CAPEX (development): ~ 38 BNOK (~ 4.7 BUSD).
- FEED: 2009–2012.
- DG3 sanction: 2013.
- First gas: 16 December 2018 (~ 1 year delay vs. plan).
- Plateau: 2019–~ 2026.
- Field life: ~ 16 years.
27.1.8 Lessons learned
- Spar selection justified by water depth and motion; spar dynamics in NCS metocean conditions required dedicated model testing.
- Topside weight discipline. Spar payload is fixed by hull buoyancy; weight growth in detail engineering is more constraining than on a fixed platform.
- Long pipeline lead time. Polarled was on the critical path; pipeline construction parallelism was essential.
- Frontier QA/QC cost. First-of-kind systems (deepwater manifold, spar mooring) require additional QA/QC and FMEA cost above mature designs.
- Climate impact on CO₂ accounting. The spar's gas-turbine power generation produces ~ 18 kg CO₂/boe — moderate by NCS standards but a target for future electrification.
27.1.9 NeqSim model
A simplified Aasta Hansteen process model:
from neqsim import jneqsim as ns
# Reservoir fluid (lean gas-condensate)
res = ns.thermo.system.SystemSrkEos(378.15, 410.0)
for c, x in [("nitrogen",0.005),("CO2",0.010),
("methane",0.910),("ethane",0.040),
("propane",0.020),("n-butane",0.005),
("n-pentane",0.005),("n-hexane",0.005)]:
res.addComponent(c, x)
res.setMixingRule("classic")
feed = ns.process.equipment.stream.Stream("feed", res)
feed.setFlowRate(23e6, "Sm3/day")
feed.run()
# Topside: cool, separate, compress to 200 bara for Polarled
cooler = ns.process.equipment.heatexchanger.Cooler("Cooler", feed)
cooler.setOutTemperature(283.15)
sep = ns.process.equipment.separator.Separator(
"HP Sep", cooler.getOutletStream())
exp_comp = ns.process.equipment.compressor.Compressor(
"Export Comp", sep.getGasOutStream())
exp_comp.setOutletPressure(200.0)
p = ns.process.processmodel.ProcessSystem()
for u in [feed, cooler, sep, exp_comp]: p.add(u)
p.run()
print(f"Export comp power: {exp_comp.getPower()/1e6:.1f} MW")
27.2 Ultima Thule — pedagogical case
Ultima Thule is a fictitious oil-and-gas field in the Exlandian Sea used in TPG4230 as the integrated DG0 → DG2 design exercise (the case document is distributed with the course). It is deliberately set in a non-Norwegian jurisdiction so that students must work out a fiscal regime, infrastructure availability and market access from first principles, rather than reuse the familiar NCS template.
The numerical values in this section are a teaching basis, not a historical field data set. They are internally consistent enough for concept comparison, but students should label assumptions, sources and maturity before using the case values in calculations. The integrated capstone in Chapters 29-32 uses a separate reference basis and should not be averaged with this alternative exercise solution path.
27.2.1 Setting and discovery
In 2010 the Exlandian and Norwegian governments signed a Memorandum of Understanding (MoU) on offshore oil and gas cooperation. Equinor opened an office in Port Royal in 2015, took the Block 8 acreage in the Exlandian Sea (50 km south-west of the producing Jubilado field in Block 10), and committed to drill 6 exploration wells. The signature bonus was 150 mill. USD and the drilling commitment was estimated at 800 mill. USD. After three dry holes, the fourth well discovered the Ultima Thule oil field; appraisal in 2018 confirmed the volumes and the business case passed DG0 in Q1 2019. The course exercise covers the DG1 (concept selection) and DG2 (FEED-complete) work that follows.
27.2.2 Reservoir and fluid
The reservoir is a faulted-anticline trap in Middle Jurassic sandstones, with a 78 m oil column underlying a gas cap (GOh at 2 350 m, OWh at 2 428 m). Water depth is approximately 300 m. The main reservoir parameters are:
| Parameter | Value |
|---|---|
| Water depth | 300 m |
| Reservoir crest / WOh | 2 350 m / 2 428 m |
| Area | 26 km² |
| Gross sand | 65 m |
| GRV | 1 690 × 10⁶ m³ |
| Net-to-gross | 0.60 |
| Porosity | 0.20 |
| Permeability | 200 mD |
| Oil saturation | 0.75 |
| Reservoir pressure (initial) | 249 bar |
| Reservoir temperature | 93 °C |
| Oil density | 35 °API |
| GOR | 0.778 Mscf/stb |
| Oil viscosity @ $P_r$ | 0.45 cp |
| Bubble-point pressure | 249 bar (saturated) |
| Salinity (formation water) | 50 000 ppm |
| Oil in-place | 663 MMstb |
| Gas in-place (gas cap) | 516 Bscf (≈ 19 GSm³) |
The reservoir-fluid composition (recombined from gas and oil samples) is dominated by methane (42.6 mol %) with a heavy C₁₀₊ fraction of 22.0 mol %, mean molecular weight 200.4 g/mol for the oil phase. The associated gas has a heating value of ≈ 47 MJ/Sm³, hydrocarbon dew point −5 °C @ 50 barg, and water dew point −20 °C @ 69 barg. The oil is light (35 °API) but has elevated sulphur (≈ 1.0 wt %) and a pour point of +3 °C; TAN ≈ 0.15 mg KOH/g. These three numbers — sulphur, pour point and TAN — drive both the export-pipeline acceptance specification and the quality-banking (QB) penalty discussed below.
27.2.3 Drainage strategy and production capacity
Ultima Thule has normal hydrostatic pressure (overburden gradient 1.04 bar / 10 m), so the design choice is between depletion, gas reinjection (GI), GI with top-up water injection, or water injection (WI) for full pressure maintenance. The course SET spreadsheet is the educational analogue of a reservoir simulator and lets the student vary:
- dry vs. wet wellheads;
- maximum well spacing and well geometry;
- drainage mechanism (depletion / GI / GI + WI / WI);
- pre-drilling period and number of rigs;
- whether to develop the gas cap (start year ≥ 16).
Output is production and injection profiles plus a drilling schedule formatted for the STEA Exlandia economics spreadsheet, with PROSP providing CAPEX. A reasonable off-take is 9–13 % of total reserves per year (a hard guard-rail in the SET tool), and the design capacities the student must select are oil, gas, water, total liquid and water-injection rates.
The theoretical basis of the SET tool — the production-potential tank model with well-interference factor, derived plateau duration and exponential decline constant — is presented in §19.12.
27.2.4 Concept short-list
The two main concepts the student is asked to evaluate are:
Concept A — Stand-alone development with offshore loading. FPSO-type host with full oil stabilisation, gas reinjection (or compact gas-treatment + export), and shuttle-tanker export from the field. Optimal cargo size is 600 000 bbl (Aframax), 1 000 000 bbl (Suezmax) or 2 000 000 bbl (VLCC); rule-of-thumb storage volume is one cargo plus 3 days of safety operation. Indicative freight is 1.5 USD/bbl to the local Exlandia terminal (Aframax), 1.8 USD/bbl to Rotterdam (Suezmax), 2.0–3.0 USD/bbl to USGh or Far East.
Concept B — Offshore stabilisation + pipeline tie-in to Jubilado. A new-build 50 km pipeline carries stabilised Ultima Thule oil to the producing Jubilado field (Block 10), which has 40 kbd of spare oil-treatment capacity and a 20-inch export line (200 kbd capacity) running 100 km to the Exlandia onshore terminal and refinery. Stabilised oil is sold as Jubilado Blend (30 °API, 0.3 wt % S, pour point 3 °C) at a third-party tariff of 1.5 USD/bbl for the Jubilado pipeline, with freight to onshore loading ~ 0.2 cent/bbl below offshore freight.
A stand-alone gas reinjection option must always be weighed against gas export, because flaring is not permitted. If the gas is exported, the wellhead stream is split downstream into dry gas (C1+C2), LPG (C3, C4) and natural gasoline (C5+) — see Chapter 6 — and each fraction is priced separately at the USGh pricing point (4.5 USD/MBTU for sales gas, 50 USD/bbl propane, 65 USD/bbl butane, 80 USD/bbl naphtha; Exlandia values ≈ 40 % lower).
27.2.5 Net-back oil valuation and quality banking
The net-back value at the field tie-in is the realised sales-point price minus tariff plus the quality-banking (QB) adjustment:
- API: ± 0.4 USD/bbl per ° API above/below the blend.
- Sulphur: ± 2.5 USD/bbl per wt % above/below the blend.
Reference grade prices versus Brent Blend (real 2018+ USD, dummy values for the case study) are:
| Grade | Sales point | API | S (wt %) | Diff. vs BB |
|---|---|---|---|---|
| Mars | USGh, hlovelly | 29 | 2.0 | −6.5 |
| Urals | Rotterdam | 31 | 1.3 | −1.8 |
| Jubilado | Exlandia terminal | 30 | 0.3 | −5.0 |
| ESPO | Kozmino (Far East) | 35 | 0.05 | +1.7 |
| Dubai | Dubai | 30 | 2.0 | −3.0 |
For Ultima Thule (35 °API, 1.0 wt % S) blended into Jubilado Blend (30 °API, 0.3 wt % S), the QB compensation is + 0.4 × (35 − 30) = +2.0 USD/bbl for API, offset by 2.5 × (1.0 − 0.3) = −1.75 USD/bbl for sulphur — a small net positive of ≈ +0.25 USD/bbl that materially affects project economics over field life.
27.2.6 Fiscal regime and economic assumptions
Unlike the Norwegian 78 % marginal regime (Chapter 18), the Exlandian regime in this case is:
- Royalty: 30 % of gross revenue.
- Income tax: 50 % of operating profit after royalty.
- Depreciation: linear, per the STEA depreciation factors.
- hountry risk: 3 % of CAPEX deducted from NPV.
- Discount rate: 8 % (real).
- Brent Blend reference: fixed at 80 USD/bbl (real 2019 USD).
Combined effective marginal take is therefore 1 − 0.7 × 0.5 = 65 %, materially lower than NCS — which makes the CAPEX-light tieback to Jubilado even more attractive on a post-tax basis.
The mandatory NPV tornado (± 30 %) for the selected concept must include: oil price, CAPEX, reservoir reserves, schedule and OPEX. The student is expected to identify the two highest-swing parameters and propose mitigation actions.
27.2.7 HSE and country-specific risks
The HSE risk register from the case document highlights: loss of life and structural damage from hurricanes, reputational and ecosystem damage from light-oil and chemical spills, ship collision, blow-out (relatively high-pressure reservoir), fragile sea-bottom ecosystems near coast, evolving CO₂ / NOx / soot limits, and helicopter / marine transport incidents. hountry risk is captured economically (3 % of CAPEX) and the project team is expected to engage early with the Exlandian authorities under the MoU framework.
27.2.8 NeqSim screening workflow
The Ultima Thule integrated study uses NeqSim across the chain:
- Fluid model —
SystemSrkEos(with Peneloux volume correction) recombined from the gas and oil samples; C₇₊ characterised with Whitson lumping (Chapter 3). - Reservoir profile — SET-equivalent Arps decline (Chapter 19) for 9–13 % off-take with chosen drainage mechanism.
- Wells and SURF —
PipeBeggsAndBrills(Chapter 8) for the 50 km tieback to Jubilado, including hydrate / wax-appearance screening (Chapter 8). - Topside — three-stage HP/MP/LP separation (Chapter 7), associated-gas reinjection compression train (Chapter 6), and dehydration if exported (Chapter 10).
- Net-back oil value — quality-banking calculation per §27.2.5 implemented as a Python helper.
- Economics —
Economichalculatorconfigured for the 30 % royalty + 50 % tax regime (Chapter 18); tornado over price / CAPEX / reserves / schedule / OPEX with ± 30 % swings. - HSE — country-risk + blow-out + spill scenarios in the risk register (Chapter 14).
The recommended agent workflow is @capability.scout → @field.development → @flow.assurance → @mechanical.design → @solve.task, each writing to a single task_solve/ folder so the DG2 deliverable list (Section 4 of the Deliverable List for Investment Projects course document) can be assembled in one pass.
27.3 Comparison — Aasta Hansteen vs. Ultima Thule
| Dimension | Aasta Hansteen | Ultima Thule (Concept B — Jubilado tieback) |
|---|---|---|
| Status | Producing | Pedagogical (Exlandian Sea) |
| Discovery year | 1997 | 2018 (DG0 Q1 2019) |
| Water depth | 1 270 m | ≈ 300 m |
| Originally recoverable reserves | 73.2 GSm³ gas equivalent + 1.4 MSm³ condensate | 365 MMstb oil (55% RF from 663 MMstb STOIIP) + 516 Bscf gas cap |
| Concept | Spar standalone | 50 km subsea tieback to Jubilado + 100 km onshore export |
| Fiscal regime | NCS 78 % marginal | 30 % royalty + 50 % income tax |
| First production | 2018 | DG2 sanction in course exercise |
| Export pipeline | Polarled new-build | Reuse Jubilado 20-inch line |
The two cases highlight the infrastructure-leveraging strategy that drives modern NCS economics: once a host platform and pipeline are in place, satellite tiebacks benefit massively from sunk-cost infrastructure. Aasta Hansteen's Polarled pipeline was designed (over-sized) for exactly this purpose; Ultima Thule's hypothetical case demonstrates how that strategy plays out.
27.4 Frontier-development theme
Both Aasta Hansteen and Ultima Thule illustrate the broader frontier-development theme:
- Distance from infrastructure drives concept choice (tieback vs. standalone).
- Water depth drives floater technology (spar, semi, FPSO).
- Gas-condensate fluid simplifies topside (no oil storage, no shuttle export).
- Strategic infrastructure (Polarled, Nyhamna) extends NCS hub-and-spoke economics.
- CO₂ intensity is a competitive differentiator under EU ETS.
27.5 Theoretical foundations: comparative case-study analysis (Aasta Hansteen, Ultima Thule)
This chapter presented two NCS field-development case studies that illustrate distinct concept-selection paths. This section gives the comparative analytical framework used in concept-selection exercises and locates the two cases within it.
27.5.1 The concept-selection matrix
Concept selection is a structured comparison across multiple axes:
| Axis | Aasta Hansteen | Ultima Thule (hypothetical) |
|---|---|---|
| Water depth | 1 270 m | 350 m |
| Reserves | 73.2 GSm³ gas equivalent + 1.4 MSm³ condensate originally recoverable | 58 MSm³ oil (365 MMstb at 55% RF) |
| Distance to host | 300 km | 25 km |
| Concept | Spar with subsea tieback | Subsea tieback to existing FPSO |
| Topside | Dry tree spar | Wet tree manifold |
| Export | Polarled gas pipeline | crude shuttle tanker |
| First gas/oil | 2018 | (illustrative) |
| hapex | ~30 GNOK | ~12 GNOK |
The principal driver in deepwater (>800 m) is the unavailability of fixed structures and the limits of mooring, riser and installation systems; floating hosts such as spars, semi-submersibles, TLPs and FPSOs become the main options to screen. At intermediate depth (200–500 m), subsea tieback to an existing host typically wins on capex and schedule.
27.5.2 The economic comparison
Concept selection is anchored on NPV at a reference price scenario plus stress-tests:
$$ \Delta\mathrm{NPV} \;=\; \mathrm{NPV}(C_2) - \mathrm{NPV}(C_1) \tag{25.1}, $$
with each concept's NPV including its own capex schedule, opex, production profile and abandonment liability. The decision is robust if $\Delta\mathrm{NPV}$ retains its sign across the price range (e.g. 60–100 USD/bbl, 6–12 EUR/MWh gas).
For Aasta Hansteen the concept selection traded off:
- Spar — chosen: highest capex but provides direct dry-tree access and gas-export station for satellite tiebacks (Snefrid, Roald Rygg).
- Semi-submersible — second: lower deck mass capacity, no direct dry-tree.
- FPSO — rejected: storage of dry gas not relevant.
- Subsea-to-shore — rejected: economic distance limit at 300 km.
27.5.3 The schedule comparison
Schedule risk differentiates concepts as much as capex:
| Activity | Subsea tieback | New-build host |
|---|---|---|
| FEED | 12 mo | 18 mo |
| Detail engineering | 18 mo | 30 mo |
| Procurement | 12 mo | 24 mo |
| Construction | 24 mo | 42 mo |
| Hook-up & commissioning | 6 mo | 18 mo |
| Total | 36–48 mo | 60–84 mo |
Schedule discount on a tieback typically adds 10–25 % NPV from earlier first oil/gas alone.
27.5.4 Reservoir-uncertainty comparison
Concept robustness against reservoir uncertainty:
- A new-build host is sized for the reserves estimate at sanction; upside is captured through compression upgrades and tieback of satellites (Aasta Hansteen → Snefrid model).
- A tieback is sized to the host's spare capacity; downside is absorbed by the host operator through capacity allocation.
Aasta Hansteen's concept includes 30 % spare capacity for satellite tieback — a deliberate option-value capture beyond the sanction reserves.
27.5.5 HSE risk comparison
HSE outcomes diverge by concept:
- Subsea tieback: concentrates risk at the host; minimal new manned-platform exposure.
- New-build host: full spectrum of HSE risk, including helicopter exposure to the new POB (people on board).
Aasta Hansteen's manning is 50–70 POB, vs 0 POB on a tieback — a quantifiable HSE benefit of subsea concepts.
27.5.6 The lessons-learned framework
NCS case studies converge on a recurring set of lessons:
- Reservoir uncertainty drives concept robustness more than capex.
- First-oil schedule is the most leveraged NPV variable.
- Tieback economies of scale dominate small-pool development.
- Electrification is now a default consideration, not an option.
- Decommissioning liability is provisioned at sanction, not deferred.
- Digital integration (PI historian, digital twin, on-line optimisation) is now a sanction deliverable.
These lessons recur across Aasta Hansteen, Johan Sverdrup, Johan Castberg, Snøhvit, Ekofisk-South, Bauge and the wider Norwegian case-study set.
27.5.7 Reading the next case study
The cross-cutting framework of this section — concept matrix, NPV stress-test, schedule comparison, reservoir robustness, HSE quantification and lessons-learned — is the template that the student is expected to apply to any new case study introduced in the literature, in industry practice or in the exam.
27.6 Further theory: project-execution and lessons-learned (Aasta Hansteen, NCS)
Aasta Hansteen is the first spar on the NCS, installed at 1 270 m water depth in the Vøring Basin and on stream from December 2018. The field gathers gas from three reservoirs (Luva, Haklang, Snefrid Sør) and exports through the 482-km Polarled pipeline to Nyhamna. Sanctioned 2013 capex 32 GNOK; final outturn 33 GNOK — a near-on-budget outcome that contrasts with several contemporary NCS overruns. Schedule slipped 8 months from original first-gas 2017 to actual first-gas December 2018, attributed primarily to hull tow-out weather-window dependence and topside hook-up sequencing.
Key lessons subsequently embedded in NCS practice:
- Spar concept robustness: dry-tree access enabled cost- effective tieback of Snefrid Sør (2019) without intervention vessel mobilisation.
- Polarled future-proofing: the 36-inch line was sized at sanction with 30 % spare capacity, enabling the 2024 tieback of Bauge gas at near-zero incremental capex.
- Concurrent commissioning: parallelising hull and topside commissioning saved 4 months but at the cost of an HSE-incident bulge that changed industry practice for future spars.
The Aasta Hansteen project closes the conceptual loop of this textbook: a deepwater frontier resource, marginal at first discovery, made commercial by integrated concept selection, careful schedule management, regulatory compliance and operational optimisation — all supported by the simulation and analysis tools introduced in the preceding 23 chapters.
Discussion (Figure 27.1). Observation. The Snøhvit concept connects subsea production to onshore LNG processing. Mechanism. Offshore processing is minimized, while long multiphase transport and onshore treatment carry the design burden. Implication. The concept shows how NCS field development can trade offshore complexity for subsea and onshore integration. Recommendation. Use Snøhvit as a benchmark when evaluating remote gas discoveries with possible onshore processing routes.
Discussion (Figure 27.2). Observation. The Ultima Thule concept summary compares development alternatives against reservoir, facilities, export and commercial criteria. Mechanism. Concept selection balances recoverable volume, processing complexity, export access, schedule and risk. Implication. The preferred concept is the one that remains robust when uncertainties move, not simply the highest base-case NPV. Recommendation. Present the selected concept with the sensitivities that could change the decision.
27.7 Summary
Aasta Hansteen demonstrates how the NCS executes deepwater frontier developments — long FEED, novel floater, dedicated pipeline infrastructure. Ultima Thule, the pedagogical twin, shows how a 2030-vintage discovery would integrate into existing infrastructure rather than build new infrastructure. Together they are the capstone case studies for TPG4230, integrating reservoir, subsea, topside, pipeline, NPV, HSE, and decarbonisation.
Exercises
- Exercise 27.1. List the five concepts evaluated for Aasta Hansteen and the principal reason each was selected or rejected.
- Exercise 27.2. Compute the topside-weight density (t / m² of deck) of the Aasta Hansteen spar; compare to typical NCS fixed and semi-sub platforms.
- Exercise 27.3. For Ultima Thule, perform the host- capacity check: if Aasta Hansteen has 4 MSm³/d spare gas-treatment capacity, what reduction in Ultima Thule plateau is required?
- Exercise 27.4. Compute NPV for both Ultima Thule concepts at 5 NOK/Sm³ gas price, 8 % discount, Norwegian fiscal regime; identify the breakeven gas price.
- Exercise 27.5 [course problem P3]. Defend a concept-selection recommendation for Ultima Thule incorporating CAPEX, NPV, HSE, schedule, and CO₂ intensity.
Project Development Deliverables and Work Processes
Learning Objectives
After reading this chapter, the reader will be able to:
- Explain why an oil and gas project is delivered as a controlled set of evidence, not only as calculations and drawings.
- Map typical project-development stages from opportunity screening to commissioning and handover.
- Identify the main deliverables expected from project management, subsurface, wells, facilities, subsea, safety, operations, cost, schedule, procurement and quality disciplines.
- Describe how contracts, vendors and engineering contractors shape the deliverable flow.
- Explain how quality assurance, technical verification, change control and decision-gate reviews reduce uncertainty between decision gates.
- Use a deliverable maturity matrix to decide what level of detail is needed at each project phase.
Where We Are in the Field-Development Lifecycle
This chapter turns calculations into deliverables. The main question is whether each table, drawing and memo supports a decision, a discipline interface or a project control need.
28.1 Why Deliverables Matter
A field-development project is not approved because one model produces an attractive number. It is approved when partners, authorities and the operator can see a coherent body of evidence: design premises, production forecasts, safety studies, cost estimates, schedules, contracting plans, risk registers and decision recommendations. The purpose of project-development deliverables is to make that evidence explicit.
For students, this is a useful shift in thinking. A NeqSim flowsheet may calculate separator sizes, compressor duties and sales-gas quality. In a project, those results become part of a heat and material balance, equipment list, utility summary, relief basis, emissions inventory, cost estimate and decision memo. The calculation is still important, but the deliverable is what other disciplines can check, price, build, operate and approve.
On the Norwegian Continental Shelf (NCS), project work is framed by the petroleum regulations, PDO/PIO expectations, recognised standards and company management systems. NORSOK standards are intentionally used as a common industry reference basis and are closely linked to Norwegian function-based regulation [35, 63, 64]. Internationally, project governance is supported by standards and guidance for project management, quality management, risk management, audits and life-cycle costing [76, 77, 78, 79, 80, 81].
Teaching abstraction. The tables in this chapter are generic and public-facing. They are based on common NCS practice, NORSOK/ISO/API/DNV standards and normal offshore project governance. They are not a reproduction of any proprietary work requirement, document numbering system or organisation standard.
28.2 The Stage-Gate Work Process
Most offshore developments use a staged work process. Names vary between companies, but the logic is similar: do just enough work to support the next decision, then mature the design and reduce uncertainty before committing more capital.
| Stage | Typical decision | Main question | Deliverable maturity |
|---|---|---|---|
| Opportunity / screening | Start or stop early study | Is there a plausible business opportunity? | Few pages, analogues, rough ranges, key risks. |
| Concept selection | Select concept or shortlist | Which development concept deserves further work? | Design basis, concept comparison, Class 4-5 cost, risk register. |
| Concept definition / FEED | Prepare sanction basis | Is the selected concept technically, commercially and legally mature enough? | FEED package, Class 3 cost, schedule baseline, safety studies, procurement plan. |
| Sanction / PDO | Commit capital and seek approvals | Should partners and authorities approve development? | Decision memo, PDO/PIO content, investment case, authority documentation. |
| Execute | Build and install | Can engineering, procurement, construction and installation deliver safely? | Issued-for-construction design, vendor documentation, inspection records, commissioning plans. |
| Commission and hand over | Start production | Is the asset ready for safe operation? | Mechanical completion, commissioning dossiers, operating procedures, handover certificates. |
| Operate and improve | Produce value | Are production, safety, integrity and emissions managed through life? | Performance reports, inspection plans, modification dossiers, lessons learned. |
The stage-gate model is not bureaucracy for its own sake. It protects the project from premature commitment. A screening study may be allowed to have wide cost uncertainty, but a sanction decision cannot. A concept-select process can carry several open value-improvement ideas, but a fabrication contract needs stable interfaces, drawings and specifications.
STAGE-GATE WORK PROCESS
┌──────────┐ DG0 ┌──────────┐ DG1 ┌──────────┐ DG2
│ Screening│────▶────│ Concept │────▶────│ FEED │────▶────
│ Study │ │ Selection│ │ (Define) │
└──────────┘ └──────────┘ └──────────┘
Class 5 cost Class 4 cost Class 3 cost
Analogues Design basis Sanction basis
Key risks Concept ranking HAZOP / LOPA
Procurement plan
DG2 ┌──────────┐ DG3 ┌──────────┐ DG4 ┌──────────┐
────▶────│ Execute │───▶───│Commission│───▶───│ Operate │
│ (Build) │ │& Handover│ │& Improve │
└──────────┘ └──────────┘ └──────────┘
IFC design MC dossiers Performance
Vendor docs Start-up plan reports
QA records Operating procs Modifications
Figure 26.1: Stage-gate workflow showing decision gates (DG0–DG4), deliverable maturity and cost-estimate class progression. Each gate requires evidence mature enough to support the next commitment level.
Discussion (Figure 26.1). Observation. The project proceeds through gates of increasing commitment and decreasing uncertainty. Mechanism. Each gate acts as a filter: work is funded only if evidence demonstrates that the project remains viable and sufficiently mature. Implication. Premature gate passage leads to rework, cost growth and schedule overruns. Recommendation. For course problem P3, map each deliverable to the gate at which it must be mature and identify which disciplines contribute evidence at each stage.
28.3 Public Standards and Regulatory Basis
A project deliverable should always state which basis it follows. For NCS projects, the reference stack typically includes:
| Area | Public basis | What it controls |
|---|---|---|
| Development approval | Petroleum Act and PDO/PIO guidance | What must be demonstrated before authorities approve development. |
| Project and quality management | ISO 21502, ISO 10006, ISO 9001 | Governance, quality planning, responsibilities and project-control discipline. |
| Risk management and audit | ISO 31000, ISO 19011, NORSOK Z-013 | Risk register, risk analysis, audit planning and risk communication. |
| Process facilities | NORSOK P-001/P-100, API 12J, API 520/521 | Process design, separation, relief, blowdown and flare basis. |
| Safety systems | NORSOK S-001, IEC 61511, ISO 13702 | Safety functions, emergency systems, fire and explosion response. |
| Wells | NORSOK D-010, API 5C3 | Well integrity, casing/tubing design and barrier philosophy. |
| Subsea and pipelines | API 17A, DNV-ST-F101 | Subsea system architecture, pipelines, materials and integrity. |
| Life-cycle cost | ISO 15663 and AACE estimate classes | Cost basis, estimate maturity, uncertainty and life-cycle economics. |
Recognised standards do not remove engineering judgement. They give the project a shared language for design premises, verification and acceptance criteria. When a project departs from a standard practice, the deviation must be documented, justified, approved and tracked to closeout.
28.4 Deliverable Maturity by Phase
The same deliverable changes character as the project matures. A design basis at screening may be ten pages; at FEED it may control hundreds of engineering documents.
| Deliverable | Screening / concept select | FEED / sanction | Execute / handover |
|---|---|---|---|
| Business case | Opportunity, value drivers, constraints. | Investment case, sensitivities, partner/authority basis. | Benefits tracking and change impact. |
| Design basis | Key fluids, rates, pressures, specifications. | Controlled design cases, margins, authority and standards basis. | Frozen design premises and approved changes. |
| Production forecast | Low/base/high profiles and uncertainty. | Forecast tied to reservoir model and well plan. | Operational surveillance and update process. |
| Process HMB | Main stream table and equipment drivers. | Full design-case HMB with utility, relief and emissions interfaces. | As-built operating envelopes and test results. |
| Equipment list | Major items and approximate sizes. | Datasheets, design pressures/temperatures, weights and vendor inputs. | Vendor manuals, inspection records and spare-parts data. |
| Safety studies | HAZID and major accident screening. | HAZOP, LOPA/SIL, fire/explosion, escape/evacuation/rescue. | Verification, emergency response plans and operational risk controls. |
| Cost estimate | Class 5-4 range with contingency. | Class 3 sanction estimate with basis and uncertainty. | Cost control baseline, commitments and forecasting. |
| Schedule | Milestones and critical path risks. | Integrated Level 2/3 plan with procurement and authority activities. | Detailed construction, installation, commissioning and start-up plan. |
| Contracting strategy | Market scan and execution model. | Contract packages, compensation model, procurement plan. | Contract follow-up, variations, claims and closeout. |
| Quality plan | Governance outline and review needs. | Audit plan, verification matrix, technical authority reviews. | Inspection/test plans, non-conformance handling and handover checks. |
The important word is maturity. A preliminary deliverable is not bad because it is short; it is bad only if it pretends to be more mature than it is. Every deliverable should state its phase, assumptions, exclusions and next maturation step.
28.5 Discipline Deliverables
Each discipline produces evidence for a different part of the decision. The project manager's job is to ensure that the evidence connects.
| Discipline | Typical deliverables | Decision supported |
|---|---|---|
| Project management | Project charter, governance plan, decision memo, action tracker. | What decision is requested and who owns the work. |
| Integration management | Interface register, design-basis register, assumptions register, change log. | Whether the project is one coherent system. |
| Subsurface | Resource basis, PVT programme, recovery strategy, production forecast. | How much can be produced, when and with what uncertainty. |
| Drilling and wells | Well design basis, well count, completion concept, drilling schedule, well cost. | Whether the drainage strategy can be executed safely and economically. |
| Subsea and pipelines | Field layout, flowline/umbilical/riser basis, pipeline route, tie-in strategy. | How the reservoir connects to the host/export system. |
| Process and facilities | Process description, PFDs, HMB, equipment list, utility summary, control philosophy. | Whether the facility can process, stabilise, treat and export the fluids. |
| Safety and environment | HAZID, HAZOP plan, relief/blowdown basis, emissions inventory, discharge basis. | Whether major hazards and environmental exposure are understood. |
| Operations and maintenance | Operating philosophy, manning basis, maintainability review, logistics concept. | Whether the asset can be operated through life. |
| Cost and schedule | WBS, cost estimate, schedule, contingency and uncertainty analysis. | Whether the opportunity creates value within a credible execution plan. |
| Procurement and contracts | Contracting strategy, vendor list, procurement plan, long-lead item register. | How suppliers will be engaged and where commercial risk sits. |
| Quality and assurance | Quality plan, verification plan, audit schedule, decision-gate checklist. | Whether the evidence is checked before the project moves forward. |
A common student mistake is to think that disciplines work in sequence. In reality they iterate. A new PVT result changes the flow-assurance basis; that changes chemical injection, utilities, subsea umbilical size and OPEX. A heavier compressor changes topsides weight; that can change hull choice, installation method and CAPEX. Deliverables are the memory of these iterations.
28.6 Process-Design Deliverables in More Detail
Process deliverables are a useful example because they connect NeqSim calculations directly to project evidence. A process design package normally includes:
| Process deliverable | What it contains | Interfaces |
|---|---|---|
| Process design basis | Fluids, design cases, product specifications, operating envelope, margins. | Subsurface, flow assurance, operations, safety, cost. |
| Process description | Narrative from wellhead to export, including modes and shutdowns. | Operations, control, training, regulatory documentation. |
| PFD and HMB | Major equipment, stream table, phase splits, duties, rates and compositions. | Mechanical sizing, utilities, relief, emissions, economics. |
| P&IDs | Equipment, valves, control loops, trips, drains, vents, relief devices. | HAZOP, procurement, layout, commissioning, operations. |
| Equipment datasheets | Design pressure/temperature, materials, capacity, duty and special requirements. | Vendors, cost, weight, inspection, maintenance. |
| Relief and blowdown basis | Credible scenarios, relieving loads, flare network and depressurisation philosophy. | Safety, layout, structures, flare radiation, environmental reporting. |
| Control and safeguarding philosophy | Control loops, shutdown hierarchy, process safety functions and alarms. | Automation, operations, SIL/LOPA, commissioning. |
| Utility summary | Power, heating, cooling, chemicals, instrument air, nitrogen, fuel gas. | Electrical, HVAC, layout, emissions and OPEX. |
| Operating and monitoring requirements | Start-up, shutdown, turndown, sampling, metering, condition monitoring. | Operations, maintenance and digitalisation. |
Public standards such as NORSOK P-001/P-100, API 520/521 and IEC 61511 provide the public design language for these topics [67, 43, 82, 83, 84]. The project may also have project-specific requirements, but the student should learn to express the deliverable in generic engineering terms first: What is the basis? What is the method? What is the result? Who uses it next?
28.7 Contracts, Vendors and Execution Models
Deliverables are shaped by the execution model. The same field can be delivered through different contracting strategies:
| Execution model | Typical use | Strength | Main risk |
|---|---|---|---|
| Operator-managed study with specialist contractors | Early concept work. | Flexible, fast learning. | Interfaces depend on strong project integration. |
| FEED contractor | Concept definition and sanction package. | Coherent engineering basis and cost/schedule input. | Scope gaps if basis is immature. |
| EPC or EPCm | Topsides or onshore facilities. | Clear engineering/procurement/construction responsibility. | Change management and claims if requirements move. |
| EPCI | Subsea, pipelines, offshore installation packages. | Integrates engineering, procurement, construction and installation. | Marine interfaces, weather windows and long-lead equipment. |
| Alliance or integrated team | Complex brownfield or uncertain scopes. | Shared problem solving and flexibility. | Requires mature governance and commercial alignment. |
| Frame agreements and OEM packages | Standard equipment and services. | Speed and known supplier capability. | Vendor standard design may not fit project-specific constraints. |
Vendors enter the project at different times. Early vendor engagement can reduce uncertainty for compressors, subsea equipment, high-voltage power, turbines, heat exchangers and rotating equipment. But vendor data can also create premature lock-in. The project must decide which information is needed for the next gate and which should wait until requirements are stable.
Procurement deliverables therefore include more than a list of packages. They include market assessment, contracting strategy, compensation model, long-lead item register, tender plan, technical bid evaluation method, contract follow-up strategy and handover requirements. Good procurement work protects technical quality by ensuring that suppliers know what evidence they must return: datasheets, drawings, inspection and test plans, certificates, maintenance data, performance guarantees and spare-parts lists.
28.8 Quality Assurance Between Decision Gates
Quality assurance between decision gates answers one question: Is the evidence mature enough for the decision being requested? The answer is built from several activities.
| QA activity | Typical timing | What it checks |
|---|---|---|
| Peer review | Before discipline issue of key deliverables. | Technical logic, assumptions, calculations and clarity. |
| Discipline technical review | Before gate review. | Compliance with relevant standards and engineering practice. |
| Cross-discipline interface review | During concept selection and FEED. | Whether subsurface, wells, facilities, subsea, cost and schedule agree. |
| HAZID / HAZOP / LOPA | HAZID early, HAZOP/LOPA when P&IDs mature. | Major hazards, operability, safety layers and actions. |
| Constructability and maintainability review | FEED and execution planning. | Whether the design can be built, installed, inspected and maintained. |
| Independent verification | Before sanction or operation for critical systems. | Safety-critical, structural, pipeline, well or regulatory requirements. |
| Audit | Periodic or gate-driven. | Whether the project follows its own quality plan and requirements. |
| Decision-gate readiness review | Immediately before gate. | Whether all mandatory evidence exists and open actions are acceptable. |
The most important QA outputs are not meeting minutes. They are decisions: accept, revise, reject, or accept with actions. A quality review that finds nothing because the review was superficial is worse than a review that finds hard issues early. Early issues are cheap; late issues become redesign, claims, schedule slip and sometimes unsafe operation.
For a DG1 / Class A package, the readiness review should explicitly check:
| DG1 readiness question | Minimum evidence |
|---|---|
| What is the opportunity? | Resource range, fluid basis, location, constraints and strategic reason. |
| What alternatives were considered? | Long list, must-pass screens and rejected options. |
| Why is the selected concept preferred? | Weighted criteria, trade-off table and sensitivity to weights. |
| What assumptions drive the decision? | Versioned basis of design and assumptions register. |
| What risks can change the recommendation? | Risk register with owners, mitigations and closeout evidence. |
| What is the next-phase mandate? | Work programme tied to recovery, CAPEX, PVT, HSE, schedule and commercial proof points. |
28.9 Change, Deviation and Interface Control
QUALITY ASSURANCE BETWEEN GATES
Discipline Cross-discipline Independent
work ──▶ Peer ──▶ Interface ──▶ HAZOP/ ──▶ Verification
review review LOPA (if req'd)
│ │ │ │
▼ ▼ ▼ ▼
Accept/ Actions Safety Certificate
Revise register layers or audit
│ │ │ │
└──────────┴───────────┴──────────────┘
│
▼
┌────────────────────────┐
│ Gate Readiness Review │
│ • Evidence complete? │
│ • Actions closed? │
│ • Risk acceptable? │
└────────────────────────┘
│
Accept / Reject / Action
Figure 26.2: Quality-assurance flow between decision gates. Reviews progress from peer level through cross-discipline and independent verification, feeding a readiness review that decides whether the project may pass the gate.
Discussion (Figure 26.2). Observation. QA is structured as escalating levels of scrutiny: same-discipline, cross-discipline, then independent. Mechanism. Each level catches different failure modes — calculation errors, interface mismatches, compliance gaps — before they compound. Implication. Skipping intermediate reviews (e.g., rushing from discipline output to gate) leaves latent defects that emerge later as costly rework. Recommendation. When preparing a concept-select gate package, confirm that interface actions from the cross-discipline review are closed before requesting gate review.
Project development is controlled change. New data will arrive: a PVT sample, a reservoir update, a vendor compressor weight, a pipeline route hazard, a revised CO₂ price, a new authority expectation. The project must separate useful learning from uncontrolled drift.
Three registers are central:
| Register | Purpose | Example |
|---|---|---|
| Assumptions register | Records uncertain premises and owners. | Oil price, recovery factor, hydrate margin, drilling duration. |
| Interface register | Records boundaries between disciplines, packages and contractors. | Flowline arrival pressure from subsea to process; weight data from mechanical to structures. |
| Change/deviation register | Records approved changes and departures from basis or standards. | Revised separator pressure, alternative material, deleted redundancy. |
An assumption is a premise used to calculate; a risk is an uncertain event or condition that can affect objectives. Do not hide risks inside the assumptions register. If an assumption can change the decision, it needs an owner, evidence plan and closeout criterion.
A deviation from a recognised standard is not automatically wrong. It may be justified by new technology, project-specific risk assessment or a better equivalent solution. But it must be visible. The minimum record is: requirement, proposed departure, reason, risk assessment, compensating measures, approval authority and closeout action.
28.10 How Students Should Use This Chapter
When writing a project report, do not start by asking, "How many pages do I need?" Start by asking what decision the report supports. Then build a small deliverable matrix:
| Decision need | Evidence to include | Minimum student output |
|---|---|---|
| Choose concept | Alternatives, screening criteria, MCA/NPV/risk. | Concept-selection table and decision memo. |
| Size facility | Design cases, PFD/HMB, equipment sizing. | NeqSim flowsheet, stream table and equipment summary. |
| Check safety | Hazards, relief, barriers, emissions. | HAZID table and one quantitative safety calculation. |
| Estimate value | Production, CAPEX, OPEX, price, fiscal terms. | Cash-flow model, sensitivity and uncertainty. |
| Plan next phase | Risks, open assumptions, work programme. | Action list with owner, deliverable and decision impact. |
This matrix also makes group work easier. Each student or discipline owns a deliverable, but the report is judged by the interfaces between them. If the production forecast in the economics section differs from the HMB in the process section, the project has not delivered evidence; it has delivered confusion.
28.11 Chapter Summary
Project development turns uncertainty into evidence for staged decisions. A good deliverable is phase-appropriate, traceable, reviewed and useful to the next discipline. Early phases need enough detail to choose what to mature; later phases need enough detail to commit capital, contract suppliers, build safely and hand over an operable asset. NORSOK, ISO, API, DNV and IEC standards provide the public engineering language, while project-specific management systems define how a company controls its own work. The student should treat every calculation in this book as a potential input to a deliverable: design basis, HMB, equipment list, risk register, cost estimate, schedule, procurement package, quality plan or decision memo.
28.12 Exercises and Self-Test Questions
- Choose one field-development concept from Chapter 11 and list the five deliverables that would be most important before concept selection.
- Explain why a HAZID can be useful before P&IDs are mature, but a HAZOP normally cannot.
- Build a deliverable maturity matrix for a subsea tieback moving from concept select to FEED.
- Name three deliverables that a compressor vendor should return to the project and explain who uses each one.
- Write a one-page decision-gate readiness checklist for a student project using NeqSim results.
- Pick one possible deviation from a recognised standard and describe how it should be justified and approved.
Integrated Ultima Thule Capstone
Ultima Thule Field Development Example: Design Basis and Case Framing
Learning Objectives
After reading this chapter, the reader will be able to:
- Explain how a field-development exercise is transformed into a decision-gate study.
- Identify the minimum design-basis information needed before process and facilities work can start.
- Connect reservoir, fluid, metocean, export, HSE, fiscal and project premises into one coherent basis of design.
- Recognise the difference between a Class A study and a sanction-quality design.
- Use the Ultima Thule case as a practical map from textbook chapters to industry deliverables.
Where We Are in the Field-Development Lifecycle
This chapter establishes the Ultima Thule case basis. Every later comparison depends on keeping resource, environment, constraints and assumptions stable.
29.1 Why End the Book With a Case Study?
The earlier chapters explain the pieces of field development: reservoir fluids, wells, subsea systems, processing, offshore structures, flow assurance, cost, economics, risk, and operations. Real projects rarely arrive as neat chapter-sized problems. They arrive as a partly known reservoir, a stack of assumptions, several attractive but imperfect concepts, and a decision date that is already visible on the wall.
The Ultima Thule case is included as a final field-development example because it forces the full course to work together. It is a fictional training case, but the workflow mirrors the front-end way of working used by major offshore operators on the Norwegian Continental Shelf (NCS) and internationally. The case asks a project team to move from DG0 feasibility initiation to DG1 concept selection. The answer is not simply a process simulation, a cost estimate, or a reservoir calculation. It is a decision package.
The case also teaches a grown-up lesson: a project can be technically feasible and still economically uncomfortable. Ultima Thule has a sizeable black-oil resource and a development concept that can be built with proven technology. Yet the base economics are weak at the assumed oil price. That tension is not a failure of the exercise. It is the exercise.
Case evidence status. Ultima Thule is a fictional teaching case derived from the TPG4230 project workflow [7]. Reservoir volumes, prices, fiscal terms, CAPEX, emissions and recovery factors are internally consistent assumptions for learning unless a table explicitly labels them as benchmarked or generated from a controlled case model. The Class A cost accuracy and decision-gate maturity are interpreted using AACE estimate-class language and the standards families introduced earlier in the book [62, 54, 59, 36, 69].
29.2 The Case in One Page
Ultima Thule is an offshore oil and gas discovery on the fictional Exlandian Continental Shelf. The source exercise places the field in Block 8, about 50 km southwest of the existing Jubilado field. The field was found after three dry wells and then appraised before passing DG0. The solved Class A study reframes the case as a 2025-2026 concept-selection exercise.
| Design-basis item | Class A case value |
|---|---|
| Water depth | About 300 m |
| Reservoir | Middle Jurassic sandstone, faulted anticline |
| Reservoir depth | About 2400 m TVD below mean sea level |
| Initial reservoir pressure | About 249 bar |
| Reservoir temperature | About 93 °C |
| Fluid type | Saturated black oil with gas cap |
| GOR | About 138 Sm³/Sm³ |
| STOIIP / OIIP | About 660 MMbbl |
| Conservative oil EUR | About 364 MMbbl |
| Target plateau | 15,900 Sm³/d oil, about 100 kbbl/d |
| Field life | About 25 years |
| Development concept selected | Semi-submersible, wet trees, FSO, waterflooding plus gas injection |
| Oil export | Shuttle tanker from FSO |
| Gas strategy | Reinjection early, deferred export later |
| Fiscal frame | 30% royalty plus 50% tax after royalty |
The field is large enough to deserve a stand-alone facility study. It is also awkward enough to demand discipline: black-oil PVT uncertainty, harsh offshore logistics, a large CAPEX base, gas-handling choices, late gas revenue, waterflooding, gas injection, and environmental exposure all affect the recommendation.
Teaching-case basis. The values in this table are Class A teaching-case inputs, not sanctioned project data. They are used to test decision quality, discipline integration and sensitivity thinking. A real project would replace them with signed basis-of-design data, lab PVT, reservoir simulation, vendor studies, authority requirements and partner-approved economic assumptions.
29.3 Where This Fits in the Book
Ultima Thule is not an isolated appendix. It is a worked integration of the book:
| Book topic | Ultima Thule use |
|---|---|
| Chapters 2-3: value chain and PVT | Converts discovered hydrocarbons into oil, gas and water processing duties. |
| Chapters 4, 15 and 16: reservoir and production technology | Defines inflow, production profiles, well count, injection strategy and recovery factor. |
| Chapters 6-10: processing and flow assurance | Builds the separation, compression, dehydration, hydrate, wax and export basis. |
| Chapters 11-13: field building blocks, structures and subsea | Selects semi-submersible, wet trees, FSO, risers, flowlines and deferred pipeline. |
| Chapters 14 and 16: wells and mechanical design | Converts the drainage plan into producers, water injectors, gas injectors and equipment sizes. |
| Chapters 17-18 and 22: cost, economics and revenue | Turns production into cash flow, NPV, breakeven and fiscal exposure. |
| Chapters 19-20: operations and optimisation | Tests plateau, turndown, late-life production and operational robustness. |
| Chapters 21, 22 and 25: regulation, safety and CO₂ | Places the case in an NCS-like governance frame and evaluates emissions choices. |
| Chapter 26: computational tools | Shows how NeqSim calculations, scripts or notebooks can make the technical basis reproducible. |
The most important project-engineering habit is to keep these connections visible. If a facilities engineer changes separator pressure, the reservoir engineer may see a different oil recovery or GOR handling problem. If the economist changes the gas-export timing, the process engineer may need to resize injection compression. If the HSE lead demands lower offshore emissions, the power concept and electrical interfaces change. The case is useful because every discipline touches the answer.
29.4 Class A Means Decision Quality, Not Design Finality
The generic staged deliverable framework introduced in Chapter 28 defines a Class A study as a feasibility and concept-selection study from DG0 to DG1. Its cost accuracy is typically +/-30-50%, equivalent to an early AACE Class 4-5 estimate. The point is to choose what to study next, not to freeze every vendor datasheet.
At Class A, the project team must be clear about what is known, what is assumed, and what would change the decision. This creates three levels of truth:
| Level | Example in Ultima Thule | How it should be treated |
|---|---|---|
| Case fact | Water depth around 300 m; black-oil reservoir; 249 bar, 93 °C basis. | Use directly as the design premise. |
| Engineering assumption | Semi-submersible structural design life 30 years; process uptime target 95%; 16 wet-tree slots. | Track in the basis of design and revisit in Class B. |
| Critical uncertainty | PVT lab data, EOR uplift, STOIIP, metocean, CAPEX, oil price. | Put in risk register, appraisal plan and value-of-information work. |
| Decisive assumption | Current Class A value | Required DG2 / FEED validation |
|---|---|---|
| PVT and phase envelope | Predictive EOS, saturated black oil close to 249 bar / 93 °C. | Lab PVT, EOS regression and separator-test match. |
| WF + GI recovery | About 55% base case in the solved profile. | Reservoir simulation, injection pilot logic and analogue benchmarking. |
| Phase 1 CAPEX | About 76,000 MNOK in the dashboard basis. | Class B/C estimate, vendor quotes, execution strategy and contingency review. |
| Deferred gas pipeline CAPEX | About 9,888 MNOK. | Route study, pipeline sizing, installation method and tariff/export alternatives. |
| Base NPV | About -21,000 MNOK after tax at the stated oil price. | Updated price deck, fiscal basis, schedule, cost, recovery and gas-sales sensitivity. |
| Breakeven oil price | About 105 USD/bbl. | Probabilistic economics with P10/P50/P90 recovery and CAPEX. |
| Fiscal model | Fictional Exlandian royalty/tax basis. | Replace with the actual jurisdictional fiscal model. |
The Class A study is successful when management can answer: Is the opportunity worth maturing, and which concept should the project spend serious engineering money on next? It is not successful merely because the report looks thick.
29.5 The Design Basis as the Project's Contract With Itself
A design basis is the document that prevents a project from quietly becoming several different projects. In Ultima Thule, the basis of design sets the common assumptions for all disciplines:
| Design-basis domain | Key premises in the case | Why it matters |
|---|---|---|
| Reservoir and fluid | Saturated black oil, gas cap, 249 bar, 93 °C, predictive EOS. | Drives separator pressures, gas compression, hydrate/wax risk and revenue split. |
| Production | Plateau near 100 kbbl/d, waterflooding and gas injection, 25-year life. | Sets equipment capacity, well count, power demand and cash-flow timing. |
| Facilities | Three-stage separation, compression, TEG dehydration, produced-water treatment. | Defines topsides weight, module layout, HMB and utility loads. |
| Export | Oil via FSO and shuttle tanker; gas reinjected early and exported later. | Moves gas revenue into late field life and changes early CAPEX. |
| Structures and marine | Semi-submersible at about 300 m water depth with wet trees and FSO. | Sets hull, riser, mooring, installation and logistics scope. |
| Standards and regulation | NORSOK, API, ISO, DNV-style requirements used as technical reference. | Provides design discipline and makes the training case relevant to NCS practice. |
| Fiscal and economics | 30% royalty, 50% tax after royalty, 8% discount rate. | Determines whether technical recovery becomes investable value. |
A short design-basis document does not need to be a large report, but it must be complete enough that every discipline works from the same premise set. A student DG1 basis of design should normally contain at least:
| Design-basis document section | Minimum content for a DG1 / Class A study |
|---|---|
| Purpose and decision gate | What decision is being supported, study class, revision status and document owner. |
| Field and discovery status | Licence or block, water depth, reservoir type, discovery/appraisal status and current resource class. |
| Resource and recovery basis | STOIIP/GIIP or recoverable range, P10/P50/P90, recovery mechanism, injection strategy and key uncertainties. |
| Fluid and PVT basis | Fluid type, composition/PVT maturity, EOS or correlation basis, contaminants, water/salt assumptions and required lab data. |
| Design cases and operating envelope | Plateau, peak gas, late-life, turndown, startup/shutdown and abnormal cases with rates, pressures and temperatures. |
| Facilities and export premises | Processing route, product specifications, oil/gas/water export or disposal philosophy, utility and power assumptions. |
| Wells, subsea and marine premises | Well count, producer/injector split, tree type, flowlines, risers, host/FSO/tanker assumptions and intervention philosophy. |
| Standards, regulation and HSE | Governing public standards, authority basis, emissions/discharge premises, safety philosophy and major hazards. |
| Economics, cost and schedule basis | Currency/date basis, price deck, fiscal assumptions, estimate class, contingency, discount rate and decision milestones. |
| Assumptions, risks and validation plan | Assumptions register, risk register links, data gaps, owners and evidence required before the next decision gate. |
In a student project, it is tempting to jump directly into simulation. In industry, that shortcut is expensive. The simulation is only meaningful after the team agrees what fluid, cases, operating envelope, product specifications and design margins it is meant to represent.
Discussion (Figure 29.1). Observation. The dashboard shows the selected drainage strategy, WF + GI, reaching about 55% recovery factor, higher than natural depletion and waterflooding alone. It also shows a Phase 1 CAPEX of about 76,000 MNOK, major cost exposure in contingency, topsides, hull and marine, and a negative NPV at the reference oil price.
Mechanism. Waterflooding maintains pressure and sweeps oil toward producers, while gas injection helps preserve reservoir energy and can improve recovery near the gas cap. The same strategy adds compression duty, power demand and operational complexity. The CAPEX chart shows that the concept is not a single equipment purchase; it is a field system with topsides, hull, marine, wells, subsea, FSO, installation and contingency all moving together.
Implication. A high recovery concept can still be economically weak if fiscal take, CAPEX, late gas revenue and oil-price assumptions are unfavourable. This is the central Ultima Thule lesson: concept selection is a value trade-off, not a beauty contest between technical drawings.
Recommendation. Use dashboards like this early, but never let them hide assumptions. Each panel should point to a live deliverable: PVT basis, production profiles, CAPEX estimate, schedule, risk register, emissions inventory and decision memo.
29.6 Fluid and PVT Basis
The case fluid is described as saturated black oil with a gas cap. For process engineering, that phrase carries several consequences:
- The bubble point is close to initial reservoir pressure, so gas evolves readily as pressure drops.
- Separator pressure choices affect shrinkage, gas load, compression duty and oil export quality.
- The PVT model must eventually be tuned to laboratory data; predictive EOS is acceptable only for early screening.
- Wax and hydrate risks cannot be dismissed because the system contains both heavy hydrocarbons and wet gas.
The solved case uses NeqSim-based calculations and generated figures for fluid characterisation, phase envelope, process simulation, separator sizing, compression, TEG dehydration, flow assurance, pipeline sizing, relief/blowdown, emissions and economics. This is exactly the pattern argued in Chapter 26: make the engineering basis reproducible, and make the uncertainties visible. If these figures are regenerated from notebooks or scripts, the source model version and assumptions must be recorded beside the figure.
Discussion (Figure 29.2). Observation. The predicted phase envelope places the reservoir close to saturation at approximately 249 bar and 93 °C. Operating paths from reservoir to separators and export therefore cross regions where gas liberation and liquid dropout are expected.
Mechanism. As pressure decreases through the well, choke and separator train, hydrocarbons leave the single-phase reservoir state and partition into gas and liquid phases. For black oils, small changes in heavy-end characterisation, gas-oil ratio or binary interaction parameters can change bubble point, gas rate and liquid shrinkage.
Implication. The Class A process simulation is directionally useful but not final. Separator design, compressor duty, hydrate margin, wax prediction and export quality are all sensitive to PVT quality.
Recommendation. Before DG2, obtain representative PVT samples, run CCE, differential liberation, separator tests, viscosity, WAT and compositional analysis to heavy fractions, then tune the EOS and rerun the facility calculations.
29.7 The Five Design Cases
The technical requirements document asks the process team to cover at least five design cases. Ultima Thule uses the following logic:
| Design case | Typical purpose | What it can control |
|---|---|---|
| DC-01 Plateau production | Normal high-rate operation. | Compression duty, separator liquid load, power demand. |
| DC-02 Late-life / low rate | High water cut and declining pressure. | Turndown, water treatment, control stability. |
| DC-03 High GOR | More gas per unit oil. | Gas handling, flare, compression, dehydration. |
| DC-04 Maximum gas / maximum throughput | Upper envelope of gas and liquid rates. | Separator gas capacity, compressor sizing, relief loads. |
| DC-05 Minimum turndown | Minimum stable production. | Control philosophy, recycle, operating windows. |
This is a small table with a large effect. Without design cases, every discipline silently chooses its own basis. With design cases, the team can say which case controls each item: HP separator diameter, MP compressor power, produced-water treatment, flare load, gas dehydration, export pipeline and power generation.
29.8 NCS Relevance of a Fictional Field
Ultima Thule is fictional and uses a simplified Exlandian fiscal system. It is still useful for students and practicing engineers working with NCS-style projects because the engineering method is recognisable:
| NCS-style practice | Ultima Thule analogue |
|---|---|
| Staged decision gates | DG0 to DG1 Class A, then Class B to DG2. |
| PDO mindset | The case asks what must be true before government and partners can approve development. |
| NORSOK-style discipline basis | Process, safety, subsea, structures, risk and emergency preparedness are framed by recognised standards. |
| Early value assurance | The team compares concepts before committing to FEED. |
| High uncertainty in early phase | PVT, reservoir connectivity, metocean, CAPEX and schedule all remain open. |
| Integrated project organisation | Reservoir, drilling, process, subsea, HSE, cost, planner and management roles are explicit. |
The difference is also instructive. The Exlandian tax model has a royalty component, while Norway's petroleum regime is different. A Norwegian project engineer must always translate fiscal examples into the correct host-country regime before drawing economic conclusions. The engineering workflow carries across; the fiscal arithmetic does not.
29.9 What Was Done in the Solved Class A Case
The solved Ultima Thule study produced a broad set of deliverables, not just a single answer. The work included:
- Project charter, basis of design, design-basis memorandum and decision memo.
- Concept long list, shortlist, multi-criteria evaluation and selected DG1 reference concept.
- Value-chain assessment and interface management plan.
- Reservoir and petroleum-technology basis, including production forecasts and recovery strategy.
- Process description, heat and material balance, equipment sizing, utilities and process control philosophy.
- Flow assurance screening for hydrate and wax risk.
- Safety, relief, blowdown, flare, HAZID, environmental and emissions work.
- WBS, master schedule, work programme and resource estimates.
- CAPEX, OPEX, economic evaluation, cost risk and uncertainty management.
- Risk register, stakeholder register, procurement plan and recommendations for Class B.
This is why the case is split into several final chapters. This chapter establishes the design basis. Chapter 30 explains concept selection. Chapter 31 walks through discipline deliverables. Chapter 32 closes with the decision, economics, risk and lessons.
29.10 Project Engineer Checklist
Before leaving the design-basis room, a project engineer should be able to answer the following questions:
| Question | Why it matters |
|---|---|
| What is fixed by the case, and what is assumed by the team? | Prevents assumptions from becoming fake facts. |
| Which design cases control each facility system? | Prevents under-sizing and over-sizing. |
| Is the fluid model predictive or tuned to laboratory data? | Determines how much confidence to place in PVT-driven results. |
| What is the export philosophy for oil, gas and water? | Drives facilities, revenue timing, permits and operations. |
| What standards and regulations set minimum requirements? | Defines the compliance basis and engineering checks. |
| Which uncertainties can change the DG1 decision? | Guides appraisal, Class B scope and value-of-information work. |
29.11 Chapter Summary
Ultima Thule begins as a field-development exercise and becomes a Class A decision-gate study. The design basis connects the reservoir, fluid, facilities, structures, export route, standards, HSE, economics and schedule. The selected case premises are not final design truths; they are the agreed basis for concept selection. The rest of the Ultima Thule collection shows how those premises are converted into a concept, a delivery list and a recommendation.
29.12 Exercises and Self-Test Questions
- Why is a Class A study allowed to have +/-30-50% cost uncertainty, and why is that still useful?
- List five design-basis assumptions in Ultima Thule that would affect more than one discipline.
- Why does a saturated black-oil system require careful separator and compression design?
- What is the difference between a case fact, an engineering assumption and a critical uncertainty?
- How would the Ultima Thule economic analysis need to change if the field were placed under a Norwegian petroleum tax regime?
Ultima Thule Field Development Example: Concept Selection
Learning Objectives
After reading this chapter, the reader will be able to:
- Build a concept long list and reduce it to a defendable short list.
- Apply mandatory screening criteria before using weighted scoring.
- Interpret a multi-criteria analysis without confusing score with certainty.
- Explain the selected Ultima Thule semi-submersible, wet-tree and FSO concept.
- Discuss why the final concept was recommended despite weak base-case economics.
Where We Are in the Field-Development Lifecycle
This chapter compares development concepts for the same design basis. Follow how mandatory screens, MCDA, economics and risk narrow the option set.
30.1 Concept Selection Is a Controlled Argument
A field-development concept is not chosen because it is fashionable, familiar, or drawn nicely. It is chosen because a project team can defend it against the alternatives using a transparent set of premises.
In Ultima Thule, the concept-selection question is direct:
Which development concept should the project mature from DG1 toward DG2, given a black-oil reservoir at about 300 m water depth, an oil plateau near 100 kbbl/d, gas reinjection in early life, late gas export, shuttle-tanker oil export, and high uncertainty in PVT, reservoir recovery and CAPEX?
The phrase controlled argument is important. Concept selection contains judgement. There is no equation that simply prints "semi-submersible" or "FPSO" as the answer. But the judgement must be controlled by gates, criteria, evidence and documented assumptions. In this book, a controlled argument means that the team defines the mandatory screens before scoring, records the weights before seeing the preferred answer, keeps assumptions separate from conclusions, shows the rejected alternatives and tests whether the recommendation survives plausible changes in the uncertain inputs.
Assumption status. The concept scores, recovery factors, CAPEX ranges, emissions and schedule premises in this chapter are teaching-case inputs unless marked otherwise. They are suitable for DG1 screening but not for sanction. A real project would replace them with discipline deliverables, vendor data, reservoir simulation, Class B/C estimates and authority/partner requirements [7, 62, 36, 69].
30.2 Mandatory Screening Before Scoring
The first concept-selection step is not scoring. It is elimination. Some concepts fail because they do not meet mandatory conditions.
| Mandatory screen | Why it matters in Ultima Thule |
|---|---|
| Water depth around 300 m | Fixed jackets become unattractive; floating and subsea concepts dominate. |
| Black oil with gas cap | Requires robust oil separation, gas handling and injection/export optionality. |
| Oil storage/export | Field needs shuttle tanker or pipeline solution; semi-sub needs FSO or another storage answer. |
| Gas disposition | Concept must allow gas reinjection and later export to shore. |
| First oil window | Construction and installation complexity must fit the project schedule. |
| HSE and regulatory acceptability | Concepts with unacceptable marine, spill, personnel or approval risk cannot proceed. |
| Recovery potential | Development must support pressure maintenance and sweep strategy. |
This step screened out a fixed jacket at 300 m water depth, a long subsea-to-shore solution with high multiphase-transport risk, and a SPAR concept with limited local track record. The remaining concepts were not perfect; they were simply plausible enough to compare.
30.3 The Short List
The solved case carried four concepts forward:
| ID | Concept | Hull / host | Well concept | Main attraction | Main concern |
|---|---|---|---|---|---|
| C1 | Semi-sub + wet trees + FSO, taut-leg | Steel semi-sub | Subsea wet trees | High recovery flexibility, proven floater, separates storage from process host. | High CAPEX and marine interfaces. |
| C2 | Semi-sub + wet trees, spread mooring | Concrete semi-sub | Subsea wet trees | Similar reservoir access with alternative hull/mooring philosophy. | Weight, fabrication and operability uncertainty. |
| C3 | FPSO + subsea wells | Ship-shaped FPSO | Subsea wells | Oil storage and processing in one unit; good operability for oil export. | Motions, gas injection/export interfaces and reservoir sweep flexibility. |
| C4 | TLP + wet trees | Tension-leg platform | Subsea wet trees | Good station keeping and strong recovery potential. | Tendon system complexity and schedule risk. |
The key lesson is that the short list mixes field architecture and drainage strategy. A hull concept without a reservoir strategy is not a development concept. A recovery strategy without facilities is not a project.
30.4 Weighted Criteria
The multi-criteria analysis used seven weighted criteria:
| Criterion | Weight | Why it was weighted |
|---|---|---|
| Recovery factor | 25% | Recovery dominates resource value and long-term production. |
| CAPEX | 20% | Early CAPEX is large and value destructive if overestimated revenue does not arrive. |
| HSE risk | 15% | Personnel, environmental and process-safety risk constrain acceptability. |
| OPEX | 10% | Operating cost affects late-life survival and breakeven. |
| Schedule | 10% | First oil timing controls discounting, partner appetite and licence commitments. |
| Operability | 10% | Uptime, intervention, weather response and maintenance matter over 25 years. |
| Flexibility / expansion | 10% | Additional wells, IOR/EOR and late-life changes preserve value under uncertainty. |
The selected C1 concept scored highest overall at about 4.1/5. The TLP scored well technically but was penalised for complexity and schedule. The FPSO benefited from integrated storage but had weaker recovery/flexibility for the selected drainage strategy. The concrete semi-sub alternative was less attractive across several criteria.
The compact scoring matrix below is the transparent teaching-case version of the dashboard calculation. Scores are on a 1-5 scale and are Class A screening judgements, not project-sanction evidence.
| Concept | Recovery 25% | CAPEX 20% | HSE 15% | OPEX 10% | Schedule 10% | Operability 10% | Flexibility 10% | Weighted score |
|---|---|---|---|---|---|---|---|---|
| C1 steel semi-sub + wet trees + FSO | 4.6 | 3.2 | 4.0 | 3.6 | 3.7 | 4.2 | 4.6 | 4.1 |
| C2 concrete semi-sub + wet trees | 4.2 | 3.0 | 3.8 | 3.5 | 3.4 | 3.8 | 4.1 | 3.8 |
| C3 FPSO + subsea wells | 3.6 | 3.8 | 3.7 | 3.8 | 4.0 | 3.6 | 3.4 | 3.7 |
| C4 TLP + wet trees | 4.4 | 2.8 | 3.5 | 3.3 | 3.0 | 4.0 | 4.3 | 3.7 |
Sensitivity check. C1 remains preferred if recovery-factor weight is varied within a reasonable DG1 range, but its margin weakens if CAPEX receives the dominant weight or if WF + GI recovery uplift is not proven. The next phase must therefore validate both recovery and cost; the score is an argument to mature the concept, not a sanction decision.
30.4.1 Reproducing the selection with NeqSim
The teaching-case matrix above can now be reproduced as a structured NeqSim field-development workflow rather than as a spreadsheet copied between disciplines. The book keeps the numerical table visible because decision makers must see the assumptions, but the preferred computational pattern is to build each alternative as a concept object, attach common production and cost bases, and let the decision engine produce the MCDA and portfolio tables.
| Concept-selection task | NeqSim support | Ultima Thule use |
|---|---|---|
| Define comparable concepts | FieldConcept, ReservoirInput, WellsInput, InfrastructureInput |
Same resource, water depth, well slots and export assumptions for all concepts. |
| Create reusable cases | GreenfieldConceptFactory, DevelopmentCaseTemplate |
Semi-sub, FPSO, TLP and deferred-export cases share schedule, price and CAPEX-class assumptions. |
| Quantify uncertainty | DevelopmentCaseUncertainty, UncertaintyRange, SensitivityAnalyzer |
Recovery factor, CAPEX and first-oil delay are treated as ranges, not fixed truths. |
| Rank concepts | DevelopmentOptionRanker, ConceptEvaluator |
Weighted MCDA can be rerun with economic, risk, environmental or balanced presets. |
| Test capital rationing | PortfolioOptimizer |
Phase-1 host, wells, gas injection and deferred export can be selected or deferred under annual budget limits. |
| Publish decision evidence | FieldDevelopmentReportExporter |
The same API generates the comparison table used by notebooks, reports and book prose. |
For Ultima Thule this matters because the chosen concept is technically strong but economically weak. A single base-case score can hide that tension. The advanced workflow keeps the evidence layered: mandatory screens remove concepts that cannot work, MCDA explains why the semi-sub + wet-tree concept is preferred, Monte Carlo and tornado calculations show what can overturn it, and portfolio optimization shows which phases should proceed when the capital envelope is tight. Chapter 26 explains the full computational pattern; this chapter uses it as the decision logic behind the narrative recommendation.
The minimum reproducible output for a student project is therefore not just a bar chart of weighted scores. It is four linked tables: concept basis, criteria and weights, uncertainty/sensitivity drivers, and next-phase proof items. The linkage is what makes the recommendation auditable.
30.5 The Selected Concept
The selected concept is:
Steel semi-submersible production platform with subsea wet trees, 12-line taut-leg mooring, dedicated FSO, waterflooding plus gas injection, and deferred gas export pipeline.
The concept contains several linked decisions:
| Decision | Selected solution | Reasoning |
|---|---|---|
| Host | Semi-submersible | Suitable for 300 m water depth and harsh offshore conditions; separates process host from oil storage. |
| Wellheads | Wet trees | Flexible subsea well placement supports reservoir sweep, water injection and gas injection. |
| Oil storage | Dedicated FSO, about 850,000 bbl | Semi-sub hull storage is insufficient for 100 kbbl/d oil plateau; FSO supports shuttle tanker export. |
| Drainage | Waterflooding plus gas injection | Higher recovery than depletion and waterflooding alone. |
| Gas handling | Reinjection in early field life | Supports pressure maintenance and delays large export-pipeline CAPEX. |
| Late gas export | 14 inch pipeline about 130 km, deferred about 15 years | Monetises gas cap blowdown later, after oil recovery has been prioritised. |
| Processing | Three-stage separation, gas compression, TEG dehydration | Proven offshore process scheme for black-oil production. |
| Power | Gas turbines with possible electrification improvement | Base case is buildable; emissions reduction remains a value-improvement option. |
Discussion (Figure 30.1). Observation. The schematic places the semi-submersible production platform above a subsea manifold and wet-tree wells, with gas injection back to the gas cap, water injection for pressure support, a 12 inch oil-transfer line to the FSO, and a deferred gas-export pipeline to shore.
Mechanism. The architecture separates three functions that are often pulled together in simpler diagrams: reservoir access, processing, and storage/export. Wet trees provide reservoir placement flexibility. The semi-sub carries processing, power and utilities. The FSO absorbs oil-storage demand that the semi-sub cannot efficiently provide.
Implication. The concept is robust because each major function has an offshore analogue, but it is also interface-heavy. The project team must manage risers, subsea controls, FSO offloading, gas injection compression, future gas export and marine logistics as one system.
Recommendation. In Class B, turn each visible interface in the schematic into an explicit interface register item: pressure, flow, controls, power, chemicals, operability, availability and ownership.
30.6 Why WF + GI Was Selected
Natural depletion is simple, but it leaves too much oil behind. Waterflooding improves sweep but may not fully exploit the gas-cap and pressure-maintenance opportunity. Gas injection helps preserve reservoir energy and can improve recovery, but it needs high-pressure compression and postpones gas sales.
In this case, WF + GI means separate water injectors and separate gas injectors operating under different control objectives. It is not WAG. Water injection manages voidage replacement and flank sweep; gas injection maintains gas-cap pressure and stores produced gas until late gas export becomes economic. WAG would instead alternate water and gas cycles into the same injector or local reservoir pattern, and would be selected only if mobility control in the same swept zone were the main recovery mechanism.
| Drainage strategy | Approximate recovery factor | Main advantage | Main drawback |
|---|---|---|---|
| Natural depletion | 20% | Lowest facility complexity. | Poor recovery and early decline. |
| Waterflooding only | 40% | Proven pressure support. | Lower ultimate recovery than combined injection. |
| WF + GI | 55% | Best base-case recovery and oil plateau support. | Compression power, CAPEX and delayed gas revenue. |
Discussion (Figure 30.2). Observation. The selected WF + GI case holds oil production near 15,900 Sm³/d for about four years and reaches about 57 MSm³ cumulative oil in the plotted profile. Waterflooding alone reaches about 48 MSm³, while natural depletion reaches about 28 MSm³.
Mechanism. Water injection supports pressure from the aquifer side and improves sweep. Gas injection preserves gas-cap pressure and delays gas blowdown. Together they keep drawdown and phase behaviour more favourable during the oil plateau. The later gas-export marker shows the shift from pressure maintenance to gas monetisation.
Implication. The reservoir decision is the economic engine of the concept. Without the extra recovery, the expensive offshore host is hard to justify. With confirmed EOR uplift, the concept can move closer to economic viability.
Recommendation. Treat EOR uplift as a Class B proof item, not as a free upside. The next phase should include reservoir simulation, surveillance planning, injection-well design and sensitivity cases for lower recovery.
30.7 The Trade-Offs Behind the Recommendation
The final recommendation is not that the selected concept is cheap. It is that the selected concept gives the best route to value if the project can prove and capture higher recovery.
| Trade-off | What C1 gains | What C1 pays |
|---|---|---|
| Wet trees instead of dry trees | Better reservoir reach and flexibility. | More subsea interfaces and intervention planning. |
| Semi-sub + FSO instead of FPSO | Stable processing host and large storage through separate FSO. | Additional oil-transfer line and marine interface. |
| Gas reinjection before gas export | Pressure maintenance and oil-recovery uplift. | Delayed gas revenue and injection compression. |
| Deferred gas pipeline | Lower initial exposure and better oil-first strategy. | Future CAPEX and pipeline-route uncertainty. |
| Gas turbines base case | Proven power solution. | CO₂ exposure and possible future carbon cost. |
| Taut-leg mooring | Better station keeping. | Mooring design and installation complexity. |
This trade-off table is often more useful than the final score. Scores compress judgement; trade-offs reveal it.
30.8 Why Economics Did Not Kill the Concept at DG1
The base economic result is negative: about -21,000 MNOK NPV at 80 USD/bbl with an 8% real discount rate, and a breakeven around 105 USD/bbl in the solved Class A documents. A weak economic case would normally stop a project unless the next phase can plausibly change the value picture.
Ultima Thule proceeds to the next phase in the solved decision memo because four value-improvement themes remain material:
- Recovery uplift: Moving from conservative 55% recovery toward 60-65% through confirmed gas-injection benefit could add tens of millions of barrels.
- CAPEX reduction: Hull reuse, contracting strategy, execution optimisation, module simplification and pipeline phasing can reduce exposure.
- Fiscal and commercial improvement: Royalty/tax terms, infrastructure sharing and gas-sales arrangements can change the after-tax result.
- Emission and power strategy: Power from shore or partial electrification can reduce CO₂ cost and improve regulatory position.
The recovery and cost proof items should be tested as a paired sensitivity, not as isolated optimistic cases:
| Sensitivity case | Recovery factor | Phase 1 CAPEX | Decision interpretation |
|---|---|---|---|
| Downside | 45-50% | Base +20% | Stop or redesign unless fiscal/commercial terms improve materially. |
| Reference Class A | About 55% | About 76,000 MNOK | Mature only if next phase can prove value-improvement themes. |
| Upside | 60-65% | Base -10% | Continue concept maturation and negotiate commercial/fiscal options. |
The correct DG1 message is therefore not "the project is good." It is:
The project is technically feasible, the selected concept is the best current reference case, and the next phase must prove a credible path to value before sanction.
30.9 How Students Should Present the Selection
When presenting concept selection in a project study, avoid three common traps:
| Trap | Weak wording | Better wording |
|---|---|---|
| Overclaiming | "The semi-sub concept is optimal." | "The semi-sub concept is preferred under the current Class A assumptions." |
| Hiding uncertainty | "WF + GI gives 55% recovery." | "WF + GI is assumed to give about 55% recovery; Class B must confirm this with reservoir simulation." |
| Treating economics as a footnote | "The concept was selected on technical grounds." | "The concept is technically preferred but economically challenged; value-improvement work is mandatory." |
Good concept-selection writing is disciplined. It says why alternatives were rejected, why the preferred concept survived, and what could still change the recommendation.
30.10 A Practical Concept-Selection Template
For future field-development studies, use the following one-page logic:
- Define the decision: DG1 concept selection, not final investment decision.
- State the design basis: reservoir, water depth, production, export, standards and fiscal regime.
- Apply mandatory screens: water depth, HSE, export feasibility, technology readiness, schedule.
- Build a short list: three to five concepts are usually enough.
- Score with weighted criteria: recovery, CAPEX, OPEX, HSE, schedule, operability and flexibility.
- Add quantitative checks: NPV, CAPEX, OPEX, emissions, first oil and major risks.
- Document sensitivities: price, CAPEX, recovery, schedule, metocean and fiscal terms.
- Recommend a concept and write the next-phase proof plan.
When the study is run in NeqSim, add three computational checks to the template:
| Check | Why it protects the decision |
|---|---|
| Route and host screen before ranking | Prevents an attractive tieback score from hiding a host-capacity or arrival-pressure failure. |
| Process-utility screen before emissions ranking | Ensures power, cooling and heating estimates come from a runnable facility model, not only from cost-class factors. |
| Reservoir export before production sensitivity | Forces the production forecast to be transferable to reservoir-simulation workflows through VFP and schedule artefacts. |
30.11 Chapter Summary
Ultima Thule selected a semi-submersible platform with wet trees, dedicated FSO, waterflooding plus gas injection and deferred gas export. The concept won because it gave the strongest recovery and flexibility under the current assumptions, not because it was cheap. Its economic weakness is a central part of the decision: DG1 authorises more work only if the next phase can reduce uncertainty and mature value improvement.
30.12 Exercises and Self-Test Questions
- Why should mandatory screening happen before weighted concept scoring?
- What makes the semi-sub + FSO concept attractive for Ultima Thule, and what interfaces does it create?
- Why is gas reinjection both a recovery opportunity and an economic burden?
- How could a lower confirmed recovery factor change the preferred concept?
- Write a three-sentence DG1 recommendation for Ultima Thule that is honest about the negative base NPV.
Ultima Thule Field Development Example: Discipline Deliverables
Learning Objectives
After reading this chapter, the reader will be able to:
- Describe the main deliverables required for a Class A offshore field-development study.
- Map project disciplines to their technical products and decision-gate evidence.
- Explain how NeqSim calculations support process, equipment, utility, safety and environmental deliverables.
- Recognise the interfaces between subsurface, wells, facilities, subsea, HSE, cost and schedule.
- Use the Ultima Thule delivery list as a practical checklist for student and industry studies.
Where We Are in the Field-Development Lifecycle
This chapter converts the selected concept into discipline evidence. Trace each deliverable back to the model, assumption or interface that justifies it.
31.1 A Project Is Delivered as Evidence
Students often ask what a project engineer actually delivers. The answer is rarely "a calculation." A calculation is an ingredient. The project is delivered as evidence: documents, drawings, schedules, estimates, assumptions, risk registers and decision memos that together let management, partners and authorities decide whether to proceed.
The Ultima Thule solved case follows a simplified project-deliverables framework for offshore investment projects. The structure is close to how NCS and international operators organise early-phase studies:
Deliverable maturity note. The list below is a teaching abstraction of an early-phase offshore deliverables register. It shows the evidence needed for a DG1 decision, not a complete PDO/FEED handover package. For real work, discipline deliverables must be checked against the project execution model, AACE estimate class, authority expectations and relevant standards [7, 62, 36, 69, 46, 54].
| Project category | Purpose in DG1 package | Typical Ultima Thule evidence |
|---|---|---|
| 1 Project framing | Defines why the project exists and what decision is requested. | Charter, basis of design, design basis, decision memo, screening criteria. |
| 2 Integration management | Holds the cross-discipline concept together. | Shortlist, execution strategy, value chain, concept selection, WBS, work programme. |
| 3 Safety, security and sustainability | Shows that major risks are understood and manageable. | SSU plan, relief/blowdown philosophy, PSV, flare, HAZID, emissions, energy efficiency. |
| 4 Scope management | Defines what is to be built and operated. | Reservoir basis, wells, subsea/marine, process description, HMB, equipment, utilities, control, layout. |
| 5 Time management | Shows that the plan can reach first oil. | Planning basis, master schedule, schedule risk. |
| 6 Cost management | Shows whether the concept can create value. | Economic analysis, CAPEX, OPEX, cost risk, target cost. |
| 7 Quality management | Controls how work is produced and checked. | Quality plan, project execution plan, monitoring and deviations. |
| 8 Human resources | Defines team and competence needs. | Manning and competence plans. |
| 9 Risk management | Makes uncertainty visible and actionable. | Risk register, risk management plan, uncertainty management. |
| 10 Communication and stakeholders | Manages partners, authorities and external expectations. | Communication plan, stakeholder register, regulatory strategy. |
| 11 Procurement | Prepares contracting and long-lead strategy. | Procurement strategy and contract plan. |
This chapter walks through the delivery list from a project engineer's point of view. The aim is not to memorise every document number. The aim is to understand why each discipline produces what it produces, and how the products depend on each other.
31.2 The Delivery List at DG1
For the TPG4230 exercise, deliverables are graded as:
| Grade | Meaning | Student interpretation |
|---|---|---|
| A | Required full deliverable at DG1 | Must contain field-specific analysis and numbers. |
| B | Required preliminary or outline deliverable | Must show method, key assumptions and next-phase work. |
| C | For information or outline only | Can be concise but should not be empty. |
The core A-deliverables in Ultima Thule are the ones that make the DG1 decision possible:
| Ref | A-deliverable | What it must prove |
|---|---|---|
| 1.1 | Business Case Execution Strategy | The project has an objective, scope, stakeholders, constraints and success criteria. |
| 1.2 | Basis of Design | The team has one agreed top-level premise set. |
| 1.3 | Design Basis Memorandum | Process and facility calculations are based on documented fluids, cases and specs. |
| 1.6 | Decision Memo | The recommendation is explicit and traceable. |
| 1.9 | Screening Criteria | The concept selection method is defined before the winner is chosen. |
| 2.1 | Concept Short List | Alternatives were considered, not skipped. |
| 2.3 | Value Chain Assessment | Oil, gas, water, power, market and export paths are connected. |
| 2.4 | Concept Screening and Selection | The selected concept is justified against alternatives. |
| 4.3 | Petroleum Technology | Resources, wells and production forecasts support the facilities basis. |
| 4.5 | Facilities Description | The process, HMB, equipment and utilities are sufficiently defined for Class A. |
| 5.2 | Master Schedule | The project can plausibly pass later gates and reach first oil. |
| 6.1 | Economic Analysis | The value case, breakeven and sensitivities are visible. |
| 6.3 | CAPEX and OPEX Estimate | Cost exposure is quantified at Class 4 accuracy. |
| 9.1 | Risk Register | Main assumptions and threats are tracked. |
For a practicing engineer, this table is a useful quality check. If a DG1 package has a concept, but no screening criteria, the team has a story but not a decision method. If it has process simulations, but no production forecast, the facilities basis floats without a reservoir. If it has NPV, but no risk register, the number is pretending to be more certain than it is.
31.3 Subsurface and Reservoir Deliverables
The subsurface team translates discovery information into production potential. In Ultima Thule, the reservoir package includes resource basis, well deliverability, production forecasts, reservoir development and monitoring.
| Deliverable | Key questions | Interface to other disciplines |
|---|---|---|
| Resource basis | How much oil and gas are in place, and with what uncertainty? | Economics, well count, facility capacity. |
| Well deliverability | What rates and pressures can each well sustain? | Process inlet pressure, separator cases, drilling schedule. |
| Production forecast | How do oil, gas and water rates evolve over 25 years? | Equipment sizing, utilities, revenue, emissions, OPEX. |
| Reservoir development | Depletion, waterflooding, separate water and gas injection, or true cyclic WAG? | Injection compression, water injection, subsea layout. |
| Reservoir monitoring | What data will reduce uncertainty during operations? | Control philosophy, digitalisation, intervention planning. |
The reservoir engineer is not merely providing a production curve. The reservoir engineer is shaping the facility. In Ultima Thule, the decision to use waterflooding and gas injection creates water-injection facilities, gas-injection compression, additional wells and a deferred gas-export strategy.
31.4 Drilling, Wells, Subsea and Marine Deliverables
The selected concept contains 16 subsea slots: six producers, four water injectors, two gas injectors and four future slots. This well architecture is not a detail; it is the physical expression of the drainage strategy.
| Discipline | Ultima Thule deliverables | What they decide |
|---|---|---|
| Drilling and wells | Well concept, completion type, cost estimate, drilling schedule. | Slot count, rig time, well cost, completion risk. |
| Subsea | Wet trees, manifolds, jumpers, controls, chemical injection, riser interfaces. | Field layout, intervention strategy, flow assurance interfaces. |
| Marine | Semi-sub mooring, FSO mooring, tanker offloading, installation windows. | Station keeping, offloading uptime, weather risk. |
| Pipeline/export | Oil transfer line to FSO and future gas export line. | Export pressure, route, CAPEX, late gas revenue. |
This is one reason the semi-sub + FSO concept is educational. It looks simple in a block diagram but becomes a network of interfaces when delivered: subsea control umbilicals, flexible risers, production flowlines, injection lines, oil transfer to FSO, future gas export, offloading, mooring, shutdown logic and marine procedures.
31.5 Process and Facilities Deliverables
The process team converts the production forecast into a facility concept. In Ultima Thule, the process scope includes wellstream reception, three-stage separation, oil stabilisation, produced-water treatment, gas compression, gas dehydration, fuel gas, utilities, flare, control and safeguarding.
| Facilities deliverable | Typical contents | Ultima Thule learning point |
|---|---|---|
| Process overview | System narrative from wellhead to export. | The PFD logic must match the selected development concept. |
| Heat and material balance | Stream tables for major design cases. | HMB is the common language between process, mechanical, safety and cost. |
| Equipment sizing | Separators, compressors, exchangers, pumps. | Class A sizing is preliminary but must identify controlling cases. |
| Piping and valves | Line sizes, pressure drops, valve selection. | Pressure loss and control valves shape operability. |
| Utilities | Power, cooling, heating, chemicals, instrument air, nitrogen. | Utilities are not secondary; they often drive weight and emissions. |
| Process control | Control philosophy, key loops, safeguarding. | Stable operation must be designed, not assumed. |
| Layout and weight | Area classification, module arrangement, weight estimate. | Weight growth can break the hull concept and cost estimate. |
Discussion (Figure 31.1). Observation. The simulation summary compares product splits, compression power and cooling duties across design cases. DC-01 has the highest product rates and the largest compression and cooling demand in the displayed cases.
Mechanism. Higher production increases gas and liquid handling, while compression and cooling follow gas rate, pressure ratio and discharge temperature. Even in an early study, the relative shape of these bars tells the team which cases stress the facility.
Implication. The HMB is not a static table tucked into the appendix. It tells equipment engineers which cases to size for, utility engineers what power and cooling to provide, and cost engineers where the main facility drivers sit.
Recommendation. For Class B, extend this summary to all five design cases, include injection compression explicitly, and document the controlling case for every major equipment item.
Before a HMB is released to equipment sizing, the team should record a control table like this:
| HMB check | Ultima Thule Class A requirement |
|---|---|
| Mass and component balance | Close total mass and key components for each design case. |
| Phase consistency | Confirm oil, gas and water phases against the EOS and separator pressure path. |
| Standard-rate convention | Keep Sm³/d, m³/d, kg/h and kmol/h visibly separate. |
| Controlling case | Mark which case governs separators, compressors, coolers, pumps and flare. |
| Traceability | Link each figure/table to the case-model source, NeqSim version and assumptions register. |
31.5.1 From concept screen to process evidence
The new NeqSim field-development workflow makes the hand-off from concept selection to facilities deliverables explicit. A FieldConcept can be screened as a development option, then passed through ConceptToProcessLinker and FacilityBuilder to create a runnable ProcessSystem. That process model is not a FEED HMB by itself, but it is strong evidence for DG1 because it converts the concept into named process blocks, utility duties and an emissions basis.
| Evidence item | NeqSim workflow | Deliverable it supports |
|---|---|---|
| Route-aware tieback feasibility | TiebackRouteNetwork, TiebackAnalyzer, MultiphaseFlowIntegrator |
Subsea/marine scope, host-integration note, flow-assurance premise. |
| Well allocation and capacity limit | WellSystem, NetworkSolver, NetworkResult |
Production forecast check, manifold/inlet basis, bottleneck statement. |
| Screening process model | ConceptToProcessLinker, FacilityBuilder, FacilityConfig |
PFD premise, preliminary HMB, utility summary, emissions estimate. |
| Reservoir-simulator hand-off | ReservoirCouplingExporter |
VFP tables, schedule snippets, reservoir/facilities interface. |
| Report-ready tables | FieldDevelopmentReportExporter |
Decision memo, concept-selection appendix, partner-review table. |
The practical rule is simple: if a number appears in a DG1 deliverable, the team should be able to point to the object, notebook or export method that made it. For example, a power value should come after process.run(), not from an unexecuted concept template; a VFP table should use at least two points in each range; and a tieback NPV should state the host bottleneck that was active in the screening case.
31.6 Equipment Sizing and Weight
Preliminary equipment sizing turns process results into steel, footprint and cost. The solved case sizes HP, MP and LP separators and carries the results into weight and layout work.
Discussion (Figure 31.2). Observation. The HP separator is much larger and heavier than the MP and LP vessels, with an internal diameter of about 6.75 m, tangent-to-tangent length near 24 m and dry weight above 400 tonnes in the plotted sizing result.
Mechanism. The HP inlet separator must handle the largest combined wellstream load, high pressure, gas-liquid disengagement and liquid residence requirements. In the Class A sizing, both gas-capacity and liquid-retention checks should be carried; the governing check can change with pressure, water cut, inlet device, foaming and slug basis. Wall thickness and dry weight increase strongly with pressure and diameter, so the HP vessel dominates weight.
Implication. Separator sizing is not merely a process calculation. It affects topsides module weight, lifting philosophy, hull payload, layout, access, maintenance and CAPEX.
Recommendation. Track HP separator size and weight as a Class B value lever. Separator-pressure optimisation, slug handling basis and inlet device selection should be revisited before freezing the topsides concept.
31.7 Safety, Security and Sustainability Deliverables
The SSU package demonstrates that the concept has no obvious show-stopper and that the next phase has a safety plan. Ultima Thule includes relief/blowdown philosophy, PSV sizing, flare-system design, HAZID, emissions inventory, discharge permits, energy efficiency, HSE design principles, security risk and emergency preparedness.
| SSU deliverable | Class A purpose | Next-phase maturity need |
|---|---|---|
| Relief and blowdown philosophy | Establish depressurisation and API/NORSOK basis. | Confirm inventories, blowdown segments and MDMT. |
| PSV sizing | Screen major relief loads. | Vendor-style relief cases, flare network and backpressure. |
| Flare system design | Estimate flare load, stack and radiation constraints. | Radiation, dispersion, knockout and dynamic cases. |
| HAZID | Identify major hazards early. | Formal HAZOP and LOPA on developed PFDs. |
| Emissions inventory | Estimate CO₂, NOx and flaring exposure. | Power alternative and CO₂ tax sensitivity. |
| Discharge permits | Check produced-water and chemical constraints. | Environmental impact assessment and permit basis. |
| Emergency preparedness | Outline response philosophy. | Full dimensioning accidental-event analysis. |
The key project-engineering point is that SSU is not a late review stamp. If the project wants lower offshore emissions, the power concept changes. If flare radiation is unacceptable, layout and stack height change. If produced-water discharge is restricted, water treatment and injection change. Early SSU work protects concept selection from avoidable late surprises.
31.8 Cost, Schedule and WBS Deliverables
The WBS converts the selected concept into work packages. Ultima Thule uses WBS elements for project management, subsurface, topsides, hull and marine, pipeline and export, drilling and completions, installation and hookup, commissioning, insurance and contingency.
| WBS area | Examples | Why it matters |
|---|---|---|
| 1000 Project management | PM, engineering management, HSE, quality. | Front-end work has real cost and controls later execution. |
| 2000 Subsurface | Reservoir characterisation, production forecasting, well planning. | Determines the resource and uncertainty basis. |
| 3000 Topsides | Separation, compression, dehydration, utilities, control, LQ. | Major driver of weight, power and CAPEX. |
| 4000 Hull and marine | Semi-sub hull, mooring, risers, FSO, oil transfer. | Defines the floating facility and marine interfaces. |
| 5000 Pipeline and export | Gas export pipeline, PLEM, tie-in, metering. | Controls late gas monetisation and future CAPEX. |
| 6000 Drilling and completions | Producers, water injectors, gas injectors, completions. | High cost and long schedule driver. |
| 7000 Installation and hookup | Hull, topsides, pipeline, risers, subsea. | Weather windows and marine campaigns can dominate schedule risk. |
| 8000 Commissioning | Pre-commissioning, cold/hot commissioning, start-up. | Determines readiness for DG4 and first oil. |
| 9000 Insurance and contingency | Project insurance and reserve. | Protects against known uncertainty at Class A. |
Discussion (Figure 31.3). Observation. The schedule moves from DG0 and concept screening through DG1, Class B, DG2, FEED, DG3, fabrication, installation, commissioning and first oil. Drilling, hull fabrication, topsides fabrication and subsea manufacturing run in parallel after sanction.
Mechanism. Offshore developments require parallel work because serial execution would delay first oil too far. But parallel work creates exposure: if FEED assumptions change after long-lead procurement or fabrication starts, rework becomes expensive.
Implication. The schedule is a risk instrument, not just a calendar. It shows which decisions must be mature before the project commits money, where approvals can delay the critical path, and why DG2/DG3 quality matters.
Recommendation. In Class B, link each schedule bar to a deliverable maturity requirement. Long-lead procurement should not start before interface-critical design parameters are stable.
31.9 Discipline Interface Map
The table below summarises the major interfaces that a project engineer should actively manage.
| Interface | Typical conflict | How to manage it |
|---|---|---|
| Reservoir - process | Production forecast changes equipment size. | Version-controlled design cases and formal HMB updates. |
| PVT - flow assurance | Lab data changes hydrate/wax predictions. | PVT programme tied to flow-assurance re-run. |
| Process - safety | Relief loads depend on inventories and control philosophy. | Shared PFD/PSD basis and relief-case register. |
| Process - structures | Equipment weight changes hull payload and module layout. | Weight register with margins and change control. |
| Subsea - operations | Wet-tree intervention affects uptime and OPEX. | Intervention philosophy and availability model. |
| Marine - export | FSO offloading depends on metocean and shuttle-tanker logistics. | Marine operability study and weather-window analysis. |
| Cost - schedule | Fast-track saves time but increases rework risk. | Decision gate maturity criteria and contingency. |
| HSE - power | Emissions target changes power concept. | CO₂ abatement options carried as value-improvement cases. |
In a real project, these interfaces are often where value is lost. A strong project engineer spends less time asking "Who owns this?" and more time making sure the owning disciplines are actually talking.
31.10 The Class A Deliverable Package as a Learning Tool
For students, Ultima Thule can be used as a template for a complete project study. For practicing engineers, it is a compact reminder of how many deliverables a decision relies on.
| If you are working on... | Start with... | Then check... |
|---|---|---|
| Fluid and process simulation | Design basis and PVT assumptions. | HMB, equipment sizing, flow assurance, relief. |
| Concept selection | Screening criteria and short list. | MCA, economics, risk and next-phase actions. |
| Economics | Production forecast and CAPEX/OPEX. | Fiscal model, gas timing, sensitivities, breakeven. |
| Schedule | Gate dates and critical activities. | Long-lead items, approvals, drilling and weather windows. |
| HSE | HAZID and design principles. | Relief, blowdown, flare, emissions, emergency preparedness. |
| Report writing | Decision memo. | Trace every recommendation back to evidence. |
For computational deliverables, add a small traceability footer to every table: model version, notebook path, NeqSim class or exporter, units, date run and validation status. This is more useful than a long appendix of raw code because it lets reviewers navigate from the decision memo to the calculation without breaking the flow of the report.
31.11 Chapter Summary
The Ultima Thule Class A package shows that field development is delivered through a structured body of evidence. The delivery list forces the project to connect business objectives, design basis, concept selection, facilities, safety, economics, schedule and risk. Process simulations, scripts and notebooks are valuable only when translated into deliverables that other disciplines, partners and decision makers can use.
31.12 Exercises and Self-Test Questions
- Which DG1 deliverables would be unsafe to omit from a Class A offshore field-development package?
- How does a production forecast affect at least five non-reservoir deliverables?
- Why is HP separator weight a structural and economic concern, not only a process concern?
- What schedule risks are created by parallel fabrication, drilling and installation?
- Choose one interface in Section 31.9 and write a short mitigation plan for Class B.
Ultima Thule Field Development Example: Decision, Outcome and Lessons
Learning Objectives
After reading this chapter, the reader will be able to:
- Interpret a DG1 decision memo when technical feasibility and economic attractiveness do not fully align.
- Explain the economic drivers behind the Ultima Thule recommendation.
- Use a risk register to define next-phase work rather than merely list concerns.
- Identify the value-improvement themes needed before DG2.
- Translate the case into practical lessons for students and project engineers.
Where We Are in the Field-Development Lifecycle
This closing capstone chapter tests the decision. Use it to distinguish a preferred concept, a sanction-ready project and the lessons that survive after assumptions change.
32.1 The Final Outcome of the Solved Case
The solved Ultima Thule Class A study reaches a deliberately nuanced conclusion:
Proceed to Concept Planning, but only with a clear Class B mandate to prove value improvement and reduce critical uncertainty.
The selected semi-submersible, wet-tree and FSO concept is technically feasible. The process scheme is buildable. The reservoir strategy is coherent. The delivery package is broad enough for DG1. But the base economic result is weak at the assumed oil price and fiscal terms.
Controlled basis for this chapter. The final decision values in this chapter are the controlled release basis for the Ultima Thule teaching case: 80 USD/bbl oil, 8 % real discount rate, simplified Exlandian fiscal terms, Class A cost maturity and the production/recovery assumptions stated in Chapters 29-31 [7, 62]. If a case figure is regenerated later, the figure caption must state the same model version, price deck, CAPEX basis and tax regime before it is used as decision evidence.
| Decision dimension | Solved case outcome |
|---|---|
| Technical feasibility | Positive: proven semi-sub, wet-tree, FSO and topsides technologies. |
| Reservoir strategy | Positive but uncertain: WF + GI offers strong recovery potential. |
| HSE | No Class A show-stopper; formal HAZOP/LOPA required later. |
| Environmental | Manageable, but power and CO₂ exposure require improvement. |
| Schedule | Plausible DG0-DG4 pathway, with long-lead and weather-window risks. |
| Economics | Negative base NPV and low IRR at 80 USD/bbl. |
| Recommendation | Proceed to DG2 work only to test value improvement and close data gaps. |
This is a realistic result. Early-phase projects are rarely clean yes/no decisions. More often, management asks: What must we learn next, and is that learning worth paying for?
32.2 The Economic Story
Ultima Thule has strong physical production potential: about 364 MMbbl oil EUR in the conservative base case, plateau around 100 kbbl/d, and late gas export. Yet the fiscal and capital structure consumes value.
| Economic item | Solved Class A value |
|---|---|
| Oil price assumption | 80 USD/bbl |
| Discount rate | 8% real |
| Phase 1 CAPEX | About 76,000 MNOK |
| Deferred gas pipeline CAPEX | About 9,888 MNOK |
| Plateau OPEX | About 260 MUSD/yr |
| NPV after tax | About -21,000 MNOK |
| IRR after tax | About 3.3% |
| Breakeven oil price | About 105 USD/bbl in the solved decision documents |
| Government take | About 55% effective (30% royalty + 50% tax after royalty and deductions; marginal rate 65% on gross, effective rate lower due to CAPEX/OPEX deductions against income tax) |
The underlying problem is not one single bad number. It is a combination:
- Large offshore CAPEX: Semi-sub, FSO, wells, subsea, compression and future gas pipeline are expensive.
- Deferred gas revenue: Gas is reinjected for oil recovery and exported later, so gas cash flow arrives late and is discounted heavily.
- Fiscal burden: Royalty and tax remove much of the upside.
- Oil-price exposure: The project is highly sensitive to realised oil price.
- Unconfirmed EOR uplift: The concept needs the recovery benefit to be real, not only assumed.
Discussion (Figure 32.1). Observation. The figure shows NPV increasing with oil price but remaining below zero across the displayed range. For this release, the solved decision table above is the controlled economic basis: 80 USD/bbl base oil price and about 105 USD/bbl breakeven. The plotted sensitivity should therefore be read as a price-exposure illustration unless rerun from the same master model version.
Mechanism. Revenue scales with oil price, but CAPEX, OPEX, tax and discounting consume much of the increase. Differences between model versions, CAPEX updates or fiscal assumptions can shift breakeven materially.
Implication. Economic figures in a live project must be controlled with strict versioning. A beautiful plot and a decision memo can disagree if assumptions are updated in one place and not another, so the master model version must be stated beside every figure and table.
Recommendation. Before DG2, create a single economic master model, lock the base assumptions, rerun all sensitivities and require every report figure to state model version, price deck, CAPEX basis and tax regime.
32.3 Cash Flow Is the Project's Reality Check
Concept teams can become attached to architecture. Cash flow is less sentimental. Ultima Thule's cash-flow waterfall shows why the concept struggles even with large production volumes.
Discussion (Figure 32.2). Observation. The waterfall starts with large lifetime revenue but subtracts major capital, operating, abandonment and fiscal components before arriving at a weak after-tax value result.
Mechanism. Offshore projects are front-loaded with capital cost, while revenues arrive over decades and are discounted. Royalty and tax reduce cash flow even when the physical production profile looks strong. Deferred gas export adds another delay to monetisation.
Implication. A field with a large EUR can still fail an investment test. The project must reduce CAPEX, increase recovery, improve fiscal/commercial terms, accelerate revenue or lower emissions costs to become robust.
Recommendation. Use the waterfall as a value-improvement workshop tool. Ask each discipline to identify one credible lever: reservoir uplift, separator optimisation, weight reduction, power alternative, drilling cost reduction, pipeline sharing, procurement strategy or fiscal negotiation.
32.4 Risk Register: From Worry List to Work Programme
A weak risk register is a list of things people are worried about. A useful risk register is a work programme. The Ultima Thule risk register contains technology, schedule, subsurface, fabrication, security, HSE and commercial risks.
Discussion (Figure 32.3). Observation. Most listed risks sit in the low-to-medium range, but several have high consequence, including reservoir connectivity, oil-price exposure, regulatory approval delay, riser fatigue and CO₂-related cost. The matrix shows risk clustering rather than a single dominant technical hazard.
Mechanism. Early-phase offshore projects carry coupled uncertainty. Reservoir uncertainty affects production and NPV. Weather and marine operations affect schedule. Fiscal and oil-price risk affects value. Technology choices affect reliability and HSE exposure.
Implication. The next phase should not simply "do more engineering." It should attack the few uncertainties that can change the investment decision.
Recommendation. Convert the risk register into a Class B close-out plan: appraisal well and PVT programme, reservoir simulation, flow assurance, metocean survey, structural screening, pipeline route survey, economic model update and authority engagement.
32.5 Emissions and Power Strategy
The solved case estimates plateau CO₂ emissions around 204 kt/yr, primarily from offshore gas-turbine power generation and flare. The concept dashboard also compares lifetime CO₂ footprints for gas turbines, partial electrification and full electrification.
Discussion (Figure 32.4). Observation. The emissions profile peaks during high production and power demand. The broader case dashboard indicates that electrification can reduce lifetime CO₂ exposure substantially compared with a gas-turbine base case.
Mechanism. Gas injection, compression, cooling, water injection and utilities require power. If power is generated offshore with gas turbines, fuel combustion creates CO₂ and NOx. Electrification shifts emissions away from the offshore facility and can lower regulated offshore emissions, depending on grid mix and power availability.
Implication. Power concept is not just a utility decision. It affects CAPEX, OPEX, CO₂ cost, regulatory approval, environmental impact, weight, availability and public legitimacy.
Recommendation. Carry at least three Class B power cases: offshore gas turbines, partial electrification and full power from shore. Compare NPV, CO₂ intensity, reliability, schedule and authority risk in one table.
32.6 The DG1 Decision Memo
A good decision memo does not repeat the whole report. It states the decision, the evidence, the risks and the next actions. For Ultima Thule, the memo can be summarised as follows:
| Memo element | Content |
|---|---|
| Decision requested | Proceed from DG1 into Concept Planning / Class B work. |
| Preferred concept | Semi-submersible with wet trees, FSO, waterflooding plus gas injection and deferred gas export. |
| Technical finding | Buildable with proven technology; no Class A technical show-stopper. |
| Economic finding | Negative NPV at base assumptions; breakeven above base oil price. |
| Main uncertainties | PVT, reservoir connectivity, recovery factor, CAPEX, oil price, fiscal terms, metocean and emissions. |
| Decision condition | Class B must demonstrate credible path to economic viability. |
| Immediate actions | Appraisal, PVT, reservoir simulation, flow assurance, pipeline FEED, structural screening, value improvement. |
This memo is useful because it avoids two bad extremes. It does not kill a technically plausible large resource too early. It also does not pretend the economics are solved.
32.7 Class B Value-Improvement Plan
The solved case recommendations can be organised into value-improvement themes:
| Theme | Action | Decision impact |
|---|---|---|
| Prove recovery | Appraisal wells, PVT lab programme, tuned EOS, reservoir simulation. | Confirms whether WF + GI can lift recovery enough to justify CAPEX. |
| Reduce CAPEX | Weight reduction, module simplification, hull reuse, competitive tendering, pipeline phasing. | Lowers breakeven and improves sanction readiness. |
| Improve revenue | Evaluate gas timing, gas sales, oil price scenarios, infrastructure sharing. | Tests whether cash arrives earlier or at better margins. |
| Lower emissions exposure | Power from shore, partial electrification, waste heat recovery. | Improves regulatory position and CO₂-cost resilience. |
| Reduce technical risk | Flow assurance, metocean, structural, riser and marine studies. | Prevents late redesign and schedule delay. |
| Strengthen execution | Contracting strategy, long-lead plan, interface management. | Reduces rework and protects first-oil date. |
| Improve fiscal/commercial frame | Engage authorities and partners on terms, incentives and risk sharing. | Can shift after-tax NPV materially. |
For students, this table is the answer to "what happens after the report?" For industry engineers, it is the bridge from analysis to work planning.
The value-improvement plan must also contain stop criteria. A technically feasible project should be stopped or recycled if the next phase cannot close at least one of the value gaps below.
| Stop / recycle criterion | Practical interpretation |
|---|---|
| Recovery not proven | Reservoir simulation and appraisal cannot support the WF + GI uplift needed for value. |
| CAPEX remains too high | Class B estimate does not show a credible reduction or execution strategy improvement. |
| Breakeven remains above plausible price deck | NPV is negative across realistic price, fiscal and schedule ranges. |
| Emissions case is unacceptable | Power and CO₂ exposure cannot meet authority, partner or company expectations. |
| hritical technical risk remains open | PVT, flow assurance, riser, metocean, export or safety risks cannot be closed within schedule. |
| Commercial/fiscal frame does not improve | Partner, infrastructure, tariff or authority terms cannot support the investment case. |
32.8 Final Delivery List for the Ultima Thule Example
The following delivery list summarises what a strong student or early industry package should contain.
| Delivery | Minimum content | Quality sign |
|---|---|---|
| Design basis | Field, fluid, rates, cases, specs, standards, assumptions. | Every calculation references the same basis. |
| Concept selection | Screens, shortlist, criteria, scores, sensitivities. | Rejected alternatives are explained fairly. |
| Reservoir package | STOIIP, recovery, production profiles, injection plan. | Uncertainty and next data are explicit. |
| Process package | PFD narrative, HMB, equipment sizing, utilities. | Controlling cases are stated. |
| Flow assurance | Hydrate, wax, corrosion, slugging screening. | Management strategy and lab-data needs are clear. |
| Subsea/marine package | Wells, trees, manifolds, risers, mooring, FSO, export. | Interfaces are listed, not hidden. |
| HSE package | HAZID, relief, blowdown, flare, emissions, emergency preparedness. | Safety work influences design choices. |
| host and economics | CAPEX, OPEX, NPV, IRR, breakeven, sensitivities. | Model version and assumptions are traceable. |
| Schedule | DG0-DG4, FEED, procurement, fabrication, drilling, commissioning. | hritical path and long leads are visible. |
| Risk and uncertainty | Register, matrix, mitigation and close-out plan. | Risks become Class B actions. |
| Decision memo | Recommendation, rationale, conditions and next steps. | A manager can make a decision from it. |
32.9 Detailed Discussion of Selection and Final Outcome
The selected concept is a defensible DG1 reference case, not a promise that the project should be sanctioned. It was selected because it gives the best technical route to high recovery under the case assumptions. It uses proven offshore building blocks: semi-submersible host, wet-tree subsea architecture, FSO oil storage, water injection, gas injection, separation, compression and TEG dehydration.
The final outcome is conditional because the value case is weak. If Class B confirms only 55% recovery, keeps CAPEX near the Class A estimate, and retains the same fiscal/oil-price assumptions, the project remains difficult. If Class B proves 60-65% recovery, reduces CAPEX, improves power/emissions strategy, and secures better commercial terms, the project may become investable.
This difference between preferred concept and investment case is one of the most important lessons in the book. A preferred concept answers: "If we continue, which architecture should we mature?" An investment case answers: "Should we spend billions to build it?" Ultima Thule has answered the first question and set the work required to answer the second.
32.10 What Practicing Engineers Should Take Away
- Do not let a concept drawing outrun the basis of design. Drawings are persuasive; assumptions are decisive.
- Keep economics close to engineering. Recovery factor, compressor power, hull weight, drilling cost and emissions all become cash flow.
- Use risk registers actively. Each important risk should create a study, test, survey, contract action or management decision.
- Protect model traceability. Model figures, report tables and decision memos must share the same assumptions.
- Respect interfaces. The most expensive problems often sit between disciplines.
- Know the maturity level. A Class A answer is supposed to be uncertain; hiding uncertainty is worse than having it.
- Make recommendations conditional when they are conditional. A credible "proceed, but prove these things" is stronger than a vague yes.
32.11 What Students Should Practise
Use Ultima Thule to practise the work of a project engineer:
| Exercise | Expected output |
|---|---|
| Rewrite the DG1 recommendation in 200 words. | A concise decision memo with conditions. |
| Identify five assumptions that can change the selected concept. | Assumption register with owner and next action. |
| Update one economic sensitivity. | Short note explaining NPV impact and uncertainty. |
| Trace one figure to deliverables. | Example: production profile -> HMB -> separator sizing -> CAPEX -> NPV. |
| Build a Class B work plan. | Activities, owners, deliverables and decision impact. |
These exercises train judgement, not only calculation. That is the point of a field-development course.
32.12 hlosing Reflection
Ultima Thule is entertaining because it behaves like a real project. It has enough resource to tempt the organisation, enough uncertainty to keep specialists busy, enough CAPEX to make the economist frown, enough emissions to trigger strategy discussions, and enough interfaces to reward disciplined project engineering.
The right final lesson is not that semi-submersibles are always best, or that gas injection always pays, or that a negative NPV always kills a project. The lesson is that field development is the art of making high-consequence decisions with incomplete information, while being honest enough about uncertainty to learn before committing too much.
That is what the previous chapters have been building toward.
32.13 Chapter Summary
The Ultima Thule solved case recommends proceeding to DG2 work with a semi-submersible, wet-tree, FSO, waterflooding and gas-injection reference concept. The project is technically feasible but economically challenged. Its next phase must prove recovery uplift, reduce cost, mature PVT and reservoir data, update the economic model, manage HSE and emissions exposure, and convert risks into specific work. The case ties the full book together: subsurface, wells, facilities, structures, subsea, safety, operations, economics, regulation and computational tools.
32.14 Exercises and Self-Test Questions
- Why is the DG1 recommendation conditional rather than an unconditional go decision?
- Name three technical uncertainties and three commercial uncertainties that can change the Ultima Thule outcome.
- Why can deferred gas export improve early CAPEX exposure but weaken NPV?
- How should a project team handle disagreement between a model figure and a decision-memo number?
- Write a Class B work programme with five activities that directly attack the negative NPV.
Solutions to Exercises
This appendix contains worked solutions to the principal course problems P1, P2, P3, Ex1 and Ex2. Solutions to chapter exercises are available in the accompanying notebooks under the notebooks/ directory.
P1 — Well IPR / VLP intersection
Problem. A well has a linear IPR with $J = 6.0$ Sm³/(d·bar) and reservoir pressure 280 bar. Compute the operating point against a tubing VLP that gives wellhead pressure 30 bar at 1000 Sm³/d, 35 bar at 1500 Sm³/d, and 45 bar at 2000 Sm³/d.
Solution.
The IPR is $q = J (P_R - P_{wf}) = 6 (280 - P_{wf})$.
The VLP gives $P_{wf}(q)$ from the wellhead pressure plus the tubing $\Delta P$. Tabulate IPR and VLP and intersect:
| $q$ (Sm³/d) | $P_{wf}$ from IPR | $P_{wf}$ from VLP |
|---|---|---|
| 1000 | 113 | ≈ 165 (with hydrostatic) |
| 1500 | 30 | ≈ 175 |
| 2000 | −53 | ≈ 195 |
The exact intersection is at $q \approx 1380$ Sm³/d, $P_{wf} \approx 50$ bar (using a linearised VLP).
The notebook 03_well_ipr_vlp.ipynb performs this with PipeBeggsAndBrills and gives the same answer to 2 %.
P2 — Production profile
Problem. A gas reservoir has $G_i$ = 50 BSm³. Four wells each deliver 5 MSm³/d at design conditions. Estimate the plateau and decline.
Solution. Plateau rate = 4 × 5 = 20 MSm³/d = 7.3 BSm³/y. Plateau ends when the wells together can no longer deliver this rate, typically when reservoir pressure has dropped to ~ 60 % of $P_i$. With a depletion-drive material balance, ~ 40 % of $G_i$ is produced before pressure reaches that level: 20 BSm³ in plateau ≈ 2.7 years. Tail decline at ~ 10 %/y over 15 years recovers another ~ 25 BSm³.
The notebook 12_snohvit_profile.ipynb shows the full trajectory.
P3 — NPV / IRR
Problem. Compute NPV at 8 % real for the cash flow
| Year | 0 | 1 | 2 | 3 | 4 | 5 | 6–10 |
|---|---|---|---|---|---|---|---|
| CF (M$) | −1000 | −500 | 200 | 400 | 400 | 300 | 300 |
with Norwegian 78 % marginal tax and 12.4 % uplift.
Solution. Pre-tax NPV at 8 % = 354 M$. Post-tax with 78 % marginal rate and 12.4 % CAPEX uplift the NPV ≈ 210 M$ (uplift recovers ~ 60 % of CAPEX tax burden). IRR ≈ 12 %.
The notebook 11_npv_irr.ipynb reproduces these numbers with full DCF tables.
Ex1 — Separator sizing
Problem. Size a vertical 3-phase separator at 90 °C, 40 bar, 60 000 Sm³/d gas + 200 m³/d oil + 50 m³/d water, gas density 35 kg/m³, oil density 750 kg/m³.
Solution. From Souders-Brown with K = 0.107 m/s, $v_{\max} \approx 0.50$ m/s, gas $A = q_g / v_{\max}$. Adding 20 % margin and 5-min retention gives $D \approx 1.8$ m, $L \approx 4.5$ m. Notebook 05_separator_sizing.ipynb provides the full calculation including SeparatorMechanicalDesign JSON.
Ex2 — Ultima Thule mini-PDO
The Ex2 case is open-ended; a fully worked solution (Concept B subsea tieback to Snøhvit) appears in Chapter 27 as an alternative exercise solution path. It is not the same reference concept as the integrated Ultima Thule case in Chapters 29-32, which selects a semi-submersible host with wet trees, FSO, WF + GI and deferred gas export. State which basis you are using before comparing answers. Approximate answers:
- CAPEX 1.6 B$, OPEX 120 M$/y, plateau 50 kbpd, life 15 y.
- NPV at 8 %, $70/bbl: 2.0 B$. IRR ≈ 30 %.
- Subsurface: 4 producers + 2 injectors.
- SURF: 6-slot manifold, 12-inch insulated flowline 80 km.
- Export: through Snøhvit pipeline.
- Schedule: DG3 2025, first oil 2029.
Appendix A — Computational notebooks
This appendix lists every Jupyter notebook bundled with the book, grouped by chapter. The notebooks are the authoritative source for the numerical results discussed in the Worked examples and computer experiments sections; the chapter prose summarises what each calculation does, while the listings here let the reader run, modify, and extend the cases.
For distribution, the final notebook set is also copied into one flat folder: submission/notebooks/. That folder contains 78 notebooks, README.md, requirements.txt and manifest.json, plus the archive submission/tpg4230_notebooks_2026-05-05.zip. The manifest maps each notebook back to its source chapter path. The release copy has no placeholder/scaffold notebook text, no stored error outputs, at least one stored code-cell output in every notebook, and stable metadata.id / metadata.language fields on every cell.
Repaired Field-Development Notebook Set
The following notebooks were repaired and executed as part of the 2026 manuscript revision. They provide the computational backbone for Chapters 11, 13, 20 and 26.
Digital twin lifecycle and interfaces
Computes the field-development lifecycle timeline and discipline-interface map.
Output figures: ch11_digital_twin_lifecycle.png, ch11_digital_twin_interfaces.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_01_digital_twin_and_lifecycle.ipynb.
Concept evaluation framework
Computes MCDA concept ranking and normalized concept-score heatmap.
Output figures: ch11_concept_mcda_ranking.png, ch11_concept_score_heatmap.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_02_concept_evaluation_framework.ipynb.
Screening and feasibility
Computes flow-assurance screening, artificial-lift suitability and DG1 gate confidence figures.
Output figures: ch11_screening_flow_assurance_matrix.png, ch11_screening_artificial_lift.png, ch11_screening_gate_confidence.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_03_screening_and_feasibility.ipynb.
SURF equipment design and cost
Computes SURF cost breakdown, manifold break-even and water-depth cost multiplier figures.
Output figures: ch13_surf_cost_breakdown.png, ch13_surf_manifold_breakeven.png, ch13_surf_depth_multiplier.png.
Notebook: chapters/ch13_subsea_surf_systems/notebooks/ch13_02_surf_equipment_design_cost.ipynb.
Cash-flow engine and economics
Computes production-profile alternatives, discounted cash flow and gas-price NPV sensitivity.
Output figures: ch20_economics_production_profiles.png, ch20_economics_discounted_cash_flow.png, ch20_economics_npv_sensitivity.png.
Notebook: chapters/ch20_production_optimisation/notebooks/ch20_03_cash_flow_engine_and_economics.ipynb.
Network optimization and gas lift
Computes network backpressure sensitivity, gas-lift economic optimum and allocation strategy sensitivity.
Output figures: ch20_network_rate_pressure.png, ch20_gas_lift_optimization.png, ch20_gas_lift_allocation_sensitivity.png.
Notebook: chapters/ch20_production_optimisation/notebooks/ch20_04_network_optimization_gas_lift.ipynb.
Field-development API mastery
Verifies field-development Java API availability and visualizes package and workflow coverage.
Output figures: ch24_fielddev_api_package_coverage.png, ch24_fielddev_api_workflow.png.
Notebook: chapters/ch24_computational_tools_neqsim/notebooks/ch24_02_field_development_api_mastery.ipynb (rendered Chapter 26).
Field-development decision engine
Demonstrates standardized greenfield and brownfield concept templates, lifecycle emissions, report-ready tables, weighted MCDA ranking and portfolio optimization. This repository-level example uses the developer workspace import path so it can exercise the newest Java field-development classes.
Output figures: field_development_template_capex_npv.png, field_development_lifecycle_emissions.png, field_development_mcda_ranking.png, field_development_portfolio_strategies.png.
Notebook: examples/notebooks/field_development_decision_engine.ipynb.
Field-development process and reservoir coupling
Demonstrates route-aware tieback screening, multi-well gathering-network allocation, concept-to-process utility summaries and VFPPROD/VFPINJ export for reservoir-simulator coupling. This repository-level example also uses the developer workspace import path.
Output figures: field_development_route_geometry.png, field_development_network_allocation.png, field_development_process_utilities.png, field_development_vfp_curves.png.
Notebook: examples/notebooks/field_development_process_reservoir_coupling.ipynb.
All notebooks execute end-to-end against the public NeqSim release installed via pip install neqsim. Paths are given relative to the book root.
The two repository-level decision-engine notebooks are exceptions to the public-release rule: they intentionally load workspace Java classes through devtools/neqsim_dev_setup.py because they document APIs that may be newer than the published wheel used by a released book edition.
Chapter 1. Introduction to Field Development and Operations
The Oil and Gas Value Chain at a Glance
Computes schematic of the oil and gas value chain with field development highlighted.
Output figures: 1_3_value_chain.png.
Notebook: chapters/ch01_introduction/notebooks/1_3_value_chain.ipynb.
Stakeholders and Their Roles
Computes stakeholder map for a typical NCS field development.
Output figures: 1_4_stakeholder_map.png.
Notebook: chapters/ch01_introduction/notebooks/1_4_stakeholders.ipynb.
The Petroleum Field Lifecycle
Computes stylised cash-flow and production profile across a 30-year field lifecycle.
Output figures: 1_5_lifecycle_capex_profile.png.
Notebook: chapters/ch01_introduction/notebooks/1_5_lifecycle_profile.ipynb.
Why Early Decisions Dominate Value
Computes front-end loading: ability to influence cost vs cost of changes across the project lifecycle.
Output figures: 1_6_cost_influence_curve.png.
Notebook: chapters/ch01_introduction/notebooks/1_6_cost_influence.ipynb.
Computational Tools and the Role of NeqSim
Computes worked example: density of a methane-rich gas vs pressure at 25 °C computed with NeqSim SRK; Phase envelope of the same mixture, illustrating two-phase region and cricondentherm.
Output figures: 1_8_neqsim_density_vs_pressure.png, 1_8_neqsim_phase_envelope.png.
Notebook: chapters/ch01_introduction/notebooks/1_8_neqsim_intro.ipynb.
A Mini Field Development Study
Computes concept-screen comparison: subsea tieback vs FPSO vs platform for the mini field example; Compression duty vs export pressure computed with NeqSim for the mini field.
Output figures: 1_9_mini_concept_screen.png, 1_9_compression_duty.png.
Notebook: chapters/ch01_introduction/notebooks/1_9_mini_field.ipynb.
The role of NeqSim
Notebook: chapters/ch01_introduction/notebooks/snippet_01_1_12_the_role_of_neqsim.ipynb.
Chapter 2. The Oil and Gas Value Chain
From Reservoir to Consumer: A Walk-through
Computes oil and gas value chain from reservoir to end-use markets.
Output figures: ch02_s01_value_chain.png.
Notebook: chapters/ch02_oil_gas_value_chain/notebooks/ch02_s01_value_chain.ipynb.
Stakeholders and Decision Rights
Computes stakeholder map for an offshore field-development project.
Output figures: ch02_s05_stakeholder_map.png.
Notebook: chapters/ch02_oil_gas_value_chain/notebooks/ch02_s05_stakeholder_map.ipynb.
NeqSim implementation
Notebook: chapters/ch02_oil_gas_value_chain/notebooks/snippet_01_2_11_neqsim_implementation.ipynb.
Chapter 3. Reservoir Fluids and PVT Behaviour
Reservoir-Fluid Classification
Computes phase envelope for a typical wet-gas / condensate reservoir fluid.
Output figures: ch03_s01_phase_envelope.png.
Notebook: chapters/ch03_reservoir_fluids_pvt/notebooks/ch03_s01_phase_envelope.ipynb.
Setting up an EOS in NeqSim
Computes density of a 14-component natural gas: SRK vs PR vs experimental.
Output figures: ch03_s04_eos_comparison.png.
Notebook: chapters/ch03_reservoir_fluids_pvt/notebooks/ch03_s04_eos_comparison.ipynb.
Worked Case: P1 Fluid Composition
Computes phase envelope of the 14-component P1 mixture.
Output figures: ch03_s08_p1_envelope.png.
Notebook: chapters/ch03_reservoir_fluids_pvt/notebooks/ch03_s08_p1_envelope.ipynb.
NeqSim implementation
Notebook: chapters/ch03_reservoir_fluids_pvt/notebooks/snippet_01_3_10_neqsim_implementation.ipynb.
Chapter 4. Flow Performance in Production Systems
Two-phase Flow Patterns and Correlations
Computes two-phase flow regime map (gas–liquid superficial velocities).
Output figures: ch04_s03_flow_pattern_map.png.
Notebook: chapters/ch04_flow_performance_production_systems/notebooks/ch04_s03_flow_pattern_map.ipynb.
Nodal Analysis
Computes iPR and VLP intersection for a gas well — nodal-analysis operating point.
Output figures: ch04_s06_ipr_vlp.png.
Notebook: chapters/ch04_flow_performance_production_systems/notebooks/ch04_s06_ipr_vlp.ipynb.
NeqSim Pipe Flow Implementation
Computes pressure and temperature profile along a 50 km subsea flowline.
Output figures: ch04_s07_pipe_profile.png.
Notebook: chapters/ch04_flow_performance_production_systems/notebooks/ch04_s07_pipe_profile.ipynb.
NeqSim implementation
Notebook: chapters/ch04_flow_performance_production_systems/notebooks/snippet_01_4_9_neqsim_implementation.ipynb.
Chapter 5. Facilities in the Value Chain
Selection Drivers
Computes concept screening — CAPEX, NPV, CO₂ and first-oil for three concepts.
Output figures: ch05_s02_concept_screen.png.
Notebook: chapters/ch05_facilities_value_chain/notebooks/ch05_s02_concept_screen.ipynb.
a simplified topside
Notebook: chapters/ch05_facilities_value_chain/notebooks/snippet_01_5_10_neqsim_a_simplified_topside.ipynb.
Chapter 6. Introduction to Oil and Gas Processing
Generic Topsides PFD
Computes generic offshore topsides process-flow diagram.
Output figures: ch06_s01_pfd.png.
Notebook: chapters/ch06_intro_oil_gas_processing/notebooks/ch06_s01_pfd.ipynb.
Building a Flowsheet in NeqSim
Computes three-stage separation and gas-export flowsheet built in NeqSim.
Output figures: ch06_s05_neqsim_flowsheet.png.
Notebook: chapters/ch06_intro_oil_gas_processing/notebooks/ch06_s05_neqsim_flowsheet.ipynb.
multi-stage flash example
Notebook: chapters/ch06_intro_oil_gas_processing/notebooks/snippet_01_6_10_neqsim_multi_stage_flash_example.ipynb.
Chapter 7. Oil and Water Processing and Separator Design
Three-phase Separation Principles
Computes three-phase horizontal separator schematic with inlet device, weir and demister.
Output figures: ch07_s01_separator.png.
Notebook: chapters/ch07_oil_water_separator_design/notebooks/ch07_s01_separator.ipynb.
Multi-stage Separation Strategy
Computes stock-tank GOR vs MP-stage pressure for the P1 fluid (HP 65 / LP 2 bar).
Output figures: ch07_s04_mp_optimisation.png.
Notebook: chapters/ch07_oil_water_separator_design/notebooks/ch07_s04_mp_optimisation.ipynb.
Worked Example: P1 Three-stage Train
Computes standard-condition oil, gas and GOR for the P1 separation train.
Output figures: ch07_s05_train_results.png.
Notebook: chapters/ch07_oil_water_separator_design/notebooks/ch07_s05_train_results.ipynb.
NeqSim mechanical-design example
Notebook: chapters/ch07_oil_water_separator_design/notebooks/snippet_01_7_10_neqsim_mechanical_design_example.ipynb.
Chapter 8. Flow Assurance and Offshore Gas Processing
Hydrate Inhibition
Computes hydrate-formation curve for a wet gas, with and without 30 wt% MEG.
Output figures: ch08_s03_hydrate_curve.png.
Notebook: chapters/ch08_flow_assurance_gas_processing/notebooks/ch08_s03_hydrate_curve.ipynb.
Gas hydrates
Notebook: chapters/ch08_flow_assurance_gas_processing/notebooks/snippet_01_8_2_gas_hydrates.ipynb.
Process modelling for flow assurance
Notebook: chapters/ch08_flow_assurance_gas_processing/notebooks/snippet_02_8_8_process_modelling_for_flow_assurance.ipynb.
Chapter 9. Dry Gas Production Systems
Multi-stage Compression Design
Computes shaft power vs discharge pressure for a 50 MMSm³/d natural-gas compressor.
Output figures: ch09_s02_compression_power.png.
Notebook: chapters/ch09_dry_gas_production_systems/notebooks/ch09_s02_compression_power.ipynb.
Dewpoint thermodynamics
Notebook: chapters/ch09_dry_gas_production_systems/notebooks/snippet_01_9_3_dewpoint_thermodynamics.ipynb.
Chapter 10. Acid Gas Removal and Gas Dehydration
TEG Dehydration
Computes tEG contactor schematic with rich/lean glycol circulation.
Output figures: ch10_s02_teg_contactor.png.
Notebook: chapters/ch10_acid_gas_removal_dehydration/notebooks/ch10_s02_teg_contactor.ipynb.
Amine Sweetening
Computes amine absorber column schematic — rich and lean amine circulation.
Output figures: ch10_s04_amine_column.png.
Notebook: chapters/ch10_acid_gas_removal_dehydration/notebooks/ch10_s04_amine_column.ipynb.
Dehydration
Notebook: chapters/ch10_acid_gas_removal_dehydration/notebooks/snippet_01_10_2_dehydration.ipynb.
Chapter 11. Field Development Building Blocks
From Discovery to Sanction
Computes capital-value process gates DG0–DG4 with study classes A/B/C.
Output figures: ch11_s01_gates.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_s01_gates.ipynb.
Cost-Influence Curve and FEL
Computes cost-influence curve and decision-gate placement.
Output figures: ch11_s02_influence.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_s02_influence.ipynb.
Concept Selection (DG2)
Computes concept selection bar chart — CAPEX, NPV, CO₂ and first oil.
Output figures: ch11_s06_concept_screen.png.
Notebook: chapters/ch11_field_development_building_blocks/notebooks/ch11_s06_concept_screen.ipynb.
Chapter 13. Subsea Production Systems and SURF
Subsea Architecture
Computes subsea field layout — three 4-slot templates with PLEM and export pipeline.
Output figures: ch13_s01_layout.png.
Notebook: chapters/ch13_subsea_surf_systems/notebooks/ch13_s01_layout.ipynb.
Subsea costs and NeqSim
Notebook: chapters/ch13_subsea_surf_systems/notebooks/snippet_01_13_6_subsea_costs_and_neqsim.ipynb.
Chapter 14. Drilling and Wells in Field Development
API 5C3 and NORSOK D-010
Notebook: chapters/ch14_drilling_and_wells/notebooks/snippet_01_14_2_casing_design_api_5c3_and_norsok_d_.ipynb.
Chapter 15. Reservoir Technology in Field Development
Production Forecasting
Computes production profile — plateau and exponential-decline phases.
Output figures: ch15_s04_profile.png.
Notebook: chapters/ch15_reservoir_technology/notebooks/ch15_s04_profile.ipynb.
Reservoir simulation
Notebook: chapters/ch15_reservoir_technology/notebooks/snippet_01_15_6_reservoir_simulation.ipynb.
Chapter 17. Cost Estimation and Project Scheduling
NeqSim cost-estimation tooling
Notebook: chapters/ch17_cost_estimation_scheduling/notebooks/snippet_01_17_9_neqsim_cost_estimation_tooling.ipynb.
Chapter 18. Economic Analysis: NPV, IRR and Cash Flow
Cash-Flow Model Building Blocks
Computes annual and cumulative discounted cash flow for a typical NCS field.
Output figures: ch18_s01_cashflow.png.
Notebook: chapters/ch18_economic_analysis_npv/notebooks/ch18_s01_cashflow.ipynb.
Exlandian Fiscal Regime (Ultima Thule case)
Computes tornado diagram of Ultima Thule NPV under ±30 % parameter swings.
Output figures: ch18_s04_tornado.png.
Notebook: chapters/ch18_economic_analysis_npv/notebooks/ch18_s04_tornado.ipynb.
Monte-Carlo Probabilistic NPV (P3)
Computes monte-Carlo NPV distribution for the Snøhvit base case.
Output figures: ch18_s07_mc_histogram.png.
Notebook: chapters/ch18_economic_analysis_npv/notebooks/ch18_s07_mc_histogram.ipynb.
NeqSim economic tooling
Notebook: chapters/ch18_economic_analysis_npv/notebooks/snippet_01_18_12_neqsim_economic_tooling.ipynb.
Chapter 19. Production Scheduling — The Snøhvit Case
Snøhvit Field Overview
Computes snøhvit subsea layout — three 4-slot templates and 158 km pipeline to Hammerfest.
Output figures: ch19_s01_layout.png.
Notebook: chapters/ch19_production_scheduling_snohvit/notebooks/ch19_s01_layout.ipynb.
Base-Case Plateau and Decline
Computes snøhvit base-case production profile (plateau + decline).
Output figures: ch19_s03_base.png.
Notebook: chapters/ch19_production_scheduling_snohvit/notebooks/ch19_s03_base.ipynb.
Production profile fitting in NeqSim
Notebook: chapters/ch19_production_scheduling_snohvit/notebooks/snippet_01_19_6_production_profile_fitting_in_neqsi.ipynb.
Chapter 20. Production Optimisation
Separation Pressure Optimisation (P1.1)
Computes stock-tank GOR vs MP separation pressure (HP fixed at 65 bara).
Output figures: ch20_s03_mp_opt.png.
Notebook: chapters/ch20_production_optimisation/notebooks/ch20_s03_mp_opt.ipynb.
NeqSim optimisation toolkit
Notebook: chapters/ch20_production_optimisation/notebooks/snippet_01_20_3_neqsim_optimisation_toolkit.ipynb.
gas-lift allocation field-wide
Notebook: chapters/ch20_production_optimisation/notebooks/snippet_02_20_8_worked_example_gas_lift_allocation_.ipynb.
Chapter 22. Process Safety Engineering
No dedicated notebook is currently bundled for this chapter; it is assessed through safety reviews, risk registers and process-design exercises.
Chapter 23. Operations, Integrity and Digital Twins
No dedicated notebook is currently bundled for this chapter; the operational surveillance concepts are exercised through the field-development and optimisation notebooks.
Chapter 24. Oil and Gas Quality, Refining and Pricing
ISO 6976
Notebook: chapters/ch22_oil_gas_quality_refining/notebooks/snippet_01_22_2_calorific_value_and_wobbe_index_iso.ipynb.
Chapter 25. CO2 Transport and Storage
CO₂ Pipeline Transport
Computes CO₂ phase envelope with 2 % N₂ and 1 % H₂ — dense-phase region.
Output figures: ch23_s04_co2_envelope.png.
Notebook: chapters/ch23_co2_field_development/notebooks/ch23_s04_co2_envelope.ipynb.
Chapter 26. Computational Tools for Field Development
Building a Topsides Model
Computes three-stage separation, gas dehydration and export compression in NeqSim.
Output figures: ch24_s04_neqsim_pfd.png.
Notebook: chapters/ch24_computational_tools_neqsim/notebooks/ch24_s04_neqsim_pfd.ipynb.
Creating a fluid
Notebook: chapters/ch24_computational_tools_neqsim/notebooks/snippet_01_24_4_creating_a_fluid.ipynb.
TPG4230 mini-task
Notebook: chapters/ch24_computational_tools_neqsim/notebooks/snippet_02_24_13_example_tpg4230_mini_task.ipynb.
Advanced field-development decision engine
Computes standardized concept comparisons, lifecycle emissions, MCDA rankings, portfolio selections, route-aware tieback screens, process utility loads and reservoir-coupling exports using the newest field-development APIs.
Output figures: field_development_template_capex_npv.png, field_development_lifecycle_emissions.png, field_development_mcda_ranking.png, field_development_portfolio_strategies.png, field_development_route_geometry.png, field_development_network_allocation.png, field_development_process_utilities.png, field_development_vfp_curves.png.
Notebooks: examples/notebooks/field_development_decision_engine.ipynb and examples/notebooks/field_development_process_reservoir_coupling.ipynb.
Chapter 27. Case Studies — Aasta Hansteen, Ultima Thule and Snøhvit
Subsea-to-Beach
Computes snøhvit subsea-to-beach concept overview.
Output figures: ch25_s02_snohvit.png.
Notebook: chapters/ch25_case_studies_aasta_ultima_thule/notebooks/ch25_s02_snohvit.ipynb.
Deep-water Oil
Computes ultima Thule concept screening — tieback vs FPSO vs platform.
Output figures: ch25_s03_ut_concept.png.
Notebook: chapters/ch25_case_studies_aasta_ultima_thule/notebooks/ch25_s03_ut_concept.ipynb.
overview
Notebook: chapters/ch25_case_studies_aasta_ultima_thule/notebooks/snippet_01_25_1_aasta_hansteen_overview.ipynb.
Chapter 28. Project Development Deliverables and Work Processes
No dedicated notebook is currently bundled for this chapter; the deliverables are produced from the discipline calculations and case-study basis developed earlier in the book.
Chapters 29-32. Integrated Ultima Thule Capstone
The capstone chapters use narrative decision tables, figures and discipline deliverables rather than standalone notebooks. They should be read together with the Chapter 27 case-study notebooks, the Chapter 28 deliverables framework, and the Chapter 26 advanced decision-engine examples that show how NeqSim can reproduce concept ranking, route screening, process coupling, reservoir export and portfolio selection.
Engineering Assumptions, Validity Ranges and Review Checklists
This appendix is the common quality gate for calculations in the book. It keeps three ideas separate:
- Theory explains the physics, economics or project-control principle.
- Screening practice gives a fast estimate for exercises and early decision gates.
- Design practice requires calibrated data, vendor information, standards checks and independent review.
Use this appendix whenever a chapter introduces a correlation, a design rule, a case-study number or a notebook result. The goal is not to make early estimates look more precise; it is to make their limits visible.
B.1 Notation and Unit Style
The book uses readable scientific notation in prose and ASCII unit strings in code. Keep the distinction explicit.
| Context | Preferred style | Notes |
|---|---|---|
| Carbon dioxide in prose | CO₂ | Use CO2 only inside code, filenames, component names and citation keys. |
| Hydrogen sulphide in prose | H₂S | Use H2S only inside code and component names. |
| Standard gas volume in prose | Sm³, MSm³/d | Use Sm3, MSm3/day or similar only inside NeqSim unit strings. |
| Actual volume | m³ | Do not omit the S when standard volume is intended. |
| Temperature in prose | °C or K | Avoid ASCII temperature spellings in prose. Code comments may use ASCII if needed. |
| Pressure | bara or barg | State whether pressure is absolute or gauge. Use bar only when the distinction is irrelevant or already defined. |
| Currency and date | MNOK 2026, MUSD 2026 | State base year, exchange rate and real/nominal convention for economic tables. |
The standard-volume convention used in the course is 15 °C and 1.01325 bara unless another standard is stated. This matters because m³/d at flowing conditions and Sm³/d at standard conditions are not interchangeable.
B.2 Method Maturity Labels
Every correlation, model or rule of thumb should be read with a maturity label.
| Label | Meaning | Student use | Professional use |
|---|---|---|---|
| Theory | Conservation law, thermodynamic definition or mathematical identity. | Use directly after checking units. | Use directly, but still check assumptions. |
| Screening | Fast estimate for concept ranking or oral/written exercises. | Use when the question asks for order of magnitude or comparison. | Use for DG0/DG1 scoping only. |
| Design-grade after calibration | Engineering method that needs measured data, tuning or vendor curves. | State the calibration data that would be needed. | Use after calibration, validation and discipline review. |
| Standards check | Requirement or acceptance test from API, DNV, ISO, IEC, NORSOK, AACE or similar. | Quote the standard and version if known. | Use the current governing standard and company requirements. |
| Exploratory | Research, prototype automation or unvalidated model coupling. | Use only to learn mechanisms and sensitivities. | Do not use for sanction without validation. |
B.3 Correlation and Model Validity Register
The table below summarises the main methods used in the book. It is deliberately conservative. If a project moves beyond Class A or DG1, replace screening entries with calibrated simulation, standards calculations or vendor design.
| Method | Chapter | Maturity | Valid for | Main limits | Upgrade path |
|---|---|---|---|---|---|
| SRK / PR EOS phase-envelope screening | 3, 23, 24, 27 | Design-grade after calibration | Hydrocarbon systems with suitable component set and mixing rule | Plus-fraction uncertainty, polar fluids, near-critical mixtures, missing BIPs | Lab PVT, EOS regression and comparison against CPA / GERG / reference data |
| Vogel IPR | 4, 16 | Screening | Saturated oil wells with empirical inflow behaviour | Not for strong water cut, transient wells, complex completions or gas wells without recalibration | Well-test-matched inflow model and nodal analysis |
| Beggs-Brill / Hagedorn-Brown VLP | 4, 13, 16 | Screening to calibrated | Tubing and pipeline multiphase pressure-drop estimates within correlation experience | Flow-regime uncertainty, inclination, slugging, emulsions, high-viscosity oil | Calibrated production-system model or transient multiphase simulator |
| Separator pressure geometric mean | 6 | Screening | Initial multi-stage pressure spacing | Ignores composition, compressor map, heat integration and oil shrinkage details | Flash sensitivity and process optimisation |
| Souders-Brown separator gas capacity | 7 | Screening to standards check | Preliminary gas-liquid separator diameter with selected internals | K-factor depends on internals, foaming, liquid load, pressure, orientation and carry-over limit | API / NORSOK / vendor mechanical design and dynamic checks |
| Liquid retention separator sizing | 7 | Screening to standards check | Early oil/water retention volume and level-control basis | Residence time is service-specific and depends on emulsion, solids, slugging and internals | Vendor process design and operating-envelope review |
| Hammerschmidt hydrate inhibition | 8 | Screening | Back-of-envelope methanol/MEG depression for aqueous inhibitor | Weak at high inhibitor concentration, high salinity, mixed inhibitors and near phase boundary | Hydrate model with EOS/water phase and laboratory/vendor chemical data |
| de Waard-Milliams CO₂ corrosion | 8 | Screening | Initial sweet-corrosion risk ranking | Sensitive to pH, FeCO₃ scaling, H₂S, inhibitor, velocity, oil wetting and metallurgy | Materials/corrosion specialist model and test data |
| JT cooling estimate | 9 | Screening | Qualitative gas-cooling duty and dew-point-control screening | JT coefficient varies with composition, pressure and temperature | EOS-based process simulation with product-spec checks |
| TEG dehydration shortcut | 10 | Screening | Initial water-dew-point and circulation estimates | Solvent purity, stripping gas, salinity, BTEX, foaming and CO₂/H₂S effects | Rigorous absorber/regenerator model and vendor guarantees |
| Molecular sieve sizing | 10 | Screening | Early dehydration/mercury-removal comparison | Cycle time, aging, regeneration and contaminant loading dominate final design | Vendor design and pilot or operating data |
| Subsea thermal cooldown estimate | 13 | Screening | First-pass insulation and cool-down comparison | Ignores transient multiphase hydrodynamics and hydrate kinetics | Transient thermal-hydraulic model and shutdown/restart procedures |
| Barlow casing burst check | 14 | Screening to standards check | Absolute first-pass pressure containment | Does not include API/NORSOK design factors, collapse, tension, wear or corrosion | Full casing design to API 5C3 / ISO / NORSOK D-010 |
| STOIIP / GIIP volumetrics | 15 | Screening | Early resource estimate with mapped area and petrophysics | Uncertainty in net pay, porosity, saturation, contacts and formation-volume factors | Probabilistic static model and reservoir simulation |
| Arps decline | 19 | Screening to calibrated | Mature production trends with boundary-dominated behaviour | Not predictive for early transient, changing constraints or new wells without caution | Reservoir simulation, type curves and history match |
| KKT / Lagrange gas-lift allocation | 20 | Theory / screening | Concave response curves with smooth marginal gain | Real gas-lift curves can be non-convex and constrained by facilities | Global optimisation, production-system simulation and operating tests |
| CO₂ dense-phase envelope screening | 23 | Standards check after EOS validation | Single intended phase with operating paths plotted against mixture envelope | Critical pressure alone is not enough; impurities, shutdown and decompression matter | ISO/DNV CCS design basis, validated EOS and transient decompression checks |
| MCDA concept scoring | 11, 28 | Screening decision aid | Transparent comparison of alternatives after must-pass screens | Scores can hide assumptions and stakeholder preference | Sensitivity analysis, decision memo and independent challenge review |
B.4 Standard Basis-of-Design Checklist
Every integrated exercise or project chapter should state the basis before any calculation.
| Basis item | Minimum content |
|---|---|
| Decision gate | DG0, DG1, DG2, FEED, sanction, operations or exercise-only. |
| Asset status | Generic principle, NCS practice, public field example or teaching case. |
| Fluid basis | Composition, PVT maturity, EOS, mixing rule, water/salt/acid-gas content and plus-fraction handling. |
| Design cases | Normal, peak, turndown, startup, shutdown, blocked outlet, late-life and contingency cases as relevant. |
| Units | Standard conditions, pressure basis, currency basis, date basis and real/nominal convention. |
| Standards | API, DNV, ISO, IEC, NORSOK, AACE or company requirements used as references. |
| Model version | Notebook/script path, NeqSim version, date run and acceptance checks. |
| Uncertainty | P10/P50/P90 or low/base/high values for resource, recovery, CAPEX, prices and schedule. |
| Assumptions register | The assumptions that would change the decision if wrong. |
| Validation | Public benchmark, field analogue, lab data, vendor data or explicit statement that the method is unvalidated. |
B.5 HMB and Stream-Table Quality Checklist
Before using a heat-and-material balance for equipment sizing, check:
| Check | Acceptance question |
|---|---|
| Total mass balance | Do inlet and outlet total mass rates close within the stated tolerance? |
| Component balance | Are methane, CO₂, water, nitrogen, heavy hydrocarbons and salts conserved or reacted as intended? |
| Phase consistency | Do vapour, oil, water and solids appear where the phase envelope says they should? |
| Pressure path | Are all pressure drops physically plausible and monotonic through passive equipment? |
| Temperature path | Are coolers, heaters, JT valves and compressors consistent with energy balance? |
| Standard versus actual rate | Are Sm³/d, m³/d, kg/h and kmol/h clearly separated? |
| GOR / CGR / water cut | Are ratios calculated from consistent standard-condition rates? |
| Design case labels | Is each stream tagged as normal, peak, turndown, startup, shutdown or late-life? |
| Controlling equipment case | Is the equipment sized on the stream case that actually governs? |
| Traceability | Can a reader find the notebook or calculation that generated the table? |
B.6 Risk Register Template
Risk registers and assumptions registers are not the same thing. An assumption is a premise used in the calculation. A risk is an uncertain event or condition that can affect objectives.
| Field | Description |
|---|---|
| ID | Unique risk number. |
| Category | Reservoir, well, process, subsea, HSE, regulatory, market, cost, schedule or interface. |
| Description | What could happen. |
| Cause | Why it could happen. |
| Consequence | Effect on safety, environment, value, schedule or operability. |
| Likelihood | Use the stated 1-5 or qualitative scale. |
| Consequence class | Use the stated 1-5 or qualitative scale. |
| Risk level | Low, medium, high or equivalent matrix result. |
| Barrier / mitigation | Existing or planned action that reduces likelihood or consequence. |
| Owner | Discipline or role responsible for follow-up. |
| Closeout evidence | Data, study, vendor response or decision needed to retire the risk. |
B.7 DG1 Readiness Checklist
A Class A / DG1 package is ready for decision when it can answer these questions:
| Question | Evidence |
|---|---|
| What is the opportunity? | Resource range, fluid type, location, constraints and strategic reason. |
| What concepts were considered? | Long list, must-pass screens and rejected alternatives. |
| Which concept is preferred? | Weighted scoring, trade-off table and sensitivity to weights. |
| What is the basis? | Signed or version-controlled basis of design and assumptions register. |
| What are the controlling uncertainties? | PVT, reservoir, recovery, CAPEX, market, regulation, schedule and interfaces. |
| What is the value case? | Production profile, price deck, cost estimate, NPV, breakeven and sensitivities. |
| What could stop the project? | Stop/kill criteria and next-phase proof items. |
| What work is next? | Appraisal, lab data, reservoir simulation, vendor studies, authority engagement and partner alignment. |
B.8 Notebook and Model Traceability
Notebook-generated figures and numerical claims should be reproducible. Record:
| Item | Requirement |
|---|---|
| File path | Chapter notebook or task folder path. |
| Software | NeqSim version or git commit, Python version and relevant package versions. |
| Model inputs | Composition, EOS, mixing rule, design cases, economics and assumptions. |
| Validation | Benchmark data, field analogue, standards check or explicit limitation. |
| Tolerance | Numerical tolerance or acceptable deviation for repeated runs. |
| Output link | Figure filename, table number or dashboard panel. |
For Java examples in this repository, keep code Java 8 compatible. For Python examples, use NeqSim's unit strings exactly as documented by the API even when the prose uses superscripts.
B.9 CO₂ Transport and Storage Screening Rules
Do not classify a CO₂ stream as dense or supercritical from pressure alone. Use the mixture phase envelope and the intended operating path.
| Question | Required answer before design use |
|---|---|
| What is the composition? | CO₂ purity and impurities including N₂, CH₄, H₂, O₂, SOx, NOx and water. |
| What phase is intended? | Gas, liquid, dense single phase or supercritical; define by pressure, temperature and composition. |
| Where is the margin? | Normal, turndown, shutdown, restart and depressurisation paths plotted against the envelope. |
| What standards apply? | ISO/DNV/operator requirements for CO₂ purity, water, fracture control, materials and monitoring. |
| What is unvalidated? | Novel impurity levels, hydrogen-rich CO₂ streams or uncalibrated EOS predictions. |
Pure CO₂ has a critical point near 31 °C and 73.8 bara, but a pipeline operating above 73.8 bara is not automatically safe from two-phase behaviour. Temperature, composition, transients and decompression path decide the actual margin.
Student Calculation Methods for Exercises
This appendix gives method support for the course exercise sets. It is deliberately not a solution manual. The aim is to help students recognise the type of calculation, choose the right chapter background, keep units consistent and present results in an engineering format.
The three recurring habits are simple:
- State the decision the calculation supports.
- State the basis, units and assumptions before calculating.
- Present a result table with checks, not only a final number.
A.1 Thermodynamics and Separator Calculations
Use this workflow for exercises that combine fluid characterisation, phase envelopes, process simulation, separator pressure selection and vessel sizing. The relevant theory is developed in Chapters 3, 6, 7 and 24.
A.1.1 Phase-envelope and EOS workflow
For a reservoir-fluid or wellstream calculation:
- Enter the component composition on a consistent molar basis.
- Select the equation of state and record the reason for the choice.
- Characterise any plus fraction before activating the final mixing rule.
- Run the phase envelope and identify dew curve, bubble curve, cricondentherm, cricondenbar and critical point.
- Plot expected operating points or pressure-temperature paths on the same figure.
- Repeat the calculation with the comparison EOS only after the base case is working and documented.
For hydrocarbon systems in this course, SRK and PR are both acceptable screening models when used consistently. The important engineering question is not which one gives a prettier curve, but whether the concept conclusion changes: liquid dropout, separator gas load, oil shrinkage, compressor inlet condition or export quality.
Report at least:
| Item | What to report |
|---|---|
| EOS and mixing rule | SRK, PR, CPA, or other model, with reason. |
| Composition basis | Mole fraction, mass fraction or component flow; do not mix bases. |
| Phase-envelope landmarks | Critical point, cricondentherm, cricondenbar. |
| Operating path | Whether the path crosses a two-phase region. |
| EOS comparison | Difference in oil rate, gas rate, GOR or key property. |
A.1.2 Separator-train pressure screening
A separator-train pressure study is a trade-off, not a hunt for one magic pressure. For each pressure case, calculate the flashed gas rate, flashed oil rate, standard-condition oil rate, gas-oil ratio, compressor suction condition and compression duty.
Use a table like this:
| Case | HP pressure | MP pressure | LP pressure | Oil rate | Gas rate | GOR | Compression duty | Comment |
|---|---|---|---|---|---|---|---|---|
| Low MP | More flash gas, lower liquid recovery? | |||||||
| Base MP | Reference case. | |||||||
| High MP | Less flash gas, possible oil shrinkage effect. |
The selected pressure should be justified by the project objective. A case that maximises stock-tank oil may not minimise power, emissions or equipment size. For early field-development work, present the trade-off explicitly.
A.1.3 Horizontal separator sizing
Preliminary gas-capacity sizing uses the Souders-Brown velocity:
$$ v_{g,\max} = K \sqrt{\frac{\rho_l - \rho_g}{\rho_g}} $$
where $K$ is selected from the assumed separator orientation and internals. For a horizontal separator, the required gas-flow area is:
$$ A_g = \frac{q_g}{v_{g,\max}} $$
and the corresponding vessel diameter can be estimated as:
$$ D_v = \sqrt{\frac{4q_g}{\pi v_{g,\max}\alpha}} $$
where $\alpha$ is the fraction of vessel cross-section available to gas.
Liquid retention provides an independent size constraint:
$$ V_L = q_o \tau_o + q_w \tau_w $$
with oil and water residence times selected from the service, emulsion tendency and separation duty. The vessel length must provide this liquid volume at the selected liquid level, after allowing for internals, nozzles, control volume and slug margin.
Always report both governing checks:
| Check | Result | Governing? | Notes |
|---|---|---|---|
| Gas capacity | Souders-Brown, selected $K$. | ||
| Oil retention | Residence time and liquid level. | ||
| Water retention | Settling or treatment requirement. | ||
| Slug margin | Process upset or flowline slug basis. |
A.1.4 Produced-water monthly-average check
Produced-water discharge compliance is normally assessed as a flow-weighted average concentration over the reporting period:
$$ \bar{C} = \frac{\sum_i C_i Q_i \Delta t_i}{\sum_i Q_i \Delta t_i} $$
where $C_i$ is oil-in-water concentration, $Q_i$ is water rate and $\Delta t_i$ is the duration of each operating period.
The useful student answer is not only pass or fail. Show:
| Item | Meaning |
|---|---|
| Normal concentration | Oil-in-water during stable operation. |
| Upset concentration | Oil-in-water during emulsions, trips or poor separation. |
| Duration of upset | How long the high-concentration condition lasts. |
| Flow-weighted average | Monthly average used for compliance. |
| Operational action | Chemical treatment, recycle, reinjection, reduced rate or shut-in. |
A.2 Class A Field-Development Package Workflow
Use this workflow for integrated development exercises where the task is to compare concepts and prepare an early decision-gate package. The relevant theory is developed in Chapters 11, 13, 15, 17, 18, 21, 25, 26 and 27-30.
A.2.1 The purpose of a Class A answer
A Class A student package should prove that the team can make a structured early field-development recommendation. It does not need FEED precision, but it must connect reservoir, wells, facilities, export, schedule, cost, economics, HSE and risk into one argument.
The package should answer six questions:
| Question | Evidence expected |
|---|---|
| What is being developed? | Resource basis, fluid type, location, water depth and constraints. |
| Which concepts are credible? | Shortlist with must-pass constraints and screening criteria. |
| How will the reservoir be drained? | Producers, injectors, recovery method and surveillance logic. |
| What facilities are required? | Process scheme, design cases, capacities, export and utilities. |
| Does it create value? | CAPEX, OPEX, production profile, price basis, NPV and sensitivities. |
| What could change the decision? | Risk register, uncertainty, appraisal and next-phase work. |
A.2.2 Drainage and facility coupling
Drainage strategy is not a reservoir-only choice. It creates physical facility scope:
| Drainage choice | Facility consequence |
|---|---|
| Depletion | Simpler topsides, lower recovery, stronger pressure-decline exposure. |
| Water injection | Water treatment, injection pumps, injection wells and produced-water handling. |
| Gas injection | High-pressure compression, gas injectors, power demand and deferred export logic. |
| Separate water and gas injection | Water injectors and gas injectors with different placement and control objectives. |
| WAG | Alternating water and gas into the same injector or local pattern; do not use as a generic label for all water-plus-gas concepts. |
The student should explain why the selected drainage concept fits the reservoir and how it changes facility capacity, well count, schedule, CAPEX and operating risk.
A.2.3 Concept-screening table
Use a concept-screening table before writing the recommendation. Keep must-pass criteria separate from weighted preferences.
| Criterion | Type | Why it matters |
|---|---|---|
| Reservoir recovery | Weighted | Higher recovery can justify added facility scope. |
| Technical feasibility | Must-pass | Concepts that cannot be built or operated are removed. |
| Host or export access | Must-pass or weighted | Controls tariff, schedule and modification scope. |
| CAPEX and OPEX | Weighted | Drives NPV and funding exposure. |
| Schedule to first oil | Weighted | Early revenue improves NPV and may reduce strategic risk. |
| HSE and environmental exposure | Must-pass and weighted | Authority approval and operating legitimacy. |
| Flexibility | Weighted | Future wells, tiebacks, IOR/EOR or debottlenecking. |
A.2.4 Minimum deliverable checklist
A concise Class A answer should include:
| Deliverable | Minimum content |
|---|---|
| Basis of design | Fluids, rates, pressures, temperatures, design cases and standards. |
| Concept shortlist | Alternatives considered and rejected. |
| Concept selection | Screening table and clear recommendation. |
| Petroleum technology | Resource basis, drainage, wells and production profile. |
| Facilities description | Process scheme, capacities, equipment and export route. |
| Cost and schedule | Class estimate, main cost drivers, first-oil logic. |
| Economics | NPV, breakeven, sensitivity and assumptions. |
| Risk register | Technical, commercial, HSE, schedule and regulatory risks. |
| Decision memo | Recommendation, conditions and next-phase work. |
A.3 Probabilistic NPV and Appraisal Decisions
Use this workflow for exercises that ask for Monte Carlo NPV, probability plots, ranking of uncertainty drivers and value of an additional information-gathering step. The relevant theory is developed in Chapters 15, 18, 19 and 25.
A.3.1 Build the deterministic base model first
Before running Monte Carlo, make one deterministic NPV model that is easy to audit. The base model should calculate yearly production, revenue, OPEX, CAPEX, tax and discounted cash flow.
Check the base model with this table:
| Check | Expected behaviour |
|---|---|
| Production profile | Build-up, plateau, decline and tail are visible. |
| CAPEX timing | Development cost occurs before first production. |
| Revenue timing | Revenue starts only after production starts. |
| Discounting | Later cash flows have lower present value. |
| Units | Prices, rates and annual volumes are compatible. |
A.3.2 Select uncertain inputs
Each uncertain input needs a distribution, not just a low/high range.
| Input | Typical distribution | Comment |
|---|---|---|
| GIIP or STOIIP | Triangular or lognormal | Usually a dominant subsurface driver. |
| Well productivity | Triangular or normal with truncation | Controls well count and plateau duration. |
| Startup date | Discrete or triangular | Captures schedule delay. |
| CAPEX multiplier | Triangular | Early-phase cost uncertainty is asymmetric. |
| OPEX multiplier | Triangular | Often less dominant than CAPEX. |
| Product price | Scenario or stochastic distribution | Keep price basis transparent. |
Avoid false precision. A simple triangular distribution is often better than a complex distribution whose parameters are not defensible.
A.3.3 Run and report Monte Carlo
For each sample:
- Draw one value for each uncertain input.
- Recalculate the production and cash-flow model.
- Store NPV and any supporting outputs.
- Repeat until percentile estimates are stable.
Report:
| Output | Meaning |
|---|---|
| Mean NPV | Expected value if the distribution is unbiased. |
| Median NPV | The 50th percentile. |
| Downside percentile | Low-value case from the cumulative distribution. |
| Upside percentile | High-value case from the cumulative distribution. |
| Probability of negative NPV | Fraction of samples below zero. |
| Main uncertainty drivers | Ranked by tornado or rank correlation. |
Percentile labels can be confusing. In reserves reporting, P90 often means a low volume that has 90 percent probability of being exceeded, while P10 is an upside volume. In software percentiles, np.percentile(samples, 10) is simply the 10th percentile. State explicitly whether P90/P50/P10 are labelled by exceedance probability or by cumulative percentile.
A.3.4 PDF, CDF and convergence checks
Use both a probability-density plot and a cumulative-probability plot:
| Plot | What to read from it |
|---|---|
| PDF or histogram | Shape, spread, skewness and multiple modes. |
| CDF | Percentiles and probability of breakeven or loss. |
| Convergence plot | Stability of mean and percentiles versus sample count. |
For sample convergence, calculate the mean and key percentiles after increasing sample counts, for example 100, 300, 1000, 3000 and 10000 samples. The result is stable enough for an exercise when the reported percentile changes are small compared with the engineering uncertainty in the inputs.
A.3.5 Spearman rank correlation
Spearman correlation ranks monotonic input-output influence without assuming a linear relationship. For each uncertain input $X_j$ and output NPV:
$$ \rho_{S,j} = \operatorname{corr}(\operatorname{rank}(X_j), \operatorname{rank}(NPV)) $$
Interpretation:
| Sign and magnitude | Meaning |
|---|---|
| Large positive | Higher input values tend to increase NPV. |
| Large negative | Higher input values tend to reduce NPV. |
| Near zero | Weak monotonic influence or non-monotonic relationship. |
Rank the absolute values to identify the main drivers. Then explain the physics or economics behind the ranking: price affects revenue, GIIP affects volume, productivity affects timing, CAPEX affects early cash flow and startup delay affects discounting.
A.3.6 Probability tree and value of appraisal
A probability tree turns uncertainty into a decision. The generic expected value of a decision is:
$$ EV = \sum_i p_i NPV_i $$
where $p_i$ is the probability of outcome $i$. For an appraisal or additional well decision, compare the best current decision with the expected value after learning:
$$ EV_{\text{with appraisal}} = -C_{\text{app}} + \sum_s p_s \max_d EV(d \mid s) $$
where $C_{\text{app}}$ is appraisal cost, $s$ is the possible appraisal signal and $d$ is the development decision taken after seeing that signal.
The value of appraisal is positive only when the information can change the decision or materially improve the selected concept. If the project would make the same decision for every possible appraisal result, appraisal may still reduce uncertainty, but it has little decision value.
A.4 Presentation Standards
For all exercise reports, use the same compact structure:
- Objective: State the engineering decision.
- Basis: List fluid data, rates, pressures, prices, standards and units.
- Method: Identify the equation, simulator or spreadsheet workflow.
- Results: Give tables and plots with units.
- Checks: Mass balance, unit check, sanity check and sensitivity.
- Recommendation: State what should be done and what could change it.
Use Appendix B as the quality checklist for this structure. It gives the basis-of-design, HMB, risk-register, DG1 readiness and notebook traceability templates expected in a complete answer.
Common pitfalls to avoid:
- Mixing standard and actual volumes without conversion.
- Reporting a separator diameter without the selected $K$ value and internals.
- Calling a water-plus-gas injection plan WAG when water and gas are injected separately.
- Showing NPV without discount rate, price basis or tax assumption.
- Showing Monte Carlo results without explaining percentile convention.
- Treating a high expected NPV as robust without checking downside probability.
The best student answers are short, numerical and traceable. They show the engineering logic clearly enough that another student could change one assumption and reproduce the result.
Review and Exam Preparation
Learning Objectives
After reading this chapter, the reader will be able to:
- Recall the principal threads of the TPG4230 course.
- Apply the integrated workflow from reservoir to abandonment.
- Use the course formulae cheat-sheet to solve typical exam questions.
- Walk through an integrated exam case combining reservoir, subsea, topside, NPV, and HSE.
- Apply standard exam strategies — time management, problem decomposition, sanity checking.
R.1 The course in one page
TPG4230 covers the complete field-development workflow from reservoir discovery to facility abandonment. The 32 numbered chapters group as follows:
- Foundations (Chapters 1–3): the value chain, the life-cycle, integrated FDP.
- Reservoir & Wells (Chapters 4–5, 15): inflow / outflow, wells, reservoir engineering.
- Process Engineering (Chapters 6–7): oil-and-gas processing, separators.
- Flow Assurance (Chapter 8): hydrates, wax, asphaltene, corrosion.
- Gas Treating (Chapters 9–10): dehydration, sweetening.
- Field-development engineering (Chapters 11–13): concept building blocks, offshore structures, subsea production systems and SURF.
- Wells, reservoir and production technology (Chapters 14–16): well integrity, reservoir performance and production systems.
- Safety and technical assurance (throughout, especially Chapters 16, 21-23 and 28): mechanical design, HAZOP, LOPA, SIL, risk matrix, operations integrity and CCS safety envelopes.
- Project Economics (Chapters 17–18): cost estimation, NPV, fiscal regimes.
- Production Operations (Chapters 19–20): scheduling, optimisation.
- Regulation, safety, operations, quality and CCS (Chapters 21-25): NCS regulation, process safety, operations, sales-gas quality and CCS chain.
- Computational Tools (Chapter 26): NeqSim, subagents, skills.
- Case Studies and Capstone (Chapters 27 and 29-32): Aasta Hansteen, Snøhvit and the Ultima Thule design case.
- Project Deliverables (Chapter 28): stage-gate work process, discipline deliverables, contractors, vendors and quality assurance.
Discussion (Figure R.1). Observation. The topic map links reservoir, wells, process, structures, economics, regulation, optimisation and case studies. Mechanism. Field-development competence is built by connecting equations, workflows and decisions across disciplines. Implication. Exam and project performance depend on integration, not memorising isolated formulas. Recommendation. Use the map as a study checklist: for every topic, write the decision it supports and the calculation that justifies it.
R.2 The integrated workflow
The course's integrating idea is this workflow:
Discovery (Ch.15) → Appraisal → Concept-Select (Ch.3,11,27,28,30)
→ Concept-Define (Ch.6,9,16,17) → DG3 sanction
→ Detailed engineering (Ch.7,12,16) → EPC
→ Installation → Commissioning (Ch.20)
→ Operations (Ch.19,20) → Late-life IOR (Ch.15)
→ Cessation (Ch.21) → Abandonment
Each phase has its own deliverables, regulatory milestones, and economic tests. The student should be able to identify where in this workflow any given exam question sits.
R.3 Key formulae cheat-sheet
R.3.1 Reservoir and wells
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| STOIIP | $N = \frac{V \cdot \phi \cdot S_o}{B_{oi}}$ | $V$ in Rm³, $B_{oi}$ in Rm³/Sm³, $N$ in Sm³. | (15.1) |
| GIIP | $G = \frac{V \cdot \phi \cdot S_g}{B_{gi}}$ | $V$ in Rm³, $B_{gi}$ in Rm³/Sm³, $G$ in Sm³. | (15.2) |
| MBE (gas) | $G_p = G \cdot (1 - p / p_i \cdot Z_i / Z)$ | Use absolute pressure and consistent $Z$. | (15.5) |
| Inflow (Vogel, undersaturated) | $q_o = J(p_r - p_{wf})$ | $J$ in rate/pressure, pressures absolute. | (4.x) |
R.3.2 Process and thermo
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| Compressor work (poly) | $W = \frac{Z R T_1}{M (1 - 1/\kappa)}\left[(p_2/p_1)^{(\kappa-1)/\kappa} - 1\right]$ | Use absolute temperature and pressure ratio; result per mole or per mass according to $R/M$. | (6.x) |
| Souders-Brown vmax | $v_{\max} = K \sqrt{\frac{\rho_l - \rho_g}{\rho_g}}$ | $K$ and $v_{\max}$ in m/s, densities in kg/m³. | (7.x) |
| HHV / Wobbe | $W = H_{HV} / \sqrt{d}$ | $H_{HV}$ and Wobbe in same energy/standard-volume basis. | (24.2) |
R.3.3 Flow assurance
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| Hammerschmidt MEG | $\Delta T = K \cdot w / [M(1-w)]$ | $\Delta T$ in K or °C difference, $w$ mass fraction. | (8.x) |
| Beggs-Brill ΔP | superficial velocities + flow regime | Use actual pipe conditions, not standard rates. | (8.x) |
R.3.4 Mechanical design
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| Cylindrical-shell wall thickness (ASME VIII Div.1) | $t = \frac{P R}{S E - 0.6 P} + CA$ | Use consistent pressure/stress units and include corrosion allowance. | (16.x) |
| Pipeline wall (DNV) | $t = \frac{P_d D}{2 (S_y \eta + P_d)} + CA$ | Screening only; standards factors govern final design. | (16.x) |
R.3.5 Cost and economics
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| Capacity scaling | $C_2 = C_1 (Q_2/Q_1)^n$ | Same currency, base year and scope for $C_1$ and $C_2$. | (17.1) |
| Lang factor | $C_{TPI} = F_L \cdot \sum C_{eq}$ | State whether result is installed, module or grass-roots cost. | (17.2–4) |
| CEPCI escalation | $C_y = C_0 \cdot CEPCI_y / CEPCI_0$ | Same currency; escalation is not location factor. | (17.5) |
| NPV | $NPV = \sum CF_t / (1+r)^t$ | Cash flow and discount rate must both be real or both nominal. | (18.1–2) |
| Norwegian after-tax CF | $CF^{at} = CF \cdot (1 - 0.78) + UDB \cdot 0.78$ | Teaching shortcut; verify current fiscal rules for real projects. | (18.5) |
R.3.6 Production scheduling
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| Arps exponential | $q = q_i e^{-Dt}$ | $D$ in 1/time and $t$ in the same time unit. | (19.1) |
| Arps hyperbolic | $q = q_i / (1+bD_i t)^{1/b}$ | $0 < b < 1$ for most reserves work. | (19.3) |
| Arps harmonic | $q = q_i / (1 + D_i t)$ | Special case $b=1$; use cautiously. | (19.5) |
| Plateau duration | $t_{plat} \approx \eta RF \cdot HCIIP / q_{plat}$ | Use consistent stock-tank or standard volumes. | (19.8) |
R.3.7 Optimisation
| Quantity | Formula | Unit note | Eq. |
|---|---|---|---|
| KKT (gas-lift) | $\partial f_i / \partial g_i = \lambda \forall i$ | Reliable as allocation rule only for smooth concave response curves. | (20.4) |
R.4 Integrated exam case
A worked-through case combining many chapters:
Setup. Discovery 2027 in the Norwegian Sea. Reservoir 60 GSm³ gas + 4 MSm³ condensate. Water depth 250 m. 50 km from existing host. CO₂ content 3 mol %. Gas price 4 NOK/Sm³, discount 8 %, Norwegian fiscal regime.
Question 1 (Reservoir, Ch.15). Compute reserves at RF = 0.85: 51 GSm³ gas + 3.4 MSm³ condensate.
Question 2 (Scheduling, Ch.19). Plateau target 7 yr at $\eta = 0.55$: $q_{plat} = 0.55 \cdot 51 / 7 = 4.0$ GSm³/yr ≈ 11 MSm³/d.
Question 3 (Wells, Ch.4). If per-well productivity is 1.8 MSm³/d at 95 % availability, $N_w = \lceil 11 / (1.8 \cdot 0.95) \rceil = 7$ wells.
Question 4 (Subsea, Ch.11). 50 km tieback with 7 wells, multiphase flowline, MEG injection. CAPEX SURF ~ 6 BNOK (cost-estimation skill).
Question 5 (Topside, Ch.6,9,10). Tieback to host; host capacity check needed. Treatment: cooler → HP sep → glycol dehydration → amine for CO₂ → export compression to 200 bara.
Question 6 (Gas quality, Ch.22). With 3 mol % CO₂, gas pre-treatment Wobbe ~ 49.5 MJ/Sm³ — meets EN 16726 spec without further treatment if HCDP/WDP also meet. Verify HCDP via NeqSim dew-point flash.
Question 7 (Cost, Ch.17). Total CAPEX ~ 14 BNOK (SURF 6 + tieback 4 + topside mods 2 + project 2). Use AACE Class 4 ±50 %.
Question 8 (NPV, Ch.18). Revenue: 51 GSm³ × 4 NOK/Sm³ = 204 BNOK gross. After-tax simplification: ~ 50 BNOK after-tax NPV nominal, discount to ~ 18 BNOK NPV at 8 %. After CAPEX: NPV ~ 4 BNOK ⇒ marginal but positive.
Question 9 (HSE, Ch.13–14). Risk matrix — high-likelihood / moderate-consequence: hydrate plug in 50 km tieback. Mitigation: continuous MEG injection + LDHI top-up.
Question 10 (CCS, Ch.23 + 22). With 3 % CO₂ captured at host: ~ 250 ktCO₂/yr. Pipe to Northern Lights for storage. Adds ~ 80 NOK/t handling cost.
Question 11 (Recommendation). Tieback is the recommended concept; host capacity must be verified; hydrate management (MEG + LDHI) is critical-path; positive but marginal NPV → robust to gas-price upside, sensitive to CAPEX overrun.
R.5 Exam strategies
R.5.1 Time management
A 4-hour exam typically has 8–10 questions. Spend on average:
- 30 min reading, mapping each question to a chapter.
- 20 min per question on average.
- 30 min reviewing and sanity-checking answers.
R.5.2 Problem decomposition
For complex integrated questions:
- Identify the regime (concept-select, mechanical sizing, NPV, HSE, regulation, CCS, ...).
- Pull the relevant formula from §R.3 (or derive it if not memorised).
- Substitute units carefully — most exam errors are unit conversions (Sm³, MSm³, GSm³, bara vs barg).
- Sanity-check the magnitude — gas plateau in MSm³/d should be in range 1–50 for NCS fields; NPV in BNOK should be –50 to +200.
R.5.3 Common pitfalls
- Confusing HHV vs. LHV.
- Confusing bara vs barg.
- Confusing m³/d (oil) vs Sm³/d (gas) vs MSm³/d.
- Using discount rate as inflation.
- Neglecting tax in NPV.
- Computing NPV pre-tax when "after-tax NPV" is asked.
- Computing before-CAPEX when asked after-CAPEX.
- Unit errors in Wobbe (MJ/Sm³ vs kWh/Sm³).
- Reservoir saturation — using B_o not B_oi in STOIIP.
- Plateau target mis-aligned with reserves — over- designing topside for short-lived plateau.
R.5.4 Showing the work
Examiners reward clear structure:
- State the assumption.
- Write the equation symbolically.
- Substitute values with units.
- Compute numerical answer with units.
- State physical interpretation.
R.6 Common-skill toolbox
Use the skill catalogue in Chapter 26 as the computational reference. For exam study, walk through the Chapter 27 and Part VI cases with one skill per pass: field-development framing, economics, flow assurance, process safety, subsea/wells, equipment cost, and CCS/hydrogen. The exercise quickly shows whether the answer is missing a physical constraint, a cost driver, a safety barrier, or an NCS regulatory consequence.
R.7 Beyond TPG4230
TPG4230 is a third-year integrated course; further depth is provided by:
- TPG4150 — Reservoir engineering (Ch.15 deeper).
- TPG4170 — Reservoir simulation.
- TPG4140 — Natural gas (Ch.6,9 deeper).
- TPG4230 follow-on labs in NeqSim simulation.
- TPG4250 — Advanced FDP studies.
- TKP4140 — Process control (Ch.20 deeper).
- TKP4170 — Process design (Ch.16 deeper).
- TKJ4250 — Sustainability and energy transitions.
For careers in NCS field development the recommended master-thesis directions include:
- Subsea-to-shore tieback economics under EU ETS.
- CCS chain design for NCS hubs.
- Electrification of existing NCS platforms.
- Hydrogen / blue-H₂ integration.
- Digital-twin and real-time optimisation.
R.8 Closing
TPG4230 has equipped the student with the vocabulary of field development (life-cycle, PDO, NPV, AACE class, NORSOK, ETS, HAZOP), the physics (thermodynamics, fluid mechanics, heat transfer), the economics (NPV, IRR, fiscal regimes), and the tooling (NeqSim, subagents, skills). The integrated workflow connects reservoir to abandonment; the case studies (Snøhvit, Aasta Hansteen, Ultima Thule, Northern Lights) anchor the abstract material in real NCS practice. The exam tests the ability to compose these threads under time pressure; the cheat-sheet of §R.3 is the starting point. Good luck.
R.9 Theoretical foundations: course synthesis and exam-preparation framework
This final chapter consolidates the analytical content of the course and gives the student a structured framework for the final exam. The appendix here lists the principal recurring quantitative skills, the master equation list and a condensed problem-solving algorithm.
R.9.1 The master equation list
A field-development engineer should be able to write down — without reference — the following equations:
- EOS root: $p = RT/(v-b) - a/[v(v+b) + b(v-b)]$ (PR).
- Rachford-Rice: $\sum z_i(K_i-1)/(1+\beta(K_i-1)) = 0$.
- Diffusivity: $\partial p/\partial t = (k/\phi\mu c_t) \nabla^2 p$.
- Material balance: $p/Z = (p_i/Z_i)(1 - G_p/G)$ for gas.
- Souders-Brown: $v_g = K\sqrt{(\rho_L - \rho_G)/\rho_G}$.
- Vogel inflow: $q/q_{\max} = 1 - 0.2\,p_D - 0.8\,p_D^2$.
- Hammerschmidt: $\Delta T = K_H X_W/[M_W(1-X_W)]$.
- De Waard-Milliams: $\log v_{corr} = 5.8 - 1710/T + 0.67\log p_{CO_2}$.
- Polytropic head: $H_p = \frac{n}{n-1}Z RT_1[(p_2/p_1)^{(n-1)/n} - 1]$.
- Beggs-Brill: friction multiplier and liquid-holdup correlation.
- NPV: $\sum CF_t/(1+r)^t$.
- NCS marginal tax: 78 % petroleum, 17.69 % uplift.
- Wobbe: $W = \mathrm{HCV}/\sqrt{SG}$.
R.9.2 The condensed problem-solving algorithm
Every quantitative field-development problem follows the same algorithm:
- Define the system boundary — what is included, what is external.
- List the conservation equations — mass, species, energy, momentum.
- Identify the constitutive equations — EOS, transport, kinetics.
- Count the degrees of freedom — $N_F = N_C + 2 - N_{eq} - N_{spec}$.
- Specify the inputs — confirm $N_F = 0$.
- Solve — analytically if possible, numerically with NeqSim if not.
- Verify — overall mass balance, energy balance, units.
- Sensitivity — which input drives the answer most strongly?
- Communicate — number, unit, uncertainty, comparison to benchmark.
R.9.3 Common exam pitfalls
The most common errors in past exams:
| Pitfall | Frequency |
|---|---|
| Wrong units (bara vs barg, K vs °C) | 40 % |
| Forgetting the mixing rule | 25 % |
| Using ideal-gas at high pressure | 20 % |
| Ignoring water-phase in a flash | 15 % |
| Wrong tax base for special-tax | 30 % of econ. |
| Incorrect polytropic vs adiabatic | 20 % of comp. |
| Sign error in NPV abandonment | 25 % of econ. |
A well-prepared student internalises these as a check-list to apply before writing down a final answer.
R.9.4 The exam-style problem template
Every TPG4230 exam problem fits one of five templates:
- Sizing problem: given inlet conditions and design rules, compute equipment size.
- Performance problem: given equipment size and operating conditions, compute outlet conditions.
- Selection problem: compare concepts, choose by NPV / NPV- risk-adjusted.
- Diagnostic problem: given measured data, identify the failure mode.
- Synthesis problem: design an integrated chain to meet a delivery specification.
Recognising the template within the first 60 seconds of reading a question is the single most leveraged exam skill.
R.9.5 Cross-chapter connections
The course delivers a connected mental model rather than 32 isolated topics. The principal cross-connections:
- Chapters 3–4 (PVT) → 6–10 (processing): fluid composition drives every process design choice.
- Chapters 13–14 (subsea, wells) → 16 (production tech) → 20 (optimisation): the well's operating point is set by the optimiser via the choke.
- Chapters 17–18 (cost, NPV) → 11, 27 and 30 (concept selection): every concept-selection decision is justified by NPV.
- Chapter 21 (regulation) → all: every technical choice is bounded by NORSOK / Petroleum Act / EU directives.
- Chapter 26 (NeqSim) → all case studies: the simulation tool closes the loop between theory and numerical answer.
R.9.6 Beyond TPG4230
The course is the foundation for further specialisation. Students moving into:
- TPG4500 / TPG4505: deeper reservoir engineering.
- TPG4145: production-systems design.
- TKP4170 / TKP4175: process design and economics.
- TPG4170: integrated field studies.
The integrated framework presented here — concept selection, NPV, NeqSim simulation, NORSOK compliance — recurs in each of these follow-on courses, and ultimately in the student's industry practice on the NCS and beyond.
R.9.7 A final note
The discipline of field development is the integration of physical science, economics and law over a 30-year horizon. The course's mathematical and computational toolkit is necessary but not sufficient: the practitioner's judgement on which simplifications are legitimate and which are negligent is what separates serviceable engineering from professional engineering. That judgement is built only by repetition, by exposure to mistakes and by mentorship from senior engineers — none of which a textbook can substitute for. Use this book as a foundation and as a reference, and treat every actual project as an apprenticeship.
R.10 Further theory: integrated worked example outline and study trajectory
R.10.1 An integrated worked example
Consider a hypothetical NCS gas-condensate field, 50 km from a host platform, water depth 350 m, GIIP 80 GSm³, condensate-to-gas ratio 100 Sm³/MSm³, reservoir T 110 °C, reservoir p 380 bar. A complete TPG4230-style analysis would step through:
- Fluid characterisation (Chapters 3–4): use TBP data and
SystemSrkEoswith C7+ split into 6–10 pseudo-components. - Reservoir performance (Chapter 15): material balance on gas plus condensate retrograde behaviour; recovery factor estimation 60–75 % with cycling.
- Well design (Chapter 14): 2 horizontal wells, 5½-inch tubing, 5 000 m measured depth.
- Subsea tieback (Chapter 13): 12-inch insulated flowline + 2-inch MEG line + umbilical; SURF cost via NeqSim's estimator ~3 GNOK.
- Process integration (Chapter 5–10): tie into host's HP separator; check capacity envelope, MEG injection rate, dehydration capacity.
- Compression (Chapter 9): host-side recompression; verify surge-margin envelope across plateau and tail production.
- Production schedule (Chapter 19): plateau 4 GSm³/yr for 10 years, decline thereafter.
- Economics (Chapter 18): compute NPV at 8 % WACC, IRR, payback. Apply Norwegian special tax 71.8 % (2024).
- Uncertainty (Chapter 20 / general): Monte Carlo on GIIP, gas price, capex; report P10/P50/P90 NPV.
- Concept comparison (Chapter 30): tieback vs standalone FPSO; conclude tieback NPV +2 GNOK, schedule -2 years.
- Regulation (Chapter 21): produce a PDO outline, identify PSA approvals required, reference NORSOK suite.
This worked example draws on every chapter and is a fair template for the type of integrated problem a TPG4230 student is expected to solve in the open-book exam, with NeqSim as the computational engine.
R.10.2 A suggested study trajectory
A 14-week semester maps onto the chapters approximately as follows:
| Weeks | Chapters | Focus |
|---|---|---|
| 1–2 | 1–2 | Industry context, energy transition |
| 3 | 3–4 | Fluid models |
| 4–5 | 5–10 | Process design |
| 6 | 11–13 | Concept building blocks |
| 7 | 14–15 | Drilling, reservoir |
| 8 | 16 | Production technology |
| 9 | 17–18 | Cost, economics |
| 10 | 19–20 | Scheduling, optimisation |
| 11 | 21–23 | Regulation, process safety, operations |
| 12 | 24–25 | Products, markets, CO2 transport and storage |
| 13 | 26–28 | NeqSim, case studies, deliverables |
| 14 | 29–32 + exam prep | Integrated synthesis |
Two integrated case studies, three NeqSim notebooks per chapter on average, and a final integrated mini-project based on the Part VI Ultima Thule capstone cover the pedagogical breadth required.
R.10.3 The integrated engineer
Field development is the discipline in which physical sciences, economics, regulatory law and project execution all converge into a single 30-year engineering decision. The graduate of TPG4230 should be able to defend each of the dozens of inputs that go into that decision, to identify which ones drive the answer, and to communicate the result in a form that supports a sanction decision worth one to ten billion NOK. The technical skills are necessary; what closes the gap to a senior engineer is the practiced habit of asking "what could go wrong?" and "what would make this decision change?" — the two questions that this textbook has tried, in every chapter, to make second-nature.
R.11 Chapter Summary
This chapter converts the book from a sequence of topics into an exam and project method. The student should leave it with three habits: identify the field-development decision first, choose the minimum credible physical model second, and communicate every result with units, assumptions, uncertainty and a sanity check. The formula list is useful only when it is tied to the workflow: reservoir and PVT define the feed, wells and SURF move it, process facilities condition it, economics and regulation decide whether it should be built, and NeqSim provides a reproducible calculation trail. For revision, the highest-value exercise is therefore not memorising a single equation, but practising integrated answers that connect a model result to a decision.
Exercises
- Exercise R.1. Reproduce the integrated case with NeqSim; compute NPV from scratch.
- Exercise R.2. Identify which chapter applies to each of: (a) Wobbe index calculation, (b) PSV sizing, (c) plateau duration, (d) NPD licence award, (e) MEG dosing, (f) wall-thickness calculation, (g) Aasta Hansteen geology.
- Exercise R.3. Derive Eq. (15.5) for the gas P/Z plot starting from real-gas mass conservation.
- Exercise R.4. Defend a concept-selection recommendation for Ultima Thule (Chapter 30) using only the formulae and screening logic in this review chapter.
- Exercise R.5 [course problems P1, P2, P3]. Compose a single integrated solution to all three course problems for your chosen field; submit as a Jupyter notebook.
Glossary
AACE — Association for the Advancement of Cost Engineering; issues the cost-estimate classification 5 → 1 used in Chapter 17.
Acid gas — Gas containing CO₂ and / or H₂S. Removed by absorption (amine) in Chapter 10.
API gravity — Density measure for crude oil, $° API = 141.5 / SG_{60} - 131.5$. Light NCS crudes are 35–45 °API.
Asphaltene — Heavy aromatic-rich fraction of crude that can precipitate when pressure drops below the upper asphaltene onset.
BOP — Blowout preventer; well-control valve stack.
Black oil — Crude with low GOR, undersaturated reservoir conditions, simple PVT correlations applicable.
Bo, Rs, Bg — Oil formation volume factor (m³/Sm³), solution gas-oil ratio (Sm³/Sm³), gas formation volume factor (m³/Sm³).
Christmas tree — Set of valves on the wellhead controlling production. Wet (subsea) or dry (topside).
Casing — Steel pipe cemented in the well to maintain hole integrity. Conductor, surface, intermediate, production casings.
Compaction drive — Reservoir-pressure maintenance from formation compaction (Ekofisk chalk).
Concept select — Decision gate (DG2 in Equinor) that fixes the development concept from the screened alternatives.
CPA EOS — Cubic-Plus-Association equation of state, handles hydrogen-bonding components such as water and glycols.
Decline curve — $q(t) = q_p e^{-D(t-t_p)}$ exponential, or hyperbolic forms (Arps).
Dehydration — Removing water from gas (TEG, molecular sieve).
Dense phase — Supercritical CO₂ above the critical point, used in pipeline transport.
DHSV — Downhole safety valve; fail-safe-closed.
ESP — Electric submersible pump.
FPSO — Floating Production, Storage and Offloading vessel.
Flow assurance — Preventing hydrate, wax, asphaltene, corrosion, slugging in pipelines.
Gas lift — Injecting gas to lighten the tubing fluid column.
GOR — Gas-oil ratio, Sm³ gas / Sm³ oil.
Hydrate — Crystalline ice-like compound of water and hydrocarbon (mainly methane); forms at low T / high P.
ICD — Inflow-control device for long horizontal wells.
ISO 6976 — Standard for natural-gas calorific value, density, Wobbe.
KSP — Plant for Khvalynskoye-style satellite (course- specific).
LNG — Liquefied natural gas (~ −162 °C).
MEG — Monoethylene glycol; hydrate inhibitor.
MMP — Minimum miscibility pressure for gas-oil first-contact or multi-contact miscibility.
NCS — Norwegian Continental Shelf.
NORSOK — Norwegian petroleum-industry standards developed by Standards Norway and industry participants. NORSOK standards are not laws by themselves, but they are widely used as recognised norms and may be referenced by projects, companies and regulators.
NPD / NOD — Norwegian Petroleum Directorate / Norwegian Offshore Directorate (renamed 2024).
NPV — Net present value.
OFAT — One-factor-at-a-time sensitivity analysis.
PDO — Plan for Development and Operation.
PSA / Havtil — Petroleum Safety Authority Norway.
PVT — Pressure-volume-temperature laboratory measurements on reservoir fluid.
Risk — Effect of uncertainty on objectives, usually represented in this book by likelihood and consequence. A risk is not the same as an assumption: an assumption is a premise used in the calculation, while a risk is an uncertain event or condition that can change safety, value, schedule, environment or operability. Assessed per ISO 31000 / NORSOK Z-013.
SCR — Steel catenary riser.
Souders–Brown — $v_{\max} = K \sqrt{(\rho_L - \rho_G) / \rho_G}$ for separator gas-handling capacity.
Spar — Vertical cylindrical floating-production structure (Aasta Hansteen).
STOIIP / GIIP — Stock-tank oil / gas initially in place.
TEG — Triethylene glycol; gas dehydration solvent.
Tieback — Connection of a satellite field to an existing host facility via flowline / umbilical.
TVP / RVP — True / Reid vapour pressure.
Wellhead pressure (WHP) — Pressure at the surface end of the production tubing.
Wobbe index — $\text{GCV} / \sqrt{d}$, gas-interchangeability parameter.
Norwegian terminology (begrepsapparat)
NCS field-development practice mixes English engineering with Norwegian regulatory and contractual vocabulary. The most frequently encountered Norwegian terms in this book are:
Avgrensning — Appraisal (post-discovery delineation drilling).
Avvikling — Decommissioning; the late-life wind-down phase.
Begrepsapparat — Set of terms / vocabulary; used here for the Norwegian-language fieldwork lexicon.
Drift — Operations (the operational phase of a field).
Energidepartementet — Ministry of Energy (formerly Olje- og energidepartementet, OED; renamed 2024).
Feltutbygging — Field development (the DG2–DG4 design and construction phase).
Fjerning — Removal / abandonment of installations (OSPAR-compliant).
Forskrift — Regulation (subsidiary to a lov / Act).
Hale-produksjon — Tail production; late-life low-rate phase.
Havindustritilsynet (Havtil) — Norwegian HSE regulator, formerly Petroleumstilsynet (Ptil); renamed 1.1.2024.
Havvind — Offshore wind (floating + bottom-fixed).
HMS — Helse, miljø og sikkerhet; the Norwegian acronym for HSE.
Konsekvensutredning (KU) — Impact assessment; mandatory PUD/PAD annex covering environmental and socio-economic effects.
Konsesjonsrunde — Numbered licensing round (frontier acreage).
Kraft fra land — Power-from-shore; onshore-grid feed to offshore platforms.
Leting — Exploration.
Myndighetenes vurdering — Regulator's assessment; formal recommendation that accompanies a PUD on its way to Stortinget.
NOx-fond (Næringslivets NOx-fond) — Industry-financed NOx abatement fund; verify the current agreement rate for project economics.
Operatør — Operator (one per licence).
Petroleumsforskriften — Petroleum Regulations (subsidiary to Petroleumsloven).
Petroleumsloven — Petroleum Act (LOV-1996-11-29-72); the primary statute governing NCS petroleum activity.
Petoro AS — State holding company managing SDØE.
Plan for anlegg og drift (PAD) — Plan for installation and operation; for onshore facilities and pipelines.
Plan for utbygging og drift (PUD) — Plan for development and operation; the Norwegian PDO.
Proposisjon (Prop. S) — Government proposition to Stortinget; the legal vehicle for PUD approval above NOK 20 bn.
Rettighetshaver — Licensee / equity holder in a production licence.
Samtykke — Consent (regulator approval; typically Havtil for HSE matters).
SDØE — Statens direkte økonomiske engasjement — State's Direct Financial Interest; managed by Petoro.
Sokkeldirektoratet — Norwegian Offshore Directorate (formerly Oljedirektoratet, NPD); renamed 1.1.2024.
Sokkelen — Common shorthand for norsk kontinentalsokkel (the Norwegian Continental Shelf, NCS).
Stortinget — The Norwegian parliament; approves PUDs above NOK 20 bn through vedtak (resolution) on the proposisjon.
TFO — Tildeling i forhåndsdefinerte områder — Annual licence award round for mature acreage; > 90 % of recent NCS awards.
Utbygging — Development (field-build phase).
Utvinning — Production / recovery (operational phase and volumetric concept).
Utvinningstillatelse — Production licence (PL nnnn); the legal vehicle issued under Petroleumsloven.
Vannbehandling — Produced-water treatment (a topside functional area).
Vedtak — Resolution / formal decision (e.g. Stortingets vedtak om utbygging).
Acronyms
| Acronym | Expansion |
|---|---|
| AACE | Association for the Advancement of Cost Engineering |
| AGA | American Gas Association |
| API | American Petroleum Institute |
| ASME | American Society of Mechanical Engineers |
| BOP | Blowout preventer |
| CAPEX | Capital expenditure |
| CCS | Carbon capture and storage |
| CDU | Crude distillation unit |
| CME | Constant-mass expansion (PVT test) |
| CO₂-EOR | Carbon-dioxide enhanced oil recovery |
| COP | Cessation of production |
| CPA | Cubic-Plus-Association equation of state |
| CRA | Corrosion-resistant alloy |
| CVD | Constant-volume depletion (PVT test) |
| DCF | Discounted cash flow |
| DEH | Direct electric heating |
| DG | Decision gate |
| DHSV | Downhole safety valve |
| DNV | Det Norske Veritas (now DNV) |
| EIA | Environmental impact assessment |
| EN | European Standard (CEN) |
| EOR | Enhanced oil recovery |
| EPC | Engineering, procurement, construction |
| ERD | Extended-reach drilling |
| ESP | Electric submersible pump |
| ETS | Emissions trading scheme |
| FCC | Fluidised catalytic cracker |
| FEED | Front-end engineering design |
| FEL | Front-end loading |
| FLS | Fatigue limit state |
| FPSO | Floating production, storage and offloading |
| GBS | Gravity-based structure |
| GCV | Gross calorific value |
| GERG | Groupe Européen de Recherches Gazières |
| GIIP | Gas initially in place |
| GOR | Gas-oil ratio |
| HRSG | Heat-recovery steam generator |
| HSE | Health, safety, environment |
| ICD | Inflow-control device |
| IOR | Improved oil recovery |
| IRR | Internal rate of return |
| ISO | International Organization for Standardization |
| LCOC | Levelised cost of CO₂ |
| LNG | Liquefied natural gas |
| LP / MP / HP | Low / medium / high pressure |
| MDEA | Methyldiethanolamine |
| MEG | Monoethylene glycol |
| MMP | Minimum miscibility pressure |
| NCS | Norwegian Continental Shelf |
| NCV | Net calorific value |
| NGL | Natural-gas liquids |
| NORSOK | Norwegian petroleum-industry standards developed by Standards Norway and industry participants |
| NOD | Norwegian Offshore Directorate (Sokkeldirektoratet; renamed 1.1.2024) |
| NPD | Norwegian Petroleum Directorate (former name; replaced by NOD / Sokkeldirektoratet 2024) |
| NPV | Net present value |
| NTNU | Norwegian University of Science and Technology |
| OHGP | Open-hole gravel pack |
| OPEX | Operating expenditure |
| OSPAR | Oslo-Paris Convention |
| PCP | Progressive-cavity pump |
| PDO | Plan for Development and Operation (English form; the Norwegian original is PUD) |
| PUD | Plan for utbygging og drift (Norwegian PDO) |
| PAD | Plan for anlegg og drift (plan for installation and operation, onshore) |
| PFD | Process flow diagram |
| PIO | Plan for installation and operation |
| PIP | Pipe-in-pipe |
| PSA | Petroleum Safety Authority (English; in Norwegian: Petroleumstilsynet, Ptil); also production sharing agreement, purchase and sales agreement, or pressure swing absorption depending on context |
| Havtil | Havindustritilsynet — Norwegian HSE regulator (renamed from Ptil 1.1.2024) |
| HMS | Helse, miljø og sikkerhet (Norwegian acronym for HSE) |
| KU | Konsekvensutredning (impact assessment) |
| TFO | Tildeling i forhåndsdefinerte områder (annual licence-award round) |
| SDØE | Statens direkte økonomiske engasjement (State's Direct Financial Interest) |
| PVT | Pressure-volume-temperature |
| ROM | Rough order of magnitude |
| RVP | Reid vapour pressure |
| SAS | Stand-alone screen |
| SCM | Subsea control module; also supply chain management depending on context |
| SCR | Steel catenary riser |
| SLS | Serviceability limit state |
| SRK | Soave-Redlich-Kwong equation of state |
| STOIIP | Stock-tank oil initially in place |
| SURF | Subsea, umbilicals, risers, flowlines |
| TBP | True boiling point |
| TEG | Triethylene glycol |
| TPG4230 | Course code (NTNU) — Field Development and Operations |
| TRL | Technology readiness level |
| TVD | True vertical depth |
| TVP | True vapour pressure |
| ULS | Ultimate limit state |
| VLP | Vertical lift performance |
| WAG | Water-alternating-gas (injection) |
| WAT | Wax appearance temperature |
| WHRU | Waste-heat recovery unit |
| XT | Christmas tree |
| XMT | Christmas tree (alternative abbreviation, equivalent to XT) |
| AT | Arbeidstillatelse (work permit) |
| BCES | Business case execution summary |
| CVP | Capital value process (Equinor stage-gate framework) |
| DG0 | Decision gate 0 — pre-feasibility |
| DG1 | Decision gate 1 — concept selection |
| DG2 | Decision gate 2 — concept definition / FEED complete |
| DG3 | Decision gate 3 — sanction / FID |
| DG4 | Decision gate 4 — ready for operation |
| EPA | Economic Planning Assumptions (Equinor internal price-deck document); also European Price Area in electricity-market context |
| FID | Final investment decision |
| HAZID | Hazard identification (workshop) |
| HIPPS | High-integrity pressure-protection system |
| LDHI | Low-dosage hydrate inhibitor |
| MoU | Memorandum of Understanding |
| MTPA | Million tonnes per annum |
| PIW | Project initiation workshop |
| PLET | Pipeline end termination |
| QB | Quality bank (oil quality differential settlement) |
| TAN | Total acid number |
| TORG | Technical Operational Requirements register (technical-requirements compliance log) |
Additional Course and Project Abbreviations
| Acronym | Expansion |
|---|---|
| AC | Alternating current |
| AEP | Annual energy production |
| AFOLU | Agriculture, forestry and other land use |
| ASTM | American Society for Testing and Materials |
| ATR | Autothermal reforming |
| BB | Brent Blend |
| BBL/bbl | Barrel |
| BD | Business development |
| BE | Break-even |
| BoD | Board of directors |
| BOE | Barrels of oil equivalent |
| BS | British Standard |
| bscfe | Billion standard cubic feet equivalent |
| BTU | British thermal unit |
| CAMS | Competence Assurance Management System |
| CAR | Competence Area Review |
| CBC | Concept and Business Case support team |
| CCGT | Combined-cycle gas turbine |
| CCR | Central control room |
| CCUS | Carbon capture, utilisation and storage |
| CEC | Corporate Executive Committee |
| CEI | Capital efficiency index |
| CEO | Chief executive officer |
| CfD | Contract for difference |
| CM | Capacity markets |
| CO2 | Carbon dioxide; ASCII component name used in code. Prose uses CO₂. |
| H2S | Hydrogen sulphide; ASCII component name used in code. Prose uses H₂S. |
| COD | Commercial operation date |
| CPI | Company-provided items |
| CPT | Cone penetrometer |
| CQC | Commercial quality control |
| CSR | Corporate social responsibility |
| CTV | Crew transfer vessel |
| DAC | Direct air capture |
| DACCS | Direct air carbon capture and storage |
| DC | Danske Commodities; also direct current depending on context |
| DESA | Development and Execution Service Agreement |
| DNO | Distribution network operator |
| DSO | Distribution system operator |
| EMSA | Energy Management Service Agreement |
| EPCC | Engineering, procurement, construction and commissioning |
| EPCI | Engineering, procurement, construction and installation |
| ESD | Emergency shutdown system |
| ESDV | Emergency shutdown valve |
| ESG | Environmental, social and governance |
| ESHIA | Environmental, social and health impact assessment |
| ESIA | Environmental and social impact assessment |
| FE | Facilities engineering |
| FiT | Feed-in tariff |
| FPU | Floating production unit |
| FR | Functional requirement |
| FSO | Floating storage and offloading |
| ft | Foot or feet |
| FTE | Full-time employee |
| FWP | Flowing wellhead pressure |
| GCR | Gas-condensate ratio |
| GHG | Greenhouse gas |
| GI | Gas injector |
| GIS | Geographic information system |
| GO | Guarantee of origin |
| GoM | Gulf of Mexico |
| GSA | Gas sales agreement |
| GT | Gas turbine |
| GTL | Gas to liquid |
| GW | Gigawatt |
| H2 | Hydrogen molecule |
| HC | Hydrocarbon |
| HDD | Horizontal directional drilling |
| HHV | Higher heating value |
| HIA | Health impact assessment |
| HLV | Heavy-lift vessel |
| HOP | Human and organisational performance |
| HPA | Hydrogen purchase agreement |
| HVAC | Heating, ventilation and air conditioning; also high-voltage alternating current depending on context |
| HVDC | High-voltage direct current |
| IA | Impact assessment |
| IAR | Investment Arena Review |
| IDD | Integrity due diligence |
| IEA | International Energy Agency |
| IKT | Informasjon og kommunikasjonsteknologi / information and communication technology |
| in | Inch |
| IOC | International oil company |
| IRA | Inflation Reduction Act |
| ITC | Investment tax credit |
| ITT | Invitation to tender |
| JOA | Joint operating agreement |
| JV | Joint venture |
| JVA | Joint venture agreement; also joint venture accounting depending on context |
| KISS | Keep it short and simple |
| KL | Konsernleder (chief executive officer) |
| KPI | Key performance indicator |
| kV | Kilovolt |
| LCI | Life-cycle information |
| LCOE | Levelised cost of energy |
| LCS | Low-carbon solutions |
| LEL | Lower explosive limit |
| LGR | Liquid-gas ratio |
| LLI | Long-lead items |
| LOHC | Liquid organic hydrogen carrier |
| LPG | Liquefied petroleum gas |
| m | Metre |
| MDQC | Multi-discipline quality control |
| MMV | Measurement, monitoring and verification |
| MP | Monopile |
| MPP | Manpower projection plan |
| MPST | Master package specification template |
| MSL | Mean sea level |
| Mt | Million tonnes |
| MW | Megawatt |
| NOC | National oil company |
| NOK | Norwegian kroner |
| NZE | Net-zero emissions |
| O&M | Operation and maintenance |
| OCGT | Open-cycle gas turbine |
| OEM | Original equipment manufacturer |
| OMSA | Operations and Maintenance Service Agreement |
| OP | Oil producer |
| OREC | Offshore wind renewable energy certificate |
| OW | Offshore wind |
| OWP | Offshore wind project |
| P&ID | Process and instrument diagram |
| PD | Project development; also project director depending on context |
| PDC | Project Development Center |
| PDD | Project design document |
| PDE | Project design envelope |
| PDP | Projects, drilling and procurement |
| PDS | Project development strategy |
| PF | Project finance |
| PIMS | Project information management system |
| PL | Pipeline |
| PLEM | Pipeline end module |
| PMC | Project management and control |
| PMT | Project management team |
| PO | Purchase order |
| POL | Partner-operated licence |
| PPA | Power purchase agreement or power portfolio agreement |
| ppm | Parts per million |
| PRD | Project development business cluster |
| PS | Package specification |
| PSC | Production sharing contract |
| PSR | Procurement and Supplier Relations |
| PSV | Pressure safety valve |
| PTC | Production tax credit |
| QAA | Quality assurance and assistance |
| QC | Quality control |
| QRM | Quality risk manager |
| REC | Renewable energy certificate |
| REN | Renewables business unit |
| RF | Recovery factor |
| RFNBO | Renewable fuels of non-biological origin |
| RFO | Ready for operation |
| ROACE | Return on average capital employed |
| ROI | Return on investment |
| ROR | Rate of return |
| ROV | Remotely operated vehicle |
| RPE | Reserve production estimate |
| RTM | Route to market |
| RUH | Rapport om uønsket hendelse |
| SAF | Sustainable aviation fuel |
| SCADA | Supervisory control and data acquisition |
| SCF | Standard cubic feet |
| SCM/Scm | Standard cubic metre |
| SDV | Shutdown valve |
| SEMI | Semi-submersible platform |
| SHA | Shareholder agreement |
| SIA | Social impact assessment |
| SIF | Serious incident frequency |
| SJA | Safe job analysis |
| SMR | Steam methane reforming |
| SOL | Statoil-operated licence |
| SOP | Standard operating procedure |
| SOV | Service operation vessel |
| SOW | Scope of work |
| SPAR | Moored floating platform |
| SPS | Subsea production system |
| SPV | Special purpose vehicle |
| SRMC | Short-run marginal cost |
| SSCSV | Subsurface controlled safety valve |
| SSIV | Subsurface isolation valve |
| SSSV | Subsurface safety valve |
| SSU | Safety, security and sustainability |
| SSVP | Subsurface validation point |
| STP | Standard temperature and pressure |
| STR | Steam methane reforming |
| SWHP | Shut-in wellhead pressure |
| SWL | Safe working load |
| SWP | Safe working pressure |
| TCO | Total cost of ownership |
| TG | Turbogenerator |
| TLP | Tension-leg platform |
| TP | Transition piece |
| TPES | Total primary energy supply |
| TR | Technical requirement |
| TRIF | Total recordable injury frequency |
| TSA | Turbine supply agreement; also transport and storage agreement depending on context |
| TSO | Transmission system operator |
| TTF | Title Transfer Facility |
| TW | Terawatt |
| UEL | Upper explosive limit |
| USD | US dollar |
| VCM | Voluntary carbon market |
| VER | Voluntary emission reduction credit |
| VOC | Volatile organic compounds; also variable operating cost depending on context |
| WACC | Weighted average cost of capital |
| WBS | Work breakdown structure |
| WI | Wobbe index; also water injector depending on context |
| WOW | Waiting on weather |
| WP | Work permit |
| WR | Work requirement |
| WtE | Waste to energy |
| WTG | Wind turbine generator |
References
- Milan Stanko, "Underground Reservoirs: Fluid Production and Injection," 2024.
- Even Solbraa and others, "NeqSim: A Java/Python Toolkit for Thermodynamic and Process Simulation," 2024.
- Gas Processors Suppliers Association, "GPSA Engineering Data Book," 2017.
- John M. Campbell, "Gas Conditioning and Processing, Volumes 1 and 2," 2014.
- Arthur J. Kidnay et al., "Fundamentals of Natural Gas Processing," 2011.
- Even Solbraa, "Equilibrium and Non-Equilibrium Thermodynamics of Natural Gas Processing," 2002.
- Even Solbraa et al., "{TPG4230," 2026.
- J. M. Smith et al., "Introduction to Chemical Engineering Thermodynamics," 2005.
- Stanley I. Sandler, "Chemical, Biochemical, and Engineering Thermodynamics," 2017.
- L. P. Dake, "Fundamentals of Reservoir Engineering," 1978.
- Tarek Ahmed, "Reservoir Engineering Handbook," 2018.
- Curtis H. Whitson and Michael R. Brule, "Phase Behavior," vol. 20, 2000.
- Karen Schou Pedersen et al., "Phase Behavior of Petroleum Reservoir Fluids," 2014.
- G. Soave, "Equilibrium Constants from a Modified Redlich-Kwong Equation of State," Chemical Engineering Science, vol. 27, pp. 1197--1203, 1972.
- Ding-Yu Peng and Donald B. Robinson, "A New Two-Constant Equation of State," Industrial and Engineering Chemistry Fundamentals, vol. 15, pp. 59--64, 1976.
- G. M. Kontogeorgis et al., "An Equation of State for Associating Fluids," Industrial and Engineering Chemistry Research, vol. 35, pp. 4310--4318, 1996.
- Oliver Kunz and Wolfgang Wagner, "The GERG-2008 Wide-Range Equation of State for Natural Gases and Other Mixtures," Journal of Chemical and Engineering Data, vol. 57, pp. 3032--3091, 2012.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "Facts about the Norwegian Petroleum Sector --- Fields, Discoveries, Companies, Production, Reserves and Licences," 2026.
- Havindustritilsynet (Havtil), "Fakta: Petroleumsvirksomheten --- Roles, Responsibilities and Safety Milestones on the Norwegian Continental Shelf," 2024.
- Norwegian Government, "Olje og gass --- Government Policy on Petroleum Activities," 2026.
- H. Dale Beggs, "Production Optimization Using Nodal Analysis," 1991.
- Kermit E. Brown, "The Technology of Artificial Lift Methods, Volume 1," 1977.
- J. V. Vogel, "Inflow Performance Relationships for Solution-Gas Drive Wells," Journal of Petroleum Technology, vol. 20, pp. 83--92, 1968.
- H. Dale Beggs and James P. Brill, "A Study of Two-Phase Flow in Inclined Pipes," Journal of Petroleum Technology, vol. 25, pp. 607--617, 1973.
- Alton R. Hagedorn and Kermit E. Brown, "Experimental Study of Pressure Gradients Occurring During Continuous Two-Phase Flow in Small-Diameter Vertical Conduits," Journal of Petroleum Technology, vol. 17, pp. 475--484, 1965.
- Nicholas Petalas and Khalid Aziz, "A Mechanistic Model for Multiphase Flow in Pipes," Journal of Canadian Petroleum Technology, vol. 39, 2000.
- Ove Bratland, "Pipe Flow 2: Multi-Phase Flow Assurance," 2010.
- John M. Prausnitz et al., "Molecular Thermodynamics of Fluid-Phase Equilibria," 1999.
- Anthony L. Lee et al., "The Viscosity of Natural Gases," Journal of Petroleum Technology, vol. 18, pp. 997--1000, 1966.
- Petroleum Safety Authority Norway, "Regulations Relating to the Norwegian Petroleum Activities," 2024.
- DNV, "{DNV-OS-F101," 2021.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "Exports of Oil and Gas from the Norwegian Continental Shelf," 2026.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "Production Forecasts on the Norwegian Continental Shelf," 2026.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "The Oil and Gas Pipeline System on the Norwegian Continental Shelf," 2025.
- Norwegian Ministry of Petroleum and Energy, "Act of 29 November 1996 No. 72 Relating to Petroleum Activities," 1996.
- Standards Norway, "NORSOK S-001: Technical Safety," 2018.
- American Petroleum Institute, "API Bulletin 5C3: Calculating Performance Properties of Pipe Used as Casing or Tubing," 2018.
- American Petroleum Institute, "API 17A: Design and Operation of Subsea Production Systems," 2017.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "Emissions to Air from Norwegian Petroleum Activities," 2025.
- Norwegian Petroleum Directorate, "Snohvit -- Field Fact Pages," 2024.
- Maurice Stewart and Ken Arnold, "Surface Production Operations, Volume 1," 2014.
- Ken Arnold and Maurice Stewart, "Surface Production Operations, Volume 2," 1999.
- Standards Norway, "NORSOK P-100: Process Systems," 2017.
- International Organization for Standardization, "{ISO 6976: Natural Gas — Calculation of Calorific Values, Density, Relative Density and Wobbe Indices from Composition," 2016.
- Mott Souders and George Granger Brown, "Design of Fractionating Columns. I. Entrainment and Capacity," Industrial and Engineering Chemistry, vol. 26, pp. 98--103, 1934.
- American Petroleum Institute, "API Specification 12J: Specification for Oil and Gas Separators," 2008.
- E. G. Hammerschmidt, "Formation of Gas Hydrates in Natural Gas Transmission Lines," Industrial and Engineering Chemistry, vol. 26, pp. 851--855, 1934.
- E. Dendy Sloan and Carolyn A. Koh, "Clathrate Hydrates of Natural Gases," 2008.
- John Carroll, "Natural Gas Hydrates: A Guide for Engineers," 2014.
- Arthur L. Kohl and Richard Nielsen, "Gas Purification," 1997.
- KonKraft, "The Energy Industry on the Norwegian Continental Shelf: Climate Strategy Towards 2030 and 2050," 2020.
- Unknown, "Handbook of Offshore Engineering, Volumes 1 and 2," 2005.
- DNV, "DNV-OS-C101: Design of Offshore Steel Structures, General -- LRFD Method," 2019.
- DNV, "DNV-ST-F101: Submarine Pipeline Systems," 2021.
- Yong Bai and Qiang Bai, "Subsea Pipelines and Risers," 2014.
- Yong Bai and Qiang Bai, "Subsea Engineering Handbook," 2018.
- Adam T. Bourgoyne et al., "Applied Drilling Engineering," vol. 2, 1986.
- Bernt S. Aadnoy et al., "Advanced Drilling and Well Technology," 2009.
- Standards Norway, "NORSOK D-010: Well Integrity in Drilling and Well Operations," 2021.
- J. J. Arps, "Analysis of Decline Curves," Transactions of the AIME, vol. 160, pp. 228--247, 1945.
- M. J. Fetkovich, "Decline Curve Analysis Using Type Curves," Journal of Petroleum Technology, vol. 32, pp. 1065--1077, 1980.
- AACE International, "AACE Recommended Practice 18R-97: Cost Estimate Classification System," 2020.
- Norwegian Petroleum Directorate, "Petroleum Resources on the Norwegian Continental Shelf," 2024.
- Standards Norway, "NORSOK Standards: Norwegian Petroleum Industry Standards," 2024.
- Jan Erik Vinnem, "Offshore Risk Assessment: Principles, Modelling and Applications of QRA Studies," 2014.
- Standards Norway, "{NORSOK Standards Catalogue," 2024.
- Standards Norway, "NORSOK P-001: Process Design," 2022.
- Standards Norway, "NORSOK M-001: Materials Selection," 2020.
- Standards Norway, "NORSOK Z-013: Risk and Emergency Preparedness Assessment," 2010.
- European Union, "{Directive 2013/30/EU on Safety of Offshore Oil and Gas Operations," 2013.
- Norwegian Ministry of Petroleum and Energy, "{Regulations Relating to Exploitation of Subsea Reservoirs on the Continental Shelf for Storage of CO2," 2014.
- Norwegian Ministry of Energy and Norwegian Offshore Directorate, "Recent Activity on the Norwegian Continental Shelf --- Production, Field Developments, Investments and Outlook," 2026.
- Saeid Mokhatab et al., "Handbook of Natural Gas Transmission and Processing," 2018.
- Saeid Mokhatab et al., "Handbook of Liquefied Natural Gas," 2014.
- Norwegian Petroleum Directorate, "Aasta Hansteen -- Field Fact Pages," 2024.
- International Organization for Standardization, "ISO 21502: Project, Programme and Portfolio Management -- Guidance on Project Management," 2020.
- International Organization for Standardization, "ISO 10006: Quality Management -- Guidelines for Quality Management in Projects," 2017.
- International Organization for Standardization, "ISO 9001: Quality Management Systems -- Requirements," 2015.
- International Organization for Standardization, "ISO 31000: Risk Management -- Guidelines," 2018.
- International Organization for Standardization, "ISO 19011: Guidelines for Auditing Management Systems," 2018.
- International Organization for Standardization, "ISO 15663: Petroleum and Natural Gas Industries -- Life-Cycle Costing," 2021.
- American Petroleum Institute, "API Standard 520: Sizing, Selection, and Installation of Pressure-Relieving Devices," 2020.
- American Petroleum Institute, "API Standard 521: Pressure-Relieving and Depressuring Systems," 2020.
- International Electrotechnical Commission, "IEC 61511: Functional Safety -- Safety Instrumented Systems for the Process Industry Sector," 2016.