Changes between Initial Version and Version 1 of cypress/Programming/HeatMassTransfer


Ignore:
Timestamp:
05/14/15 15:10:45 (10 years ago)
Author:
cmaggio
Comment:

migrated content from ccs wiki

Legend:

Unmodified
Added
Removed
Modified
  • cypress/Programming/HeatMassTransfer

    v1 v1  
     1= Heat/Mass Transfer =
     2== 1-dimensional !Heat/Mass Transfer ==
     3* [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MjhybnRyNmpjZg|1D-Heat/Mass Transfer]]
     4* [[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]]
     5* [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MzFwNzV3NjdjNQ|Parallel Jacobi/Gauss-Seidel methods]]
     6  * [[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]]
     7  * [[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]]
     8  * [[cypress/Programming/HeatMassTransfer/ex5.c|ex5.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Successive_over-relaxation|SOR method]]
     9  * [[cypress/Programming/HeatMassTransfer/ex21.c|ex21.c]] - 1D steady heat/mass transfer, [[http://en.wikipedia.org/wiki/Conjugate_gradient_method|Conjugate Gradient method]]
     10
     11== 2-dimensional !Heat/Mass Transfer ==
     12* [[https://docs.google.com/present/edit?id=0ASnBZDpf_6IbZDJ3NzI4bl80MzBnOHM4NjVmcg|2D-Heat/Mass Transfer]]
     13  * [[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]]
     14  * [[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]]
     15
     16== 1-dimensional Convective !Heat/Mass Transfer ==
     17* [[https://docs.google.com/open?id=0BynBZDpf_6IbMjkwZjIyMjQtMWUwZi00ZGVkLWJhNmMtNDFjYjFlMTIzY2I0|1D steady convective heat/mass transfer]]
     18  * [[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]]
     19
     20== 2-dimensional Convective !Heat/Mass Transfer ==
     21* [[https://docs.google.com/open?id=0BynBZDpf_6IbZTJhY2ZkYTEtZWUyOS00ZDUxLThmNjctMDEwYWI1NThkNmIw|2D steady convective heat/mass transfer]]
     22  * [[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]]
     23  * [[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]]