Skip to content

TLCFEM/generalised-damper-algorithm-mssp

Repository files navigation

Numerical simulation of generalised Maxwell-type viscous dampers with an efficient iterative algorithm

This repository contains the source code and example models of paper 10.1016/j.ymssp.2021.108795.

To cite or reproduce figures in the paper, you can find the corresponding figure and copy the source code in your work.

The numerical examples used in the paper are developed in suanPan. To perform the numerical analysis, one can download and install suanPan. Then run the model via, for example, the following command.

suanpan -f FRAME.supan

The Maxwell model is implemented as a damper element, see this page.

The quadrant damper is implemented as a material model, see this page.