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 \frac{ \delta u}{\delta x} } </math>
       <math> |S| = \sqrt{2(\frac{ \partial u}{\partial x})^2 + 2(\frac{ \partial v}{\partial y})^2 +(\frac{\partial u}{\partial y} + \partial v}{\partial x})^2} </math>





Revision as of 23:30, 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

     Failed to parse (syntax error): {\displaystyle  |S| = \sqrt{2(\frac{ \partial u}{\partial x})^2 + 2(\frac{ \partial v}{\partial y})^2 +(\frac{\partial u}{\partial y} + \partial v}{\partial x})^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