source: sasmodels/_sources/model/hardsphere.txt @ 68532f3

gh-pages
Last change on this file since 68532f3 was 68532f3, checked in by ajj, 8 years ago

Adding docs

  • Property mode set to 100644
File size: 1.4 KB
Line 
1.. _hardsphere:
2
3Hardsphere
4=======================================================
5
6Hard sphere structure factor, with Percus-Yevick closure
7
8============= =============================== ======= =============
9Parameter     Description                     Units   Default value
10============= =============================== ======= =============
11scale         Source intensity                None                1
12background    Source background               |cm^-1|             0
13effect_radius effective radius of hard sphere |Ang|              50
14volfraction   volume fraction of hard spheres None              0.2
15============= =============================== ======= =============
16
17The returned value is scaled to units of |cm^-1|.
18
19Calculate the interparticle structure factor for monodisperse
20spherical particles interacting through hard sphere (excluded volume)
21interactions.
22
23The calculation uses the Percus-Yevick closure where the interparticle
24potential is
25
26.. math:
27
28    U(r) = \begin{cases}
29    \infty & r < 2R \\
30    0 & r \geq 2R
31    \end{cases}
32
33where *r* is the distance from the center of the sphere of a radius *R*.
34
35For a 2D plot, the wave transfer is defined as
36
37.. math::
38
39    q = \sqrt{q_x^2 + q_y^2}
40
41
42.. image:: img/HardSphere_1d.jpg
43
44*Figure. 1D plot using the default values (in linear scale).*
45
46REFERENCE
47
48J K Percus, J Yevick, *J. Phys. Rev.*, 110, (1958) 1
49
Note: See TracBrowser for help on using the repository browser.