Numerical Methods in Petroleum Engineering – Review 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/58

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards summarizing fundamental terms, equations, and concepts from the Numerical Methods in Petroleum Engineering lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

Numerical Methods

Techniques for solving mathematical problems on a computer that yield approximate solutions whose accuracy depends on computational effort.

2
New cards

Scientific Computing

A broad field of computer applications that includes computer-aided design, root-finding, and building complex numerical models.

3
New cards

Petroleum

A complex mixture of thousands of hydrocarbons composed mainly of hydrogen and carbon.

4
New cards

Programming (in simulation)

Creating a mathematical description of a system, then coding algorithms to solve or exercise the model and obtain results.

5
New cards

Simulation

The computer-based modeling of a system using hypotheses, data, and equations to predict behavior under various conditions.

6
New cards

Analytical Solution

An exact, closed-form mathematical solution obtainable without numerical approximation.

7
New cards

Finite-Difference Method

A numerical technique that approximates derivatives with differences at discrete grid points, often derived from Taylor series.

8
New cards

Darcy’s Law (basic)

v = −(k/μ) ∇p Describes single-phase fluid velocity through porous media proportional to permeability and pressure gradient.

9
New cards

Continuity (Mass-Balance) Equation

−∇·(ρ v) + ρ q = ∂(ρ φ)/∂t Balances mass entering, exiting, accumulating, or added by sources/sinks in a control volume.

10
New cards

Diffusivity Equation

∇·(k ∇p) = (φ μ ct / k) ∂p/∂t Second-order in space, first-order in time; governs pressure diffusion in porous media.

11
New cards

Gradient Operator (∇, Nabla)

Vector differential operator (∂/∂x, ∂/∂y, ∂/∂z) indicating spatial rate of change of a scalar field.

12
New cards

Equation of State (EOS)

Relationship giving fluid density as a function of temperature and pressure, e.g., ρ = ρsc[1 + (p − Psc) cT − (T − Tsc) cT].

13
New cards

Total Compressibility (ct)

Sum of fluid compressibility and rock compressibility: ct = cf + φ CR/φ₀.

14
New cards

Formation Volume Factor (FVF)

Ratio of fluid volume at reservoir conditions to volume at standard conditions; Bo, Bw (bbl/STB) or Bg (ft³/SCF).

15
New cards

Fluid Potential (Φ)

Φ = p + γ D Sum of pressure and elevation head expressed in psi.

16
New cards

Fluid Head (h)

h = p/γ + D Elevation equivalent of fluid potential, measured in feet.

17
New cards

Fluid Gravity (γ)

Weight density; γ = ρ g /144 in psi/ft for oilfield units.

18
New cards

Porosity (φ)

Fraction of bulk rock volume that is pore space; dimensionless.

19
New cards

Permeability (k)

Measure of rock’s ability to transmit fluids; darcy (D) or millidarcy (mD).

20
New cards

Viscosity (μ)

Fluid resistance to flow or deformation; measured in centipoise (cP).

21
New cards

Fluid Compressibility (cf)

Relative change in fluid volume per unit pressure change: cf = −(1/V)(∂V/∂p).

22
New cards

Solution Gas–Oil Ratio (Rs)

SCF of gas dissolved per STB of oil at given conditions.

23
New cards

Fluid Density (ρ)

Mass per unit volume of a fluid; lbm/ft³ or kg/m³.

24
New cards

Capillary Pressure (Pc)

Pressure difference between non-wetting and wetting phases across an interface: Pc = pnw − pw.

25
New cards

Relative Permeability (kr)

Effective permeability of a phase divided by absolute permeability; function of saturation.

26
New cards

Fluid Saturation (Sϕ)

Volume fraction of a specific fluid in pore space (So, Sw, Sg).

27
New cards

Dirichlet Boundary Condition

Boundary with specified pressure (constant-pressure boundary).

28
New cards

Neumann Boundary Condition

Boundary with specified flux/gradient (constant-rate boundary).

29
New cards

Mixed Boundary Condition

Boundary combining specified pressure and flux terms.

30
New cards

No-Flow Boundary

External boundary where normal flux equals zero; simulates impermeable rock or symmetry.

31
New cards

Initial Condition

Specification of pressure (or other variable) at t = 0 throughout the domain.

32
New cards

Tensor

Mathematical object with multiple components; e.g., permeability tensor k_ij expressing directional permeability.

33
New cards

Vector

Quantity with magnitude and direction (e.g., velocity v).

34
New cards

Scalar

Quantity described by magnitude only (e.g., pressure p).

35
New cards

Transmissibility (T)

Coefficient linking pressures to flow between grid blocks; incorporates k, A, μ, Δx, and conversion factors.

36
New cards

Reservoir Simulation

Multidisciplinary process using physics, math, and programming to predict reservoir performance under various operating scenarios.

37
New cards

Geological Model

Static 3-D representation of reservoir structure and properties produced by geologists/geophysicists.

38
New cards

Mathematical Model

Set of equations capturing essential behavior of a physical system; may include material balance, decline curves, or analytical solutions.

39
New cards

Compressible-Flow Equation (Pressure-Squared Form)

For ideal gas: ∂²(p²)/∂x² = (2 φ μ ct / k) ∂p/∂t used in low-pressure gas reservoirs.

40
New cards

Incompressible Flow Equation

Laplace equation: ∇²p = 0 Describes steady single-phase flow with constant density and no sources.

41
New cards

Slightly Compressible Flow Equation

∇²p = (φ μ ct / k) ∂p/∂t Applicable when density changes with pressure are small.

42
New cards

Finite Volume (Gridblock Bulk Volume, Vb)

Rock volume represented by a computational cell; used in accumulation term of simulators.

43
New cards

Taylor Series Expansion

Series representation of a function used to derive finite-difference approximations.

44
New cards

Forward Difference

Numerical derivative: (f(x+Δx) − f(x)) / Δx.

45
New cards

Backward Difference

Numerical derivative: (f(x) − f(x−Δx)) / Δx.

46
New cards

Central Difference

Numerical derivative: (f(x+Δx) − f(x−Δx)) / (2Δx).

47
New cards

Pressure–Elevation Relationship

P = Patm + ρ g h Links pressure to fluid column height.

48
New cards

Root-Finding

Numerical process of solving f(x) = 0 for x (e.g., Newton-Raphson).

49
New cards

Approximate Solution

Numerical answer that approaches the exact solution as grid is refined or iterations increase.

50
New cards

Source/Sink Term (q)

Mass or volume rate added to or removed from a control volume via wells.

51
New cards

Total System Conductivity (Interface)

Equivalent conductivity for series flow between two blocks: (A1 k1 A2 k2)/(A1 k1 L2 + A2 k2 L1).

52
New cards

Oil FVF Above Bubble-Point

Bo = Bob [1 − co (p − pb)] Linear approximation using oil compressibility.

53
New cards

Reduced Gas Compressibility (c_r)

c_r = (1/Ppr)(∂Z/∂Ppr)Tpr Compressibility expressed in reduced coordinates.

54
New cards

Gamma (γ) Conversion Factor

γ = ρ g /144 Converts weight density to pressure gradient in psi/ft.

55
New cards

Taylor Law of Exponents

a^m a^n = a^{m+n}; used in series expansions for e^x.

56
New cards

Ideal Gas Law (Reservoir Units)

ρg = (M p)/(Z R T) Relates density, pressure, temperature, and compressibility factor.

57
New cards

Material Balance (Rate Form)

Rate in − Rate out + Rate injected = Rate of accumulation within a control volume.

58
New cards

Well-Posed Problem

Mathematical problem possessing existence, uniqueness, and stability of solution with given boundary conditions.

59
New cards

Total Accumulation Term (Mass Conservative)

∂(φ ρ)/∂t Ensures mass conservation when porosity or density are pressure-dependent.