CMS-Flow:Eddy Viscosity: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Rdchldlj (talk | contribs)
No edit summary
Rdchldlj (talk | contribs)
No edit summary
Line 25: Line 25:
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.
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 Model ===
The third  option for calculating  <math>\nu_c</math> is the subgrid  turbulence model given by
The third  option for calculating  <math>\nu_c</math> is the subgrid  turbulence model given by
{{Equation|<math>\nu_{c} = c_1 u_{*} h  + (c_2 \Delta)^2 |\bar{S}| </math>|4}}
{{Equation|<math>v_c = c_v u_{*c} h  + (c_h \Delta)^2 |\bar{S}| </math>|4}}


where <math>c_1</math> and <math>c_2</math> are empirical coefficients related the turbulence produced by the bed and horizontal velocity gradients, and <math>\Delta</math> is the average grid spacing. <math>c_1</math> is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. <math>c_{2}</math> is equal to approximately the Smagorinsky coefficient and may vary from 0.1 to 0.3 (default is 0.2). <math>|\bar{S}|</math> is equal to
where:
{{Equation|
<math> |\bar{S}| = \sqrt{2\bar{S}_{ij}\bar{S}_{ij}}
  = \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>|5}}


and
:<math>c_v</math> = vertical shear coefficient [-]
{{Equation|<math>
 
  \bar{S}_{ij} = \frac{1}{2} \biggl( \frac{  \partial U_i} { \partial x_j} +\frac{ \partial U_j} { \partial x_i}  \biggr)
:<math>c_h</math> = horizontal shear coefficient [-]
</math>|6}}
 
:<math>\Delta</math> = (average) grid size [m]
 
:<math>|\bar{S}| = \sqrt{2e_{ij}e_{ij}}</math>
 
:<math>e_{ij}</math>= deformation (strain rate) tensor <math>= \frac{1}{2} \biggl( \frac{  \partial V_i} { \partial x_j} +\frac{ \partial V_j} { \partial x_i}  \biggr)</math>
 
The empirical coefficients <math>c_v</math> and <math>c_h</math> are related to the turbulence produced by the bed shear and horizontal velocity gradients. The parameter <math>c_v</math> is approximately equal to <math>\kappa/6=0.0667</math> (default) but may vary from 0.01 to 0.2. The variable <math>c_h</math> is equal to approximately the Smagorinsky coefficient (Smagorinsky 1963) and may vary between 0.1 and 0.3 (default is 0.2).


The  subgrid turbulence model parameters may be changed in the advanced  cards  EDDY_VISCOSITY_BOTTOM, and EDDY_VISCOSITY_HORIZONTAL.  Click  [http://cirp.usace.army.mil/wiki/CMS-Flow_Eddy_Viscosity here] for further details.


=== Mixing Length Model ===
=== Mixing Length Model ===
The Mixing Length Model implemented in CMS includes a component due to the vertical shear and is given by  
The Mixing Length Model implemented in CMS for the current-related eddy viscosity includes a component due to the vertical shear and is given by (Wu 2007)
{{Equation|<math>\nu_{c} = \sqrt{ (c_1 u_{*} h)^2  + (l_h^2 |\bar{S}|)^2}</math>|7}}
 
{{Equation|<math>\nu_{c} = \sqrt{ (c_1 u_{*c} h)^2  + (l_h^2 |\bar{S}|)^2}</math>|7}}


where the mixing length <math> l_h </math> is determined by <math> l_h = \kappa \min{(c_2h,y)}</math>, with <math> y </math> being the distance to the nearest wall and <math> c_2 </math> 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.
where the mixing length <math> l_h </math> is determined by <math> l_h = \kappa \min{(c_2h,y)}</math>, with <math> y </math> being the distance to the nearest wall and <math> c_2 </math> 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.

Revision as of 14:21, 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 (vt) is equal to the sum of three parts: 1) a base value (v0); 2) the current-related eddy viscosity (vc); and 3) the wave-related eddy viscosity (vw) defined as follows:

  νt=ν0+νc+νw (1)

The base value (v0) is approximately equal to the kinematic viscosity (1.81x106m2/s) but may be changed by the user. The other two components (vc and vw) 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

  νc=0.575cbUh (2)

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

Depth-varaged Parabolic Model

The second option is the parabolic model given by

  vc=cvu*ch (3)

where u*c=τc/ρ is the bed shear velocity, and cv is approximately equal to κ/6=0.0667 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 Model

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

  vc=cvu*ch+(chΔ)2|S¯| (4)

where:

cv = vertical shear coefficient [-]
ch = horizontal shear coefficient [-]
Δ = (average) grid size [m]
|S¯|=2eijeij
eij= deformation (strain rate) tensor =12(Vixj+Vjxi)

The empirical coefficients cv and ch are related to the turbulence produced by the bed shear and horizontal velocity gradients. The parameter cv is approximately equal to κ/6=0.0667 (default) but may vary from 0.01 to 0.2. The variable ch is equal to approximately the Smagorinsky coefficient (Smagorinsky 1963) and may vary between 0.1 and 0.3 (default is 0.2).


Mixing Length Model

The Mixing Length Model implemented in CMS for the current-related eddy viscosity includes a component due to the vertical shear and is given by (Wu 2007)

  νc=(c1u*ch)2+(lh2|S¯|)2 (7)

where the mixing length lh is determined by lh=κmin(c2h,y), with y being the distance to the nearest wall and c2 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

  νw=c3uwHs+c4h(Dbrρ)1/3 (8)

where c3 and c4 are empirical coefficients, Hs is the significant wave height and uw 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 c3 is approximately equal to 0.1 and may vary from 0.05 to 0.2. The coefficient c4 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