Skip to main content

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

  1. Install with pip:

    pip install alloys-props
    
  2. 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


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)

Uploaded Source

Built Distribution

alloys_props-0.1.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page