jonhrafe / MCDC_Simulator_public

The Monte Carlo Diffusion and Collision simulator (MC/DC), is a C++ open-source Diffusion-Weighted Magnetic Resonance Imaging (DW-MRI) Monte Carlo Simulator.
https://jonhrafe.github.io/MCDC_Simulator_public/
GNU Lesser General Public License v2.1
19 stars 12 forks source link

Performing DW-MRI simulations with spheres having different permeability #5

Open rochishnu00 opened 3 years ago

rochishnu00 commented 3 years ago

Is it possible to perform the monte carlo simulation on a substrate with a packing of spheres with two different permeabilities?

jonhrafe commented 3 years ago

Hey rochishnu00,

To perform a simulation with packed spheres you will need to create a Mesh model since there's not a substrate as such implemented. This should not be really difficult and would work quite straightforward, however, for the permeability, I'm afraid the current version of the simulator only takes one global barrier permeability and doesn't support an individual coefficient per compartment/obstacle.

This, however, should be relatively easy to implement and looks like a really useful feature to add.

jonhrafe commented 3 years ago

I'm adding this feature in here