read.rcp | R Documentation |
Reads in a RCP Generator output file as a pp3
object.
read.rcp(fpath_config, fpath_sys = NULL, scaleUp = FALSE, newRadius = 0.5)
fpath_config |
The file path to the RCP FinalConfig file. |
fpath_sys |
The file path to the associated RCP system file. Must only
be specified if |
newRadius |
Numeric. If |
scaleUP |
Boolean. If |
The RCP generation is described in Desmond & Weeks, "Random Close Packing of Disks and Spheres in Confined Geometries", Physical Review E, 80 (5), 051305 (2009): https://doi.org/10.1103/PhysRevE.80.051305; the algorithm can be downloaded at http://www.physics.emory.edu/faculty/weeks/ken/RCPAlgorithm.html.
A pp3
object of the RCP pattern.
Desmond & Weeks, "Random Close Packing of Disks and Spheres in Confined Geometries", Physical Review E, 80 (5), 051305 (2009): https://doi.org/10.1103/PhysRevE.80.051305
Other simulation functions:
clustersim()
,
lattice()
,
makecluster()
,
morph_lamellar()
,
morph_rods()
,
nmers()
,
scaleRCP()
,
stitch.size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.