Formula-based calculator for alloy properties
Project description
Alloy Properties Calculator
Formula-based calculator for alloy properties
Features
- VEC (Valence Electron Concentration)
- Atomic Size Mismatch (Δ)
- Pauling Electronegativity
- Entropy of Mixing
Installation
-
Install with pip:
pip install alloys-props
-
Install with poetry:
poetry add alloys-props
Usage
# coding: utf-8
from alloys_props import vec, delta, pauling_negativities, entropy_of_mixing
alloy = 'Al0.5Fe'
print(f'vec: {vec(alloy)}')
print(f'pauling_negativities: {pauling_negativities(alloy)}')
print(f'delta: {delta(alloy)}')
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
alloys_props-0.1.0.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for alloys_props-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9add26380e61a67ae1172022ab325029f738f89641829ba8b7b655e9ea7a89c3 |
|
MD5 | ef34517c59b0277f3c3938153599a673 |
|
BLAKE2b-256 | e0b3426f11f359cff4555f89486f3ecbb090c9a2acd1a19db5b079e7d382f26d |