= Heat/Mass Transfer = == 1-dimensional !Heat/Mass Transfer == * [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MjhybnRyNmpjZg|1D-Heat/Mass Transfer]] * [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MjlkNGJ3cGtnOA|Jacobi/Gauss-Seidel/SOR methods]] [[http://en.wikipedia.org/wiki/Jacobi_method|Jacobi]] [[http://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method|Gauss-Seidel]] [[http://en.wikipedia.org/wiki/Successive_over-relaxation|SOR]] * [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MzFwNzV3NjdjNQ|Parallel Jacobi/Gauss-Seidel methods]] * [[cypress/Programming/HeatMassTransfer/ex3.c|ex3.c]] [[cypress/Programming/HeatMassTransfer/ex3.f90|ex3.f90]] [[cypress/Programming/HeatMassTransfer/ex13.c|ex13.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Jacobi_method|Jacobi method]] * [[cypress/Programming/HeatMassTransfer/ex4.c|ex4.c]] [[cypress/Programming/HeatMassTransfer/ex15.c|ex15.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method|Gauss-Seidel method]] * [[cypress/Programming/HeatMassTransfer/ex5.c|ex5.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Successive_over-relaxation|SOR method]] * [[cypress/Programming/HeatMassTransfer/ex21.c|ex21.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Conjugate_gradient_method|Conjugate Gradient method]] == 2-dimensional !Heat/Mass Transfer == * [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MzBnOHM4NjVmcg|2D-Heat/Mass Transfer]] * [[cypress/Programming/HeatMassTransfer/ex17.c|ex17.c]] [[cypress/Programming/HeatMassTransfer/ex17.f90|ex17.f90]] [[cypress/Programming/HeatMassTransfer/ex18.c|ex18.c]] - 2D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method|Gauss-Seidel method]] * [[cypress/Programming/HeatMassTransfer/ex19.c|ex19.c]] [[cypress/Programming/HeatMassTransfer/ex20.c|ex20.c]] [[cypress/Programming/HeatMassTransfer/ex22.c|ex22.c]] - 2D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Conjugate_gradient_method|Conjugate Gradient method]] == 1-dimensional Convective !Heat/Mass Transfer == * [[https://docs.google.com/open?id=0BynBZDpf_6IbMjkwZjIyMjQtMWUwZi00ZGVkLWJhNmMtNDFjYjFlMTIzY2I0|1D steady convective heat/mass transfer]] * [[cypress/Programming/HeatMassTransfer/ex23.c|ex23.c]] - 1D steady convective heat/mass transfer, [[http://en.wikipedia.org/wiki/Gauss%E2%80%93Seidel_method|Gauss-Seidel method]] == 2-dimensional Convective !Heat/Mass Transfer == * [[https://docs.google.com/open?id=0BynBZDpf_6IbZTJhY2ZkYTEtZWUyOS00ZDUxLThmNjctMDEwYWI1NThkNmIw|2D steady convective heat/mass transfer]] * [[cypress/Programming/HeatMassTransfer/ex24.c|ex24.c]] - 2D steady convective heat/mass transfer, [[http://en.wikipedia.org/wiki/Biconjugate_gradient_method|Bi-Conjugate Gradient method]] * [[cypress/Programming/HeatMassTransfer/ex25.c|ex25.c]] - 2D steady convective heat/mass transfer, [[http://crd-legacy.lbl.gov/~xiaoye/SuperLU/|SUPER_LU solver]] [[https://docs.google.com/open?id=0BynBZDpf_6IbOWNhMWQ5ZjEtODU1OS00NDY4LTg4MTgtZjg1ZTU3ZDBjNDdl|Direct Method]]