CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
===Base Value Eddy Viscosity===
===Base Value Eddy Viscosity===


The base value for the eddy viscosity is approximately equal to the kinematic eddy viscosity can be changed using the advanced card
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.
 
      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 Component===
===Wave-Related Eddy Viscosity Component===
Line 22: Line 18:




where <math>\Lambda</math> is an empirical coefficient with a default value of 0.5 but may vary between 0.25 and 1.0. <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
where <math>\Lambda</math> is an empirical coefficient with a default value of 0.5 but may vary between 0.25 and 1.0. <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.
 
      EDDY_VISCOSITY_WAVE               0.5      ![-], wave coefficient


Outside of the surf zone the bottom orbital velocity is calculated as
Outside of the surf zone the bottom orbital velocity is calculated as
Line 37: Line 31:


===Current-Related Eddy Viscosity Component===
===Current-Related Eddy Viscosity Component===
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
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.
 
      TURBULENCE_MODEL                 SUBGRID  !FALCONER | PARABOLIC | SUBGRID


==== Falconer Equation ====
==== Falconer Equation ====
Line 56: Line 48:




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>.
 
      EDDY_VISCOSITY_BOTTOM            0.0667    ![-], bottom shear coefficient


==== Subgrid Turbulence Model ====
==== Subgrid Turbulence Model ====
Line 81: Line 71:




The subgrid turbulence model parameters may be changed in the advanced cards as
The subgrid turbulence model parameters may be changed in the advanced cards EDDY_VISCOSITY_BOTTOM, and EDDY_VISCOSITY_HORIZONTAL.
 
      EDDY_VISCOSITY_BOTTOM             0.0667    ![-], bottom shear coefficient
      EDDY_VISCOSITY_HORIZONTAL         0.4      ![-], horizontal shear coefficient





Revision as of 22:20, 24 August 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


  (1)


Base Value 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.

Wave-Related Eddy Viscosity Component

The wave component of the eddy viscosity is calculated as


  (2)


where is an empirical coefficient with a default value of 0.5 but may vary between 0.25 and 1.0. 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.

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


  (2)


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


  (3)


Current-Related Eddy Viscosity Component

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.

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


  (4)


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

Parabolic Model

The second option is the parabolic model given by


  (5)


where is approximately equal to .

Subgrid Turbulence Model

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


  (6)


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. is equal to approximately the square of the Smagorinsky coefficient and may vary from 0.1 to 0.5 (default is 0.4). is equal to


  (7)

and


  (8)


The subgrid turbulence model parameters may be changed in the advanced cards EDDY_VISCOSITY_BOTTOM, and EDDY_VISCOSITY_HORIZONTAL.



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.


Documentation Portal