Numerical Methods in Petroleum Engineering – Vocabulary Review

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

These vocabulary flashcards cover the critical terms, equations, and concepts introduced in the Numerical Methods in Petroleum Engineering lecture, providing concise definitions for exam preparation.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

Numerical Methods

Computer‐based techniques for solving mathematical problems that usually give approximate solutions whose accuracy depends on computational effort.

2
New cards

Scientific Computing

A broad field that covers computer applications such as CAD, root finding, and complex model development to analyze scientific or engineering problems.

3
New cards

Petroleum

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

4
New cards

Programming (in simulation)

The act of converting a mathematical model of hypotheses, data, and assumptions into executable computer code.

5
New cards

Simulation

Modeling a physical system on a computer to study its behavior and obtain predictive results.

6
New cards

Reservoir Simulation

A multidisciplinary tool that combines physics, math, reservoir engineering, and programming to predict reservoir performance under varying conditions.

7
New cards

Geological Model

A static, three‐dimensional representation of the subsurface created from geophysical and geological data before production starts.

8
New cards

Mathematical Model

A set of equations expressing the essential features of a physical system, relating dependent variables to independent variables, forcing functions, and parameters.

9
New cards

Shared Earth Model

An updatable, multidisciplinary knowledge base that integrates subsurface information for consistent decision making.

10
New cards

Finite-Difference Method

A numerical technique that approximates derivatives by discrete differences to solve differential equations on a grid.

11
New cards

Diffusivity Equation

A partial differential equation derived from Darcy’s law and the continuity equation describing pressure changes in porous media; second order in space and first order in time.

12
New cards

Darcy’s Law (1-D, lab units)

v = −(k/μ)(dp/dl); relates flow velocity to permeability, viscosity, and pressure gradient.

13
New cards

Continuity (Mass-Balance) Equation

−∇·(ρv) + ρq = ∂(ρφ)/∂t; states that mass in minus mass out plus sources equals accumulation.

14
New cards

Equation of State (EOS)

A relation that expresses fluid density as a function of pressure and temperature.

15
New cards

Constitutive Equation

An equation, such as Darcy’s law, that links flux to driving forces in a porous medium.

16
New cards

Permeability (k)

A rock property measuring the ability to transmit fluids; typically expressed in Darcy or millidarcy.

17
New cards

Viscosity (μ)

A fluid’s resistance to flow; measured in centipoise (cP) or Pa·s.

18
New cards

Porosity (φ)

The fraction of rock volume that is pore space; dimensionless.

19
New cards

Total Compressibility (ct)

Sum of fluid and rock compressibilities; ct = c + CRφ0⁄φ0.

20
New cards

Formation Volume Factor (FVF)

Ratio of fluid volume at reservoir conditions to volume at standard conditions (Bo, Bw, Bg).

21
New cards

Fluid Compressibility (c)

Fractional volume change of a fluid per unit pressure change; 1/psi.

22
New cards

Solution Gas–Oil Ratio (Rs)

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

23
New cards

Fluid Density (ρ)

Mass per unit volume; lbm/ft³, kg/m³, or g/cc.

24
New cards

Fluid Viscosity

Resistance of fluid to deformation or flow; symbol μ, unit cP.

25
New cards

Fluid Saturation (S)

Fraction of pore volume occupied by a specific fluid (So, Sw, Sg).

26
New cards

Capillary Pressure (Pc)

Pressure difference between non-wetting and wetting phases across an interface; Pc = ρg h.

27
New cards

Relative Permeability (kr)

Effective permeability of a phase relative to absolute permeability; varies with saturation.

28
New cards

Fluid Potential (Φ)

Φ = p + γD; sum of pressure head and elevation head, measured in psi.

29
New cards

Fluid Head (h)

h = p/γ + D; height equivalent of fluid potential, ft.

30
New cards

Fluid Gravity (γ)

Pressure gradient of a fluid column, ψ/ft; γ = ρg/144.

31
New cards

Gradient Operator (∇, nabla)

Vector differential operator ∂/∂x î + ∂/∂y ĵ + ∂/∂z k̂ indicating spatial derivatives.

32
New cards

Dependent Variable

A quantity whose value depends on other variables, e.g., pressure P in P = Patm + ρg h.

33
New cards

Independent Variable

A variable that can be freely changed, e.g., elevation h in pressure-elevation relation.

34
New cards

Dirichlet Boundary

Boundary condition specifying the value of a variable (e.g., constant pressure).

35
New cards

Neumann Boundary

Boundary condition specifying the value of a derivative or flux (e.g., constant rate).

36
New cards

Mixed Boundary

Boundary that combines Dirichlet and Neumann specifications.

37
New cards

Laplace Equation

∇²p = 0; incompressible-fluid flow equation, a boundary-value problem.

38
New cards

Pressure-Squared Diffusivity

Form of gas-flow equation derived for slightly compressible gas: ∇²(p²) = (2μct/k) ∂(p²)/∂t.

39
New cards

Taylor Series Expansion

Mathematical series that expresses a function as sum of derivatives at a point; basis of finite differences.

40
New cards

Forward Difference

Approximation df/dx ≈ [f(x+Δx) − f(x)]/Δx.

41
New cards

Backward Difference

Approximation df/dx ≈ [f(x) − f(x−Δx)]/Δx.

42
New cards

Central Difference

Approximation df/dx ≈ [f(x+Δx) − f(x−Δx)]/(2Δx).

43
New cards

Second Central Difference

Approximation d²f/dx² ≈ [f(x+Δx) − 2f(x) + f(x−Δx)]/Δx².

44
New cards

Tensor (k̿)

Matrix representing permeability in principal directions; accounts for anisotropy.

45
New cards

Vector

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

46
New cards

Scalar

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

47
New cards

Transmissibility (T)

Coefficient that couples flow between grid blocks; proportional to area, permeability, and inversely to viscosity and distance.

48
New cards

Accumulation Term

Time derivative part of PDE representing mass stored or depleted: ∂(ρφ)/∂t.

49
New cards

Material Balance Equation

Reservoir statement that cumulative production equals initial volume minus remaining volume plus influx.

50
New cards

Finite Volume (Gridblock Bulk Volume, Vb)

Total volume assigned to a grid cell, used in discretizing flow equations.

51
New cards

No-Flow Boundary

Boundary where normal velocity is zero; ∂p/∂n = 0.

52
New cards

Rate-Specified Boundary

Boundary where inflow or outflow rate is fixed; Neumann type.

53
New cards

Pressure-Specified Boundary

Boundary where pressure is held constant; Dirichlet type.

54
New cards

Incompressible-Flow Equation

∇²p = 0; Laplace form for fluids with zero compressibility.

55
New cards

Slightly Compressible-Flow Equation

∇²p = (μct/k) ∂p/∂t; governs liquids with small compressibility.

56
New cards

Compressible-Flow Equation

General PDE that considers large density changes with pressure, often for gases.

57
New cards

Order of a PDE

Highest derivative present; diffusivity equation is second order in space, first order in time.

58
New cards

Reservoir Boundary Conditions

External constraints (pressure, flux, mixed) applied to solve flow equations.

59
New cards

Series Conductivity (Interface Conductivity)

Combined flow capacity for two adjacent blocks: (A1k1A2k2)/(A1k1L2 + A2k2L1).