--- Welcome to the official ADCIRCWiki site! The site is currently under construction, with limited information. ---

For general information, see the ADCIRC site, ADCIRC FAQ, or the ADCIRC Wikipedia page. For model documentation not yet available on the wiki, see the ADCIRC site. New content is being continuously added to the ADCIRCWiki, and material from the main ADCIRC site will be gradually transitioned over to the wiki.

A00, B00, C00: Difference between revisions

From ADCIRCWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 27: Line 27:
These conditions are for linear finite-elements (ADCIRC uses these) with even node spacings and constant bathymetry. Other conditions for quadratic finite-elements, uneven node spacings, and non-constant bathymetry are shown in Kinnmark and Gray (1985)<ref name=Kinnmark></ref>.
These conditions are for linear finite-elements (ADCIRC uses these) with even node spacings and constant bathymetry. Other conditions for quadratic finite-elements, uneven node spacings, and non-constant bathymetry are shown in Kinnmark and Gray (1985)<ref name=Kinnmark></ref>.


As one can see, stability (and optimal dispersive accuracy<ref name=Foreman></ref>) is superior for the lumped mass-matrix solver versus the consistent mass-matrix solver, hence the lumped solver should always be chosen when employing an explicit method (see [[IM]] parameter for setting the solver type).
In the explicit method case, stability (and optimal dispersive accuracy<ref name=Foreman></ref>) is superior for the lumped mass-matrix solver versus the consistent mass-matrix solver, hence the lumped solver should always be chosen when employing an explicit method (see [[IM]] parameter for setting the solver type).


== Critique ==
== Critique ==

Revision as of 02:25, 7 July 2019

A00, B00, C00 are the weighting factors (at time levels k+1, k, k-1, respectively) for the free surface and boundary fluxes in the GWCE, and must sum to 1. Most critically, the weighting factors are used in the discretization of the linear gravity wave (pressure gradient) term and are responsible for determining the inherent implicity (impacting solution stability), in addition to order of accuracy and dispersive characteristics of the numerical method.

Typical Values

If the consistent mass-matrix solver is chosen (see IM parameter) then a semi-implicit method is possible and encouraged. In this case the most common choice for the weighting factors are:

If the lumped mass-matrix solver is chosen then only an explicit method is possible (the weighting A00 must be zero as no matrix solve is conducted), and the weighting factors that are typically chosen become simply:

Theory

Theory is dominated by analysis of the Wave Continuity Equation (WCE), a special case of the Generalized Wave Continuity Equation (GWCE) where the TAU0 parameter is equal to the linear friction coefficient. In what has been determined to be a third-order accurate method centered in time[1], which was first introduced by Lynch and Gray (1979)[2], the choice of A00, B00, C00 is reduced to depend on a single parameter, :

In other words, k+1 and k-1 weightings are chosen to be equal. It would however not appear that any restriction other than the requirement that A00, B00, C00 must sum to 1 is necessary to obtain second-order accuracy[1]. Unconditional stability is achieved with the prescription of [1][2]. Likely because of this fact, the typical choice for ADCIRC has become , i.e., as noted above. Different values of may be motivated by the following expression for optimal dispersive accuracy for the consistent mass-matrix solver[1]:

where is the Courant number based on the linear gravity wave speed.

A purely explicit method () for the WCE is found to be stable under the following conditions[3]:

  •  : lumped mass-matrix solved in 1-D
  • : consistent mass-matrix solved in 1-D
  • : lumped mass-matrix solved in 2-D.

These conditions are for linear finite-elements (ADCIRC uses these) with even node spacings and constant bathymetry. Other conditions for quadratic finite-elements, uneven node spacings, and non-constant bathymetry are shown in Kinnmark and Gray (1985)[3].

In the explicit method case, stability (and optimal dispersive accuracy[1]) is superior for the lumped mass-matrix solver versus the consistent mass-matrix solver, hence the lumped solver should always be chosen when employing an explicit method (see IM parameter for setting the solver type).

Critique

Since theory is based on the WCE instead of the GWCE, stability is shown to be independent of the choice of TAU0 (). However, from experience a larger value of always tend to be more unstable than a smaller value. This makes sense since the behavior of the equations will become more and more similar to the Primitive Continuity Equation with greater , which is responsible for 2Δx instabilities - the motive for using the GWCE in the finite-element method. Further analysis of the GWCE is required to determine stability with respect to the choice of and different weighting factors (possibly non-centered, i.e., ).

Moreover, the equations analyzed are always linearized (a requirement of the von Neumann stability analysis), thus unconditional stability may not be possible for the semi-implicit method when simulating real-world problems, especially those with fine grid sizes and where nonlinearities are non-trivial. In such cases where it is not possible to achieve time steps more than twice that possible with an explicit method it becomes preferable to employ the explicit lumped mass-matrix solver since it is computationally twice as fast per time step solve.

References

  1. 1.0 1.1 1.2 1.3 1.4 M.G.G. Foreman, An Analysis of the “Wave Equation” Model for Finite Element Tidal Computations, J. Comput. Phys. 52 (1983) 290–312.
  2. 2.0 2.1 D.R. Lynch, W.G. Gray, A Wave Equation Model for Finite Element Tidal Computations, Computers & Fluids. 7 (1979) 207–228.
  3. 3.0 3.1 I.P.E. Kinnmark, W.G. Gray, Stability and accuracy of spatial approximations for wave equation tidal models, J. Comput. Phys. 60 (1985) 447–466. doi:10.1016/0021-9991(85)90030-0.