https://github.com/tlcfem/gcmq-opensees-implementation
10.1002/nme.6066
https://github.com/tlcfem/gcmq-opensees-implementation
Last synced: 2 months ago
JSON representation
10.1002/nme.6066
- Host: GitHub
- URL: https://github.com/tlcfem/gcmq-opensees-implementation
- Owner: TLCFEM
- License: gpl-3.0
- Created: 2019-02-26T13:41:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T10:59:18.000Z (about 5 years ago)
- Last Synced: 2025-12-27T21:52:34.192Z (6 months ago)
- Language: C++
- Homepage: https://doi.org/10.1002/nme.6066
- Size: 21.9 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GCMQ --- OpenSees Implementation
This repository contains the OpenSees implementation of GCMQ element.
The provided `OpenSees.exe` under `binary` folder is compiled based on official source code of version `3.2.2`. Dynamic linked library is not provided due to all kinds of compatibility issues.
Please use the following command to create a new GCMQ element:
```tcl
element GCMQ (1) (2...5) (6) (7) [8]
# (1) int, unique element tag
# (2...5) int, four node tags that define element geometry
# (6) double, thickness of element
# (7) int, tag of material model used
# [8] int, integration scheme tag, 1<=>I, 2<=>L, 3<=>G, default: 1
```
For better functionality, GCMQ is also implemented in [suanPan](https://github.com/TLCFEM/suanPan). Readers are recommended to try it out!