Skip to content

Tchamwa

First order explicit time integration method using the Tchamwa scheme.

References:

  1. 10.1002/nme.6574

Syntax

Text Only
1
2
3
integrator Tchamwa (1) [2]
# (1) int, unique integrator tag
# [2] double, spectral radius, \rho_\infty, default: 0.5

Theory

The integration relationship is given by the following.

un+1=un+Δtvn+ϕΔt2an,
vn+1=vn+Δtan,

where

ϕ=21+ρ.

The Tchamwa scheme has a first order accuracy and controllable numerical dissipation.

Remarks

If the model is linear elastic, it is possible to indicate using

Text Only
set linear_system true

to speed up the computation.