https://github.com/loop3d/loopflow
Emmie Bluff Flow Calcs
https://github.com/loop3d/loopflow
Last synced: about 2 months ago
JSON representation
Emmie Bluff Flow Calcs
- Host: GitHub
- URL: https://github.com/loop3d/loopflow
- Owner: Loop3D
- License: mit
- Created: 2022-08-03T04:07:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T02:25:47.000Z (over 3 years ago)
- Last Synced: 2023-03-06T11:12:36.865Z (almost 3 years ago)
- Language: TypeScript
- Size: 3.81 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LoopFlow
Generate graphs from Loop Models and calculate flow parameters based on these graphs
Two notebooks, one derived from Draw your own model example, the other hardwired to loading van der Wielen et al. Emmie Bluff gocad surfaces
Authors Mark Jessell & Guillaume Pirot
## Installation
```
git clone https://github.com/Loop3D/LoopFlow.git
cd LoopFlow
pip install .
```
*Note:* use `pip install . --verbose` or `pip install . -v` for printing (more) messages during the installation.
**Remove LoopFlow**
`pip uninstall -y loopflow`
*Note: first remove the directory 'loopflow.egg-info' from the current directory (if present).*
## Using LoopFlow
Do not launch python from the directory where the installation has been done (with `pip`), otherwise `import loopflow` will fail.
## Requirements
The following python packages are used by LoopFlow (tested on python 3.10.9):
- numpy
- pandas
- scipy
- networkx
- LoopStructural