CMS-Flow:Subgrid Turbulence Model: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
Deleted (talk | contribs)
Deleted (talk | contribs)
Line 5: Line 5:


       <math> \nu_t = \nu_0 + \nu_c + \nu_w </math>   
       <math> \nu_t = \nu_0 + \nu_c + \nu_w </math>   
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. The first is the Falconer (1980) equation given by
There are three options for calculating the current-related eddy viscosity. The first is the Falconer (1980) equation given by
Line 16: Line 20:
       <math> \nu_c = c_0u_{*}h </math>
       <math> \nu_c = c_0u_{*}h </math>


where <math>c_0</math> is approximately equal to <math>\kappa/6</math>
where <math>c_0</math> is approximately equal to <math>\kappa/6</math> and may be changed using the advanced card
 
      EDDY_VISCOSITY_BOTTOM            0.015    ![-], bottom shear coefficient, ~0.1667


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
Line 40: Line 46:
The default turbulence model is the subgrid model, but may be changed with the advanced card
The default turbulence model is the subgrid model, but may be changed with the advanced card


       TURBULENCE_MODEL                  SUBGRID  !FALCONER | PARABOLIC | SUBGRID | SUBGRID-WU
       TURBULENCE_MODEL                  SUBGRID  !FALCONER | PARABOLIC | SUBGRID


The turbulence model parameters may be changed in the advanced cards as
The turbulence model parameters may be changed in the advanced cards as


      EDDY_VISCOSITY_CONSTANT          1.0e-6    ![m^2/sec], kinematic viscosity, ~1.0e-6
 
      EDDY_VISCOSITY_BOTTOM            0.015    ![-], bottom shear coefficient, ~0.1667
       EDDY_VISCOSITY_HORIZONTAL        0.2      ![-], smagorinsky coefficient, ~0.1-0.5
       EDDY_VISCOSITY_HORIZONTAL        0.2      ![-], smagorinsky coefficient, ~0.1-0.5
       EDDY_VISCOSITY_WAVE              0.5      ![-], wave coefficient, ~0.25-0.5
       EDDY_VISCOSITY_WAVE              0.5      ![-], wave coefficient, ~0.25-0.5

Revision as of 18:57, 5 May 2010

Subgrid Turbulence Model

In CMS-Flow eddy viscosity is calculated as the sum of the kinematic viscosity ν0, the current-related eddy viscosity νc and the wave-related eddy viscosity νw

     νt=ν0+νc+νw  

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. The first is the Falconer (1980) equation given by

     νc=0.575cb|U|h

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

The second option is the parabolic model given by

     νc=c0u*h

where c0 is approximately equal to κ/6 and may be changed using the advanced card

     EDDY_VISCOSITY_BOTTOM             0.015     ![-], bottom shear coefficient, ~0.1667

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

     νc=(c0u*)2h+(c1Δ|S|)2

where c0 and c1 are empirical coefficients, and Δ is the average grid area. c0 is approximately equal to 0.0667 (default) but may vary from 0.01-0.2. c1 may vary from 0.1 to 0.5 and is set to a default value of 0.4. |S| is equal to

     |S|=(2Ux)2+2(Vy)2+(Uy+Vx)2

The wave component of the eddy viscosity is calculated as

     νw=ΛuwHs

where Λ is an empirical coefficient approximately equal to 0.5, Hs is the significant wave height and uw is bottom orbital velocity based on the significant wave height. Outside of the surf zone the bottom orbital velocity is calculated as

     uw=πHsTpsinh(kh)

where Hs is the significant wave height, Tp is the peak wave period, k=2π/L is the wave number. Inside the surf zone, the turbulence due to wave breaking is considered by increasing the bottom orbital velocity as

     uw=Hs2hgh

The default turbulence model is the subgrid model, but may be changed with the advanced card

     TURBULENCE_MODEL                  SUBGRID   !FALCONER | PARABOLIC | SUBGRID

The turbulence model parameters may be changed in the advanced cards as


     EDDY_VISCOSITY_HORIZONTAL         0.2       ![-], smagorinsky coefficient, ~0.1-0.5
     EDDY_VISCOSITY_WAVE               0.5       ![-], wave coefficient, ~0.25-0.5

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.


CMS-Flow