Skip to main content

Type hints for Abaqus/Python scripting

Project description

abqpy 2019

Documentation Status Documentation Status Tests CodeQL Build Status PyPI pyversions GitHub release (latest by date) PyPI download month

Read this in other languages: English, 简体中文.

Type hints for Abaqus/Python scripting

abqpy is a Python package providing type hints for Python scripting of Abaqus, you can use it to write your Python script of Abaqus fluently, even without doing anything in Abaqus. It also provides some simple APIs to execute the Abaqus commands so that you can run your Python script to build the model, submit the job and extract the output data in just one Python script, even without opening the Abaqus/CAE.

Other links for this project

Pull Requests are Welcome

Since abqpy is reconstructed from the official Abaqus documentation, many of the docstrings are not well formatted, for example, the Raises section, the math equations, the attributes of the objects, due to the limitation of my time, those things are left behind, if anyone is willing to make any contributions, please feel free to create your pull requests.

Installation

abqpy supports Python 3.7 or a later version. If you are using Python 3.6 or an earlier version, please upgrade to Python 3.7 or a later version.

abqpy is uploaded to PyPI, you can simply install it using pip:

pip install abqpy

abqpy is also uploaded to anaconda, you can use conda to install it:

conda install -c haiiliin abqpy

You may install the latest development version by cloning the GitHub repository and use python to install from the local directory:

git clone https://github.com/haiiliin/abqpy.git
cd abqpy
pip install -r requirements.txt
python setup.py install

Install A Specific Version

You can specify the version number when installing abqpy, for example:

Using pip:

pip install abqpy==2019.3.3

Using conda:

conda install -c haiiliin abqpy=2019.3.3

A better way is to use * to match specific version:

pip install abqpy==2019.*

Optional Requirements

You can put your Abaqus/Python script into a Jupyter Notebook. When you run the notebook, the package will convert the notebook into a plain Python file with the same name but with .py suffix instead of .ipynb, and then it will be submitted to Abaqus kernel.

Go examples for tests using Jupyter Notebooks to build the Abaqus model.

In order to use the Jupyter Notebook feature, you have to install ipynbname:

pip install ipynbname

Setup Abaqus Environment

In order to use Abaqus command to execute the Python script and submit the job, you need to tell abqpy where the Abaqus command is located. Usually, Abaqus command locates in a directory like this:

C:/SIMULIA/Commands/abaqus.bat

You can add the directory C:/SIMULIA/Commands to the system environment variable Path, or you can create a new system variable named ABAQUS_BAT_PATH, and set the value to the file path of the Abaqus command, i.e., C:/SIMULIA/Commands/abaqus.bat.

Screenshots

  • Create an Abaqus Model

    Model

  • Extract Output Data

    Output

Explore more

For detailed usage of this package, please refer to the documentation.

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

abqpy-2019.3.3.tar.gz (9.5 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

abqpy-2019.3.3-py3-none-any.whl (1.6 MB view details)

Uploaded Python 3

File details

Details for the file abqpy-2019.3.3.tar.gz.

File metadata

  • Download URL: abqpy-2019.3.3.tar.gz
  • Upload date:
  • Size: 9.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for abqpy-2019.3.3.tar.gz
Algorithm Hash digest
SHA256 f89dc745e319b156b6f4865c20d61819a69325ef98943bd1c8a1bfec000f5553
MD5 4d206495e32562f8d0c34d46c19d605a
BLAKE2b-256 c978ca138f0000243b19f85520a39d066dd63fb5395b84747a57de2659e84180

See more details on using hashes here.

File details

Details for the file abqpy-2019.3.3-py3-none-any.whl.

File metadata

  • Download URL: abqpy-2019.3.3-py3-none-any.whl
  • Upload date:
  • Size: 1.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.14

File hashes

Hashes for abqpy-2019.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 3ad630c5f51e9431bbc7a67a06e535e2532e46523ad7e71eb89aa5e47fef9c67
MD5 39e9097e05d984cf3d5d0f5ffde62250
BLAKE2b-256 4c86f22f419d786a2bad94e2e721e97dd236555fcb02af3b16527b4f297a801d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page