WAT2
The generalized explicit Runge-Kutta-Nyström framework with the second scheme presented in 10.1002/nme.7658. It is called WAT2 because it is the second scheme by the authors Wang, Adams and Tamma.
References:
Syntax
integrator WAT2 (1) [2]
# (1) int, unique integrator tag
# [2] double, parameter, default: 1/3
Remarks
The parameter is a ratio between zero and unity. It yields ranging from to as recommended in the reference.
The default value of yields .
!!! Warning When , the algorithm extrapolates.
It is a two-stage method implemented in an alternating fashion.
!!! Warning It is claimed to have a third-order accuracy for displacement and velocity. However, it is only valid for results at the end of the time step (the second stage after applying the corrector). For the results at the end of the first stage, it is only second-order accurate. For nonlinear problems, the error introduced in the first stage will be carried over to the history of the material model, thus affecting the results of the second stage. The overall accuracy can at best be second-order for nonlinear problems.
Accuracy Analysis
Last updated