source: sasmodels/_sources/model/lamellarPC.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: 3.2 KB
Line 
1.. _lamellarPC:
2
3Lamellarpc
4=======================================================
5
6Random lamellar sheet with paracrystal structure factor
7
8================ ================================= ============ =============
9Parameter        Description                       Units        Default value
10================ ================================= ============ =============
11scale            Source intensity                  None                     1
12background       Source background                 |cm^-1|                  0
13thickness        sheet thickness                   |Ang|                   33
14Nlayers          Number of layers                  None                    20
15spacing          d-spacing of paracrystal stack    |Ang|                  250
16spacing_polydisp d-spacing of paracrystal stack    |Ang|                    0
17sld              layer scattering length density   |1e-6Ang^-2|             1
18solvent_sld      Solvent scattering length density |1e-6Ang^-2|          6.34
19================ ================================= ============ =============
20
21The returned value is scaled to units of |cm^-1|.
22
23
24This model calculates the scattering from a stack of repeating lamellar
25structures. The stacks of lamellae (infinite in lateral dimension) are
26treated as a paracrystal to account for the repeating spacing. The repeat
27distance is further characterized by a Gaussian polydispersity. **This model
28can be used for large multilamellar vesicles.**
29
30*2.1.33.1. Definition*
31
32The scattering intensity *I(q)* is calculated as
33
34.. image:: img/image145.jpg
35
36The form factor of the bilayer is approximated as the cross section of an
37infinite, planar bilayer of thickness *t*
38
39.. image:: img/image146.jpg
40
41Here, the scale factor is used instead of the mass per area of the
42bilayer (*G*). The scale factor is the volume fraction of the material in
43the bilayer, *not* the total excluded volume of the paracrystal.
44*Z*\ :sub:`N`\ *(q)* describes the interference effects for aggregates
45consisting of more than one bilayer. The equations used are (3-5)
46from the Bergstrom reference below.
47
48Non-integer numbers of stacks are calculated as a linear combination of
49the lower and higher values
50
51.. image:: img/image147.jpg
52
53The 2D scattering intensity is the same as 1D, regardless of the orientation
54of the *q* vector which is defined as
55
56.. math::
57
58    Q = \sqrt{Q_x^2 + Q_y^2}
59
60The parameters of the model are *Nlayers* = no. of layers, and
61*pd_spacing* = polydispersity of spacing.
62
63==============  ========  =============
64Parameter name  Units     Default value
65==============  ========  =============
66background      |cm^-1|   0
67scale           None      1
68Nlayers         None      20
69pd_spacing      None      0.2
70sld_layer       |Ang^-2|  1e-6
71sld_solvent     |Ang^-2|  6.34e-6
72spacing         |Ang|     250
73thickness       |Ang|     33
74==============  ========  =============
75
76.. image:: img/image148.jpg
77
78*Figure. 1D plot using the default values above (w/20000 data point).*
79
80Our model uses the form factor calculations implemented in a C library
81provided by the NIST Center for Neutron Research (Kline, 2006).
82
83REFERENCE
84
85M Bergstrom, J S Pedersen, P Schurtenberger, S U Egelhaaf,
86*J. Phys. Chem. B*, 103 (1999) 9888-9897
87
88
Note: See TracBrowser for help on using the repository browser.