CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Deleted (talk | contribs)
Deleted (talk | contribs)
Line 20: Line 20:
where <math>c_0</math> is an empirical coefficient approximately equal to 1/6,  <math>c_{sm}</math> is an empirical coefficient between 0.25-0.5, <math>\Delta x</math> and math>\Delta y</math> are the grid dimensions in the x and y directions and <math>|S|</math>      Normal  0        false  false  false                            MicrosoftInternetExplorer4          is equal to
where <math>c_0</math> is an empirical coefficient approximately equal to 1/6,  <math>c_{sm}</math> is an empirical coefficient between 0.25-0.5, <math>\Delta x</math> and math>\Delta y</math> are the grid dimensions in the x and y directions and <math>|S|</math>      Normal  0        false  false  false                            MicrosoftInternetExplorer4          is equal to


       <math> |S| = \sqrt{2 \biggl( \frac{ \partial U}{\partial x} \biggr) ^2 +  2 \biggl( \frac{ \partial V}{\partial y} \biggr) ^2} </math>
       <math> |S| = \sqrt{2 \biggl( \frac{ \partial U}{\partial x} \biggr) ^2 +  2 \biggl( \frac{ \partial V}{\partial y} \biggr) ^2 + \biggl( \frac{ \partial U}{\partial y} + \frac{ \partial V}{\partial x}  \biggr) ^2 } </math>


The wave component of the eddy viscosity is calculated as
The wave component of the eddy viscosity is calculated as

Revision as of 23:33, 2 November 2009

Eddy Viscosity

In CMS-Flow eddy viscosity is calculated as the sum of the kinematic viscosity νt0, the current-related eddy viscosity νc and the wave-related eddy viscosity νw

     νt=νt0+νc+νw

There are two options to calculate νc. The first is the Falconer (1980) equation given by


     νc=0.575Cb|U|h


where Cb is the bottom friction coefficient, U is the depth-averaged current velocity, and h is the total water depth.

The second option is a subgrid turbulence model given by

     νc=(c0u*h)2+(csm2ΔxΔy|S|)2

where c0 is an empirical coefficient approximately equal to 1/6, csm is an empirical coefficient between 0.25-0.5, Δx and math>\Delta y</math> are the grid dimensions in the x and y directions and |S| Normal 0 false false false MicrosoftInternetExplorer4 is equal to

     |S|=2(Ux)2+2(Vy)2+(Uy+Vx)2

The wave component of the eddy viscosity is calculated as

     νw=k(D/ρ)1/3

where k is an empirical coefficient, ρ is the water density, and D is the total wave dissipation.




CMS-Flow