Personal tools
You are here: Home cm Wiki Tutorial 4
Views
Tutorial 4 copied.
FrontPage >> CMISS (cm) Tutorials >>

Tutorial 4

last edited 2 years ago by nash


Solving linear elasticity problems using CMISS

This tutorial demonstrates analyses of a few simple structures. This is discussed in Chapter 5 of the FEM/BEM Notes.

Analysis of a bicycle frame using truss elements

This problem investigates the analysis of a bicycle frame using truss elements. Truss elements can be thought of as one dimensional elements that are pin jointed at both ends. This problem is covered in example_412. The three truss system discussed in section 4.2 of the FEM/BEM Notes is covered in example_411.

Analysis of a steel plate

example_421 investigates the loading of a steel plate using plane stress elements.

Analysis of a plate under uniform normal stress

This problem investigates a square plate (with sides of length 2) centred at the origin under a uniform tensile stress of in the x-direction and in the y-direction. The plate will be investigated for the two separate cases of plane stress and plane strain. Under plane stress conditions there is zero stress in the third direction (z in this case). Under plane strain there is zero strain in the third direction (z in this case). It is useful to think about plane stress as that occurring in an infinitely thin plate, and plane strain as that occurring in an infinitely thick plate.

Since this problem is symmetric we only need to consider one quarter of the plate (in this case the top right corner). The plane stress version of this problem is covered in example_422 and the plane strain version in example_431.


Tutorial 4 Quiz | Tutorial 3 | Tutorial 5