Skip to main content

Type hints for Abaqus/Python scripting

Project description

abqpy 2016a3

OSCS Status Documentation Status Pages Upload Python Package to PyPI Build and Upload Conda Package

PyPI license PyPI pyversions Anaconda platforms GitHub release PyPI download month

Migrating pyabaqus to abqpy.

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 is using type hints features that require Python 3.9 or a later version, please upgrade it to Python 3.9 or a later version if you are using an earlier 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

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 github.com/haiiliin/abqpy/tree/main/tests for tests using Jupyter Notebooks to build the Abaqus model.

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

pip install ipynbname  # to read the file name of the notebook
pip install notebook
pip install jupyterlab

Or use conda to install (the ipynbname package is only distributed in PyPI, so you have to install it using pip):

conda install jupyterlab
conda install jupyter notebook

Try the following command to make sure the jupyter command is available.

jupyter --version

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
python setup.py install

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-2016a3.tar.gz (785.1 kB view details)

Uploaded Source

Built Distribution

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

abqpy-2016a3-py3-none-any.whl (1.5 MB view details)

Uploaded Python 3

File details

Details for the file abqpy-2016a3.tar.gz.

File metadata

  • Download URL: abqpy-2016a3.tar.gz
  • Upload date:
  • Size: 785.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for abqpy-2016a3.tar.gz
Algorithm Hash digest
SHA256 6b020304610800209f448781a1c87921f552516a21f135f9c58cf5c15f80c935
MD5 c6fb98b1f4d5d61e7ee70926a5e67b2a
BLAKE2b-256 9a1f387d23eaabbef0c7e13d184400153932ff2fb33df8493db1d7f2f16655e2

See more details on using hashes here.

File details

Details for the file abqpy-2016a3-py3-none-any.whl.

File metadata

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

File hashes

Hashes for abqpy-2016a3-py3-none-any.whl
Algorithm Hash digest
SHA256 f24e60253155cf8670975c707f3838aa3f8a17433ae24e82a6ba632cedc5c9b4
MD5 8f9d4a8ce1042f5ef3ecda88d6e32f3d
BLAKE2b-256 e0e0bdf0078cce8c64c5298cf4725a9beae564637b431083535c63d5ef74cef1

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