Changeset 5c94f41 in sasmodels
- Timestamp:
- Oct 20, 2016 2:50:48 PM (8 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- f8f0991
- Parents:
- 217590b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/surface_fractal.py
rb716cc6 r5c94f41 15 15 S(q) &= \Gamma(5-D_S)\xi^{\,5-D_S}\left[1+(q\xi)^2 \right]^{-(5-D_S)/2} 16 16 \sin\left[-(5-D_S) \tan^{-1}(q\xi) \right] q^{-1} \\ 17 \text{scale} &= \ phiN V^2(\rho_\text{particle} - \rho_\text{solvent})^2 \\17 \text{scale} &= \text{scale_factor}\, N V^2(\rho_\text{particle} - \rho_\text{solvent})^2 \\ 18 18 V &= \frac{4}{3}\pi R^3 19 19 20 20 where $R$ is the radius of the building block, $D_S$ is the **surface** fractal 21 21 dimension, $\xi$ is the cut-off length, $\rho_\text{solvent}$ is the scattering 22 length density of the solvent ,$\rho_\text{particle}$ is the scattering23 length density of particles and $\phi$ is the volume fraction of the particles.22 length density of the solvent and $\rho_\text{particle}$ is the scattering 23 length density of particles. 24 24 25 25 .. note::
Note: See TracChangeset
for help on using the changeset viewer.