SlideShare a Scribd company logo
1 of 12
Download to read offline
Hydraulics 3 Waves: Linear Wave Theory – 1 Dr David Apsley
1. LINEAR WAVE THEORY AUTUMN 2022
1.1 Main Wave Parameters
Consider a single-frequency (“monochromatic”) progressive wave on still water:
𝜂 = 𝐴 cos(𝑘𝑥 − 𝜔𝑡)
We will develop a linear wave theory (or Airy1
wave theory), based on the assumption that the
wave amplitude 𝐴 is small (compared with the depth ℎ and wavelength 𝐿), and, hence, we may
neglect second-order and higher products and powers of wave-related perturbations.
Despite the approximations embodied in the assumption of small amplitudes, linear-wave
theory has proved remarkably successful at describing the behaviour of real waves, including
wave transformations such as refraction, diffraction, shoaling, reflection and predicting the
onset of breaking. An additional advantage of linearity is that real (multi-frequency, multi-
direction) wave fields can be obtained by superposition of simple wave components.
Amplitude and Height
The amplitude 𝐴 is the maximum displacement from still water level (SWL). The wave height
𝐻 is the vertical distance between neighbouring crest and trough. For sinusoidal waves,
𝐴 =
𝐻
2
, or 𝐻 = 2𝐴
For non-sinusoidal waves 𝐻 is the more easily defined and measured quantity.
Wavenumber and Wavelength
𝑘 is the wavenumber. Since the wave goes through a single cycle when 𝑘𝑥 changes by 2π, the
wavelength 𝐿 is given by
𝐿 =
2π
𝑘
1
After George Biddell Airy, former Astronomer Royal, who first developed the theory.
L
h
A
H
(x,t)
SWL (z=0)
x
z
trough
crest c
bed (z= -h)
Hydraulics 3 Waves: Linear Wave Theory – 2 Dr David Apsley
Frequency and Period
𝜔 is the wave angular frequency. Since the wave goes through a single cycle in time when 𝜔𝑇
changes by 2π, the period 𝑇 is given by
𝑇 =
2𝜋
𝜔
with actual frequency 𝑓 (in cycles per second, or Hertz) given by
𝑓 =
1
𝑇
=
𝜔
2𝜋
Wave Speed (Phase Velocity, or “Celerity”)
The wave profile above can also be written
𝜂 = 𝐴 cos[𝑘(𝑥 − c𝑡)]
where
𝑐 =
𝜔
𝑘
𝜂 is the same for 𝑥 − 𝑐𝑡 = constant, or 𝑥 = 𝑐𝑡 + constant, so 𝑐 represents the velocity of
travel of a pure sinusoidal wave (the speed at which its crest moves forward), also called the
phase velocity, or celerity. It can be computed by any of
𝑐 =
𝜔
𝑘
=
𝐿
𝑇
(
wavelength
period
)
= 𝑓𝐿 (frequency × wavelength)
𝜔 and 𝑘 are not independent, but are related via a dispersion relation, saying how wavelength
changes with frequency. Later we shall see that for a collection of waves or wave packet the
natural velocity of energy transport is not the phase velocity 𝑐 but the group velocity
𝑐𝑔 =
d𝜔
d𝑘
Note that 𝑐 represents the speed of the wave form, not the individual fluid particles, whose
velocity, as we shall see, is considerably smaller.
1.2 Dispersion Relationship
At a given depth, waves of different frequencies (hence of different wavelengths) travel at
different speeds. This phenomenon is called dispersion.
For a given frequency, the wavelength, and hence wave speed, must change with depth.
Hydraulics 3 Waves: Linear Wave Theory – 3 Dr David Apsley
The mathematical theory is given in APPENDICES A1–A3, which should be read here. This
predicts the dispersion relationship (in still water) between frequency 𝜔 and wavenumber 𝑘
(or, indirectly, between period 𝑇 and wavelength 𝐿):
𝜔2
= 𝑔𝑘 tanh 𝑘ℎ (1)
For the “shallow-water” and “deep-water” approximations, see later.
The phase speed is
𝑐 ≡
𝜔
𝑘
= √
𝑔
𝑘
tanh 𝑘ℎ
Thus, in general, wave speed changes with wavelength (or frequency).
For a given depth ℎ:
phase speed 𝑐 and period 𝑇 increase as wavelength 𝐿 increases; (exercise: prove it).
For a given period 𝑇:
phase speed 𝑐 and wavelength 𝐿 decrease as depth decreases; (exercise: prove it).
The latter is why waves undergo transformation (refraction, shoaling, breaking) as they move
into shallow water.
Hydraulics 3 Waves: Linear Wave Theory – 4 Dr David Apsley
Solving the Dispersion Relation
(i) To find period or frequency given the wavelength, simply find the wavenumber 𝑘 (= 2π/𝐿)
and substitute in equation (1) for 𝜔. The period is given by 𝑇 = 2π/𝜔.
(ii) To find wavelength given the period or frequency, it is usually convenient to first write
equation (1) in non-dimensional form:
𝜔2
ℎ
𝑔
= 𝑘ℎ tanh 𝑘ℎ
This is of the form
𝑌 = 𝑋 tanh 𝑋
and may be solved graphically or numerically.
Methods of Solving 𝑌 = 𝑋 tanh 𝑋
By hand:
• Repeated trial
Always works, but can take a while.
• Iteration
For large 𝑌 (say 𝑌 > 1) the naive iterative formula
𝑋 =
𝑌
tanh 𝑋
works fine. However, for small 𝑌, it takes a vast number of iterations. In the latter case
a more robust iterative formula simply averages this with the current value:
𝑋 =
1
2
(𝑋 +
𝑌
tanh 𝑋
)
I suggest that you use the first if 𝑌 > 1 and the second if 𝑌 ≤ 1.
By computer:
• The Newton-Raphson method works extremely well. (Exercise: use any programming
language of your choice to find the wavelength for arbitrary period and depth.)
For a first guess one could take anything positive for 𝑋, e.g. 1, but iterative techniques can
often be improved by either reading an approximate solution from the graph or observing
shallow-water (𝑋 ≈ √𝑌) and deep-water (𝑋 ≈ 𝑌) limits – see later.
Example.
Find, in still water of depth 15 m:
(a) the period of a wave with wavelength 45 m;
(b) the wavelength of a wave with period 8 s.
In each case write down the phase speed (celerity).
Hydraulics 3 Waves: Linear Wave Theory – 5 Dr David Apsley
1.3 Wave Velocity and Pressure
The velocity and pressure fields for a harmonic surface displacement:
𝜂 = 𝐴 cos(𝑘𝑥 − 𝜔𝑡)
are also derived in APPENDICES A1–A3. They are conveniently summarised by a velocity
potential 𝜙:
𝜙 =
𝐴𝑔
𝜔
cosh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
sin (𝑘𝑥 − 𝜔𝑡)
The horizontal and vertical velocity components are:
𝑢 ≡
𝜕𝜙
𝜕𝑥
=
𝐴𝑔𝑘
𝜔
cosh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
cos(𝑘𝑥 − 𝜔𝑡)
𝑤 ≡
𝜕𝜙
𝜕𝑧
=
𝐴𝑔𝑘
𝜔
sinh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
sin (𝑘𝑥 − 𝜔𝑡)
The horizontal velocity component 𝑢 is in phase with the surface disturbance: it is largest
underneath a wave crest. The vertical component 𝑤 is 90º out of phase with the surface
disturbance: it is zero underneath a wave crest. Since sinh 𝑋 < cosh 𝑋, the vertical component
is always smaller than the horizontal one, the more so near the bed.
The pressure is
𝑝 = −𝜌𝑔𝑧 − 𝜌
∂𝜙
𝜕𝑡
= −𝜌𝑔𝑧
⏟
hydrostatic
+ 𝜌𝑔𝐴
cosh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
cos(𝑘𝑥 − 𝜔𝑡)
⏟
hydrodynamic (i.e. wave)
The pressure field consists of two parts:
• a hydrostatic pressure – 𝜌𝑔𝑧, which is always present (below the SWL), regardless of
whether waves exist;
• a wave-induced hydrodynamic pressure −𝜌𝜕𝜙/𝜕𝑡 , which exists only if waves are
present. At a fixed height this varies (as might be anticipated from the amount of water
above) sinusoidally from maximum positive beneath a wave crest to maximum negative
beneath a wave trough.
Example.
A pressure sensor is located 0.6 m above the sea bed in a water depth ℎ = 12 m. The pressure
fluctuates with period 15 s. A maximum gauge pressure of 124 kPa is recorded.
(a) What is the wave height?
(b) What are the maximum horizontal and vertical velocities at the surface?
Hydraulics 3 Waves: Linear Wave Theory – 6 Dr David Apsley
1.4 Wave Energy
Wave energy is of two forms: kinetic and potential. The amount of each (per unit horizontal
area) can be found by integrating over the water column and averaging over a period and
wavelength. This is done in APPENDIX A4. The result is (with the small-amplitude wave
assumption):
KE = ∫
1
2
𝜌(𝑢2 + 𝑤2) d𝑧
𝜂
𝑧=−ℎ
̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
=
1
4
𝜌𝑔𝐴2
PE = ∫ 𝜌𝑔𝑧 d𝑧
𝜂
𝑧=−ℎ
̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅
=
1
4
𝜌𝑔𝐴2
+ constant
It is seen that (under linear wave theory) the average wave-related kinetic and potential energies
are equal. The total energy (per unit horizontal area) is the sum of these:
𝐸 =
1
2
𝜌𝑔𝐴2
or, in terms of wave height, 𝐸 =
1
8
𝜌𝑔𝐻2
IMPORTANT: wave energy varies as the square of the wave height.
1.5 Group Velocity
Real wave fields do not consist of individual harmonic components, but wave packets
comprised of a combination of waves of different frequency.
Consider first two superposed waves of similar amplitude 𝑎 but different frequencies 𝜔 ± Δ𝜔
and corresponding wavenumbers 𝑘 ± Δ𝑘:
𝜂 = 𝑎 cos[(𝑘 + Δ𝑘)𝑥 − (𝜔 + Δ𝜔)𝑡]
⏟
component 1
+ 𝑎 cos[(𝑘 − Δ𝑘)𝑥 − (𝜔 − Δ𝜔)𝑡]
⏟
component 2
Using the trigonometric formula cos 𝛼 + cos 𝛽 = 2 cos
𝛼+𝛽
2
cos
𝛼−𝛽
2
, we find
𝜂 = 2𝑎 cos(𝑘𝑥 − 𝜔𝑡) cos(Δ𝑘. 𝑥 − Δ𝜔. 𝑡)
This represents (see the figure) an underlying fast-varying wave motion cos(𝑘𝑥 − 𝜔𝑡) with the
phase velocity 𝑐 = 𝜔/𝑘 , but modulated by an envelope with time-varying amplitude:
𝐴(𝑡) = 2𝑎 cos(Δ𝑘 𝑥 − Δ𝜔 𝑡)
This amplitude function represents a wave with smaller wavenumber and frequency (i.e. longer
wavelength and period), travelling at speed
Δ𝜔
Δ𝑘
Hydraulics 3 Waves: Linear Wave Theory – 7 Dr David Apsley
In general, real wave packets are formed from not just two but a continuous spread of
wavenumbers. It may be shown mathematically2
that, for a wave packet strongly peaked around
one wavenumber 𝑘, the packet as a whole travels with the group velocity
𝑐𝑔 =
d𝜔
d𝑘
For regular waves, using the dispersion relation 𝜔2
= 𝑔𝑘 tanh 𝑘ℎ (see APPENDIX A5):
𝑐𝑔 =
1
2
[1 +
2𝑘ℎ
sinh 2𝑘ℎ
]
𝜔
𝑘
or
𝑐𝑔 = 𝑛𝑐
where
𝑛 =
1
2
[1 +
2𝑘ℎ
sinh 2𝑘ℎ
] , 𝑐 =
𝜔
𝑘
𝑛 is the ratio of group velocity to phase velocity. It is always between ½ and 1; the group
velocity is always less than the phase velocity.
1.6 Energy Transfer (Wave Power)
Since wave energy depends on the square of the amplitude, and the amplitude envelope travels
at the group velocity, the latter also represents the velocity at which energy is transferred.
• Phase velocity, 𝑐, represents the speed at which the wave form propagates.
• Group velocity, 𝑐𝑔, represents the speed at which the wave transmits energy.
The rate at which wave energy is transferred is called the energy flux or wave power 𝑃 and is
usually expressed as the (average) wave energy passing a location per unit length of wave crest
per unit time. Heuristically it may be deduced by noting that, if wave energy does travel at
velocity 𝑐𝑔, then the energy in area 𝑐𝑔Δ𝑡 crosses such a line in time Δ𝑡, so 𝑃Δ𝑡 = 𝐸 × 𝑐𝑔Δ𝑡, or
𝑃 = 𝐸𝑐𝑔
where 𝐸 =
1
2
𝜌𝑔𝐴2
is the wave energy per unit area of surface and 𝑐𝑔 is the group velocity.
A more formal derivation (see APPENDIX A6) is to integrate the rate of working by pressure
forces (i.e. pressure  area  velocity), over the depth of the water column and then average in
time.
Example.
A sea-bed pressure transducer in 9 m of water records a sinusoidal signal with amplitude
5.9 kPa and period 7.5 s. Find the wave height, energy density and wave power per metre of
crest.
2
Google “Method of stationary phase”.
Hydraulics 3 Waves: Linear Wave Theory – 8 Dr David Apsley
1.7 Particle Motion
The velocity field is
𝑢 =
𝐴𝑔𝑘
𝜔
cosh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
cos(𝑘𝑥 − 𝜔𝑡)
𝑤 =
𝐴𝑔𝑘
𝜔
sinh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
sin (𝑘𝑥 − 𝜔𝑡)
Rearrange the dispersion relationship 𝜔2
= 𝑔𝑘 tanh 𝑘ℎ to get
𝑔𝑘
𝜔 cosh 𝑘ℎ
=
𝜔
sinh 𝑘ℎ
the equations governing (small-amplitude) particle paths (𝑋, 𝑍) about (𝑋0, 𝑍0) in the wave field
can be written
d𝑋
d𝑡
= 𝑢 = 𝑎𝜔 cos(𝑘𝑋0 − 𝜔𝑡)
d𝑍
d𝑡
= 𝑤 = 𝑏𝜔 sin (𝑘𝑋0 − 𝜔𝑡)
where
𝑎 = 𝐴
cosh 𝑘(ℎ + 𝑍0)
sinh 𝑘ℎ
, 𝑏 = 𝐴
sinh 𝑘(ℎ + 𝑍0)
sinh 𝑘ℎ
The 𝑋 and 𝑍 equations can then be integrated with respect to time to give
𝑋 = 𝑋0 − 𝑎 sin(𝑘𝑋0 − 𝜔𝑡)
𝑍 = 𝑍0 + 𝑏 cos(𝑘𝑋0 − 𝜔𝑡)
Since sin2
𝜃 + cos2
𝜃 = 1,
(𝑋 − 𝑋0)2
𝑎2
+
(𝑍 − 𝑍0)2
𝑏2
= 1
The particle trajectory is an ellipse, centre (𝑋0, 𝑍0) and semi-axes 𝑎 and 𝑏.
Hydraulics 3 Waves: Linear Wave Theory – 9 Dr David Apsley
1.8 Shallow-Water and Deep-Water Behaviour
1.8.1 Limiting Behaviour
Consider the dispersion relation:
𝜔2
= 𝑔𝑘 tanh 𝑘ℎ
and the asymptotic behaviour of the tanh function (Appendix A1):
tanh 𝑘ℎ ~𝑘ℎ (as 𝑘ℎ → 0)
tanh 𝑘ℎ → 1 (as 𝑘ℎ → ∞)
Shallow Water (or Long Waves)
𝑘ℎ ≪ 1
𝜔2
≈ 𝑘2
𝑔ℎ
𝑐 = 𝑐𝑔 = √𝑔ℎ
Thus, in shallow water, phase velocity and group velocity are equal and independent of
wavelength ... waves on shallow water are non-dispersive.
Deep Water (or Short Waves)
𝑘ℎ ≫ 1
𝜔2
≈ 𝑔𝑘
𝐿 =
𝑔𝑇2
2π
𝑐 =
𝐿
𝑇
=
𝑔𝑇
2π
, 𝑛 =
1
2
, 𝑐𝑔 =
1
2
𝑐
For deep-water waves, phase velocity is dependent on wavelength and the group velocity is
half the phase velocity ... deep-water waves are dispersive.
1.8.2 Nominal Limits
What constitutes “shallow” or “deep” water (or, equivalently, “long” or “short” waves) is rather
subjective. The following is common (see the dispersion-relation graph):
Shallow water (or long waves): 𝑘ℎ <
𝜋
10
or ℎ <
1
20
𝐿
Deep water (or short waves): 𝑘ℎ > π or ℎ >
1
2
𝐿
Between these limits we refer to intermediate depths.
Hydraulics 3 Waves: Linear Wave Theory – 10 Dr David Apsley
1.8.3 Particle Motions
As shown before, the trajectories of particles are ellipses with horizontal and vertical semiaxes
𝑎 = 𝐴
cosh 𝑘(ℎ + 𝑍0)
sinh 𝑘ℎ
, 𝑏 = 𝐴
sinh 𝑘(ℎ + 𝑍0)
sinh 𝑘ℎ
For deep-water waves (𝑘ℎ ≫ 1),
𝑎 = 𝑏 ≈ 𝐴e−𝑘|𝑍0|
and the trajectories of particles are circles whose radius diminishes exponentially with depth
over the order of half a wavelength.
For shallow-water waves (𝑘ℎ ≪ 1),
𝑎 ≈
𝐴
𝑘ℎ
,
𝑏
𝑎
≪ 1
the trajectories of particles are highly flattened ellipses; the horizontal excursion of water
particles is similar at all depths and much greater than the vertical excursion.
1.8.4 Pressure
The pressure is given, in general, by
𝑝 = −𝜌𝑔𝑧 − 𝜌
∂𝜙
𝜕𝑡
= −𝜌𝑔𝑧
⏟
hydrostatic
+ 𝜌𝑔𝜂
cosh 𝑘(ℎ + 𝑧)
cosh 𝑘ℎ
⏟
hydrodynamic
For deep-water waves (𝑘ℎ ≫ 1),
𝑝 ≈ −𝜌𝑔𝑧 + 𝜌𝑔𝜂e−𝑘|𝑧|
and the hydrodynamic pressure decays exponentially with depth below the surface over the
order of half a wavelength.
For shallow-water waves (𝑘ℎ ≪ 1),
𝑝 ≈ 𝜌𝑔(𝜂 − 𝑧)
i.e. shallow-water waves are hydrostatic. This is because vertical accelerations are much
smaller than 𝑔. This is the limit we have seen earlier in the Open-Channel Flow section.
deep water intermediate depth shallow water
Hydraulics 3 Waves: Linear Wave Theory – 11 Dr David Apsley
1.8.5 Summary of Shallow-Water/Deep-Water Approximations
In shallow water:
• The phase velocity and group velocity are equal and independent of wavelength ...
waves on shallow water are non-dispersive.
𝑐 = √𝑔ℎ
• Pressure is hydrostatic.
• Velocity is predominantly horizontal and almost independent of depth; particle paths
are highly-flattened ellipses.
In deep water:
• The phase velocity is dependent on wavelength and the group velocity is half the phase
velocity ... deep-water waves are dispersive.
• Phase velocity is independent of depth, as velocity and pressure perturbations do not
reach the bed.
• Wavelength, speed and period are connected by
𝐿 =
𝑔𝑇2
2π
, 𝑐 =
𝑔𝑇
2π
• Particle motions are circular and diminish in size over distance of order half a
wavelength.
These mean that for any body of water deeper than about half a wavelength the bed will play
no influence on wave motions.
Example.
(a) Find the deep-water speed and wavelength of a wave of period 12 s.
(b) Find the speed and wavelength of a wave of period 12 s in water of depth 3 m. Compare
with the shallow-water approximation.
Hydraulics 3 Waves: Linear Wave Theory – 12 Dr David Apsley
1.9 Waves on Currents
Until now we have considered waves on still water. In many cases waves at sea coexist with a
background steady current 𝑈. The formulae then continue to hold in a frame of reference
moving with the current; i.e. 𝑥 is replaced by a value (subscript r):
𝑥𝑟 = 𝑥 − 𝑈𝑡
In particular,
𝜂 = 𝐴 cos(𝑘𝑥𝑟 − 𝜔𝑟𝑡)
= 𝐴 cos[𝑘𝑥 − (𝜔𝑟 + 𝑘𝑈)𝑡]
= 𝐴 cos[𝑘{𝑥 − (
𝜔𝑟
𝑘
+ 𝑈)𝑡}]
Hence, in an absolute frame (subscript a) which is fixed; i.e. not moving with the current:
• wavenumber 𝑘 and wavelength 𝐿 are unchanged; (if you took a photograph from above,
the fact that the waves are advected with the current doesn’t change their length);
• the current is simply added to the wave speed (which you could probably have guessed):
𝑐𝑎 = 𝑐𝑟 + 𝑈
• the perceived frequency 𝜔 and period 𝑇 are changed:
𝜔𝑎 = 𝜔𝑟 + 𝑘𝑈
e.g. if waves and current are in the same direction, then the absolute frequency 𝜔𝑎 is
larger, and the absolute period 𝑇𝑎 is smaller than their “relative” counterparts (those
moving with the current). This is because the current shortens the time between
successive wave crests passing a point.
Note, however, that it is the relative frequency
𝜔𝑟 = 𝜔𝑎 − 𝑘𝑈
that appears in the dispersion formula, and hence:
(𝜔𝑎 − 𝑘𝑈)2
= 𝜔𝑟
2
= 𝑔𝑘 tanh 𝑘ℎ
The change of apparent frequency in a fixed reference frame due to the motion of the source
or transmitting medium is called a Doppler shift.
Note: be careful about absolute velocities (phase or group):
𝑐𝑎 =
𝐿
𝑇𝑎
=
𝜔𝑟
𝑘
+ 𝑈
To use the second form you would need to find 𝜔𝑟 = 𝜔𝑎 − 𝑘𝑈 once you have solved for 𝑘.
Example.
An acoustic depth sounder indicates regular surface waves with apparent period 8 s in water of
depth 12 m. Find the wavelength and absolute phase speed of the waves when there is:
(a) no mean current;
(b) a current of 3 m s–1
in the same direction as the waves;
(c) a current of 3 m s–1
in the opposite direction to the waves.

More Related Content

What's hot

ppt of hagen poiseville law derivation
ppt of hagen poiseville law derivationppt of hagen poiseville law derivation
ppt of hagen poiseville law derivationjerin sibi
 
Monsoon system and Ocean currents around Sri Lanka
Monsoon system and Ocean currents around Sri LankaMonsoon system and Ocean currents around Sri Lanka
Monsoon system and Ocean currents around Sri LankaPrasad Madushanka
 
Ocean Currents 1
Ocean Currents 1Ocean Currents 1
Ocean Currents 1GeoCoops
 
02 conservation equations
02 conservation equations02 conservation equations
02 conservation equationsanees solangi
 
Laminar and turbulent flow and reynolds number
Laminar and turbulent flow and reynolds numberLaminar and turbulent flow and reynolds number
Laminar and turbulent flow and reynolds numberAtheenaPandian Enterprises
 
Coastal Morphology
Coastal MorphologyCoastal Morphology
Coastal MorphologyJames Foster
 
boundarylayertheory.pptx
boundarylayertheory.pptxboundarylayertheory.pptx
boundarylayertheory.pptxreenarana28
 
LES from first principles
LES from first principlesLES from first principles
LES from first principlesMichael Munroe
 
General behaviour of polymer melts
General behaviour of polymer meltsGeneral behaviour of polymer melts
General behaviour of polymer meltsKamlesh Jakhar
 
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...coseenow
 
Constructive and destructive waves
Constructive and destructive wavesConstructive and destructive waves
Constructive and destructive wavesPerrymanGeography
 
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716angelaorr
 
Non equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flowNon equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flowAbhishek Gupta
 
Fluid Mechanics Chapter 3. Integral relations for a control volume
Fluid Mechanics Chapter 3. Integral relations for a control volumeFluid Mechanics Chapter 3. Integral relations for a control volume
Fluid Mechanics Chapter 3. Integral relations for a control volumeAddisu Dagne Zegeye
 
Sediment Cells And Sources
Sediment Cells And SourcesSediment Cells And Sources
Sediment Cells And SourcesJames Foster
 

What's hot (20)

ppt of hagen poiseville law derivation
ppt of hagen poiseville law derivationppt of hagen poiseville law derivation
ppt of hagen poiseville law derivation
 
Monsoon system and Ocean currents around Sri Lanka
Monsoon system and Ocean currents around Sri LankaMonsoon system and Ocean currents around Sri Lanka
Monsoon system and Ocean currents around Sri Lanka
 
01_Warren (1).ppt
01_Warren (1).ppt01_Warren (1).ppt
01_Warren (1).ppt
 
Ocean Currents 1
Ocean Currents 1Ocean Currents 1
Ocean Currents 1
 
02 conservation equations
02 conservation equations02 conservation equations
02 conservation equations
 
Laminar and turbulent flow and reynolds number
Laminar and turbulent flow and reynolds numberLaminar and turbulent flow and reynolds number
Laminar and turbulent flow and reynolds number
 
Coastal Morphology
Coastal MorphologyCoastal Morphology
Coastal Morphology
 
boundarylayertheory.pptx
boundarylayertheory.pptxboundarylayertheory.pptx
boundarylayertheory.pptx
 
LES from first principles
LES from first principlesLES from first principles
LES from first principles
 
General behaviour of polymer melts
General behaviour of polymer meltsGeneral behaviour of polymer melts
General behaviour of polymer melts
 
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...
East Coast MARE Ocean Lecture May 16, 2012 - Surf's Up! All About Waves at th...
 
Resistance to flow
Resistance to flowResistance to flow
Resistance to flow
 
Constructive and destructive waves
Constructive and destructive wavesConstructive and destructive waves
Constructive and destructive waves
 
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716
Physical Geography Lecture 17 - Oceans and Coastal Geomorphology 120716
 
PROJECT REPORT
PROJECT REPORTPROJECT REPORT
PROJECT REPORT
 
Non equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flowNon equilibrium equation for unsteady radial flow
Non equilibrium equation for unsteady radial flow
 
Fluid Mechanics Chapter 3. Integral relations for a control volume
Fluid Mechanics Chapter 3. Integral relations for a control volumeFluid Mechanics Chapter 3. Integral relations for a control volume
Fluid Mechanics Chapter 3. Integral relations for a control volume
 
Ocean Modelling
Ocean ModellingOcean Modelling
Ocean Modelling
 
Clear Concept Of Oceanic Temperature
Clear Concept Of Oceanic Temperature Clear Concept Of Oceanic Temperature
Clear Concept Of Oceanic Temperature
 
Sediment Cells And Sources
Sediment Cells And SourcesSediment Cells And Sources
Sediment Cells And Sources
 

Similar to WavesLinear.pdf

WavesStatistics.pdf
WavesStatistics.pdfWavesStatistics.pdf
WavesStatistics.pdfcfisicaster
 
3 wave representations
3 wave representations3 wave representations
3 wave representationsMissingWaldo
 
3.2 Wave Theory and Wave Propagation.pdf
3.2 Wave Theory and Wave Propagation.pdf3.2 Wave Theory and Wave Propagation.pdf
3.2 Wave Theory and Wave Propagation.pdfWasiUddinMahmud
 
WavesTransformation.pdf
WavesTransformation.pdfWavesTransformation.pdf
WavesTransformation.pdfcfisicaster
 
Chapter 3 linear wave theory and wave propagation
Chapter  3 linear wave theory and wave propagationChapter  3 linear wave theory and wave propagation
Chapter 3 linear wave theory and wave propagationMohsin Siddique
 
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhb
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhbWAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhb
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhbchettanagarwal
 
Waves basicsstuver-100518155745-phpapp02
Waves basicsstuver-100518155745-phpapp02Waves basicsstuver-100518155745-phpapp02
Waves basicsstuver-100518155745-phpapp02Daniella Vineyard
 
derivation of Wave equation
derivation of Wave equationderivation of Wave equation
derivation of Wave equationUCP
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
CZMAR_lecture L3A1_and Assignment for Class
CZMAR_lecture L3A1_and Assignment for ClassCZMAR_lecture L3A1_and Assignment for Class
CZMAR_lecture L3A1_and Assignment for ClassDoomDoctor
 
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptx
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptxSEA WAVES AND SHIP RESPONSE- MECHANICS.pptx
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptxSamirsinh Parmar
 
Standing waves
Standing wavesStanding waves
Standing wavesMidoOoz
 
Shock wave compression of condensed matter
Shock wave compression of condensed matterShock wave compression of condensed matter
Shock wave compression of condensed matterSpringer
 
WavesLoading.pdf
WavesLoading.pdfWavesLoading.pdf
WavesLoading.pdfcfisicaster
 

Similar to WavesLinear.pdf (20)

WavesStatistics.pdf
WavesStatistics.pdfWavesStatistics.pdf
WavesStatistics.pdf
 
3 wave representations
3 wave representations3 wave representations
3 wave representations
 
Extended abstract
Extended abstractExtended abstract
Extended abstract
 
3.2 Wave Theory and Wave Propagation.pdf
3.2 Wave Theory and Wave Propagation.pdf3.2 Wave Theory and Wave Propagation.pdf
3.2 Wave Theory and Wave Propagation.pdf
 
WavesTransformation.pdf
WavesTransformation.pdfWavesTransformation.pdf
WavesTransformation.pdf
 
Chapter 3 linear wave theory and wave propagation
Chapter  3 linear wave theory and wave propagationChapter  3 linear wave theory and wave propagation
Chapter 3 linear wave theory and wave propagation
 
Wave motion bsc
Wave motion bsc Wave motion bsc
Wave motion bsc
 
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhb
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhbWAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhb
WAVES-converted.pdfgggghjnhdhbxbdbhdbdbbdhdhb
 
Waves Basics
Waves BasicsWaves Basics
Waves Basics
 
Waves basicsstuver-100518155745-phpapp02
Waves basicsstuver-100518155745-phpapp02Waves basicsstuver-100518155745-phpapp02
Waves basicsstuver-100518155745-phpapp02
 
Physics
PhysicsPhysics
Physics
 
Physics
PhysicsPhysics
Physics
 
derivation of Wave equation
derivation of Wave equationderivation of Wave equation
derivation of Wave equation
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
CZMAR_lecture L3A1_and Assignment for Class
CZMAR_lecture L3A1_and Assignment for ClassCZMAR_lecture L3A1_and Assignment for Class
CZMAR_lecture L3A1_and Assignment for Class
 
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptx
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptxSEA WAVES AND SHIP RESPONSE- MECHANICS.pptx
SEA WAVES AND SHIP RESPONSE- MECHANICS.pptx
 
Standing waves
Standing wavesStanding waves
Standing waves
 
Shock wave compression of condensed matter
Shock wave compression of condensed matterShock wave compression of condensed matter
Shock wave compression of condensed matter
 
Wave tunnel lab report
Wave tunnel lab reportWave tunnel lab report
Wave tunnel lab report
 
WavesLoading.pdf
WavesLoading.pdfWavesLoading.pdf
WavesLoading.pdf
 

More from cfisicaster

WavesNotesAnswers.pdf
WavesNotesAnswers.pdfWavesNotesAnswers.pdf
WavesNotesAnswers.pdfcfisicaster
 
WavesAppendix.pdf
WavesAppendix.pdfWavesAppendix.pdf
WavesAppendix.pdfcfisicaster
 
WavesExamplesAnswers.pdf
WavesExamplesAnswers.pdfWavesExamplesAnswers.pdf
WavesExamplesAnswers.pdfcfisicaster
 
slidesWaveTransformation.pdf
slidesWaveTransformation.pdfslidesWaveTransformation.pdf
slidesWaveTransformation.pdfcfisicaster
 
slidesWaveLoading.pdf
slidesWaveLoading.pdfslidesWaveLoading.pdf
slidesWaveLoading.pdfcfisicaster
 
WavesExamples.pdf
WavesExamples.pdfWavesExamples.pdf
WavesExamples.pdfcfisicaster
 
WavesSchedule.pdf
WavesSchedule.pdfWavesSchedule.pdf
WavesSchedule.pdfcfisicaster
 
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...cfisicaster
 
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdf
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdfMario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdf
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdfcfisicaster
 
David R. Anderson - Estadistica para administracion y economia (2010) - libge...
David R. Anderson - Estadistica para administracion y economia (2010) - libge...David R. Anderson - Estadistica para administracion y economia (2010) - libge...
David R. Anderson - Estadistica para administracion y economia (2010) - libge...cfisicaster
 
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...cfisicaster
 
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...cfisicaster
 
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...cfisicaster
 
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdf
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdfProblemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdf
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdfcfisicaster
 
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...cfisicaster
 
TOC_6320_01_01.pdf
TOC_6320_01_01.pdfTOC_6320_01_01.pdf
TOC_6320_01_01.pdfcfisicaster
 
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...cfisicaster
 
TOC_4108_02_05.pdf
TOC_4108_02_05.pdfTOC_4108_02_05.pdf
TOC_4108_02_05.pdfcfisicaster
 
TOC_4108_02_05_unlocked.pdf
TOC_4108_02_05_unlocked.pdfTOC_4108_02_05_unlocked.pdf
TOC_4108_02_05_unlocked.pdfcfisicaster
 

More from cfisicaster (20)

WavesNotesAnswers.pdf
WavesNotesAnswers.pdfWavesNotesAnswers.pdf
WavesNotesAnswers.pdf
 
WavesAppendix.pdf
WavesAppendix.pdfWavesAppendix.pdf
WavesAppendix.pdf
 
WavesExamplesAnswers.pdf
WavesExamplesAnswers.pdfWavesExamplesAnswers.pdf
WavesExamplesAnswers.pdf
 
slidesWaveTransformation.pdf
slidesWaveTransformation.pdfslidesWaveTransformation.pdf
slidesWaveTransformation.pdf
 
slidesWaveLoading.pdf
slidesWaveLoading.pdfslidesWaveLoading.pdf
slidesWaveLoading.pdf
 
WavesExamples.pdf
WavesExamples.pdfWavesExamples.pdf
WavesExamples.pdf
 
WavesSchedule.pdf
WavesSchedule.pdfWavesSchedule.pdf
WavesSchedule.pdf
 
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...
Richard I. Levine - Estadistica para administración (2009, Pearson Educación)...
 
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdf
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdfMario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdf
Mario F. Triola - Estadística (2006, Pearson_Educación) - libgen.li.pdf
 
David R. Anderson - Estadistica para administracion y economia (2010) - libge...
David R. Anderson - Estadistica para administracion y economia (2010) - libge...David R. Anderson - Estadistica para administracion y economia (2010) - libge...
David R. Anderson - Estadistica para administracion y economia (2010) - libge...
 
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...
Richard I. Levin, David S. Rubin - Estadística para administradores (2004, Pe...
 
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...
N. Schlager - Study Materials for MIT Course [8.02T] - Electricity and Magnet...
 
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...
Teruo Matsushita - Electricity and Magnetism_ New Formulation by Introduction...
 
Fisica2.pdf
Fisica2.pdfFisica2.pdf
Fisica2.pdf
 
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdf
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdfProblemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdf
Problemas_Propuestos_y_Resueltos_de_Electromagnetismo_RChi.pdf
 
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...
Joan Costa Quintana_ Fernando López Aguilar - Interacción electromagnética _ ...
 
TOC_6320_01_01.pdf
TOC_6320_01_01.pdfTOC_6320_01_01.pdf
TOC_6320_01_01.pdf
 
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...
IPP-Gaja;Sancho;Moreno - Nociones teóricas, cuestiones y problemas de electro...
 
TOC_4108_02_05.pdf
TOC_4108_02_05.pdfTOC_4108_02_05.pdf
TOC_4108_02_05.pdf
 
TOC_4108_02_05_unlocked.pdf
TOC_4108_02_05_unlocked.pdfTOC_4108_02_05_unlocked.pdf
TOC_4108_02_05_unlocked.pdf
 

Recently uploaded

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 

Recently uploaded (20)

College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 

WavesLinear.pdf

  • 1. Hydraulics 3 Waves: Linear Wave Theory – 1 Dr David Apsley 1. LINEAR WAVE THEORY AUTUMN 2022 1.1 Main Wave Parameters Consider a single-frequency (“monochromatic”) progressive wave on still water: 𝜂 = 𝐴 cos(𝑘𝑥 − 𝜔𝑡) We will develop a linear wave theory (or Airy1 wave theory), based on the assumption that the wave amplitude 𝐴 is small (compared with the depth ℎ and wavelength 𝐿), and, hence, we may neglect second-order and higher products and powers of wave-related perturbations. Despite the approximations embodied in the assumption of small amplitudes, linear-wave theory has proved remarkably successful at describing the behaviour of real waves, including wave transformations such as refraction, diffraction, shoaling, reflection and predicting the onset of breaking. An additional advantage of linearity is that real (multi-frequency, multi- direction) wave fields can be obtained by superposition of simple wave components. Amplitude and Height The amplitude 𝐴 is the maximum displacement from still water level (SWL). The wave height 𝐻 is the vertical distance between neighbouring crest and trough. For sinusoidal waves, 𝐴 = 𝐻 2 , or 𝐻 = 2𝐴 For non-sinusoidal waves 𝐻 is the more easily defined and measured quantity. Wavenumber and Wavelength 𝑘 is the wavenumber. Since the wave goes through a single cycle when 𝑘𝑥 changes by 2π, the wavelength 𝐿 is given by 𝐿 = 2π 𝑘 1 After George Biddell Airy, former Astronomer Royal, who first developed the theory. L h A H (x,t) SWL (z=0) x z trough crest c bed (z= -h)
  • 2. Hydraulics 3 Waves: Linear Wave Theory – 2 Dr David Apsley Frequency and Period 𝜔 is the wave angular frequency. Since the wave goes through a single cycle in time when 𝜔𝑇 changes by 2π, the period 𝑇 is given by 𝑇 = 2𝜋 𝜔 with actual frequency 𝑓 (in cycles per second, or Hertz) given by 𝑓 = 1 𝑇 = 𝜔 2𝜋 Wave Speed (Phase Velocity, or “Celerity”) The wave profile above can also be written 𝜂 = 𝐴 cos[𝑘(𝑥 − c𝑡)] where 𝑐 = 𝜔 𝑘 𝜂 is the same for 𝑥 − 𝑐𝑡 = constant, or 𝑥 = 𝑐𝑡 + constant, so 𝑐 represents the velocity of travel of a pure sinusoidal wave (the speed at which its crest moves forward), also called the phase velocity, or celerity. It can be computed by any of 𝑐 = 𝜔 𝑘 = 𝐿 𝑇 ( wavelength period ) = 𝑓𝐿 (frequency × wavelength) 𝜔 and 𝑘 are not independent, but are related via a dispersion relation, saying how wavelength changes with frequency. Later we shall see that for a collection of waves or wave packet the natural velocity of energy transport is not the phase velocity 𝑐 but the group velocity 𝑐𝑔 = d𝜔 d𝑘 Note that 𝑐 represents the speed of the wave form, not the individual fluid particles, whose velocity, as we shall see, is considerably smaller. 1.2 Dispersion Relationship At a given depth, waves of different frequencies (hence of different wavelengths) travel at different speeds. This phenomenon is called dispersion. For a given frequency, the wavelength, and hence wave speed, must change with depth.
  • 3. Hydraulics 3 Waves: Linear Wave Theory – 3 Dr David Apsley The mathematical theory is given in APPENDICES A1–A3, which should be read here. This predicts the dispersion relationship (in still water) between frequency 𝜔 and wavenumber 𝑘 (or, indirectly, between period 𝑇 and wavelength 𝐿): 𝜔2 = 𝑔𝑘 tanh 𝑘ℎ (1) For the “shallow-water” and “deep-water” approximations, see later. The phase speed is 𝑐 ≡ 𝜔 𝑘 = √ 𝑔 𝑘 tanh 𝑘ℎ Thus, in general, wave speed changes with wavelength (or frequency). For a given depth ℎ: phase speed 𝑐 and period 𝑇 increase as wavelength 𝐿 increases; (exercise: prove it). For a given period 𝑇: phase speed 𝑐 and wavelength 𝐿 decrease as depth decreases; (exercise: prove it). The latter is why waves undergo transformation (refraction, shoaling, breaking) as they move into shallow water.
  • 4. Hydraulics 3 Waves: Linear Wave Theory – 4 Dr David Apsley Solving the Dispersion Relation (i) To find period or frequency given the wavelength, simply find the wavenumber 𝑘 (= 2π/𝐿) and substitute in equation (1) for 𝜔. The period is given by 𝑇 = 2π/𝜔. (ii) To find wavelength given the period or frequency, it is usually convenient to first write equation (1) in non-dimensional form: 𝜔2 ℎ 𝑔 = 𝑘ℎ tanh 𝑘ℎ This is of the form 𝑌 = 𝑋 tanh 𝑋 and may be solved graphically or numerically. Methods of Solving 𝑌 = 𝑋 tanh 𝑋 By hand: • Repeated trial Always works, but can take a while. • Iteration For large 𝑌 (say 𝑌 > 1) the naive iterative formula 𝑋 = 𝑌 tanh 𝑋 works fine. However, for small 𝑌, it takes a vast number of iterations. In the latter case a more robust iterative formula simply averages this with the current value: 𝑋 = 1 2 (𝑋 + 𝑌 tanh 𝑋 ) I suggest that you use the first if 𝑌 > 1 and the second if 𝑌 ≤ 1. By computer: • The Newton-Raphson method works extremely well. (Exercise: use any programming language of your choice to find the wavelength for arbitrary period and depth.) For a first guess one could take anything positive for 𝑋, e.g. 1, but iterative techniques can often be improved by either reading an approximate solution from the graph or observing shallow-water (𝑋 ≈ √𝑌) and deep-water (𝑋 ≈ 𝑌) limits – see later. Example. Find, in still water of depth 15 m: (a) the period of a wave with wavelength 45 m; (b) the wavelength of a wave with period 8 s. In each case write down the phase speed (celerity).
  • 5. Hydraulics 3 Waves: Linear Wave Theory – 5 Dr David Apsley 1.3 Wave Velocity and Pressure The velocity and pressure fields for a harmonic surface displacement: 𝜂 = 𝐴 cos(𝑘𝑥 − 𝜔𝑡) are also derived in APPENDICES A1–A3. They are conveniently summarised by a velocity potential 𝜙: 𝜙 = 𝐴𝑔 𝜔 cosh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ sin (𝑘𝑥 − 𝜔𝑡) The horizontal and vertical velocity components are: 𝑢 ≡ 𝜕𝜙 𝜕𝑥 = 𝐴𝑔𝑘 𝜔 cosh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ cos(𝑘𝑥 − 𝜔𝑡) 𝑤 ≡ 𝜕𝜙 𝜕𝑧 = 𝐴𝑔𝑘 𝜔 sinh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ sin (𝑘𝑥 − 𝜔𝑡) The horizontal velocity component 𝑢 is in phase with the surface disturbance: it is largest underneath a wave crest. The vertical component 𝑤 is 90º out of phase with the surface disturbance: it is zero underneath a wave crest. Since sinh 𝑋 < cosh 𝑋, the vertical component is always smaller than the horizontal one, the more so near the bed. The pressure is 𝑝 = −𝜌𝑔𝑧 − 𝜌 ∂𝜙 𝜕𝑡 = −𝜌𝑔𝑧 ⏟ hydrostatic + 𝜌𝑔𝐴 cosh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ cos(𝑘𝑥 − 𝜔𝑡) ⏟ hydrodynamic (i.e. wave) The pressure field consists of two parts: • a hydrostatic pressure – 𝜌𝑔𝑧, which is always present (below the SWL), regardless of whether waves exist; • a wave-induced hydrodynamic pressure −𝜌𝜕𝜙/𝜕𝑡 , which exists only if waves are present. At a fixed height this varies (as might be anticipated from the amount of water above) sinusoidally from maximum positive beneath a wave crest to maximum negative beneath a wave trough. Example. A pressure sensor is located 0.6 m above the sea bed in a water depth ℎ = 12 m. The pressure fluctuates with period 15 s. A maximum gauge pressure of 124 kPa is recorded. (a) What is the wave height? (b) What are the maximum horizontal and vertical velocities at the surface?
  • 6. Hydraulics 3 Waves: Linear Wave Theory – 6 Dr David Apsley 1.4 Wave Energy Wave energy is of two forms: kinetic and potential. The amount of each (per unit horizontal area) can be found by integrating over the water column and averaging over a period and wavelength. This is done in APPENDIX A4. The result is (with the small-amplitude wave assumption): KE = ∫ 1 2 𝜌(𝑢2 + 𝑤2) d𝑧 𝜂 𝑧=−ℎ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅ = 1 4 𝜌𝑔𝐴2 PE = ∫ 𝜌𝑔𝑧 d𝑧 𝜂 𝑧=−ℎ ̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅̅ = 1 4 𝜌𝑔𝐴2 + constant It is seen that (under linear wave theory) the average wave-related kinetic and potential energies are equal. The total energy (per unit horizontal area) is the sum of these: 𝐸 = 1 2 𝜌𝑔𝐴2 or, in terms of wave height, 𝐸 = 1 8 𝜌𝑔𝐻2 IMPORTANT: wave energy varies as the square of the wave height. 1.5 Group Velocity Real wave fields do not consist of individual harmonic components, but wave packets comprised of a combination of waves of different frequency. Consider first two superposed waves of similar amplitude 𝑎 but different frequencies 𝜔 ± Δ𝜔 and corresponding wavenumbers 𝑘 ± Δ𝑘: 𝜂 = 𝑎 cos[(𝑘 + Δ𝑘)𝑥 − (𝜔 + Δ𝜔)𝑡] ⏟ component 1 + 𝑎 cos[(𝑘 − Δ𝑘)𝑥 − (𝜔 − Δ𝜔)𝑡] ⏟ component 2 Using the trigonometric formula cos 𝛼 + cos 𝛽 = 2 cos 𝛼+𝛽 2 cos 𝛼−𝛽 2 , we find 𝜂 = 2𝑎 cos(𝑘𝑥 − 𝜔𝑡) cos(Δ𝑘. 𝑥 − Δ𝜔. 𝑡) This represents (see the figure) an underlying fast-varying wave motion cos(𝑘𝑥 − 𝜔𝑡) with the phase velocity 𝑐 = 𝜔/𝑘 , but modulated by an envelope with time-varying amplitude: 𝐴(𝑡) = 2𝑎 cos(Δ𝑘 𝑥 − Δ𝜔 𝑡) This amplitude function represents a wave with smaller wavenumber and frequency (i.e. longer wavelength and period), travelling at speed Δ𝜔 Δ𝑘
  • 7. Hydraulics 3 Waves: Linear Wave Theory – 7 Dr David Apsley In general, real wave packets are formed from not just two but a continuous spread of wavenumbers. It may be shown mathematically2 that, for a wave packet strongly peaked around one wavenumber 𝑘, the packet as a whole travels with the group velocity 𝑐𝑔 = d𝜔 d𝑘 For regular waves, using the dispersion relation 𝜔2 = 𝑔𝑘 tanh 𝑘ℎ (see APPENDIX A5): 𝑐𝑔 = 1 2 [1 + 2𝑘ℎ sinh 2𝑘ℎ ] 𝜔 𝑘 or 𝑐𝑔 = 𝑛𝑐 where 𝑛 = 1 2 [1 + 2𝑘ℎ sinh 2𝑘ℎ ] , 𝑐 = 𝜔 𝑘 𝑛 is the ratio of group velocity to phase velocity. It is always between ½ and 1; the group velocity is always less than the phase velocity. 1.6 Energy Transfer (Wave Power) Since wave energy depends on the square of the amplitude, and the amplitude envelope travels at the group velocity, the latter also represents the velocity at which energy is transferred. • Phase velocity, 𝑐, represents the speed at which the wave form propagates. • Group velocity, 𝑐𝑔, represents the speed at which the wave transmits energy. The rate at which wave energy is transferred is called the energy flux or wave power 𝑃 and is usually expressed as the (average) wave energy passing a location per unit length of wave crest per unit time. Heuristically it may be deduced by noting that, if wave energy does travel at velocity 𝑐𝑔, then the energy in area 𝑐𝑔Δ𝑡 crosses such a line in time Δ𝑡, so 𝑃Δ𝑡 = 𝐸 × 𝑐𝑔Δ𝑡, or 𝑃 = 𝐸𝑐𝑔 where 𝐸 = 1 2 𝜌𝑔𝐴2 is the wave energy per unit area of surface and 𝑐𝑔 is the group velocity. A more formal derivation (see APPENDIX A6) is to integrate the rate of working by pressure forces (i.e. pressure  area  velocity), over the depth of the water column and then average in time. Example. A sea-bed pressure transducer in 9 m of water records a sinusoidal signal with amplitude 5.9 kPa and period 7.5 s. Find the wave height, energy density and wave power per metre of crest. 2 Google “Method of stationary phase”.
  • 8. Hydraulics 3 Waves: Linear Wave Theory – 8 Dr David Apsley 1.7 Particle Motion The velocity field is 𝑢 = 𝐴𝑔𝑘 𝜔 cosh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ cos(𝑘𝑥 − 𝜔𝑡) 𝑤 = 𝐴𝑔𝑘 𝜔 sinh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ sin (𝑘𝑥 − 𝜔𝑡) Rearrange the dispersion relationship 𝜔2 = 𝑔𝑘 tanh 𝑘ℎ to get 𝑔𝑘 𝜔 cosh 𝑘ℎ = 𝜔 sinh 𝑘ℎ the equations governing (small-amplitude) particle paths (𝑋, 𝑍) about (𝑋0, 𝑍0) in the wave field can be written d𝑋 d𝑡 = 𝑢 = 𝑎𝜔 cos(𝑘𝑋0 − 𝜔𝑡) d𝑍 d𝑡 = 𝑤 = 𝑏𝜔 sin (𝑘𝑋0 − 𝜔𝑡) where 𝑎 = 𝐴 cosh 𝑘(ℎ + 𝑍0) sinh 𝑘ℎ , 𝑏 = 𝐴 sinh 𝑘(ℎ + 𝑍0) sinh 𝑘ℎ The 𝑋 and 𝑍 equations can then be integrated with respect to time to give 𝑋 = 𝑋0 − 𝑎 sin(𝑘𝑋0 − 𝜔𝑡) 𝑍 = 𝑍0 + 𝑏 cos(𝑘𝑋0 − 𝜔𝑡) Since sin2 𝜃 + cos2 𝜃 = 1, (𝑋 − 𝑋0)2 𝑎2 + (𝑍 − 𝑍0)2 𝑏2 = 1 The particle trajectory is an ellipse, centre (𝑋0, 𝑍0) and semi-axes 𝑎 and 𝑏.
  • 9. Hydraulics 3 Waves: Linear Wave Theory – 9 Dr David Apsley 1.8 Shallow-Water and Deep-Water Behaviour 1.8.1 Limiting Behaviour Consider the dispersion relation: 𝜔2 = 𝑔𝑘 tanh 𝑘ℎ and the asymptotic behaviour of the tanh function (Appendix A1): tanh 𝑘ℎ ~𝑘ℎ (as 𝑘ℎ → 0) tanh 𝑘ℎ → 1 (as 𝑘ℎ → ∞) Shallow Water (or Long Waves) 𝑘ℎ ≪ 1 𝜔2 ≈ 𝑘2 𝑔ℎ 𝑐 = 𝑐𝑔 = √𝑔ℎ Thus, in shallow water, phase velocity and group velocity are equal and independent of wavelength ... waves on shallow water are non-dispersive. Deep Water (or Short Waves) 𝑘ℎ ≫ 1 𝜔2 ≈ 𝑔𝑘 𝐿 = 𝑔𝑇2 2π 𝑐 = 𝐿 𝑇 = 𝑔𝑇 2π , 𝑛 = 1 2 , 𝑐𝑔 = 1 2 𝑐 For deep-water waves, phase velocity is dependent on wavelength and the group velocity is half the phase velocity ... deep-water waves are dispersive. 1.8.2 Nominal Limits What constitutes “shallow” or “deep” water (or, equivalently, “long” or “short” waves) is rather subjective. The following is common (see the dispersion-relation graph): Shallow water (or long waves): 𝑘ℎ < 𝜋 10 or ℎ < 1 20 𝐿 Deep water (or short waves): 𝑘ℎ > π or ℎ > 1 2 𝐿 Between these limits we refer to intermediate depths.
  • 10. Hydraulics 3 Waves: Linear Wave Theory – 10 Dr David Apsley 1.8.3 Particle Motions As shown before, the trajectories of particles are ellipses with horizontal and vertical semiaxes 𝑎 = 𝐴 cosh 𝑘(ℎ + 𝑍0) sinh 𝑘ℎ , 𝑏 = 𝐴 sinh 𝑘(ℎ + 𝑍0) sinh 𝑘ℎ For deep-water waves (𝑘ℎ ≫ 1), 𝑎 = 𝑏 ≈ 𝐴e−𝑘|𝑍0| and the trajectories of particles are circles whose radius diminishes exponentially with depth over the order of half a wavelength. For shallow-water waves (𝑘ℎ ≪ 1), 𝑎 ≈ 𝐴 𝑘ℎ , 𝑏 𝑎 ≪ 1 the trajectories of particles are highly flattened ellipses; the horizontal excursion of water particles is similar at all depths and much greater than the vertical excursion. 1.8.4 Pressure The pressure is given, in general, by 𝑝 = −𝜌𝑔𝑧 − 𝜌 ∂𝜙 𝜕𝑡 = −𝜌𝑔𝑧 ⏟ hydrostatic + 𝜌𝑔𝜂 cosh 𝑘(ℎ + 𝑧) cosh 𝑘ℎ ⏟ hydrodynamic For deep-water waves (𝑘ℎ ≫ 1), 𝑝 ≈ −𝜌𝑔𝑧 + 𝜌𝑔𝜂e−𝑘|𝑧| and the hydrodynamic pressure decays exponentially with depth below the surface over the order of half a wavelength. For shallow-water waves (𝑘ℎ ≪ 1), 𝑝 ≈ 𝜌𝑔(𝜂 − 𝑧) i.e. shallow-water waves are hydrostatic. This is because vertical accelerations are much smaller than 𝑔. This is the limit we have seen earlier in the Open-Channel Flow section. deep water intermediate depth shallow water
  • 11. Hydraulics 3 Waves: Linear Wave Theory – 11 Dr David Apsley 1.8.5 Summary of Shallow-Water/Deep-Water Approximations In shallow water: • The phase velocity and group velocity are equal and independent of wavelength ... waves on shallow water are non-dispersive. 𝑐 = √𝑔ℎ • Pressure is hydrostatic. • Velocity is predominantly horizontal and almost independent of depth; particle paths are highly-flattened ellipses. In deep water: • The phase velocity is dependent on wavelength and the group velocity is half the phase velocity ... deep-water waves are dispersive. • Phase velocity is independent of depth, as velocity and pressure perturbations do not reach the bed. • Wavelength, speed and period are connected by 𝐿 = 𝑔𝑇2 2π , 𝑐 = 𝑔𝑇 2π • Particle motions are circular and diminish in size over distance of order half a wavelength. These mean that for any body of water deeper than about half a wavelength the bed will play no influence on wave motions. Example. (a) Find the deep-water speed and wavelength of a wave of period 12 s. (b) Find the speed and wavelength of a wave of period 12 s in water of depth 3 m. Compare with the shallow-water approximation.
  • 12. Hydraulics 3 Waves: Linear Wave Theory – 12 Dr David Apsley 1.9 Waves on Currents Until now we have considered waves on still water. In many cases waves at sea coexist with a background steady current 𝑈. The formulae then continue to hold in a frame of reference moving with the current; i.e. 𝑥 is replaced by a value (subscript r): 𝑥𝑟 = 𝑥 − 𝑈𝑡 In particular, 𝜂 = 𝐴 cos(𝑘𝑥𝑟 − 𝜔𝑟𝑡) = 𝐴 cos[𝑘𝑥 − (𝜔𝑟 + 𝑘𝑈)𝑡] = 𝐴 cos[𝑘{𝑥 − ( 𝜔𝑟 𝑘 + 𝑈)𝑡}] Hence, in an absolute frame (subscript a) which is fixed; i.e. not moving with the current: • wavenumber 𝑘 and wavelength 𝐿 are unchanged; (if you took a photograph from above, the fact that the waves are advected with the current doesn’t change their length); • the current is simply added to the wave speed (which you could probably have guessed): 𝑐𝑎 = 𝑐𝑟 + 𝑈 • the perceived frequency 𝜔 and period 𝑇 are changed: 𝜔𝑎 = 𝜔𝑟 + 𝑘𝑈 e.g. if waves and current are in the same direction, then the absolute frequency 𝜔𝑎 is larger, and the absolute period 𝑇𝑎 is smaller than their “relative” counterparts (those moving with the current). This is because the current shortens the time between successive wave crests passing a point. Note, however, that it is the relative frequency 𝜔𝑟 = 𝜔𝑎 − 𝑘𝑈 that appears in the dispersion formula, and hence: (𝜔𝑎 − 𝑘𝑈)2 = 𝜔𝑟 2 = 𝑔𝑘 tanh 𝑘ℎ The change of apparent frequency in a fixed reference frame due to the motion of the source or transmitting medium is called a Doppler shift. Note: be careful about absolute velocities (phase or group): 𝑐𝑎 = 𝐿 𝑇𝑎 = 𝜔𝑟 𝑘 + 𝑈 To use the second form you would need to find 𝜔𝑟 = 𝜔𝑎 − 𝑘𝑈 once you have solved for 𝑘. Example. An acoustic depth sounder indicates regular surface waves with apparent period 8 s in water of depth 12 m. Find the wavelength and absolute phase speed of the waves when there is: (a) no mean current; (b) a current of 3 m s–1 in the same direction as the waves; (c) a current of 3 m s–1 in the opposite direction to the waves.