RPMG2D upon receiving an input image, is able to analyse the parameters of the input shape and simulate similar shapes, then it generates the porous medium using these shapes in GNU Octave. Let's get it installed and working with it:
-
You need to install GNU Octave with version 7.3 and above.
Hint: If you want exactly version 7.3 Windows or Linux
Hint: In Windows, be sure to add the Octave installation path to the Windows Environment, the path is something like this: "
.\Octave-7.3.0\mingw64\bin
" -
If you have git, clone the project in CMD, Terminal or PowerShell:
git clone https://github.com/yasharsajadi/RPMG2D.git
Hint: If you want install git
-
Otherwise, download the project in this repository as a zip and extract it on your PC.
In Windows
Create Shortcut From MyApplication.exe
,and use it wherever you want.
In Linux
Create Shortcut From MyApplication.sh
, and use it where you want.