Skip to content
This repository has been archived by the owner on Mar 4, 2023. It is now read-only.

haiiliin/pyabaqus

Repository files navigation

pyabaqus 2022.1

Maintainer Documentation Status PyPI license PyPI pyversions made-with-sphinx-doc Anaconda platforms GitHub release PyPI download month

Warning The pyabaqus package has been deprecated. Please use the abqpy package instead.

Type hints for Abaqus/Python scripting

pyabaqus 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

Screenshots

  • Create an Abaqus Model

    Model

  • Extract Output Data

    Output

Explore more

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