🎓 Lesson 8 D5

Real-World Project Walkthrough

Marine hydrodynamics is the study of how water moves around ships, offshore structures, and other objects in the ocean.

🎯 Learning Objectives

  • Calculate added mass coefficients for a cylindrical subsea structure using strip theory
  • Analyze wave-induced heave response spectra using linear wave theory and transfer functions
  • Explain the physical origin and engineering significance of Morison’s equation terms
  • Apply Froude–Krylov and diffraction force components to estimate total wave load on a fixed platform

📖 Why This Matters

Offshore oil platforms, floating wind turbines, and subsea pipelines operate in dynamic ocean environments where unmodeled hydrodynamic forces can cause fatigue failure, excessive motion, or catastrophic collapse. In 2019, a North Sea jacket platform experienced unexpected resonant heave due to misestimated added mass—highlighting why accurate hydrodynamic modeling isn’t theoretical—it’s operational safety. This lesson bridges textbook principles to real-world certification requirements for marine structural integrity.

📘 Core Principles

Marine hydrodynamics begins with idealized inviscid, incompressible, irrotational flow governed by Laplace’s equation—solved via potential flow methods (e.g., panel methods) for diffraction and radiation problems. Viscous effects dominate near structures and are captured empirically via Morison’s equation for slender members (D/L < 0.2), while larger bodies require full 3D boundary element methods. Key phenomena include added mass (inertial resistance to acceleration), radiation damping (energy radiated as waves), and Froude–Krylov forces (pressure integration over undisturbed incident wave field). Understanding the domain of validity for each model—e.g., Morison vs. diffraction—is essential before selecting analysis tools.

📐 Morison’s Equation for Inline Wave Load

Morison’s equation decomposes total inline force on a slender cylinder into inertia and drag components, enabling rapid, first-principles estimation of wave loading without full CFD. It is widely used in API RP 2A-WSD and DNV-RP-C205 for preliminary design and verification of piles, risers, and jackets.

Morison’s Equation

F(t) = \frac{1}{2} \rho C_m \pi D^2 \ddot{u}(t) + \frac{1}{2} \rho C_d D |u(t)| u(t)

Total inline hydrodynamic force per unit length on a slender circular cylinder in oscillatory flow.

Variables:
SymbolNameUnitDescription
F(t) Inline force per unit length N/m Time-varying wave-induced force along cylinder axis
\rho Seawater density kg/m³ Typically 1025 kg/m³ for North Atlantic seawater
C_m Added mass coefficient dimensionless Empirically calibrated; ~2.0 for smooth cylinders in uniform flow
C_d Drag coefficient dimensionless Depends on Reynolds number and surface roughness; 0.6–1.5 for typical offshore piles
D Cylinder diameter m Characteristic cross-sectional dimension
\ddot{u}(t) Fluid particle acceleration m/s² From linear or Stokes wave theory
u(t) Fluid particle velocity m/s Horizontal component in wave propagation direction
Typical Ranges:
Steel pile in North Sea: C_d = 0.8–1.3, C_m = 1.8–2.2
Roughened riser (biofouling): C_d = 1.4–2.0

💡 Worked Example

Problem: A vertical steel pile (diameter = 0.8 m, length = 35 m) is subjected to a regular wave with height H = 6 m, period T = 8 s, and water depth h = 50 m. Calculate total inline force at z = −10 m (10 m below SWL) using Morison’s equation. Assume ρ = 1025 kg/m³, Cd = 1.2, Cm = 2.0.
1. Step 1: Compute wave number k using dispersion relation: k ≈ 0.104 rad/m (solved iteratively from ω² = gk tanh(kh), where ω = 2π/T = 0.785 rad/s)
2. Step 2: Determine kinematic properties at z = −10 m: horizontal velocity u̇ ≈ 0.38 m/s² (acceleration), u ≈ 1.24 m/s (velocity) — derived from linear Airy wave theory
3. Step 3: Apply Morison: F = ½ρCmπD²u̇ + ½ρCdD|u|u = (½)(1025)(2.0)π(0.8)²(0.38) + (½)(1025)(1.2)(0.8)(1.24)² ≈ 247 N + 758 N = 1005 N
Answer: The total inline wave force at z = −10 m is approximately 1005 N, well within typical design envelope for preliminary screening (forces exceed 10⁴ N only near surface or in extreme seas).

🏗️ Real-World Application

In the 2022 Hywind Tampen floating wind farm (Norway), hydrodynamic analysis of the 80-m-tall semi-submersible platforms used coupled time-domain simulations integrating Morison elements (for tower legs) and 3D diffraction (for pontoons) per DNV-ST-0119. Model validation against basin test data reduced predicted pitch RMS error from ±23% to ±4.7%, directly enabling a 12% reduction in mooring line safety factor—saving €2.1M in material and installation costs.

📋 Case Connection

📋 Marine Hydrodynamics in Large-Scale Industrial Projects

Complex engineering requirements at scale

📋 Small-Scale Marine Hydrodynamics Implementation

University research team needed experimental hydrodynamics capability for catamaran hull optimization but lacked access...

📋 Marine Hydrodynamics in Challenging Environments

Environmental and terrain challenges

📋 Cost Optimization in Marine Hydrodynamics

Maintaining quality while reducing costs

📚 References