Consolidation and Sedimentation software in Python
Project description
A Python package to calculate consolidation of sediment particles in soil suspensions. The code is being developed by Ismail Myouri for the MUDNET group at Delft Technical University and DELTARES, The Netherlands. The consoil package can be used under the conditions of the GPLv3 license.
Features
Basic classes for sedimentation.
Installation
To use the package consoil, install it in a Python environment:
(env) pip install consoil
or
(env) conda install consoil
This should automatically install the dependency packages matplotlib , scipy and pandas, if they haven’t been installed already. If you are installing by hand, ensure that these packages are installed as well.
Example use
import numpy as np
from consoil.constants import *
from consoil import *
import matplotlib
import matplotlib.pyplot as plt
from pathlib import Path
matplotlib.use("Qt5Agg")
DATADIR = Path(__file__).parent
consoil pages
PyPi: consoil Python package
BitBucket: consoil source code
ReadTheDocs: consoil documentation
References
…
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file consoil-0.0.1.tar.gz
.
File metadata
- Download URL: consoil-0.0.1.tar.gz
- Upload date:
- Size: 23.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd616259d58fbfc8582590365400e83c224be2ded362b376eb105036febe5cc6 |
|
MD5 | 3964a50f926acb015172068fe8d74bde |
|
BLAKE2b-256 | 81bbb24c14ab809435e5369e312aa390864019d6925329502d533c8bb512a084 |
File details
Details for the file consoil-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: consoil-0.0.1-py3-none-any.whl
- Upload date:
- Size: 26.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66c77b1774e5a2425fc3c5a59b9c70accd039299242478a13d5f9d2b33f2a14d |
|
MD5 | 0b3c4aff86262ddac63924cd86178047 |
|
BLAKE2b-256 | d1a297da4c99d4301a70f0129701a319c54d2be7384adf387f3ca8560852fb9f |