All Projects → vis-florum → Abaqus-Plugins

vis-florum / Abaqus-Plugins

Licence: Apache-2.0 license
Plugins for Abaqus/CAE in Abaqus 6.14

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Abaqus-Plugins

K3D tests
Unit tests for the Finite Element Toolkit Karamba3D
Stars: ✭ 24 (-35.14%)
Mutual labels:  finite-element-analysis
MaterialModels
User material models for Abaqus (UMAT)
Stars: ✭ 23 (-37.84%)
Mutual labels:  abaqus
feappv
FEAPpv -- free personal version of the FEAP
Stars: ✭ 57 (+54.05%)
Mutual labels:  finite-element-analysis
FreeFem-doc
FreeFEM user documentation
Stars: ✭ 98 (+164.86%)
Mutual labels:  finite-element-analysis
Mote3D toolbox
Toolbox for particulate microstructure modelling
Stars: ✭ 36 (-2.7%)
Mutual labels:  finite-element-analysis
abaqusPy
My Abaqus related stuffs (under development)
Stars: ✭ 20 (-45.95%)
Mutual labels:  abaqus
MinimalFem
podgorskiy.com/spblog/304/writing-a-fem-solver-in-less-the-180-lines-of-code
Stars: ✭ 23 (-37.84%)
Mutual labels:  finite-element-analysis
GXBeam.jl
Pure Julia Implementation of Geometrically Exact Beam Theory
Stars: ✭ 50 (+35.14%)
Mutual labels:  finite-element-analysis
matplotlib-4-abaqus
allow abaqus(v6.14-1) to use matplotlib in its build-in python scripts environment.
Stars: ✭ 32 (-13.51%)
Mutual labels:  abaqus
deal2lkit
A ToolKit library for deal.II
Stars: ✭ 16 (-56.76%)
Mutual labels:  finite-element-analysis
OpenCascadeLink
Open source package for OpenCascadeLink, which is bundled with Wolfram Language products as of version 12.1
Stars: ✭ 23 (-37.84%)
Mutual labels:  finite-element-analysis
FEMAddOns
Finite Element Method addons for Wolfram Language
Stars: ✭ 41 (+10.81%)
Mutual labels:  finite-element-analysis
compas fea
COMPAS interface to common Finite Element Analysis software.
Stars: ✭ 29 (-21.62%)
Mutual labels:  abaqus
featool-multiphysics
FEATool - "Physics Simulation Made Easy" (Fully Integrated FEA, FEniCS, OpenFOAM, SU2 Solver GUI & Multi-Physics Simulation Platform)
Stars: ✭ 190 (+413.51%)
Mutual labels:  finite-element-analysis
range3
Range Software - Finite Element Analysis
Stars: ✭ 31 (-16.22%)
Mutual labels:  finite-element-analysis
NASTRAN CoFE
A finite element code for structural analysis. Written in MATLAB. Uses Nastran input format.
Stars: ✭ 43 (+16.22%)
Mutual labels:  finite-element-analysis
adapy
A python library for structural analysis and design
Stars: ✭ 39 (+5.41%)
Mutual labels:  abaqus
getfem
Mirror of GetFEM repository
Stars: ✭ 23 (-37.84%)
Mutual labels:  finite-element-analysis
GIBBON
The Geometry and Image-Based Bioengineering add-On for MATLAB
Stars: ✭ 132 (+256.76%)
Mutual labels:  finite-element-analysis
AsFem
A Simple Finite Element Method program (AsFem)
Stars: ✭ 108 (+191.89%)
Mutual labels:  finite-element-analysis

Abaqus-Plugins

A collection of my Abaqus/CAE GUI plugins for Abaqus 6.14

Some plugins were made during learning how to code. Some plugins were made to solve specific tasks in my work.

Each plugin has two Python files: one ending on ...DB.py and one ending on ..._plugin.py During start of Abaqus/CAE these get compiled to .pyc files.

The actual plugins functions can be found in myPluginFunctions.py. All plugins files depend on this file in the same directory to work properly. The file myPluginFunctions.py also explains in the comments what actions are performed.

Load all necessary files into a folder "abaqus_plugins" in your Abqus Work directory to test them. The plugins will then be accessible under "Plug-ins" in the toolbar.

Please comment and help me improve!

/Johannes

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].