zjj0930 / AbaqusUsub.cpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AbaqusUsub.cpp

A framework to write Abaqus User (Material) Subroutine in C++. For convenience, the FORTRAN vectors and matrices are reinterpreted into C++ vectors and matrices provided by the LMT++ library.

Installation

> git clone https://github.com/mgenet/LMTpp.git
> git clone https://github.com/mgenet/AbaqusUsub.cpp.git

Usage

Examples are given for linear elasticity. To compile them, simply run:

> cd AbaqusUsub.cpp
> make

Example

An example is provided of a simple cube in tension. To execute it, simply run:

> cd JOB
> make

About

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 85.9%Language:Python 8.6%Language:Makefile 5.5%