A Numerical Approach to the Classical Laminate Theory of Composite Materials: The Composite Laminate Analysis Tool―CLAT v2.0

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

This book first provides a systematic and thorough introduction to the classical laminate theory for composite materials based on the theory for plane elasticity elements and classical (shear-rigid) plate elements. The focus is on unidirectional lamina which can be described based on orthotropic constitutive equations and their composition to layered laminates. In addition to the elastic behavior, failure is investigated based on the maximum stress, maximum strain, Tsai-Hill, and the Tsai-Wu criteria.


The solution of the fundamental equations of the classical laminate theory is connected with extensive matrix operations, and many problems require in addition iteration loops. Thus, a classical hand calculation of related problems is extremely time consuming. In order to facilitate the application of the classical laminate theory, we decided to provide a Python-based computational tool, the so-called Composite Laminate Analysis Tool (CLAT) to easily solve some standard questions from the context of fiber-reinforced composites. The tool runs in any standard web browser and offers a user-friendly interface with many post-processing options. The functionality comprises stress and strain analysis of lamina and laminates, derivation of off-axis elastic properties of lamina, and the failure analysis based on different criteria.


Author(s): Andreas Öchsner, Resam Makvandi
Series: Advanced Structured Materials, 189
Publisher: Springer
Year: 2023

Language: English
Pages: 180
City: Cham

Preface
Contents
Symbols and Abbreviations
Latin Symbols (Capital Letters)
Latin Symbols (Small Letters)
Greek Symbols (Small Letters)
Mathematical Symbols
Indices, Superscripted
Indices, Subscripted
Abbreviations
1 Introduction
References
2 Classical Laminate Theory
2.1 Continuum Mechanical Modeling
2.2 Macromechanics of a Lamina
2.2.1 Kinematics
2.2.2 Constitutive Equation
2.2.3 Equilibrium
2.2.4 Partial Differential Equations
2.2.5 Failure Criteria
2.3 Macromechanics of a Laminate
2.3.1 Generalized Stress-Strain Relationship
2.3.2 Special Cases of Laminates
2.3.3 Failure Analysis of Laminates
References
3 Composite Laminate Analysis Tool—CLAT
3.1 Programming Approach
3.2 Graphical Appearance, Functionality, and Operation
References
4 Application Examples
4.1 Introduction
4.2 Problem 1: Stresses and Strains in a Symmetric Laminate
4.3 Problem 2: Stresses and Strains in an Asymmetric Laminate
4.4 Problem 3: Failure Criteria
4.5 Problem 4: Ply-By-Ply Failure Loads
4.6 Problem 5: Pole Diagrams of Elastic Properties for Unidirectional Laminae
4.7 Problem 6: Failure Envelopes for Unidirectional Laminae
References
5 Source Codes
5.1 Main.py
5.2 Laminates_classes.py
5.3 GlobalVars.py
5.4 CLATHelpModule.py
5.5 Requirements.txt
Index