fractal
Calculates the scattering from fractal-like aggregates of spheres following theTexiera reference.
Parameter | Description | Units | Default value |
---|---|---|---|
scale | Scale factor or Volume fraction | None | 1 |
background | Source background | cm-1 | 0.001 |
volfraction | volume fraction of blocks | None | 0.05 |
radius | radius of particles | Å | 5 |
fractal_dim | fractal dimension | None | 2 |
cor_length | cluster correlation length | Å | 100 |
sld_block | scattering length density of particles | 10-6Å-2 | 2 |
sld_solvent | scattering length density of solvent | 10-6Å-2 | 6.4 |
The returned value is scaled to units of cm-1 sr-1, absolute scale.
Definition This model calculates the scattering from fractal-like aggregates of spherical building blocks according the following equation:
where ϕ is The volume fraction of the spherical “building block” particles of radius R0, Vblock is the volume of a single building block, ρsolvent is the scattering length density of the solvent, and ρblock is the scattering length density of the building blocks, and P(q), S(q) are the scattering from randomly distributed spherical particles (the building blocks) and the interference from such building blocks organized in a fractal-like clusters. P(q) and S(q) are calculated as:
where ξ is the correlation length representing the cluster size and Df is the fractal dimension, representing the self similarity of the structure. Note that S(q) here goes negative if Df is too large, and the Gamma function diverges at Df=0 and Df=1.
Polydispersity on the radius is provided for.
For 2D data: The 2D scattering intensity is calculated in the same way as 1D, where the q vector is defined as

Fig. 98 1D plot corresponding to the default parameters of the model.
Source
fractal.py
⋆ fractal.c
⋆ lib/fractal_sq.c
⋆ lib/sas_gamma.c
⋆ lib/sas_3j1x_x.c
References
- J Teixeira, J. Appl. Cryst., 21 (1988) 781-785
Authorship and Verification
- Author: NIST IGOR/DANSE Date: pre 2010
- Converted to sasmodels by: Paul Butler Date: March 19, 2016
- Last Modified by: Paul Butler Date: March 12, 2017
- Last Reviewed by: Paul Butler Date: March 12, 2017