Harnessing Power from Free Flowing Rivers: An Electrical Engineer's Exploration

In summary, the conversation discusses the investigation of power available in a free flowing river, using a cross-axis turbine to capture the power. The equation for available power is given as P = 0.5*m*A*v^3, where m is the mass of the fluid, A is the area swept by the turbine blades, and v is the horizontal velocity of the river. The equation is analyzed and it is suggested that the variable m should actually be the density of the fluid, rather than the mass. The derivation of the equation is also discussed, along with the factor of 0.5 which may have resulted from erroneous assumptions. The conversation also touches on equations for turbine operation and efficiency, and invites further discussion and assistance in determining maximum
  • #1
HydroGuy
29
0
I'm investigating the power available in a free flowing river. I'm attempting to capture this power with a cross-axis (wind turbine style) turbine.

The equation I have for available power is: P = 0.5*m*A*v^3

with m=mass, A=area swept by blades, v=horizontal (into the turbine) velocity of the river

This is the total power available, correct?

Is the area A the total area swept by the blades (ie pi*r^2) or would it be the area of just the blades themselves?

Likewise, does anyone have equations relating to the operation and/or efficiency of a turbine in water? I'm looking to determine maximum efficiency, and torque and angular velocity as related to water velocity. Any help would be greatly appreciated.

I'm an electrical engineer by education, so most of this stuff is new to me...
 
Physics news on Phys.org
  • #2
Hello HydroGuy,

Right away you can tell your equation is not quite right for two reasons:

1. It doesn't have dimensions of power. Compare:

A unit of power

[tex] 1 W = 1 \frac{J}{s} = 1 \frac{N \cdot m}{s} = 1 \frac{kg\cdot m \cdot m}{s \cdot s^2} = 1 \frac{kg\cdot m^2}{s^3} [/tex]

A unit of whatever quantity is being calculated by your equation:

[tex] \textrm{mass} \cdot \textrm{area} \cdot \textrm{velocity}^3 [/tex]

[tex] = \frac {kg \cdot m^2 \cdot m^3}{s^3} = \frac {kg \cdot m^5}{s^3} [/tex]

2. The presence of "mass" doesn't makes sense in this context.

"Mass" of what? The entire river? Or the amount of water impinging on the blade per unit time? It is my sneaking suspicion that the m should actually be a rho [itex] \rho [/itex] meaning density. This makes more sense because density is a intrinsic property of the fluid that doesn't depend on the amount you have. The fact that we are off by length to the third power in our dimensional analysis above also greatly strengthens this supposition (since density = mass/volume).

To give you a sense of why this might be true, I'll give you a sketchy outline/hand-waving derivation that appeals to our mutual knowledge of first year physics, nothing more:

1. Definition of Power

The instantaneous work done on the blade is just the total force on it times the instantaneous displacement, s:

[tex]dW = Fds[/tex]

Of course, power is just the RATE at which work is done on the blade with time:

[tex]P = \frac{dW}{dt} = F\frac{ds}{dt} = Fv[/tex]

where v is the flow rate of the water. This is just the good old "power = force * velocity" relation.

So what is the force, F, on the blade? Before I answer that question, I want to derive a relation for the mass flow rate, because it will come in handy later. The mass flow rate is just the mass of water arriving at the blade per unit area, per unit time.

2. Mass Flow Rate

To derive this, imagine a volume element, i.e. an infinitesimal cylinder of water with cross sectional area dA and length ds. Then obviously this volume element has volume:

[tex] dV = dAds [/tex]

Now, if we choose the length so that ds = vdt, then in time interval dt, all of the water in the cylinder will flow out of it. So the rate of flow of water through area dA will just be:

[tex] dV = dAds = vdAdt [/tex]

[tex] \frac{dV}{dt} = vdA [/tex]

This is the volume flow rate (cubic metres per second). To get the mass flow rate, (kilograms per second), we must figure out how much mass is in volume dV. Obviously this is just the density of water multiplied by that volume:

[tex] dm = \rho dV [/tex]

And so the mass flowing per unit area per unit time is just given by:

[tex] \frac{dm}{dtdA} = \rho v [/tex]

Remember this result for later.

3. So what is the force?

Recall that force is the rate of change of momentum (Newton's 2nd).

[tex] F = \frac{dp}{dt} [/tex]

Now, let's talk about the momentum "arriving" per unit AREA per unit time. This would be the "flow of momentum" or momentum FLUX. Obviously it would have units of pressure, because it would just be a force per unit area. Since we've already used p, P, AND rho, I'm going to use little f for force per unit area (i.e the fluid pressure):

[tex] \frac{dp}{dtdA} = f [/tex]

But what is differential amount of momentum arriving, dp? This amount of momentum, given that the velocity is constant, is just the differential amount of mass, dm, multipied by v:

[tex] v\frac{dm}{dtdA} = f [/tex]

But this is just the velocity times the mass flow rate that we derived earlier! Now we make an assumption that the fluid pressure, f, is the the same across the entire blade. N.B. This assumption is WRONG! So we have that the total force on the blade is just equal to f*A, where A is the area of the blade (force = pressure *area):

[tex] v\frac{dm}{dtdA}A = fA = F [/tex]

Now substitute the result for the mass flow rate from part 2:

[tex] v \rho v A = fA = F [/tex]

Substitute this expression for the force into the expression for the power from part 1:

[tex]P = Fv = v \rho v A v = \rho A v^3 [/tex]

So that gives you some idea of where this equation might have come from, assuming the mass was supposed to be, in fact, a density. Now, you might be asking, what about the factor of 0.5? Well, we made an erroneous assumption that certain quantities that are defined at a single point in space were in fact constant everywhere. This assumption was wrong. The fluid pressure, for instance, could have varied in space. That would have necessitated some sort of integration (which is probably how the random factors of 1/2 turn up).

I KNOW for a fact that in a static situation (water is not flowing), the pressure would vary with depth, h, by the relation:

[tex] f = f_{\textrm{initial}} + \rho g h [/tex]

In a dynamical situation, I'm not sure how that changes. It's been a long time since I took fluid mechanics, and I was never very fond of it. I would encourage you to Google fluid statics and fluid dynamics for more details. I hope this helps!
 
Last edited:
  • #3
Wow... absolutely excellent reply - thank you. I did in fact mean density instead of mass, which translates to Kg*m2/s3

Correct me if I am wrong, but that describes the power available in the river, at a certain cross sectional area.

What I am more interested in, though, is the power transferred to a turbine. Obviously the turbine won't be 100% efficient, so that will invoke some constant. But could I logically say that the power AVAILABLE to the turbine would be the total area swept by the turbine blades (picture wind turbine blades rotating) or would it only be the physical area of the blades looking into the rotor?

Thanks again for the help.
 
  • #4
What is obvious to me is that the area in my equation is the portion of the area of a single blade that is in contact with the water (i.e the part that is being pushed). What I am not sure about is how a hydroelectric turbine is set up, exactly. I was thinking of a "water wheel" type scenario in which one blade enters the water, is pushed along by it, and then leaves just as another is entering, so that our expression for the instantaneous power might actually hold when averaged over longer timescales. (Even though A is a function of t in this scenario) However, any effects due to drag etc would depend on the specific set up. So in short, I'm not really qualified to answer. I imagine there is always some drag, because a blade has to displace water behind it. So maybe the NET force on the blade is less than what you would calculate just considering the momentum flux on the incident side. Now I'm speculating.

I guess farther down the line there are also efficiency losses in the generator being driven by the turbine due to induction and resistive heating. Maybe you already have a handle on that, since it is electrodynamic, and not hydrodynamic ;-)
 
  • #5
HydroGuy said:
What I am more interested in, though, is the power transferred to a turbine. Obviously the turbine won't be 100% efficient, so that will invoke some constant. But could I logically say that the power AVAILABLE to the turbine would be the total area swept by the turbine blades (picture wind turbine blades rotating) or would it only be the physical area of the blades looking into the rotor?

.
You need to include the efficiency of the rotor/blade design. There is a theoretical limit of about 59%, and then efficiency of real devices improves as tip to stream speed ratio increases.

See the attached plot for alpha. This alpha factor will scale your power equation.
 

Attachments

  • Eff.jpg
    Eff.jpg
    16.6 KB · Views: 442
  • #6
I was under the impression that the 59% limit was in specific relation to wind turbines. Are you certain that it applies to water turbines as well? I know that some Pelton wheel turbines can achieve near 100% efficiency, although that is through a conventional dam system, and not an "in-river" turbine like I am talking about.

I'll try and clarify what I am talking about... it's not a water-wheel style turbine. It is essentially a cross-axis wind-turbine except anchored in the middle of a river to harness river currents instead of wind currents. I'm trying to find equations directly relating to tip speed/water speed ratio, water velocity to turbine angular velocity, etc...

Thanks again for the help, guys...
 
  • #7
HydroGuy said:
I was under the impression that the 59% limit was in specific relation to wind turbines. Are you certain that it applies to water turbines as well? ..

This is not my field of expertise, so I can't be certain. However, I was told that this relation applies to any fluid by an mechanical engineering professor who understands fluid dynamics and Navier Stokes etc. This consideration of the blade speed effect makes intuitive sense to me and gets back to your original question of whether the area in the formula is the area of the blades or the complete area swept out. The relation uses the complete area swept out, but it makes sense that a slow moving blade would not be able to make full use of the entire area.

If the relation is not valid, or if there are better relations that apply to the water, I would be very interested in learning about it.
 
Last edited:
  • #8
I don't think it could be the area swept out, because picture a turbine with two thin blades, and then a turbine with five meaty blades - intuitively it just makes sense that the five bladed turbine would produce more power although they both "sweep" the same area.

Unrelated, but does anyone know a good manufacturer/supplier of smaller, variable speed generators (preferably permanent-magnet) for use in wind turbines? I need to begin looking into purchasing a few. Any help is appreciated.
 
  • #9
Try posting your lastest query in the electrical engineering subforum as well. Although I get the impression it is not read as much, I do think it is probably frequented by more people who actually work in industry.
 
  • #10
HydroGuy said:
I don't think it could be the area swept out, because picture a turbine with two thin blades, and then a turbine with five meaty blades - intuitively it just makes sense that the five bladed turbine would produce more power although they both "sweep" the same area.

The power formula is a simple relation derived from the kinetic energy per unit volume (i.e. 0.5*p*v^2) of the flowing fluid stream. The total swept area of the blades helps quantify the available power (A*v is volume of fluid moved through the turbine per unit time) and has nothing to do with the turbine design. The formula you originally quoted (after you correct density in place of mass) only estimates the power in the fluid stream, since energy per unit volume times volume per unit time gives you power. The alpha factor I mentioned is what captures the effect of the turbine design.

Also, your statement that the five meaty blades is necessarily better than the two thin blades is not correct. Consider the plot that I showed. It can be seen that the high speed propeller with it's thin blades is much better than the Savonius rotor with it's fat blades. Also, the American multiblade and the Dutch 4-arm are not as good at the high speed propeller. The Darius rotor can also be designed with thin wing-like blades, and is very efficient.
 
Last edited:
  • #11
HydroGuy said:
I'm investigating the power available in a free flowing river. I'm attempting to capture this power with a cross-axis (wind turbine style) turbine.

The equation I have for available power is: P = 0.5*m*A*v^3

with m=mass, A=area swept by blades, v=horizontal (into the turbine) velocity of the river

<snip>

If you could provide a reference for the formula, that would help. As it stands, I found these online sites:

http://web.mit.edu/16.unified/www/SPRING/propulsion/notes/node91.html
http://www.awea.org/faq/windpower.html
http://www.windpower.org/EN/tour/wres/pow/index.htm

The second site gives me another clue that your formula is wrong- the first clue is that you have 'mass', when it should be 'mass density' since we are discussing fluids.

The second site starts with kinetic energy = 1/2 m v^2, or when written for continua, E = 1/2 rho * Volume * v^2. The volume can be written as A*length, where A is the cross-sectional area of the turbine and the length is given by v*t.

Substituting in everything, and converting energy to power (power = energy * time) gives you the formula P = 0.5 x rho x A x v^3, which is close to what you have.
 
Last edited by a moderator:
  • #12
Thanks for the help guys. I'm still trying to figure out if Betz' limit for efficiency of wind turbines applies to hydro turbines as well.

Here's my current dilemma: I'm attempting to turn the rotor of a generator that has a moment of inertia J=.066 Kg*m^2. How much torque, or power, will I need the turbine to produce to spin this effectively?
 
  • #13
HydroGuy said:
Here's my current dilemma: I'm attempting to turn the rotor of a generator that has a moment of inertia J=.066 Kg*m^2. How much torque, or power, will I need the turbine to produce to spin this effectively?

This is a tricky thing. First of all, the inertia is not the main concern. The mechanical friction and electrical loading are the real losses and will determine the actual torque that the turbine must provide. The inertia is only a concern while you are trying to accellerate up to speed. At that point, the energy used is stored as kinetic energy and there will be no additional power load to maintain that rotational kinetic energy.

One issue is deciding what rotational speed (angular velocity) you want to operate at. This will depend on the stream speed and the turbine design. As the plots showed, every turbine design will have an optimum TSR which you want to be near as much as possible. So based on the expected water current velocity and the turbine design, you can establish the approximate rotational speed of the generator (after any gearing). Now, since power is torque times angular velocity, you can calculate the generator torque you need to achieve a desired electrical power (don't forget friction in the calculation). You also need to include generator efficiency in the calculation as well. Once you know generator torque, you can work back through any gearing to know the turbine torque. Then you can make sure the blades are big enough and strong enough to do this.

Many of the steps here are actually tricky to calculate. Friction is never easy to quantify and strength of materials is not a trivial subject.
 
Last edited:
  • #14
Found an excellent article that cleared a few things up here: http://www.carbontrust.co.uk/technology/technologyaccelerator/ME_guide3.htm

It appears that Betz law DOES apply in the case of hydrokinetic turbines as well - in the end, this does make sense as if you took ALL the energy out of the current, the exiting velocity would be 0 m/s and the blades would not turn.

It also describes how more blades equals more torque, especially at lower speeds, but lower RPM's. The coefficient of performance, Cp, is what I want to maximize for my turbine. This depends heavily on the tip speed ratio, or TSR. This is the ratio of the linear velocity of the tip of the blade, Vt, to the velocity of the river, Vfs.

TSR = Vt / Vfs

And Vt = w * r (w=angular velocity, r=radius)

A question: can the angular velocity of the turbine tip ever exceed the velocity of the river? I think I heard somewhere that it can't...

To maximize Cp at varying velocities, they recommend varying the blade pitch, but this would add considerable complexity and consume power, so I'm not sure its very realistic for small or medium size hydrokinetic units.

Unfortunately, it doesn't give me enough data to construct my own blades at this point, as I don't have any clue how to design them to work at a certain RPM, etc.

I'm thinking of using wind-turbine blades underwater initially (just for some basic testing) or using a large, high pitch boat prop.

Any ideas/comments?
 
  • #15
HydroGuy said:
A question: can the angular velocity of the turbine tip ever exceed the velocity of the river? I think I heard somewhere that it can't...

The velocity of the turbine tip can most certainly exceed the river (stream) velocity. Just look at the plot I posted. TSR is greater than unity for the peak of several designs. In fact, it's hard to have an efficient system unless this constraint is met.
 
  • #16
elect_eng said:
The velocity of the turbine tip can most certainly exceed the river (stream) velocity. Just look at the plot I posted. TSR is greater than unity for the peak of several designs. In fact, it's hard to have an efficient system unless this constraint is met.

Yes, but isn't that the linear velocity, equal to the angular velocity times the radius? Or am I mistaken? I was asking regarding the angular velocity.
 
  • #17
HydroGuy said:
Yes, but isn't that the linear velocity, equal to the angular velocity times the radius? Or am I mistaken? I was asking regarding the angular velocity.

Yes, I was talking about linear velocity. I don't understand your question if you are asking how angular velocity of the rotor compares with linear velocity of the fluid stream. Each has different units, so you can't really say one is greater or less than the other.
 
  • #18
Good point, stupid question on my part.

I'm now trying to find some turbine blades for use in initial testing of a very simplistic setup. I posted a thread on the Mechanical Engineering forum asking this, but I'll ask here as well: does anyone have any advice on where to look for turbine blades that could operate underwater effectively? I've thought of using simply a lightweight boat prop, but I doubt it would be able to produce much power at river speeds between 2 - 6 m/s, and might not even be able to turn the generator. I've also thought of using wind generator blades, but those might break or warp under stress from the water.

Anyone have any advice on what to do/who to contact to attempt to get a hold of some turbine blades for underwater use?
 
  • #19
Hi , P= 0.5 x rho x A x v^3

Angular velocity = 2 x pi x N (rad/sec)

rotor tip speed = pi x D x N (m/s) , D = rotor diameter
 
  • #21
demonarundo said:
Power = rho x area x mean velocity^3 x Constant

this constant = 0.5 for wind turbines
for hydro it depends on the manufacture design
it may be 0.2 , 0.25 , 0.5 ( it is the power coeff. )

This is a very good paper and is useful to me as well as the OP. However, the constant is not 0.5 for wind turbines. It is about 0.3 at the Betz limit and less than that for real turbines. I've already posted the plot for various rotor designs.

The factor of 0.5 comes from the kinetic energy formula 0.5*m*v^2, but there is an additional scaling factor alpha which depends on the turbine. Typically 0.6 is the quoted value of maximum obtainable alpha (called the Betz limit). Real wind turbines do not reach this limit (see my previous plot).

This paper comfirms that the basic kinetic energy formula is basically valid for both wind and water. The interesting thing is that they are talking about the need to include potential energy for hydro as a refinement to the equations because they claim that they see more energy than the theoretical limit found by considering kinetic energy only.

I can't comment on the validity of the claims of this paper, but it is interesting and I will be looking into this further.

Anyway, thanks for posting the paper !
 

1. What is the concept behind harnessing power from free flowing rivers?

The concept behind harnessing power from free flowing rivers is to use the force of the water to turn turbines, which in turn generate electricity. This is known as hydroelectric power.

2. How does an electrical engineer explore the potential of a river for generating electricity?

An electrical engineer explores the potential of a river for generating electricity by conducting site surveys and analyzing the flow, volume, and elevation of the river. They also consider factors such as environmental impact, cost-effectiveness, and technical feasibility.

3. What are the benefits of harnessing power from free flowing rivers?

The benefits of harnessing power from free flowing rivers include renewable and clean energy production, reduced reliance on fossil fuels, and lower greenhouse gas emissions. It also provides economic benefits through job creation and can support local communities.

4. What are the main challenges of harnessing power from free flowing rivers?

The main challenges of harnessing power from free flowing rivers include potential negative environmental impacts, such as disrupting wildlife habitats and altering natural river flow. There may also be challenges in obtaining necessary permits and addressing concerns from local communities and stakeholders.

5. What innovations are being made in the field of harnessing power from free flowing rivers?

Innovations in the field of harnessing power from free flowing rivers include the use of fish-friendly turbines, which minimize harm to aquatic life, and the integration of hydroelectric power with other renewable energy sources, such as solar and wind power. There are also ongoing efforts to improve the efficiency and cost-effectiveness of hydroelectric systems.

Similar threads

  • Mechanical Engineering
Replies
20
Views
791
Replies
8
Views
2K
Replies
25
Views
3K
Replies
26
Views
1K
Replies
24
Views
1K
  • Mechanical Engineering
Replies
8
Views
795
  • Mechanics
Replies
6
Views
2K
  • Introductory Physics Homework Help
Replies
2
Views
1K
Replies
8
Views
985
  • Aerospace Engineering
Replies
23
Views
4K
Back
Top