CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
In CMS-Flow eddy viscosity is calculated as the sum of a base value <math>\nu_{0}</math>, the current-related eddy viscosity  <math>\nu_c</math> and the wave-related eddy viscosity  <math>\nu_w</math>
In CMS-Flow eddy viscosity is calculated as the sum of a base value <math>\nu_{0}</math>, the current-related eddy viscosity  <math>\nu_c</math> and the wave-related eddy viscosity  <math>\nu_w</math>


       <math> \nu_t = \nu_0 + \nu_c + \nu_w </math>   
       {{Equation|<math> \nu_t = \nu_0 + \nu_c + \nu_w </math>  |2=1}}


===Base Value Eddy Viscosity===
===Base Value Eddy Viscosity===
Line 19: Line 19:
The wave component of the eddy viscosity is calculated as
The wave component of the eddy viscosity is calculated as


       <math> \nu_w = \Lambda u_w H_s  </math>
       {{Equation|<math> \nu_w = \Lambda u_w H_s  </math>|2=2}}


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
Line 27: Line 27:
Outside of the surf zone the bottom orbital velocity is calculated as
Outside of the surf zone the bottom orbital velocity is calculated as


       <math> u_w = \frac{ \pi H_s}{T_p \sinh(kh) } </math>
       {{Equation|<math> u_w = \frac{ \pi H_s}{T_p \sinh(kh) } </math>|2=2}}


where <math>H_s</math> is the significant wave height, <math>T_p</math> is the peak wave period, <math>k=2\pi/L</math> is the wave number. Inside the surf zone, the turbulence due to wave breaking is considered by increasing the bottom orbital velocity as
where <math>H_s</math> is the significant wave height, <math>T_p</math> is the peak wave period, <math>k=2\pi/L</math> is the wave number. Inside the surf zone, the turbulence due to wave breaking is considered by increasing the bottom orbital velocity as


       <math> u_w = \frac{ H_s}{2h}\sqrt{gh} </math>
       {{Equation|<math> u_w = \frac{ H_s}{2h}\sqrt{gh} </math>|2=3}}


===Current-Related Eddy Viscosity Component===
===Current-Related Eddy Viscosity Component===
Line 43: Line 43:
The first is the Falconer (1980) equation given by
The first is the Falconer (1980) equation given by


       <math> \nu_c = 0.575c_b|U|h </math>
       {{Equation|<math> \nu_c = 0.575c_b|U|h </math>|2=4}}


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.
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.
Line 50: Line 50:
The second option is the parabolic model given by
The second option is the parabolic model given by


       <math> \nu_c = c_0 u_{*} h </math>
       {{Equation|<math> \nu_c = c_0 u_{*} h </math>|2=5}}


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
Line 60: Line 60:
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


       <math> \nu_{c} = \sqrt{ (c_0 u_{*} h)^2  + (c_1 \Delta |\bar{S}|)^2}  </math>
       {{Equation|<math> \nu_{c} = \sqrt{ (c_0 u_{*} h)^2  + (c_1 \Delta |\bar{S}|)^2}  </math>|2=6}}


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


       <math> |\bar{S}| = \sqrt{2\bar{S}_{ij}\bar{S}_{ij}}
       {{Equation|<math> |\bar{S}| = \sqrt{2\bar{S}_{ij}\bar{S}_{ij}}
  = \sqrt{
  = \sqrt{
  2\biggl( \frac{ \partial U}{\partial x} \biggr) ^2  +
  2\biggl( \frac{ \partial U}{\partial x} \biggr) ^2  +
  2\biggl( \frac{ \partial V}{\partial y} \biggr) ^2  +
  2\biggl( \frac{ \partial V}{\partial y} \biggr) ^2  +
  \biggl( \frac{ \partial U}{\partial y} +
  \biggl( \frac{ \partial U}{\partial y} +
  \frac{ \partial V}{\partial x}  \biggr) ^2 } </math>
  \frac{ \partial V}{\partial x}  \biggr) ^2 } </math> |2=7}}


and
and


       <math> \bar{S}_{ij} = \frac{1}{2} \biggl( \frac{ \partial U_i} { \partial x_j} +\frac{ \partial U_i} { \partial x_j} \biggr) </math>
       {{Equation|<math> \bar{S}_{ij} = \frac{1}{2} \biggl( \frac{ \partial U_i} { \partial x_j} +\frac{ \partial U_i} { \partial x_j} \biggr) </math> |2=8}}


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 as

Revision as of 19:31, 25 May 2010

Subgrid Turbulence Model

In CMS-Flow eddy viscosity is calculated as the sum of a base value Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_{0}} , the current-related eddy viscosity Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_c} and the wave-related eddy viscosity Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_w}


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_t = \nu_0 + \nu_c + \nu_w } (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           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

The wave component of the eddy viscosity is calculated as


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_w = \Lambda u_w H_s } (2)

where Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \Lambda} is an empirical coefficient with a default value of 0.5 but may vary between 0.25 and 1.0. Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle H_s } is the significant wave height and is bottom orbital velocity based on the significant wave height. Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \Lambda} may be changed using the advanced card

     EDDY_VISCOSITY_WAVE               0.5       ![-], wave coefficient

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


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle u_w = \frac{ \pi H_s}{T_p \sinh(kh) } } (2)

where Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle H_s} is the significant wave height, Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle T_p} 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


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle u_w = \frac{ H_s}{2h}\sqrt{gh} } (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                  SUBGRID   !FALCONER | PARABOLIC | SUBGRID

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


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_c = 0.575c_b|U|h } (4)

where Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_b} is the bottom friction coefficient, Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle U} is the depth-averaged current velocity, and Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle h} is the total water depth.

Parabolic Model

The second option is the parabolic model given by


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_c = c_0 u_{*} h } (5)

where Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_0} is approximately equal to Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \kappa/6} and may be changed using the advanced card

     EDDY_VISCOSITY_BOTTOM             0.0667     ![-], bottom shear coefficient

Subgrid Turbulence Model

The third option for calculating Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \nu_c} is the subgrid turbulence model given by


  (6)

where Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_0} and Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_1} are empirical coefficients related the turbulence produced by the bed and horizontal velocity gradients, and Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \Delta} is the average grid area. Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_0} is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle c_1} is equal to approximately the square of the Smagorinsky coefficient and may vary from 0.1 to 0.5 (default is 0.4). Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle |\bar{S}|} is equal to


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle |\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 } } (7)

and


  Failed to parse (SVG with PNG fallback (MathML can be enabled via browser plugin): Invalid response ("Math extension cannot connect to Restbase.") from server "https://en.wikipedia.org/api/rest_v1/":): {\displaystyle \bar{S}_{ij} = \frac{1}{2} \biggl( \frac{ \partial U_i} { \partial x_j} +\frac{ \partial U_i} { \partial x_j} \biggr) } (8)

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.


Documentation Portal