elasticConstants

Convert pair of elastic constants


Keywords
elasticity
License
MIT
Install
pip install elasticConstants==0.0.1

Documentation

elasticConstants

Simple Python library/function to convert elastic constants.

Usage

import elasticConstants

print(elasticConstants.convert(E=1.0, nu=0.3))

Installation

Using conda

conda install -c conda-forge elasticConstants

Using PyPi

pip install elasticConstants

From source

# Download elasticConstants
git checkout https://github.com/tdegeus/elasticConstants.git
cd elasticConstants

# Install
python -m pip install .

Develop

After completing an update, change the version number and upload to GitHub and then to PyPi using

python setup.py bdist_wheel --universal
twine upload dist/*