https://github.com/tlcfem/nm-formulation
10.1061/JSENDH.STENG-12176
https://github.com/tlcfem/nm-formulation
Last synced: 3 months ago
JSON representation
10.1061/JSENDH.STENG-12176
- Host: GitHub
- URL: https://github.com/tlcfem/nm-formulation
- Owner: TLCFEM
- License: gpl-3.0
- Created: 2022-07-03T23:35:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-09T22:09:55.000Z (almost 2 years ago)
- Last Synced: 2025-01-19T05:40:47.576Z (over 1 year ago)
- Language: TeX
- Homepage: https://doi.org/10.1061/JSENDH.STENG-12176
- Size: 7.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reformulation of Concentrated Plasticity Frame Element With N-M Interaction and Generalised Plasticity
This repository contains the source code and example models of paper [10.1061/JSENDH.STENG-12176](https://doi.org/10.1061/JSENDH.STENG-12176).
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 in the corresponding
folders under the corresponding folders in `MODELS`.
```sh
suanpan -f SingleSection.supan
```
All mentioned models are implemented in `suanPan`:
1. Elements
1. 2D Beam Element [NMB21](https://tlcfem.github.io/suanPan-manual/latest/Library/Element/Beam/NMB21/)
2. 3D Beam Element [NMB31](https://tlcfem.github.io/suanPan-manual/latest/Library/Element/Beam/NMB31/)
2. Sections
1. Linear Hardening [NM2D2](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM2D2/)
2. Nonlinear Hardening [NM2D3](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM2D3/)
3. Per-component Hardening [NM2D3K](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM2D3K/)
4. Linear Hardening [NM3D2](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM3D2/)
5. Nonlinear Hardening [NM3D3](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM3D3/)
6. Per-component Hardening [NM32D3K](https://tlcfem.github.io/suanPan-manual/latest/Library/Section/SectionNM/NM3D3K/)