Calculate the permeability of woven materials using ellipsoids. Tailored for the requirements of PuK and developed in Python 3.
To see the list of required packages, refer to: Requirements
-
Set up your environment:
- Use Powershell (Avoid using CMD unless paths in the provided commands are adjusted).
- install python 3.10 and pip if not installed
-
Clone the repository:
- git clone https://github.com/emrexcem/sponge_perm
- cd sponge_perm
-
Create a virtual environment and activate it:
- python -m venv venv
- OR & _SPONGE_DIR/.venv/Scripts/Activate.ps1
- OR source ./venv/bin/activate
-
Install dependencies:
- pip install -r requirements.txt
Once the dependencies are installed and the environment is set up, run:
- python ./source/main.py
