Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rogerfan48/project-soph1-ode-bonusproject


https://github.com/rogerfan48/project-soph1-ode-bonusproject

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

## Project - Sophomore 1 - Ordinary Differential Equation - Bonus Project
- It's a relatively small project.
- I am required to write a program to sketch solute concentration dynamics curves for the following problem and demonstrate your program to show how it works.
- The whole problem and requirement can be seen in [BonusProject.pdf](https://github.com/rogerfan48/Project-Soph1-ODE-BonusProject/blob/main/BonusProject.pdf)

### Implementation Details
- `Solution.py` will output 3 graphs directly with built-in default parameters
- Default Q0: 25 g
- Default R: 1 L/min
- Default X: 0.5 g/L
- individual generation codes
- enabling customize parameters
- `Q0.py` -> `Q0.png`
- `R.py` -> `R.png`
- `X.py` -> `X.png`