User Guide 025: Difference between revisions

From CIRPwiki
Jump to navigation Jump to search
(Created page with "14 Appendix D: Determining the sediment size Classes In order to determine the appropriate grain sizes for a simulation it is useful to be able to determine ahead of time the ...")
 
No edit summary
Line 1: Line 1:
14 Appendix D: Determining the sediment size Classes
=14 Appendix D: Determining the sediment size Classes=
 
In order to determine the appropriate grain sizes for a simulation it is useful to be able to determine ahead of time the size class fractions using a log-normal distribution for different median grain sizes and sorting. The Matlab example below determines the grain size distribution given the smallest and largest grain sizes, number of sediment sizes, median grain size and geometric standard deviation. The figure shows the computed grain size distribution.  
In order to determine the appropriate grain sizes for a simulation it is useful to be able to determine ahead of time the size class fractions using a log-normal distribution for different median grain sizes and sorting. The Matlab example below determines the grain size distribution given the smallest and largest grain sizes, number of sediment sizes, median grain size and geometric standard deviation. The figure shows the computed grain size distribution.  


matlab code
matlab code


figure e-1
[[File:fig_e-1.png]]
 
Figure E-1. Computed grain size distribution from the Matlab script above.

Revision as of 20:12, 2 May 2015

14 Appendix D: Determining the sediment size Classes

In order to determine the appropriate grain sizes for a simulation it is useful to be able to determine ahead of time the size class fractions using a log-normal distribution for different median grain sizes and sorting. The Matlab example below determines the grain size distribution given the smallest and largest grain sizes, number of sediment sizes, median grain size and geometric standard deviation. The figure shows the computed grain size distribution.

matlab code

File:Fig e-1.png

Figure E-1. Computed grain size distribution from the Matlab script above.