[an error occurred while processing this directive]
Earth and Space Sciences ESS 524
Introduction to Heat and Mass Flow Modeling in Earth Sciences

April 09 - due April 16

April 16 - due April 23

Steady 1-D heat Flow.
Here is your opportunity to write some finite-difference code to solve a steady heat flow problem with spatially variable source term and conductivity, and compare to an analytical solution.


April 25 - due April May 2

More Steady 1-D heat Flow.
Here is your opportunity to write some finite-volume and finite-element code to solve a steady heat flow problem with spatially variable source term and conductivity, and compare to your earlier analytical solution.


May 09 - due May 21
In these exercises, you can modify the steady-state 2-D diffusion code described in class to explore variable grids, source and conductivity terms, and boundary conditions. Download main code: "diffusion_SS_2D_Practice_B.m", code setting up FVM equations "fvm_soln_SS_2D_Practice_B.m", and one-size-fits-all solver routine "solver.m". all under MATLAB CODE tab.

May 21 - due May 28

Transient diffusion in 1-D

You will modify your 1-D steady-state diffusion code from Homework #3 to solve the associated transient problem.


May 28 - due June 4

Steady diffusion in 1-D with nonlinear source

You will modify your 1-D steady-state diffusion code from Homework #3 to solve the associated problem with a solution-dependent source.