This script can simulate the frictional electrification of several particles and store the data in CSV tables.
NOTE: The project is still under development.
Currently, development files are placed inside the "/pre" directory. When the first stable version is published, the files will be inside the "/release" directory.
Follow the instructions to perform the installation and use the script.
To run the script, you will need the following python libraries:
pandas, numpy, os
Which can be installed using the following commands (pip required):
pip install pandas
pip install numpy
pip install os
NOTE: Since the project does not yet have stable versions, replace the "/release" directory with "/pre" when executing commands.
Clone the py_fpes repository to your directory:
cd /mydirectory/
git clone https://github.com/br3n0henrique/py_fpes.git
Make the 'main.py' script executable:
cd /mydirectory/release/
chmod +x main.py
NOTE: Since the project does not yet have stable versions, replace the "/release" directory with "/pre" when executing commands.
Just run the 'main.py' script:
python3 /mydirectory/release/main.py
The output tables will be available at the root of the script directory.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.