https://github.com/compas-dev/compas_fea
COMPAS interface to common Finite Element Analysis software.
Science Score: 33.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
8 of 11 committers (72.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.6%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
COMPAS interface to common Finite Element Analysis software.
Basic Info
- Host: GitHub
- Owner: compas-dev
- License: mit
- Language: Python
- Default Branch: main
- Homepage: https://compas.dev/compas_fea
- Size: 517 MB
Statistics
- Stars: 37
- Watchers: 8
- Forks: 17
- Open Issues: 47
- Releases: 0
Topics
Metadata Files
README.md
COMPAS FEA
[!WARNING] This package is deprecated and will be removed in the future. Please use compas_fea2 instead.
Finite Element Analysis for COMPAS.
Finite element analysis is a numerical approach to solving a variety of problems in the sciences, mathematics and engineering fields. A continuum such as a fluid or solid volume, is discretised into a set of smaller discrete elements. For each element, data of interest, such as stresses, displacements, temperatures and so on, are found at the nodes and element integration points. The greater the number of elements used to represent the continuum, the better the numerical model will represent the original continuous solution.
The compas_fea package of the compas framework seeks to aid the user, be they an architect, scientist or engineer, in creating and analysing a suitable finite element model for their problem. This is done by creating a Structure object, to contain geometric information about the model, and then to apply loads, displacements, materials and so forth for a subsequent analysis. This construction of the Structure object may be performed in a pure scripting manner with Python, and/or through various modules that help construct the object through present or parametrically generated geometry.
Once the model has been constructed, it may be analysed through a finite element solver in the background, with the data then stored back into the original object or as raw data files. The data can then be post-processed to display the results either through standard compas viewers and applications, or with visualisation support from specific CAD or finite element software.
By using the compas_fea package, the majority of the repetitive scripting tasks needed to perform a geometrically or structurally complex analysis are eliminated, allowing for the rapid investigation of models, with easy to use and streamlined data post-processing and visualisation support.
Installation
First Steps
Questions and Feedback
Issue Tracker
License
Credits
Owner
- Name: compas-dev
- Login: compas-dev
- Kind: organization
- Website: https://compas.dev
- Repositories: 45
- Profile: https://github.com/compas-dev
COMPAS - an open source computational framework for research and collaboration in AEC
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| andrewtliew | l****w@a****h | 277 |
| Tomás Méndez Echenagucia | m****z@a****h | 101 |
| brgcode | v****t@e****h | 50 |
| frankie | r****o@a****h | 48 |
| andrewliew | a****w@p****m | 26 |
| Tomas Mendez Echenagucia | t****e@C****u | 6 |
| andrewliew | a****w@s****k | 6 |
| brgbits | b****g@a****h | 4 |
| Licini | l****0@g****m | 3 |
| Ioanna Mitropoulou | i****1@h****m | 2 |
| brgcode | v****e@a****h | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 90
- Total pull requests: 12
- Average time to close issues: 7 months
- Average time to close pull requests: 1 day
- Total issue authors: 12
- Total pull request authors: 5
- Average comments per issue: 1.06
- Average comments per pull request: 0.75
- Merged pull requests: 9
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 2
- Average time to close issues: N/A
- Average time to close pull requests: about 3 hours
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 1.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- andrewliew (68)
- tmsmendez (6)
- franaudo (4)
- Beberger (3)
- rjodon (2)
- ebruun (1)
- ebrahimraeyat (1)
- Voulp (1)
- Wesley1992 (1)
- jwwang0-0 (1)
- ioannaMitropoulou (1)
- WeberMarius (1)
Pull Request Authors
- franaudo (8)
- wensley-rushing (2)
- petrasvestartas (2)
- ioannaMitropoulou (1)
- Licini (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 208 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 2
- Total maintainers: 1
pypi.org: compas-fea
compas finite element package
- Homepage: https://github.com/compas-dev/compas_fea
- Documentation: https://compas-fea.readthedocs.io/
- License: MIT license
-
Latest release: 0.3.3
published over 4 years ago
Rankings
Maintainers (1)
Dependencies
- attrs >=17.4 development
- autopep8 * development
- bump2version >=0.5.11 development
- check-manifest >=0.36 development
- doc8 * development
- flake8 * development
- graphviz * development
- invoke >=0.14 development
- ipykernel * development
- ipython >=5.8 development
- isort * development
- m2r * development
- nbsphinx * development
- pydocstyle * development
- pytest >=3.2 development
- sphinx >=3.4 development
- sphinx_compas_theme >=0.13 development
- twine * development
- COMPAS >=1.0