CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
No edit summary
Line 13: Line 13:


There are three options for calculating the current-related eddy viscosity.
There are three options for calculating the current-related eddy viscosity.
'''Wave-Related Eddy Viscosity'''


The wave component of the eddy viscosity is calculated as
The wave component of the eddy viscosity is calculated as
Line 18: Line 20:
       <math> \nu_w = \Lambda u_w H_s  </math>
       <math> \nu_w = \Lambda u_w H_s  </math>


where <math>\Lambda</math> is an empirical coefficient approximately equal to 0.5, <math> H_s </math> is the significant wave height and <math>u_w</math> is bottom orbital velocity based on the significant wave height. Outside of the surf zone the bottom orbital velocity is calculated as
where <math>\Lambda</math> is an empirical coefficient approximately equal to 0.5, <math> H_s </math> is the significant wave height and <math>u_w</math> is bottom orbital velocity based on the significant wave height. <math>\Lambda</math> may be changed using the advanced card
 
      EDDY_VISCOSITY_WAVE              0.5      ![-], wave coefficient, ~0.25-0.5
 
Outside of the surf zone the bottom orbital velocity is calculated as


       <math> u_w = \frac{ \pi H_s}{T_p \sinh(kh) } </math>
       <math> u_w = \frac{ \pi H_s}{T_p \sinh(kh) } </math>
Line 49: Line 55:
where <math>c_0</math> is approximately equal to <math>\kappa/6</math> and may be changed using the advanced card
where <math>c_0</math> is approximately equal to <math>\kappa/6</math> and may be changed using the advanced card


       EDDY_VISCOSITY_BOTTOM            0.015     ![-], bottom shear coefficient, ~0.1667
       EDDY_VISCOSITY_BOTTOM            0.0667     ![-], bottom shear coefficient


''2. Subgrid Turbulence Model''
''2. Subgrid Turbulence Model''
Line 57: Line 63:
       <math> \nu_{c} = \sqrt{ (c_0 u_{*})^2 h + (c_1 \Delta |S|)^2}  </math>
       <math> \nu_{c} = \sqrt{ (c_0 u_{*})^2 h + (c_1 \Delta |S|)^2}  </math>


where <math>c_0</math> and <math>c_1</math> are empirical coefficients, and <math>\Delta</math> is the average grid area.   <math>c_0</math> is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. <math>c_1</math> may vary from 0.1 to 0.5 and is set to a default value of 0.4. <math>|S|</math> is equal to
where <math>c_0</math> and <math>c_1</math> are empirical coefficients related the turbulence produced by the bed and horizontal velocity gradients, and <math>\Delta</math> is the average grid area. <math>c_0</math> is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. <math>c_1</math> may vary from 0.1 to 0.5 and is set to a default value of 0.4. <math>|S|</math> is equal to


       <math> |S| = \sqrt{ \biggl( 2\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{ \biggl( 2\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 subgrid turbulence model parameters may be changed in the advanced cards as


      EDDY_VISCOSITY_BOTTOM            0.0667    ![-], bottom shear coefficient
      EDDY_VISCOSITY_HORIZONTAL        0.4      ![-], horizontal shear coefficient


The turbulence model parameters may be changed in the advanced cards as
      EDDY_VISCOSITY_HORIZONTAL        0.2      ![-], smagorinsky coefficient, ~0.1-0.5
      EDDY_VISCOSITY_WAVE              0.5      ![-], wave coefficient, ~0.25-0.5


----
----

Revision as of 19:08, 5 May 2010

Subgrid Turbulence Model

In CMS-Flow eddy viscosity is calculated as the sum of a base value , the current-related eddy viscosity and the wave-related eddy viscosity

       

Base Eddy Viscosity

The base value for the eddy viscosity is approximately equal to the kinematic eddy viscosity can be changed using the advanced card

     EDDY_VISCOSITY_CONSTANT           1.0e-6    ![m^2/sec], kinematic viscosity, ~1.0e-6

There are three options for calculating the current-related eddy viscosity.

Wave-Related Eddy Viscosity

The wave component of the eddy viscosity is calculated as

     

where is an empirical coefficient approximately equal to 0.5, is the significant wave height and is bottom orbital velocity based on the significant wave height. may be changed using the advanced card

     EDDY_VISCOSITY_WAVE               0.5       ![-], wave coefficient, ~0.25-0.5

Outside of the surf zone the bottom orbital velocity is calculated as

     

where is the significant wave height, is the peak wave period, is the wave number. Inside the surf zone, the turbulence due to wave breaking is considered by increasing the bottom orbital velocity as

     

Current-Related Eddy Viscosity

There are three options for the current-related eddy viscosity: FALCONER, PARABOLIC, and SUBGRID. The default turbulence model is the subgrid model, but may be changed with the advanced card

     TURBULENCE_MODEL                  SUBGRID   !FALCONER | PARABOLIC | SUBGRID

1. Falconer Equation

The Falconer (1980) equation is the method is the default method used in the previous version of CMS, known as M2D. The first is the Falconer (1980) equation given by

     

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

2. Parabolic Model

The second option is the parabolic model given by

     

where is approximately equal to and may be changed using the advanced card

     EDDY_VISCOSITY_BOTTOM             0.0667     ![-], bottom shear coefficient

2. Subgrid Turbulence Model

The third option for calculating is the subgrid turbulence model given by

     

where and are empirical coefficients related the turbulence produced by the bed and horizontal velocity gradients, and is the average grid area. is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. may vary from 0.1 to 0.5 and is set to a default value of 0.4. is equal to

     

The subgrid turbulence model parameters may be changed in the advanced cards as

     EDDY_VISCOSITY_BOTTOM             0.0667     ![-], bottom shear coefficient
     EDDY_VISCOSITY_HORIZONTAL         0.4       ![-], horizontal shear coefficient



References

LARSON, M.; HANSON, H., and KRAUS, N. C., 2003. Numerical modeling of beach topography change. Advances in Coastal Modeling, V.C. Lakhan (eds.), Elsevier Oceanography Series, 67, Amsterdam, The Netherlands, 337-365.


CMS-Flow