Welcome to composipy’s documentation!

composipy Logo

Overview

composipy is a python library to calculate composite plates using the classical laminate theory. This library is designed to be simple, userfriendly and helpfull.

This library is for learning purposes.

Download using PYPI

pip install composipy

Access the PYPI project:

https://pypi.org/project/composipy/

Documentation

Whats new in composipy?

0.3.2

  • PCOMP NASTRAN API added

  • documentation improvements

0.3.1

  • Class Load added

  • Class Strength added, wich allows the user calculate stresses and check failure criterias of a composite

  • Documentation was updated with jupyter notebook examples

0.2.0

  • composipy is simpler and more robust!

  • Documentation added.

  • Validation tests added.

  • Rayleigh Ritz method for buckling calculation has been removed for simplification purposes. But it can be founded in realease 0.1.3.

Roadmap

  • Theoretical manual

  • Failure criteria functions

  • Mechanical calculations utils

  • Jupyter notebooks with exploratory examples