https://github.com/tlcfem/generalised-damper-algorithm-mssp
10.1016/j.ymssp.2021.108795
https://github.com/tlcfem/generalised-damper-algorithm-mssp
Last synced: 3 months ago
JSON representation
10.1016/j.ymssp.2021.108795
- Host: GitHub
- URL: https://github.com/tlcfem/generalised-damper-algorithm-mssp
- Owner: TLCFEM
- License: gpl-3.0
- Created: 2021-11-05T08:18:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T21:26:04.000Z (over 2 years ago)
- Last Synced: 2025-01-19T05:40:46.971Z (over 1 year ago)
- Language: TeX
- Homepage: https://doi.org/10.1016/j.ymssp.2021.108795
- Size: 772 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://doi.org/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`](https://github.com/TLCFEM/suanPan). Then run the model via, for example, the following command.
```sh
suanpan -f FRAME.supan
```
The Maxwell model is implemented as a damper element,
see [this](https://tlcfem.github.io/suanPan-manual/latest/Library/Element/Special/Damper02/) page.
The quadrant damper is implemented as a material model,
see [this](https://tlcfem.github.io/suanPan-manual/latest/Library/Material/Material1D/Viscosity/Viscosity02/) page.