Skip to content

Project analysis of laminate structures, using the Classic Laminate Theory

Notifications You must be signed in to change notification settings

nortonmrt/composite_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 

Repository files navigation

Composite structure analysis - Classical Laminate Theory

This project aims to give a basic project analysis for composite structures, using the classical laminate theory. Given the material properties, geometry and the mechanical loads of the structure, the outputs are:

  • The stresses and strains in global and local coordinates of each lamina;
  • Analysis fo the structure integrity in 3 failure theories: maximum stress, Tsai-Hill and Tsai-Wu;
  • Failure graph (as shown in the figure);
  • Graphical distribution of stresses and strains along the thickness (also shown in the figures below).

The figures are an example of usage, for a 17-layers laminate. The data from this example is commented on the code.

Failure graph:

image

In this graph, it is important to notice that, if any of the red dots are out of at least one of the curves, the laminate fails. In this case, it is necessary to change geometrical properties or reduce the load applied to the structure.

Graphical distribution of stress and strain along the thickness of the laminate:

image image

In this first version the laminated properties must be acquired experimentally, but for next versions it will be possible to use theoretical methods such as the Mixture Rule. The user should input the properties, but it is possible also to use the ready example implemented on the code. Just uncomment these data and comment the input functions.

Another feature is that the results of stress and strain can be exported to Excel.

Obs: the author does not take responsibility from the usage of this routine in real engineering projects. The aim of this implementation is purely educational.

About

Project analysis of laminate structures, using the Classic Laminate Theory

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published