I know the particle size distribution of the particles I want to simulate based on data available in literature. It would be useful if I can use these distributions in the simulation.
The general approach would be to load a csv file with either concentration, counts or probability vs diameter. If concentration or counts are reported we calculate a probability distribution based on those values. I think the rest of the implementation can be very similar to the other of distribution classes.
If you agree I can make an initial implementation.