Changeset 9418d75 in sasmodels
- Timestamp:
- Mar 21, 2016 10:18:54 AM (9 years ago)
- Branches:
- master, core_shell_microgels, costrafo411, magnetic_model, release_v0.94, release_v0.95, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 1671636, 95441ff
- Parents:
- aad336c
- Location:
- sasmodels/models
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/mass_fractal.py
r6794301 r9418d75 35 35 36 36 where $R$ is the radius of the building block, $D_m$ is the **mass** fractal 37 dimension, $\zeta$is the cut-off length, $\rho_{solvent}$ is the scattering37 dimension, | \zeta\| is the cut-off length, $\rho_{solvent}$ is the scattering 38 38 length density of the solvent, 39 39 and $\rho_{particle}$ is the scattering length density of particles. … … 42 42 43 43 The mass fractal dimension ( $D_m$ ) is only 44 valid if $0 < mass _dim < 6$. It is also only valid over a limited44 valid if $0 < mass\_dim < 6$. It is also only valid over a limited 45 45 $q$ range (see the reference for details). 46 46 -
sasmodels/models/mass_surface_fractal.py
raa2edb2 r9418d75 42 42 43 43 The surface ( $D_s$ ) and mass ( $D_m$ ) fractal dimensions are only 44 valid if $0 < surface _dim < 6$ , $0 < mass_dim < 6$ , and45 $(surface _dim + mass_dim ) < 6$ .44 valid if $0 < surface\_dim < 6$ , $0 < mass\_dim < 6$ , and 45 $(surface\_dim + mass\_dim ) < 6$ . 46 46 47 47 -
sasmodels/models/surface_fractal.py
r6794301 r9418d75 35 35 36 36 where $R$ is the radius of the building block, $D_S$ is the **surface** fractal 37 dimension, $\zeta$is the cut-off length, $\rho_{solvent}$ is the scattering37 dimension,| \zeta\| is the cut-off length, $\rho_{solvent}$ is the scattering 38 38 length density of the solvent, 39 39 and $\rho_{particle}$ is the scattering length density of particles.
Note: See TracChangeset
for help on using the changeset viewer.