Energy dissipation of water waves
This is a interesting, and subtle argument, pointed out to me by Harry Yeh. For a linear wave, energy dissipation rate, averaged over length and time time, is
and it’s apparently non-zero ( is the strain rate tensor). However, for mechanical energy
, we have
and its material derivative is
Using and divergence theorem, we have
At impermeable bottom, above integral is zero due to and
; at free surface, kinematic BC and dynamic BC (p=0) indicate above integral is zero as well. Therefore
Question: how to explain the seemingly inconsistency of above two results ? i.e. why we have constant mechanical energy, in the meantime a nonzero dissipation rate?
In order to do this, we use the general form of time derivative of mechanical energy :
the 1st term RHS is rate of work done by surroundings to the fluid (material domain), while the 2nd represents the dissipation of mechanical energy. We can see RHS is zero after using divergence theorem and BC’s. But, the key point here is that those two terms are nonzero by themselves, unless flow is inviscid.The last thing to be emphasized is that, the linear momentum for potential flow will have no dissipation term even for viscous flows, due to incompressibility condition.
Now we can see, for a viscous, potential flow, the dissipation rate is non-zero, but its mechanical energy remains unchanged because of the work done at the free surface. This work done, as energy input, is in the form of viscous stress (from air), not covered by DBC . If free surface BC is replaced with non-stress condition (different from non-pressure condition), the flow will constantly lose energy due to net dissipation.
Mixed-Eularian-Lagrangian method
In last post I talked wrote about a time integration for NS equation. As a special case, time update for potential flow is actually easier, due to fact that
1. the governing equation, i.e. the Laplace equation is linear.
2. the solution dependes only on the boundary condition, in which only the free surface boundary condition is the tricky part.
3. Even though the field equation is in Eularian representation, the free surface can be described using Lagrangian representation.
For free surface potential flow, the time updating of the problem is twofold: update the (free surface) geometry and update the boundary conditioin at the free surface. Without mentioning the boundary condition at other part of the domain boundary, we are solving the problem characterized by
Field equation:
Free surface kinetic boundary condition(FSKBC):
Free surface dynamic boundary condition(FSDBC):
The first boundary condition says that the particle velocity for material particle on the free surface, i.e. the velocity of free surface, equals to the flow velocity defined by velocity potential. The second boundary condition is the Bernoulli equation, with constant on RHS assigned to 0, which could be looked as consumed by . Remembering that
FSDBC can be converted to
The plan of mixed-Eularian-Lagrangian(MEL) method, is to solve at time
, then use the BC equations to update the boundary condition. One should remember, the LHS of BC equations use material particle as variable, i.e. in Lagrangian representation. Denote particle on the free surface by
, MEL is characterized by two steps:
1. Solve field equation with BCs with variable at , i.e.
;
2. Update the BCs at the free surface using
As mentioned at the end of last post, usually the computing cost is characterized by the first step, while the second step concerns the stability and convergence.
leave a comment