Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
EverVino committed Aug 25, 2023
1 parent 3edfaa8 commit 832c1dc
Show file tree
Hide file tree
Showing 6 changed files with 2,810 additions and 20 deletions.
14 changes: 0 additions & 14 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ repos:
hooks:
# NOTE: This is a total unnecessary check, just used as part of the
# template. Remove this after creating the template.
- id: check-python
name: check-python
entry: python --version
language: system
pass_filenames: no

- id: black
name: black
Expand All @@ -24,15 +19,6 @@ repos:
types:
- python

- id: ruff
name: ruff
entry: ruff --fix
language: system
pass_filenames: true
files: "./"
types:
- python

- id: isort
name: isort
entry: isort
Expand Down
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Transfer mass vizsolver

Educational project to tech mass transfer


* Documentation: https://osl-template.com
This Project aims to facilitate the teaching of mass transfer phenomena. Designed in python, it intends to be a library that uses graphical methods and that applies modern equations to predict the behavior of mass transfer.

## Features

TBD
Now this repo has a module to graph an example for mcthiele solution to binary destilation

![mccabe thiele](docs/dest.png)

## Credits

Expand Down
Binary file added docs/dest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 832c1dc

Please sign in to comment.