Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogerfan48/project-soph1-ode-bonusproject
https://github.com/rogerfan48/project-soph1-ode-bonusproject
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/rogerfan48/project-soph1-ode-bonusproject
- Owner: rogerfan48
- Created: 2024-11-28T07:25:17.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-30T07:08:45.000Z (11 days ago)
- Last Synced: 2024-12-30T08:18:55.839Z (11 days ago)
- Language: Python
- Size: 786 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`