Sie sind auf Seite 1von 1

MAE 316 Main Project

November 15, 2018

A rectangular plane wing can be treated as a two-dimensional domain as a rough approximation.


The length of the wing is Lx and its width (the height of the domain when represented on a sheet
of paper) is Ly . The wing is exposed to a heat source at its rightmost edge, with a temperature
equal to Tref . The flux of heat in the wing is given by Fourier’s law:

q = −κ∇T (1)

and throughout the domain a source term applies:

f = aT + bx + cy 2 (2)

where a, b and c are constants, x and y are coordinate variables in the horizontal and vertical
directions, respectively, and the origin of coordinates is at the bottom left.
Derive the governing equation for the problem, including boundary conditions. Use finite volume
to discretize, and write stencils for an arbitrary volume in the center of the domain along with all
boundaries and corners.

Code
Use values of a/κ = −10; b/κ = 8; c/κ = −60; Tref = 20. Ly = 1; Lx = 4. Produce results for
resolutions of 8, 16 and 32 cells in the vertical dimension and four times as many in the horizontal.
For the solver, students in the main section should implement Jacobi iteration, while Honors
students should implement conjugate gradient.

Das könnte Ihnen auch gefallen