A project support for designing distillation collumn
Explore the docs »
App view
·
Report Bug
·
Request Feature
Table of Contents
VLE Diagram is a tool I used when solving distillation problem. Here the reason for this project:
-
I was through a tough time dealing with this kind of chart using hand drawing and interpolate from it. The error could be enormous and affect later calculation 😕
-
So I decide to implement while I had a course project about designing a distillation collumn. You can visually interact with the chart
-
Data can be edited easily on the go 😲
Project was built on main tech stack
Here is how you can set up to project on you local machine
You machine must have python3
to continue. You can download and install at their official page
Below is the instruction how to run project on you local machine
-
Clone the repo
git clone https://github.com/tuanlearntocode/VLE
-
Install requirement file
pip install -r requirements.txt
-
(Optional) Turn on Flask debugger in
app.py
if __name__ == "__main__": app.run(debug=True) # default is False
-
Run command
py app.py
-
Go to http://127.0.0.1:5000 to see the result
Here is step by step to use :
-
Create a google sheet and set shared link with role "Editor"
-
Sheet name same as composition name
-
Add url to web and hit
Upload
-
Fill
$x_f, x_d, x_w$ field and hitSubmit
-
The chart will show on the side and result at below
Here is example google sheet: mysheet. You can follow this template.
Distributed under the MIT License. See LICENSE.txt
for more information.