Metadata-Version: 2.1
Name: fiberpy
Version: 0.0.1
Summary: Computional methods for fiber-reinforced composites
Home-page: https://github.com/tianyikillua/fiberpy
Author: Tianyi Li
Author-email: tianyikillua@gmail.com
License: License :: OSI Approved :: MIT License
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Requires-Dist: numpy

# Computational methods for fiber-reinforced composites

This package provides several computational models for fiber-reinforced composites (thermoplastics reiforced by glass fibers, for instance).

- Compute the 4th-order fiber orientation tensor from the 2nd-order one (using closure models)
- Compute the effective thermomechanical properties from the microstructure definition

### Testing

To run the `fiberpy` unit tests, check out this repository and type
```
pytest
```

### License

`fiberpy` is published under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).


