This package provides several computational models for fiber-reinforced composites (thermoplastics reinforced by glass fibers, for instance).
- Compute the 4th-order fiber orientation tensor from the 2nd-order one (linear, quadratic, hybrid, orthotropic closure models...)
- Compute the effective thermomechanical properties from the microstructure definition (Mori-Tanaka, orientation averaging...)
- Compute fiber orientation tensor evolution using the Folgar-Tucker model or its variants (RSC model...)
Documentation is available here.
To install fiberpy
, run
pip install -U fiberpy
To run the fiberpy
unit tests, run
pytest
fiberpy
is published under the MIT license.