Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stelmo/convection-diffusion-reaction-systems
The analysis and implementation of coupled convection diffusion reaction systems with the finite element method
https://github.com/stelmo/convection-diffusion-reaction-systems
Last synced: 12 days ago
JSON representation
The analysis and implementation of coupled convection diffusion reaction systems with the finite element method
- Host: GitHub
- URL: https://github.com/stelmo/convection-diffusion-reaction-systems
- Owner: stelmo
- Created: 2014-09-04T17:16:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T12:29:13.000Z (almost 10 years ago)
- Last Synced: 2023-03-23T11:32:05.896Z (almost 2 years ago)
- Language: TeX
- Homepage:
- Size: 3.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Convection-Diffusion-Reaction-Systems
=====================================### The analysis and implementation of coupled and uncoupled convection diffusion reaction systems with the finite element method.
All the programs were written in the Julia Language.The PyPlot package is required for the graphical output. The packages: Images and ImageView are required to view the PDF mass matrices as seen in the report.
## Guide to the programs
All programs are stand alone. There is some room for improvement in programming style...1. aris_fem_us_1d.jl = One dimensional isothermal system unsteady.
2. 2d_fem_rf_us.jl = Two dimensional isothermal system unsteady.
3. adi_1d_us.jl = Adiabatic one dimensional system unsteady.
4. coupled_1d_us.jl = Coupled isothermal one dimensional system unsteady.
Note: If a program's name includes "us" it implies it is the unsteady solution. The same name without the "us" is the steady state solution.
Note: If a program's name includes "rf" it implies it is the laminar flow profile solution. The same name without the "rf" is the plug flow solution. This applies only to the 2 dimensional problems.
Note: The other programs were used to generate the convergence results etc. but consist only of the programs mentioned above with some formatting.