Universite-Gustave-Eiffel / I-Simpa

An Open Source software for 3D sound propagation modelling
https://i-simpa.univ-gustave-eiffel.fr/
GNU General Public License v3.0
227 stars 56 forks source link

How to add MD code in Isimpa #272

Closed skaramroudi closed 3 years ago

skaramroudi commented 3 years ago

Hello everyone ,so I'm so bad at working with codes and I need to make a comparison between MD code and SSPS code, can someone please show me how can I add MD code to Isimpa so it works like SPPS and TCR work?

nicolas-f commented 3 years ago

Hi,

You have to copy this folder into the core subfolder of I-Simpa: https://github.com/Ifsttar/I-Simpa/tree/master/currentRelease/ExperimentalCore/md_octave And copy this folder in the UserScript folder of I-Simpa https://github.com/Ifsttar/I-Simpa/tree/master/currentRelease/ExperimentalScript/md_octave

Then you have to install Octave software. When creating a new project, you will see the new computation core.

nicolas-f commented 3 years ago

You have to install h5py also:

https://github.com/Ifsttar/I-Simpa/wiki/Add-Python-packages-in-I-Simpa

nicolas-f commented 3 years ago

Don't hesitate if you have any issues

skaramroudi commented 3 years ago

Hi,

You have to copy this folder into the core subfolder of I-Simpa: https://github.com/Ifsttar/I-Simpa/tree/master/currentRelease/ExperimentalCore/md_octave And copy this folder in the UserScript folder of I-Simpa https://github.com/Ifsttar/I-Simpa/tree/master/currentRelease/ExperimentalScript/md_octave

Then you have to install Octave software. When creating a new project, you will see the new computation core.

thank you so much,just one thing,how I can i find Octave software?

skaramroudi commented 3 years ago

And sorry that I'm such an amateur, can you show me how to download the folders you told me?

nicolas-f commented 3 years ago

Octave https://www.gnu.org/software/octave/download Download module https://github.com/Ifsttar/I-Simpa/archive/v1.3.4.zip

(find subfolder in the zip file)