CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Deleted (talk | contribs)
Deleted (talk | contribs)
Line 18: Line 18:
       <math> \nu_{c} = \sqrt{ (c_0 u_* h)^2 + (c_{sm}^2 \Delta x \Delta y |S| )^2 } </math>
       <math> \nu_{c} = \sqrt{ (c_0 u_* h)^2 + (c_{sm}^2 \Delta x \Delta y |S| )^2 } </math>


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> 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> is equal to  


       <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>
       <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>

Revision as of 23:36, 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 Δy are the grid dimensions in the x and y directions, and |S| 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