Skip to content

Vibroacoustic modeling of building components via numerical models.

License

Notifications You must be signed in to change notification settings

Design-Machine-Group/compas_vibro

Repository files navigation

COMPAS VIBRO

GitHub - License PyPI - Python Version

Vibroacoustic modeling of building components via numerical models.

Installation

To use compas_vibro you need to install COMPAS, and have at least one of the supported analysis backends available on your system. Currently, compas_vibro supports ANSYS and OpenSEES to various degrees.

By installing COMPAS all required Python packages for compas_vibro will be installed as well. To install COMPAS, see the Getting Started instructions in the COMPAS docs.

compas_vibro can be installed using pip from a local source repo, or directly from GitHub.

Make sure to install compas_vibro in the same environment as COMPAS!

From Local Source

To install compas_vibro from a local source repo, clone the repo onto your computer using your Favourite Git client, or using the command line.

Then navigate to the root of the compas_vibro repo and install using pip:

cd compas_vibro
pip install -e .

From GitHub

To install directly from the GitHub repo, just do

$ pip install git+https://github.com/Design-Machine-Group/compas_vibro.git#egg=compas_vibro

Verify

To check the installation, open an interactive Python prompt and import the package.

>>> import compas
>>> import compas_vibro

License

compas_vibro is released under the MIT license.

About

Vibroacoustic modeling of building components via numerical models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published