source: sasview/src/sas/models/media/HayterMSAsq.old @ 4d562f2

ESS_GUIESS_GUI_DocsESS_GUI_batch_fittingESS_GUI_bumps_abstractionESS_GUI_iss1116ESS_GUI_iss879ESS_GUI_iss959ESS_GUI_openclESS_GUI_orderingESS_GUI_sync_sascalccostrafo411magnetic_scattrelease-4.1.1release-4.1.2release-4.2.2release_4.0.1ticket-1009ticket-1094-headlessticket-1242-2d-resolutionticket-1243ticket-1249ticket885unittest-saveload
Last change on this file since 4d562f2 was 4d562f2, checked in by smk78, 8 years ago

Renamed HayterMSAsq.rst > HayterMSAsq.old on the assumption that
hayter_msa.rst is the newer file (it is the one specified in thee
toctree) as it was causing a docs build error.

  • Property mode set to 100644
File size: 2.7 KB
Line 
1.. _HayterMSAsq:
2
3HayterMSAsq
4=======================================================
5
6Hayter-Penfold MSA charged sphere interparticle S(Q) structure factor
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|           20.75
14charge        charge on sphere (in electrons)                                  e                  19
15volfraction   volume fraction of spheres                                       None           0.0192
16temperature   temperature, in Kelvin, for Debye length calculation             K              318.16
17saltconc      conc of salt, 1:1 electolyte, for Debye length                   M                   0
18dielectconst  dielectric constant of solvent (default water), for Debye length None            71.08
19============= ================================================================ ======= =============
20
21The returned value is a dimensionless structure factor, $S(q)$.
22
23
24This calculates the structure factor (the Fourier transform of the pair
25correlation function $g(r)$) for a system of charged, spheroidal objects
26in a dielectric medium. When combined with an appropriate form factor
27(such as sphere, core+shell, ellipsoid, etc), this allows for inclusion
28of the interparticle interference effects due to screened coulomb repulsion
29between charged particles.
30
31**This routine only works for charged particles**. If the charge is set to
32zero the routine will self-destruct! For non-charged particles use a hard
33sphere potential.
34
35The salt concentration is used to compute the ionic strength of the solution
36which in turn is used to compute the Debye screening length. At present
37there is no provision for entering the ionic strength directly nor for use
38of any multivalent salts. The counterions are also assumed to be monovalent.
39
40For 2D data, the scattering intensity is calculated in the same way as 1D,
41where the $q$ vector is defined as
42
43.. math::
44
45    q = \sqrt{q_x^2 + q_y^2}
46
47.. figure:: img/HayterMSAsq_227.jpg
48
49    1D plot using the default values (in linear scale).
50
51**References**
52
53J B Hayter and J Penfold, *Molecular Physics*, 42 (1981) 109-118
54
55J P Hansen and J B Hayter, *Molecular Physics*, 46 (1982) 651-656
56
Note: See TracBrowser for help on using the repository browser.