CMS-Flow:Eddy Viscosity: Difference between revisions

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


==Current-Related Eddy Viscosity Component==
==Current-Related Eddy Viscosity Component==
There are four options for the current-related eddy viscosity: FALCONER,  PARABOLIC, SUBGRID, and MIXING-LENGTH. The default turbulence model is the subgrid model, but may be changed with the advanced card  TURBULENCE_MODEL.  
 
There are four algebraic models for the current-related eddy viscosity: 1) Falconer Equation; 2) depth-averaged parabolic; 3) subgrid; and 4) mixing-length. The default turbulence model is the subgrid model but may be changed by the user.


=== Falconer Equation ===
=== Falconer Equation ===
The  Falconer (1980) equation is  the method is the default method used in  the previous version of CMS,  known as M2D.
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
The first is the  Falconer (1980) equation  given by
{{Equation|<math>\nu_c =  0.575c_b|U|h </math>|2}}
{{Equation|<math>\nu_c =  0.575c_b Uh </math>|2}}
 
where  <math>c_b</math> is the bottom friction  coefficient,  <math>U</math> is the depth-averaged current velocity magnitude, and  <math>''h''</math> is the total water depth.


where <math>c_b</math> is the bottom friction  coefficient,  <math>U</math> is the depth-averaged current  velocity, and  <math>h</math> is the total water depth.
=== Depth-varaged Parabolic Model ===


===  Parabolic Model ===
The second option is the parabolic model  given by
The second option is the parabolic model  given by
{{Equation|<math>\nu_c = c_1 u_{*} h </math>|3}}
{{Equation|<math>v_c = c_v u_{*c} h </math>|3}}


where <math>c_1</math> is approximately equal to <math>\kappa/6</math>.
where <math>u_{*c} = \sqrt{\tau_c / \rho}</math> is the bed shear velocity, and <math>c_v</math> is approximately equal to <math>\kappa/6=0.0667</math> but is set as a calibrated parameter whose value can be up to 1.0 in irregular waterways with weak meanders or even larger for strongly curved waterways.


===  Subgrid Turbulence Model ===
===  Subgrid Turbulence Model ===

Revision as of 13:41, 12 August 2014

The term eddy viscosity arises from the fact that small-scale vortices or eddies on the order of the grid cell size are not resolved, and only the large-scale flow is simulated. The eddy viscosity is intended to simulate the dissipation of energy at smaller scales than the model can simulate. In the nearshore environment, large mixing or turbulence occurs due to waves, wind, bottom shear, and strong horizontal gradients. Therefore, the eddy viscosity is an important parameter which can have a large influence on the calculated flow field and resulting sediment transport. In CMS-Flow, the total eddy viscosity is equal to the sum of three parts: 1) a base value ; 2) the current-related eddy viscosity ; and 3) the wave-related eddy viscosity defined as follows:

  (1)

The base value is approximately equal to the kinematic viscosity but may be changed by the user. The other two components are described in the sections below.


Current-Related Eddy Viscosity Component

There are four algebraic models for the current-related eddy viscosity: 1) Falconer Equation; 2) depth-averaged parabolic; 3) subgrid; and 4) mixing-length. The default turbulence model is the subgrid model but may be changed by the user.

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

  (2)

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

Depth-varaged Parabolic Model

The second option is the parabolic model given by

  (3)

where is the bed shear velocity, and is approximately equal to but is set as a calibrated parameter whose value can be up to 1.0 in irregular waterways with weak meanders or even larger for strongly curved waterways.

Subgrid Turbulence Model

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

  (4)

where and are empirical coefficients related the turbulence produced by the bed and horizontal velocity gradients, and is the average grid spacing. is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. is equal to approximately the Smagorinsky coefficient and may vary from 0.1 to 0.3 (default is 0.2). is equal to

 

(5)

and

  (6)

The subgrid turbulence model parameters may be changed in the advanced cards EDDY_VISCOSITY_BOTTOM, and EDDY_VISCOSITY_HORIZONTAL. Click here for further details.

Mixing Length Model

The Mixing Length Model implemented in CMS includes a component due to the vertical shear and is given by

  (7)

where the mixing length is determined by , with being the distance to the nearest wall and is an empirical coefficient between 0.3-1.2. Eq. (9) takes into account the effects of bed shear and horizontal velocity gradients respectively through the first and second terms on its right-hand side. It has been found that the modified mixing length model is better than the depth-averaged parabolic eddy viscosity model that accounts for only the bed shear effect.

Wave-Related Eddy Viscosity

The wave component of the eddy viscosity is separated into two components

  (8)

where and are empirical coefficients, is the significant wave height and is bottom orbital velocity based on the significant wave height. The first term on the R.H.S. of Eq. (10) represents the component due to bottom friction and the second term represents the component due to wave breaking. The coefficient is approximately equal to 0.1 and may vary from 0.05 to 0.2. The coefficient is approximately equal to 0.08 and may vary from 0.04 to 0.15.


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