Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 815 Bytes

Compartments Model

This is the implementation of compartments drug release model, which takes into account the processes of drug diffusion and material surface erosion. The model makes it possible to fit experimental data on the drug release and determine the drug diffusion coefficient and polymer erosion rate.

To run the calculations you should to:

  1. install python version > 3.0 (for example, by official site https://www.python.org/downloads/)
  2. in the project folder install libraries with command on the command line:
    pip3 install -r requirements.txt
  3. in the project folder run script with command
    python3 ./internal/model.py

Some help and instructions on how to use the model can be found on the Manual tab.

Test experimental data are in the folder ./testfiles.