https://github.com/tlcfem/application-es
10.1016/j.engstruct.2019.109592
https://github.com/tlcfem/application-es
Last synced: 3 months ago
JSON representation
10.1016/j.engstruct.2019.109592
- Host: GitHub
- URL: https://github.com/tlcfem/application-es
- Owner: TLCFEM
- License: gpl-3.0
- Created: 2019-07-30T04:29:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T21:31:02.000Z (over 2 years ago)
- Last Synced: 2025-01-19T05:40:46.894Z (over 1 year ago)
- Language: TeX
- Homepage: https://doi.org/10.1016/j.engstruct.2019.109592
- Size: 1.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Numerical evaluations of a novel membrane element in simulations of reinforced concrete shear walls
This repository contains the source code and example models of paper [10.1016/j.engstruct.2019.109592](https://doi.org/10.1016/j.engstruct.2019.109592).
## Remarks
Adding reinforcement layer with existing element is considered not elegant. Thus, SRGCMQ and RCP4 elements are deprecated. Some examples won't run with the latest version of `suanPan`. To add reinforcement to membrane elements, one can use `Rebar2D` wrapper.
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 CDPPS-1X1.supan
```