Rectangular Plates
Plate Under Uniform Pressure Load
Define material properties and a stacking sequence
Use the parseLaminate functions and notation to build a stacking sequence
| Angle | material | Ply Thick | |
| 1 | 45 | 1 | 0.0055 |
| 2 | -45 | 1 | 0.0055 |
| 3 | 0 | 1 | 0.0055 |
| 4 | 90 | 1 | 0.0055 |
| 5 | 45 | 1 | 0.0055 |
| 6 | -45 | 1 | 0.0055 |
| 7 | 0 | 1 | 0.0055 |
| 8 | 90 | 1 | 0.0055 |
| 9 | 90 | 1 | 0.0055 |
| 10 | 0 | 1 | 0.0055 |
| 11 | -45 | 1 | 0.0055 |
| 12 | 45 | 1 | 0.0055 |
| 13 | 90 | 1 | 0.0055 |
| 14 | 0 | 1 | 0.0055 |
| 15 | -45 | 1 | 0.0055 |
| 16 | 45 | 1 | 0.0055 |
Simple supported plate, with dimensions x = 10 and y = 5. Use 8 solution terms in both the x and y directions. A unit pressure is applied.
Find the displacement at the center of the plate
Create a contour plot of w displacement
Find another solution with clamped conditions
Contour plot of the x-moment for a clamped plate
Y-component of transverse shear load
Plate Under Non-Uniform Pressure Load
A non-uniform pressure load can be defined using a pure function. In this case (1 + #1)& is the pure function. It is equivalent to (1+
), where
is the normalized x coordinate that runs from -1 to +1.
The resulting displacement plot shows the influence of the variable pressure load
Anisotropic Plate
Look at a highly anisotropic laminate constructed by using all +45 degree plies in place of a balanced construction
The resulting contour plot shows that the displacements are skewed because of the anisotropic nature of the laminate
Buckling
Define material properties and a stacking sequence
Use the parseLaminate functions and notation to build a stacking sequence
| Angle | material | Ply Thick | |
| 1 | 45 | 1 | 0.0055 |
| 2 | -45 | 1 | 0.0055 |
| 3 | 0 | 1 | 0.0055 |
| 4 | 90 | 1 | 0.0055 |
| 5 | 45 | 1 | 0.0055 |
| 6 | -45 | 1 | 0.0055 |
| 7 | 0 | 1 | 0.0055 |
| 8 | 90 | 1 | 0.0055 |
| 9 | 90 | 1 | 0.0055 |
| 10 | 0 | 1 | 0.0055 |
| 11 | -45 | 1 | 0.0055 |
| 12 | 45 | 1 | 0.0055 |
| 13 | 90 | 1 | 0.0055 |
| 14 | 0 | 1 | 0.0055 |
| 15 | -45 | 1 | 0.0055 |
| 16 | 45 | 1 | 0.0055 |
Buckling solution for a simply-supported plate. The load vector is a unit x-direction compression.
The first element of the list is the buckling load factor. It multiples in the input load list to yield a buckling load. The solution object (the second item returned in the list) can be used to generate buckling mode plots. Note that the number of terms in the solution series must be large enough to give a good representation of the buckling mode. For very large or small aspect ratio plates, there may not be enough terms to capture all of the buckle mode half-waves.
Report the solution with a unit shear load (third component of the load vector)
The contour plot shows a typical shear buckling pattern
Created by Mathematica (March 7, 2004)