compas_fea
compas_fea copied to clipboard
COMPAS interface to common Finite Element Analysis software.
I work on implementing new mechanical models in Compas fea 1 using Ansys as Backend. It works really fine, but when I install the packages on another PC (including all...
Hi, Thank you for developing such a great tool of connecting fea software with rhino & gh. I am trying to run a fea analysis with block units. I use...
Hello everyone, For further calculations I need the moments and forces in predefined directions. I want to predefine the local axes for example as follow `'ex': [0, 0, 1], 'ey':...
Hi, I have been browsing the tutorial and the examples of compas_fea for Abaqus (https://compas.dev/compas_fea/tutorial.html) looking for options on - An explicit dynamic step - General contact options - Detailed...
Was testing the OpenSees functionality. So adapted the posted scripting example (written for Abaqus) to OpenSees, and simplified it to just truss members (i.e., removed the shell element). Having an...
Hello everyone, in FreeCAD software, we are trying to implement opensees as a solver in FreeCAD, I saw this library and want to know is it possible to integrate it...