Dissemination of IT for the Promotion of Materials Science (DoITPoMS)

PreviousNext

Questions

Quick questions

You should be able to answer these questions without too much difficulty after studying this TLP. If not, then you should go through it again!

  1. Which is true? For second order elements:

    a The interpolation between the element nodes is linear
    b The shape function derivatives sum to 1
    c The solution between the nodes can be approximated using a second order polynomial
    d The solution between the nodes has no dependence on the solution at the nodes

  2. Which is true? For first order elements:

    a The shape functions sum to 0
    b The shape function derivatives sum to 1
    c Field variables vary linearly between the element nodes
    d The elements contain midside nodes

  3. Which is true? The error between an exact and finite element solution will always be reduced by:

    a Decreasing the element density
    b Increasing the element density
    c Increasing the element order
    d Decreasing the element order

  4. If your finite element mesh contains 16 nodes, how many degrees of freedom are there in a coupled thermomechanical simulation:

    a 64
    b 48
    c 24
    d 16

  5. In a structural mechanics analysis, what type of boundary condition is an applied pressure:

    a Dirichlet
    b Neumann
    c Robin
    d Dirichlet + Neumann

  6. Discretise the following function using three equal length elements between \(0 \le x \le 6\). Assume the elements are linear (first order), and calculate \(\phi (x = 3.2)\) using the finite element method. Compare your answer to the exact solution.\[\phi = x(x - 3.5)(x + 3) + 30\]

  7. Discretise the same function using six equal length elements and find \(\phi (x = 3.2)\) using the finite element method. Compare your answer to the exact solution and to the answer obtained using a three element discretisation.

  8. Discretise the same function using three equal length but QUADRATIC elements. Calculate \(\phi (x = 3.2)\) and compare your answer to the ones obtained previously.

  9. Using an equal length, 4-element discretisation of \(f(x) = 10 - {x^2}\), calculate \(f(x = 0.6)\) and the error between the finite element and exact solutions.

  10. For the system of springs below, determine the global stiffness matrix.

  11. A system of 1-dimensional springs has the following global stiffness matrix. Draw the system of springs.