Changes between Version 5 and Version 6 of doc/tec/discret


Ignore:
Timestamp:
Apr 14, 2016 1:11:14 PM (8 years ago)
Author:
Giersch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/discret

    v5 v6  
    1 [[NoteBox(warn,This site is currently under construction!)]]
    2 
    31= Discretization =
    42
     
    1210
    1311It is thus possible to calculate the derivatives of the velocity components at the center of the volumes (same location as the scalars). By the same token, derivatives of scalar quantities can be calculated at the edges of the volumes. In this way it is possible to calculate derivatives over only one grid length and the effective spatial model resolution can be increased by a factor of two in comparison to non-staggered grids.
    14 By default, the advection terms in the first five equations in Sect. [wiki:doc/tec/gov governing equations] are discretized using an upwind-biased 5th-order differencing scheme in combination with a 3rd-order Runge–Kutta  time-stepping scheme after [#williamson Williamson (1980)]. [#wicker Wicker and Skamarock(2002)] compared different time- and advection differencing schemes and found that this combination give the best results regarding accuracy and algorithmic simplicity. However, the 5th-order differencing scheme is known to be overly dissipative. It is thus also possible to use a 2nd-order scheme after \citet{piacsek1970}. The latter scheme is non-dissipative, but it suffers from immense numerical dispersion. Time discretization can also be achieved using 2nd-order Runge–Kutta or 1st-order Euler schemes.
    15 
    16 \bibitem[{Wicker and Skamarock(2002)}]{wicker2002} Wicker,~L.~J. and
    17   Skamarock,~W.~C.: {Time-splitting methods for elastic models using
    18     forward time schemes}, Mon. Weather Rev., 130, 2088--2097,
    19   2002.
     12By default, the advection terms in the first five equations in Sect. [wiki:doc/tec/gov governing equations] are discretized using an upwind-biased 5th-order differencing scheme in combination with a 3rd-order Runge–Kutta  time-stepping scheme after [#williamson Williamson (1980)]. [#wicker Wicker and Skamarock(2002)] compared different time- and advection differencing schemes and found that this combination give the best results regarding accuracy and algorithmic simplicity. However, the 5th-order differencing scheme is known to be overly dissipative. It is thus also possible to use a 2nd-order scheme after [#piacsek Piacsek and Williams(1970)]. The latter scheme is non-dissipative, but it suffers from immense numerical dispersion. Time discretization can also be achieved using 2nd-order Runge–Kutta or 1st-order Euler schemes.
    2013
    2114== References ==
     
    2821
    2922* [=#wicker]'''Wicker LJ, Skamarock WC.''' 1980. Time-splitting methods for elastic models using forward time schemes. Mon. Weather Rev. 130: 2088–2097.
     23
     24* [=#piacsek]'''Piacsek SA, Williams GP.''' 1970. Conservation properties of convection difference schemes. J. Comput. Phys. 198: 580–616.