Skip to main content

Python utilities, including material definition and unit system handling with pint

Project description

pyMatUnits - Python Materials and Units handling package

Package for handling units systems and conversion, leveraging the pint package, as well as material property definition for use with in physics-based modeling.

Installation

Once the appropriate conda or virtual environment is activated, navigate to the main directory and run:

pip install --editable .

This should install the dependencies if not already installed

Documentation

The formatted documentation for this package can be found at https://github.gatech.edu/pages/acox37/pymatunits/

If the documentation has been modified in your current branch, you can do the following to view the detailed documentation as a website:

  • Verify that mkdocs is installed
  • Navigate to main folder (same folder as mkdocs.yml)
  • Either:
    • Run mkdocs serve and open http://127.0.0.1:8000/
    • OR run mkdocs build which will compile it into a site folder, then just open site/index.html

Changelog

v1.4: New attribute storing procedure

  • Remove optional Union[float, Quantity] inputs, assume Quantity is provided
    • Base attributes (e.g. material.E) are saved as provided
      • This means that it is up the user to provide a quantity
      • Either way that quantity is saved as is
    • The extension attribute (e.g. material.E_) is converted to the provided unit system and saved as a float
      • When setting/changing the unit system, only the extension attributes (with trailing _) are modified
    • This means values can be accessed without dealing with .magnitude or the convert function
    • Suggesting to propagate this format to other packages that use pyMatUnits
      • Allows for tracking original input units while allowing for access to a magnitude for internal purposes
  • Also updates docstrings, typing, unit tests (which pass)
  • Other minor changes: Add hash to UnitSystem

v1.3.1: Dynamic versioning, streamline unit corrections

  • Add dynamic versioning to pyproject.toml
  • Save unit corrections after running check_consistency once to not have to call every time convert is used

v1.3: Installation and documentation update

  • Move from setup.py to pyproject.toml
  • Add mkdocs setup and files for initial version of documentation website

v1.2: Encoding improvements, material unit system conversion

to/read_json: allow for saving unit string in JSON files

Material.unit_system can be set, which will convert all quantities

Built-In/Saved Materials and Unit Systems

mat_prop and units modules have builtin_dir and builtin_paths to lead to saved JSON files

Unit Systems

Module name : units

Works on top of the pint package. UnitSystem class allows for storage of system of units (length, mass, time, etc.), as well as the ability to check for internal consistency of said system using check_consistency method. Logs consistency issues as well as returning conversion factors to be used when converting inconsistent units.

Unit systems can be stored or read from JSON file format using .to_json/.read_json, similar to Pandas.

  • Main class : UnitSystem
  • Unit conversion function : convert

Materials

Module name : mat_prop

Allows for material definitions, based on those defined in Abaqus. Can create materials in Abaqus CAE or Nastran input file (bdf) if the appropriate dependencies are in place (Abaqus API or Nastran Utils package).

Materials can be stored or read from JSON file format using .to_json/.read_json, similar to Pandas.

Apps

Dash apps (units_app.py and mat_app.py) for creating, reading, or writing unit systems or material objects.

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

pymatunits-1.4.tar.gz (46.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pymatunits-1.4-py3-none-any.whl (43.8 kB view details)

Uploaded Python 3

File details

Details for the file pymatunits-1.4.tar.gz.

File metadata

  • Download URL: pymatunits-1.4.tar.gz
  • Upload date:
  • Size: 46.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.18

File hashes

Hashes for pymatunits-1.4.tar.gz
Algorithm Hash digest
SHA256 b72f78d5503b3714c81f7f70e50ce5c439b241d92126aceb83b16db3c9e73e47
MD5 02b4bee44484838009976f5055ce849e
BLAKE2b-256 899030f45f7eca2f0c5d424484cd110dcc30a18415d7b1cec757f6b7a20d75b0

See more details on using hashes here.

File details

Details for the file pymatunits-1.4-py3-none-any.whl.

File metadata

  • Download URL: pymatunits-1.4-py3-none-any.whl
  • Upload date:
  • Size: 43.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.18

File hashes

Hashes for pymatunits-1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 4153074152878c5394e0a3d450c2f78cb23aba8b75afdcad8e183610039c3514
MD5 86cd4419f07912e554245a519040a3a6
BLAKE2b-256 d1d37f05a863ba896d674deb3a519fc66f96ce5ef33ac1da31a5200c7b1c2f38

See more details on using hashes here.

Supported by

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