Nonlinear finite elements/Homework 2

From Wikiversity
Jump to navigation Jump to search

Problem 1: Classification of PDEs[edit | edit source]

Two commonly encountered PDEs in engineering are

and

  1. What physical processes do the two PDEs model?
  2. Write out the PDEs in elementary partial differential notation (that is, using symbols of the form ).
  3. Determine whether the PDEs are elliptic, hyperbolic, or parabolic. Show how you arrived at your classification.

Problem 2: Models of Physical Problems[edit | edit source]

The differential equation which can be written as

arises in a number of fields of physics and engineering.

Write out the ODEs for at least five of these physical situations and identify the meanings of the variables.

Problem 3: Weighted Residual Methods[edit | edit source]

Give examples from the scientific literature, with full references, where the collocation, subdomain, and least squares weighted residual methods have been used.

Explain why the standard finite element method has not been used in these examples.

One example for each method will suffice.

Problem 4: Least Squares Method[edit | edit source]

The residual over an element (for the general second-order ODE) is defined as

where

In the least squares method, the residual is minimized in the following sense:

  1. What is the weighting function used in the least squares approach?
  2. Develop a least-squares finite element model for the problem. You don't have to find the solution to a specific problem - just the components of , , and for an element will do.
  3. Discuss some functions () that can be used to approximate .

Problem 5: Heat Transfer[edit | edit source]

The differential equation that is used to model one-dimensional heat transfer is

where is the temperature, is the thermal conductivity, and is the heat generation.

Let us assume that the boundary conditions are

where is a prescribed temperature, is a convective heat transfer coefficient, is the ambient temperature, and is a prescribed heat flux.

  1. Formulate the finite element model for this problem over one element, that is, find expressions for the stiffness matrix and the load vector.
  2. Use ANSYS (or any other software tool) to solve the problem of heat conduction in an insulated rod. Compare your solution with the exact solution (if available). Try at least three refinements of the mesh to confirm that your solution converges.
  3. Write your own code to solve the problem in part 2 (use two elements). Compare your solution with the ANSYS (or other software) solution.

Use the following data:

You can look at the 1-D heat conduction problem on the Introduction to Ansys page to see how ANSYS deals with heat conduction.