CMS-Flow:Eddy Viscosity: Difference between revisions
(16 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
In CMS-Flow eddy viscosity is | 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 <math>(v_t )</math> is equal to the sum of three parts: 1) a base value <math>(v_0 )</math>; 2) the current-related eddy viscosity <math>(v_c )</math>; and 3) the wave-related eddy viscosity <math>(v_w)</math> defined as follows: | ||
{{Equation| <math> \nu_t = \nu_0 + \nu_c + \nu_w </math> |1}} | |||
The base value <math>(v_0 )</math> is approximately equal to the kinematic viscosity <math>(\sim 1.81 \ x \ 10^{-6} \ m^2 /s)</math> but may be changed by the user. The other two components <math>(v_c \ and\ v_w )</math> are described in the sections below. | |||
==Current-Related Eddy Viscosity Component== | ==Current-Related Eddy Viscosity Component== | ||
There | |||
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 | The Falconer (1980) equation was default method used in earlier versions of CMS (Militello et al. 2004)for the current-related eddy viscosity. The equation is given by | ||
The | |||
{{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 ''h'' is the total water depth. | |||
=== Depth-averaged Parabolic Model === | |||
The second option is the parabolic model given by | The second option is the parabolic model given by | ||
{{Equation|<math>v_c = c_v u_{*c} h </math>|3}} | |||
where | 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 | === 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>v_c = c_v u_{*c} h + (c_h \Delta)^2 |\bar{S}| </math>|4}} | |||
where: | |||
:<math>c_v</math> = vertical shear coefficient [-] | |||
:<math>c_h</math> = horizontal shear coefficient [-] | |||
:<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). | |||
=== 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> | |||
{{Equation|<math>\nu_{c} = \sqrt{ (c_v u_{*c} h)^2 + (l_h^2 |\bar{S}|)^2}</math>|7}} | |||
where: | |||
:<math> l_h </math> = the mixing length <math>( = \kappa\ \min(c_h h,y^'))\ [m]</math> | |||
:<math> y^' </math> =distance to the nearest wall [m] | |||
:<math>c_h</math> = horizontal shear coefficient [-] | |||
The empirical coefficient <math>c_h</math> is usually between 0.3 and1.2. The effects of bed shear and horizontal velocity gradients, respectively, are taken into account through the first and second terms on the right-hand side of Equation (7). 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 == | ==Wave-Related Eddy Viscosity == | ||
The wave component of the eddy viscosity is separated into two components | The wave component of the eddy viscosity is separated into two components | ||
{{Equation|<math>\nu_w = c_{wf} u_{ws} H_s + c_{br} h \biggl( \frac{D_{br}}{\rho} \biggr) ^{1/3}</math>|8}} | |||
where | |||
:<math>c_{wf}</math> = wave bottom friction coefficient for eddy viscosity [-] | |||
:<math>u_{ws}</math> = peak bottom orbital velocity [m/s] based on the significant wave height <math>H_s</math> [m] and peak wave period <math>T_p</math> [s] | |||
:<math>c_{br}</math> = wave breaking coefficient for eddy viscosity [-] | |||
:<math>D_{br}</math> = wave breaking dissipation [N/m/s]. | |||
The first term on the righ-hand side of Equation (8) represents the component due to bottom friction and the second term represents the component due to wave breaking. The coefficient <math>c_{wf}</math> is approximately equal to 0.5 and may vary from 0.5 to 2.0. The coefficient <math>c_{br}</math> is approximately equal to 0.1 and may vary from 0.04 to 0.15. | |||
== References == | == 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. | * 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. | ||
* Militello, A., C. W. Reed, A. K. Zundel, and N. C. Kraus. 2004. Two-dimensional depth-averaged circulation model M2D: Version 2.0, Report 1, Technical documentation and user's guide. ERDC/CHL TR-04-02. Vicksburg, MS: US Army Engineer Research and Development Center. | |||
* Smagorinsky, J. 1963. General circulation experiments with the primitive equations. Monthly Weather Review 93(3):99–164. | |||
---- | ---- | ||
[[CMS#Documentation_Portal | Documentation Portal]] | [[CMS#Documentation_Portal | Documentation Portal]] |
Latest revision as of 20:54, 22 July 2024
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 was default method used in earlier versions of CMS (Militello et al. 2004)for the current-related eddy viscosity. The equation is given by
(2) |
where is the bottom friction coefficient, is the depth-averaged current velocity magnitude, and h is the total water depth.
Depth-averaged 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 Model
The third option for calculating is the subgrid turbulence model given by
(4) |
where:
- = vertical shear coefficient [-]
- = horizontal shear coefficient [-]
- = (average) grid size [m]
- = deformation (strain rate) tensor
The empirical coefficients and are related to the turbulence produced by the bed shear and horizontal velocity gradients. The parameter is approximately equal to (default) but may vary from 0.01 to 0.2. The variable 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)
(7) |
where:
- = the mixing length
- =distance to the nearest wall [m]
- = horizontal shear coefficient [-]
The empirical coefficient is usually between 0.3 and1.2. The effects of bed shear and horizontal velocity gradients, respectively, are taken into account through the first and second terms on the right-hand side of Equation (7). 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
- = wave bottom friction coefficient for eddy viscosity [-]
- = peak bottom orbital velocity [m/s] based on the significant wave height [m] and peak wave period [s]
- = wave breaking coefficient for eddy viscosity [-]
- = wave breaking dissipation [N/m/s].
The first term on the righ-hand side of Equation (8) 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.5 and may vary from 0.5 to 2.0. The coefficient is approximately equal to 0.1 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.
- Militello, A., C. W. Reed, A. K. Zundel, and N. C. Kraus. 2004. Two-dimensional depth-averaged circulation model M2D: Version 2.0, Report 1, Technical documentation and user's guide. ERDC/CHL TR-04-02. Vicksburg, MS: US Army Engineer Research and Development Center.
- Smagorinsky, J. 1963. General circulation experiments with the primitive equations. Monthly Weather Review 93(3):99–164.