Top Banner
Finite Element Analysis of Composite Layered Structures ___________________________________ A B S T R A C T A complete formulation of three-dimensional finite element analysis for multi-layered structures was examined using MATLAB. Throughout the investigation, standard weak form expressions, model discretization, local node-numbering, global matrix partitioning, and solution procedures were followed in modeling a uniaxially-loaded, symmetric laminate. Modeling each discretized element as a tri-linear element, the effect of mesh refinement was observed to be significant, and agreed well with the previously hypothesized possibility of a stress singularity. Furthermore, the results obtained from the three-dimensional analysis were compared with that of Classical Laminated Plate Theory, as well as ANSYS. For code validation purposes, a force- reaction balance was performed a posteriori to verify that it was implemented correctly. ___________________________________ A U T H O R S Connor Kaufmann Neola Putnam Ethan Seo Ju Hwan (Jay) Shin ___________________________________ Sibley School of Mechanical & Aerospace Engineering Cornell University, Ithaca, NY, 14853 Submitted on May 1, 2014 to Prof. N. Zabaras
9

Finite Element Analysis of Composite Layered Structures

Oct 01, 2021

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Finite Element Analysis of Composite Layered Structures

Finite Element Analysis of Composite Layered Structures

___________________________________

A B S T R A C T

A complete formulation of three-dimensional finite element analysis for multi-layered structures was examined using MATLAB. Throughout the investigation, standard weak form expressions, model discretization, local node-numbering, global matrix partitioning, and solution procedures were followed in modeling a uniaxially-loaded, symmetric laminate. Modeling each discretized element as a tri-linear element, the effect of mesh refinement was observed to be significant, and agreed well with the previously hypothesized possibility of a stress singularity. Furthermore, the results obtained from the three-dimensional analysis were compared with that of Classical Laminated Plate Theory, as well as ANSYS. For code validation purposes, a force-reaction balance was performed a posteriori to verify that it was implemented correctly.

___________________________________

A U T H O R S

Connor Kaufmann

Neola Putnam

Ethan Seo

Ju Hwan (Jay) Shin

___________________________________

Sibley School of Mechanical & Aerospace Engineering

Cornell University, Ithaca, NY, 14853

Submitted on May 1, 2014 to Prof. N. Zabaras

Page 2: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 2 -

1. Introduction

Composite materials are known to be more favorable for optimizing weight of the structure than monolithic materials. This is due to the anisotropic nature of the fiber-reinforced laminate, which allows engineers to utilize the composite materials without overdesigning in certain orientations. While these multidirectional laminates were shown to be effective at reducing the overall payload of the structure, they introduced a new level of complexity in the proper understanding of their mechanics and led to investigative research in this field.

One particular area of such research is devoted to the study of failure by delamination (Fig. 1). Of the many mechanisms by which a layered structure fails due to delamination, one notable cause of this is the development of interlaminar stresses. Interlaminar stresses are out-of-plane stresses, such as πœŽπ‘§π‘§ , πœπ‘¦π‘§ , and 𝜏π‘₯𝑧 , that are induced at the ply

interface near the free-edges of a laminated structure. Though completely neglected in the framework of 2-D CLPT, or Classical Laminated Plate Theory, these through-thickness stresses can be quite severe in some cases, as there can exist a state of stress singularity from the abrupt mismatch of the Poisson’s effects along the layers. The present study sought to confirm this behavior numerically by performing a complete three-dimensional finite element analysis, as the Kirchhoff-Love’s assumptions used in CLPT was limited to estimating the membrane stresses only, or in-plane stresses. It is noted, however, that to model the physical mechanics with even greater accuracy, one should take into account the material nonlinearity in the analysis. Material nonlinearity plays an important role in failure by delamination because failure is often not governed only by the magnitude of the interlaminar stress (which is infinite in linear elastic theory). Nonlinearity of material properties causes the crack tip, formed at the onset of progressive fracture to experience a blunting effect at the material’s yield point. Nevertheless, it is worth acknowledging that this singular stress is important for understanding the failure mechanism of a laminated structure.

Fig. 1: Failure due to delamination

2. FEM Formulation

In developing the FEM code, the analysis was divided into three main stages: pre-processing, processing, and post-processing. Using MATLAB, any necessary inputs, including the anisotropic material properties, the applied load, the laminate configuration, and the laminate dimensions, were specified. Following the standard solution procedures to be discussed in

more detail in the following paragraphs, the nodal displacements, strain field, and the stress field were outputted.

In the pre-processing stage, the model was discretized into finite elements. In doing so, bias-factor was considered to allow for a greater mesh density (Fig. 2) near the free-edge. This optional step is helpful for obtaining more accurate results without having to increase the number of elements.

A tri-linear element was employed throughout the project. A first-order element was considered the easiest to implement among the general p-order Lagrangian elements. The element used was an eight-node hexahedron element (Fig. 3) with the local node-numbering scheme as given, and each node contained three translational degrees-of-freedom: 𝑒, 𝑣, and 𝑀. The appropriateness of the node-numbering convention was confirmed by checking that the determinants of the elemental Jacobian matrices were positive. This ensured that the mapping between physical and natural coordinates was correct.

Moreover, the elasticity, or the stiffness matrix, which relates the strain to stress, was also defined for each layer of the laminate. This constitutive relationship, {𝜎} = [οΏ½Μ…οΏ½]{πœ€} , is also referred to as the generalized Hooke’s Law (App. A-1).

The rest of the components required to formulate the

elemental stiffness equation were calculated in the pre-processing stage. These included the [𝑡𝑒], [𝑩𝑒], [𝑱𝑒], and [𝑳𝑒] matrices evaluated at the Gauss integration points. Here it is noted that [𝑡𝑒] is the shape function matrix, [𝑩𝑒] = [𝛁s𝑡

𝑒] is the symmetric gradient of [𝑡𝑒], and [𝑱𝑒] and [𝑳𝑒] are referred to as the Jacobian matrix and the connectivity matrix, respectively (App. A-2).

The last step of the pre-processing stage involved specifying the boundary conditions. In the case of uniaxially-loaded laminate, three symmetry planes within the model were observed, such that only one octant of the model was analyzed. The essential boundary conditions were that the appropriate degrees-of-freedom on each symmetry plane were set to zero directional displacements. In addition, the applied pressure load boundary condition was specified as follows.

𝑒(π‘₯ = 0, 𝑦, 𝑧) = 0

𝑣(π‘₯, 𝑦 = 0, 𝑧) = 0

𝑀(π‘₯, 𝑦, 𝑧 = 0) = 0

𝑑̅(π‘₯ = 𝐿, 𝑦, 𝑧) = 𝑃0

Fig. 2: Mesh profile of a laminated structure

Ply interface

Page 3: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 3 -

Fig. 3: 8-node hexahedron element with 3 degrees-of-freedom per node

Once the pre-processing stage was completed, the

elemental stiffness equations were assembled to construct the global stiffness equation. Recalling that the weak form of the governing equation is as shown below, the stiffness matrix, [𝑲𝑒], and the load vector, {𝑓𝑒}, were simply summed for all elements.

To solve for the unknown components of the global degrees-of-freedom, {𝑑𝐹} , the global stiffness equation was rearranged and partitioned by applying the appropriate transformation, as shown below.

𝑲𝑑 = 𝑓

[𝑲𝐸 π‘²πΈπΉπ‘²πΈπΉβŠ€ 𝑲𝐹

] [𝑑𝐸𝑑𝐹] = [

𝑓𝐸𝑓𝐹]

𝑑𝐹 = π‘²πΉβˆ’1𝑓𝐹 , βˆ€ 𝑑𝐸 = 0⃑

It is noted that the method of Gaussian elimination

implemented in MATLAB was used to solve the above set of equations; this is done by setting d_F = K_F \ f_F for greater efficiency than direct matrix inversion. The known components of the degrees-of-freedom, {𝑑𝐸} were appended to the solved solutions, or {𝑑𝐹}, in order to construct the full set of solutions.

Finally, the strain field and the stress field were calculated in the post-processing stage. Using the kinematic relationship, the element-averaged strain was calculated, as follows.

{πœ€} = [𝑩𝑒]{𝑑}, where [𝑩𝑒] was computed as the weighted average of the values obtained at each Gauss integration point.

Similarly, the stress field was calculated by applying Hooke’s Law using the [𝑫𝑒] matrices that were previously computed.

{𝜎} = [𝑫𝑒]{πœ€}

While there are other ways of displaying the strain/stress fields, such as an interpolated field that would result in a smooth variation over the model, as opposed to a discontinuous set of elemental results, the latter was chosen for its slightly greater efficiency. Furthermore, a number of useful features were built into the code, including the options to show the deformed model, display the elemental boundaries, and generate a comprehensive solution file. 3. Numerical Results

Several salient path-wise and contour plots (App. B) are illustrated in this section. A number of observations with emphasis on the free-edge effects are also briefly mentioned.

Fig. 4: Path-wise distribution of 𝜏π‘₯𝑧 along y

Fig. 5: Path-wise distribution of 𝜏π‘₯𝑧 along z

βˆ‘(π‘³π‘’βŠ€ ∫ ∫ ∫ π‘©π‘’βŠ€π‘«π‘’π‘©π‘’|𝑱𝑒| dπœ‰

+1

βˆ’1

dπœ‚

+1

βˆ’1

d𝜁

+1

βˆ’1

𝑳𝑒)

nel

𝑒=1⏟ 𝑲

𝑑

=βˆ‘(π‘³π‘’βŠ€ βˆ«π‘΅π‘’βŠ€π‘‘Μ…π‘’ dΞ“

Ξ“t𝑒

)

nel

𝑒=1⏟ 𝑓

𝜏π‘₯𝑧

Possibility

of stress

singularity

(Ply interface)

𝜏π‘₯𝑧

(Free-edge)

πœ‰

πœ‚

𝜁

Page 4: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 4 -

Fig. 6: 𝜎π‘₯π‘₯ distribution along 𝑦 for various mesh profiles

Fig. 7: πœŽπ‘¦π‘¦ distribution along 𝑦 for various mesh profiles

Fig. 8: πœŽπ‘§π‘§ distribution along 𝑦 for various mesh profiles

Fig. 9: πœπ‘¦π‘§ distribution along 𝑦 for various mesh profiles

Fig. 10: 𝜏π‘₯𝑧 distribution along 𝑦 for various mesh profiles

Fig. 11: 𝜏π‘₯𝑦 distribution along 𝑦 for various mesh profiles

πœŽπ‘§π‘§

(Free-ed

ge)

𝜏π‘₯𝑦

(Free-ed

ge)

𝜏π‘₯𝑧

(Free-ed

ge)

πœŽπ‘¦π‘¦

(Free-ed

ge)

𝜎π‘₯π‘₯

(Free-ed

ge)

πœπ‘¦π‘§

(Free-ed

ge)

Page 5: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 5 -

It is observed (Fig. 4-11) that the magnitude of πœŽπ‘¦π‘¦

begins to decay rapidly near the free-edge, which is consistent with the behavior for a traction-free surface. Similarly, πœπ‘¦π‘§ ,

which is assumed to be zero for a cross-ply laminate under the framework of CLPT, displayed a gradual decay toward the free-edge. On the other hand, πœŽπ‘§π‘§ exhibited a possible state of stress singularity. It is noted that this observation was consistent with findings from prior research.

Furthermore, the validity of CLPT for various laminates was investigated. The table below indicated that CLPT was an accurate assumption only for a laminate with small mismatch in Poisson effect between the neighboring plies. Moreover, it was noted that the mesh refinement had a significant effect on the axial stress results, especially for a laminate with a large mismatch in fiber orientation.

4. Further Verification

After the model was implemented in MATLAB, a force- reaction balance test was conducted as a sanity check to confirm that the code had solved the mathematical model correctly. The configuration being modeled was in static equilibrium, and as such, summation of forces in each coordinate direction should be equal to zero. The following figure (Fig. 12) shows how the reaction forces at nodes with essential boundary conditions specified should equal the externally applied traction forces.

Fig. 12: Free-body-diagram of the force-reaction balance

Laminate width, 𝐡 10 m

Laminate thickness, 𝐻 3.6 m

Applied load, 𝑃0 5 Γ— 107 Pa

Total reaction force -1.8 Γ— 109 N

Normalized traction -5 Γ— 107 Pa

βˆ‘πΉπ‘₯ = 𝑓ext + π‘“π‘Ÿ 0

The reaction traction was computed by dividing the

external force by the cross-sectional area of the plane

orthogonal to the direction of the applied load. The table above summarizes a sample computation. Since the applied load is equal and opposite to the corresponding reaction traction, their sum is zero and the force balance is satisfied.

A simple error analysis is shown in the following paragraph. Due to the difficulty in solving for the exact solution for a layered structure, the theoretical L2 and energy norm errors were computed to demonstrate the error convergence rate with mesh refinement.

||𝑒||L2= (βˆ‘βˆ« (𝑒(π‘₯ ) βˆ’ 𝑒(π‘₯ ))

2 dΞ©

Ω𝑒nel

)

12⁄

≀ πΆβ„Žπ‘+1

||𝑒||en= (βˆ‘

1

2∫ 𝐸𝑒 (πœ€(π‘₯ ) βˆ’ πœ€β„Ž(π‘₯ )) dΩΩ𝑒nel

)

12⁄

≀ πΆβ„Žπ‘

Here, it is noted that 𝐢 is a constant that is dependent on

the interpolation function used for the FE solution, 𝑝 refers to the order of the element (𝑝 = 1 for a linear element), and β„Ž ≑

βˆšβ„Žπ‘₯2 + β„Žπ‘¦

2 + β„Žπ‘§2 is the largest diameter (Fig. 13) that can

inscribed in each element.

Fig. 13: Schematic illustrating element size, β„Ž

Thus by reducing the element parameter, β„Ž, by a factor of

2, the L2 and energy errors are expected to be reduced to ΒΌ and Β½ the original values, respectively. As successively refined meshes were tested with the developed code, mesh convergence was observed, and it could be reasonably be assumed that the FE solution approached the exact solution.

Lastly, the effect of varying the aspect ratio of an element was also investigated in the present study. Here, the aspect ratio, 𝛼 ≑ π‘Ÿmax/π‘Ÿmin , is defined as the ratio of the largest dimension that can be inscribed in the element to the smallest dimension. While the reasoning behind how the aspect ratio has an effect on the solution will not be explained in detail, it is noted that this is due to the shear locking phenomena. The first-order element’s inability to capture the effect of large shear deformation leads to an inaccurate result as the stiffness will be too high. Thus it is recommended that the element be discretized appropriately so as to attain a moderate aspect ratio. 5. Concluding Remarks

This paper discusses the formulation methodology for implementing a 3-D finite element analysis of a layered structure using MATLAB. Following the standard procedures of FEM for an eight-node tri-linear element, several path-wise and contour plots were examined. The results exhibited our expected behavior for a uniaxially-loaded, symmetric laminate.

fext fr

(%)

Page 6: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 6 -

This includes the state of stress singularity at the free-edges near the ply interface, as observed from successive mesh refinements. As an a posteriori verification of our code, a force-reaction balance was performed to confirm that our model satisfied static equilibrium. Finally, the results obtained from the 3-D FE analysis using ANSYS showed strong correlation with our results. In addition, all simulations were run with an Intel Xeon dual-processor @ 2.27 GHz and 30.0 Gb of RAM. For the results reported, a model with approximately 9K degrees-of-freedom was solved and took roughly 15 minutes to process. The finest mesh had β‰ˆ33K degrees-of-freedom and the computation time was 13 hours. 6. References

[1] O. O. Ochoa and J. N. Reddy, β€˜Finite element analysis of composite laminates’, Kluwer Academic Publishers (1992). [2] N. J. Pagano, β€˜Exact solutions for rectangular bidirectional composites and sandwich plates’, J. Compos. Mater., 4, 20- 34 (1970). [3] B. Peseux and S. Dubigeon, β€˜Equivalent homogenous finite element for composite materials via Reissner principle. Part I: finite element for plates’, Int. j. numer. methods eng., 31, 1477-1495 (1991). [4] J. R. Rice, β€˜The Aspect Ratio Significant for Finite Element Problems’ Computer Science Technical Reports, Paper 454, (1985). 7. Appendices

Appendix A

Constitutive equation:

{𝜎} = [𝑻1(βˆ’πœƒ)][π‘ͺ][𝑻2(πœƒ)]{πœ€}

{𝜎} = [𝜎π‘₯π‘₯ πœŽπ‘¦π‘¦ πœŽπ‘§π‘§ πœπ‘¦π‘§ 𝜏π‘₯𝑧 𝜏π‘₯𝑦]⊀

{πœ€} = [πœ€π‘₯π‘₯ πœ€π‘¦π‘¦ πœ€π‘§π‘§ 𝛾𝑦𝑧 𝛾π‘₯𝑧 𝛾π‘₯𝑦]⊀ [π‘ͺ]

=

[ 1 βˆ’ 𝜈23𝜈32𝐸2𝐸3Ξ”

𝜈21 + 𝜈23𝜈31𝐸2𝐸3Ξ”

𝜈31 + 𝜈21𝜈32𝐸2𝐸3Ξ”

0 0 0

𝜈21 + 𝜈23𝜈31𝐸2𝐸3Ξ”

1 βˆ’ 𝜈13𝜈31𝐸1𝐸3Ξ”

𝜈32 + 𝜈12𝜈31𝐸1𝐸3Ξ”

0 0 0

𝜈31 + 𝜈21𝜈32𝐸2𝐸3Ξ”

𝜈32 + 𝜈12𝜈31𝐸1𝐸3Ξ”

1 βˆ’ 𝜈12𝜈21𝐸1𝐸2Ξ”

0 0 0

0 0 0 𝐺23 0 00 0 0 0 𝐺13 00 0 0 0 0 𝐺12]

Ξ” ≑1 βˆ’ 𝜈12𝜈21 βˆ’ 𝜈23𝜈32 βˆ’ 𝜈13𝜈31 βˆ’ 2𝜈21𝜈32𝜈13

𝐸1𝐸2𝐸3

Calculation of [𝑡𝑒] and [𝑩𝑒] matrices:

[𝑡𝑒] = [

𝑁1𝑒 0 0 𝑁2

𝑒 0 0 β‹― 𝑁nen𝑒 0 0

0 𝑁1𝑒 0 0 𝑁2

𝑒 0 β‹― 0 𝑁nen𝑒 0

0 0 𝑁1𝑒 0 0 𝑁2

𝑒 β‹― 0 0 𝑁nen𝑒

]

𝑁𝑖𝑒 = 𝐿𝐼

𝑒(πœ‰)𝐿𝐽𝑒(πœ‚)𝐿𝐾

𝑒 (𝜁)

πΏπ‘šπ‘’ (πœ‰) =∏

πœ‰ βˆ’ πœ‰π‘—π‘’

πœ‰π‘šπ‘’ βˆ’ πœ‰π‘—

𝑒

𝑝+1

π‘—β‰ π‘š

πΏπ‘šπ‘’ (πœ‚) =∏

πœ‚ βˆ’ πœ‚π‘—π‘’

πœ‚π‘šπ‘’ βˆ’ πœ‚π‘—

𝑒

𝑝+1

π‘—β‰ π‘š

πΏπ‘šπ‘’ (𝜁) =∏

𝜁 βˆ’ πœπ‘—π‘’

πœπ‘šπ‘’ βˆ’ πœπ‘—

𝑒

𝑝+1

π‘—β‰ π‘š

[𝑩𝑒] ≑ [πœ΅π‘ π‘΅

𝑒]

=

[ πœ•π‘1

𝑒

πœ•π‘₯0 0

πœ•π‘2𝑒

πœ•π‘₯0 0 β‹―

πœ•π‘nen𝑒

πœ•π‘₯0 0

0πœ•π‘1

𝑒

πœ•π‘¦0 0

πœ•π‘2𝑒

πœ•π‘¦0 β‹― 0

πœ•π‘nen𝑒

πœ•π‘¦0

0 0πœ•π‘1

𝑒

πœ•π‘§0 0

πœ•π‘2𝑒

πœ•π‘§β‹― 0 0

πœ•π‘nen𝑒

πœ•π‘§

0πœ•π‘1

𝑒

πœ•π‘§

πœ•π‘1𝑒

πœ•π‘¦0

πœ•π‘2𝑒

πœ•π‘§

πœ•π‘2𝑒

πœ•π‘¦β‹― 0

πœ•π‘nen𝑒

πœ•π‘§

πœ•π‘nen𝑒

πœ•π‘¦πœ•π‘1

𝑒

πœ•π‘§0

πœ•π‘1𝑒

πœ•π‘₯

πœ•π‘2𝑒

πœ•π‘§0

πœ•π‘2𝑒

πœ•π‘₯β‹―

πœ•π‘nen𝑒

πœ•π‘§0

πœ•π‘nen𝑒

πœ•π‘₯πœ•π‘1

𝑒

πœ•π‘¦

πœ•π‘1𝑒

πœ•π‘₯0

πœ•π‘2𝑒

πœ•π‘¦

πœ•π‘2𝑒

πœ•π‘₯0 β‹―

πœ•π‘nen𝑒

πœ•π‘¦

πœ•π‘nen𝑒

πœ•π‘₯0

]

π‘‘πΏπ‘šπ‘’ (πœ‰)

π‘‘πœ‰=βˆ‘

1

πœ‰π‘šπ‘’ βˆ’ πœ‰β„Ž

𝑒 ( βˆπœ‰ βˆ’ πœ‰π‘—

𝑒

πœ‰π‘šπ‘’ βˆ’ πœ‰π‘—

𝑒

𝑝+1

π‘—β‰ β„Ž ∧ π‘—β‰ π‘š

)

𝑝+1

β„Žβ‰ π‘š

π‘‘πΏπ‘šπ‘’ (πœ‚)

π‘‘πœ‚=βˆ‘

1

πœ‚π‘šπ‘’ βˆ’ πœ‚β„Ž

𝑒 ( βˆπœ‚ βˆ’ πœ‚π‘—

𝑒

πœ‚π‘šπ‘’ βˆ’ πœ‚π‘—

𝑒

𝑝+1

π‘—β‰ β„Ž ∧ π‘—β‰ π‘š

)

𝑝+1

β„Žβ‰ π‘š

π‘‘πΏπ‘šπ‘’ (𝜁)

π‘‘πœ=βˆ‘

1

πœπ‘šπ‘’ βˆ’ πœβ„Ž

𝑒 ( ∏𝜁 βˆ’ πœπ‘—

𝑒

πœπ‘šπ‘’ βˆ’ πœπ‘—

𝑒

𝑝+1

π‘—β‰ β„Ž ∧ π‘—β‰ π‘š

)

𝑝+1

β„Žβ‰ π‘š

Appendix B

Parameters Values

𝐸1 132 Γ— 109 Pa 𝐸1 10.8 Γ— 109 Pa 𝐸1 10.8 Γ— 109 Pa 𝜈12 0.24 𝜈23 0.24 𝜈13 0.24 𝐺12 5.65 Γ— 109 Pa 𝐺23 3.38 Γ— 109 Pa 𝐺13 5.65 Γ— 109 Pa

Load (pressure) 2 Γ— 109 Pa 𝐿 (longitudinal length) 500 m 𝐡 (transverse length) 100 m 𝐻 (normal length) 36 m

Page 7: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 7 -

Fig. 14: 𝜎π‘₯π‘₯ distribution along 𝑧 for various mesh profiles

Fig. 15: πœŽπ‘¦π‘¦ distribution along 𝑧 for various mesh profiles

Fig. 16: πœŽπ‘§π‘§ distribution along 𝑧 for various mesh profiles

Fig. 17: πœπ‘¦π‘§ distribution along 𝑧 for various mesh profiles

Fig. 18: 𝜏π‘₯𝑧 distribution along 𝑧 for various mesh profiles

Fig. 19: 𝜏π‘₯𝑦 distribution along 𝑧 for various mesh profiles

𝜏π‘₯𝑦

𝜎π‘₯π‘₯ (Ply interface)

πœŽπ‘¦π‘¦ (Ply interface)

πœπ‘¦π‘§ (Ply interface)

𝜏π‘₯𝑧 (Ply interface)

(Ply interface)

πœŽπ‘§π‘§ (Ply interface)

Page 8: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 8 -

Page 9: Finite Element Analysis of Composite Layered Structures

Shin et al.

- 9 -