All Projects → compas-dev → compas_fea

compas-dev / compas_fea

Licence: MIT license
COMPAS interface to common Finite Element Analysis software.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to compas fea

fem mesh matlab
MATLAB Toolbox for Handling 2D and 3D FEM Meshes
Stars: ✭ 23 (-20.69%)
Mutual labels:  ansys
abaqusPy
My Abaqus related stuffs (under development)
Stars: ✭ 20 (-31.03%)
Mutual labels:  abaqus
adapy
A python library for structural analysis and design
Stars: ✭ 39 (+34.48%)
Mutual labels:  abaqus
MaterialModels
User material models for Abaqus (UMAT)
Stars: ✭ 23 (-20.69%)
Mutual labels:  abaqus
matplotlib-4-abaqus
allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.
Stars: ✭ 32 (+10.34%)
Mutual labels:  abaqus
Abaqus-Plugins
Plugins for Abaqus/CAE in Abaqus 6.14
Stars: ✭ 37 (+27.59%)
Mutual labels:  abaqus
Call ANSYS in MATLAB
The is the MATLAB code for calling ANSYS in MATLAB
Stars: ✭ 16 (-44.83%)
Mutual labels:  ansys
compas fab
Robotic fabrication package for the COMPAS Framework.
Stars: ✭ 75 (+158.62%)
Mutual labels:  compas

COMPAS FEA

build GitHub - License PyPI - Python Version PyPI - Latest Release DOI

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].