source: sasmodels/model/hardsphere.html @ 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: 4.3 KB
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
4
5<html xmlns="http://www.w3.org/1999/xhtml">
6  <head>
7    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8   
9    <title>2.3.1. Hardsphere &mdash; Sasmodels</title>
10   
11    <link rel="stylesheet" href="../_static/haiku-site.css" type="text/css" />
12    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13   
14    <script type="text/javascript">
15      var DOCUMENTATION_OPTIONS = {
16        URL_ROOT:    '../',
17        VERSION:     '0.9',
18        COLLAPSE_INDEX: false,
19        FILE_SUFFIX: '.html',
20        HAS_SOURCE:  true
21      };
22    </script>
23    <script type="text/javascript" src="../_static/jquery.js"></script>
24    <script type="text/javascript" src="../_static/underscore.js"></script>
25    <script type="text/javascript" src="../_static/doctools.js"></script>
26    <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
27    <link rel="top" title="Sasmodels" href="../index.html" />
28    <link rel="up" title="2.3. Structure Factors" href="../ref/models/structure-factor.html" />
29    <link rel="next" title="2.3.2. Stickyhardsphere" href="stickyhardsphere.html" />
30    <link rel="prev" title="2.3. Structure Factors" href="../ref/models/structure-factor.html" /> 
31  </head>
32  <body>
33      <div class="header"><h1 class="heading"><a href="../index.html">
34          <span>Home</span></a></h1>
35        <h2 class="heading"><span>2.3.1. Hardsphere</span></h2>
36      </div>
37      <div class="topnav">
38     
39        <p>
40        «&#160;&#160;<a href="../ref/models/structure-factor.html">2.3. Structure Factors</a>
41        &#160;&#160;::&#160;&#160;
42        <a class="uplink" href="../index.html">Contents</a>
43        &#160;&#160;::&#160;&#160;
44        <a href="stickyhardsphere.html">2.3.2. Stickyhardsphere</a>&#160;&#160;»
45        </p>
46
47      </div>
48      <div class="content">
49       
50       
51  <div class="section" id="hardsphere">
52<span id="id1"></span><h1>2.3.1. Hardsphere<a class="headerlink" href="#hardsphere" title="Permalink to this headline">¶</a></h1>
53<p>Hard sphere structure factor, with Percus-Yevick closure</p>
54<table border="1" class="docutils">
55<colgroup>
56<col width="20%" />
57<col width="48%" />
58<col width="11%" />
59<col width="20%" />
60</colgroup>
61<thead valign="bottom">
62<tr class="row-odd"><th class="head">Parameter</th>
63<th class="head">Description</th>
64<th class="head">Units</th>
65<th class="head">Default value</th>
66</tr>
67</thead>
68<tbody valign="top">
69<tr class="row-even"><td>scale</td>
70<td>Source intensity</td>
71<td>None</td>
72<td>1</td>
73</tr>
74<tr class="row-odd"><td>background</td>
75<td>Source background</td>
76<td>cm<sup>-1</sup></td>
77<td>0</td>
78</tr>
79<tr class="row-even"><td>effect_radius</td>
80<td>effective radius of hard sphere</td>
81<td>Å</td>
82<td>50</td>
83</tr>
84<tr class="row-odd"><td>volfraction</td>
85<td>volume fraction of hard spheres</td>
86<td>None</td>
87<td>0.2</td>
88</tr>
89</tbody>
90</table>
91<p>The returned value is scaled to units of cm<sup>-1</sup>.</p>
92<p>Calculate the interparticle structure factor for monodisperse
93spherical particles interacting through hard sphere (excluded volume)
94interactions.</p>
95<p>The calculation uses the Percus-Yevick closure where the interparticle
96potential is</p>
97<p>where <em>r</em> is the distance from the center of the sphere of a radius <em>R</em>.</p>
98<p>For a 2D plot, the wave transfer is defined as</p>
99<div class="math">
100\[q = \sqrt{q_x^2 + q_y^2}\]</div>
101<img alt="../_images/HardSphere_1d.jpg" src="../_images/HardSphere_1d.jpg" />
102<p><em>Figure. 1D plot using the default values (in linear scale).</em></p>
103<p>REFERENCE</p>
104<p>J K Percus, J Yevick, <em>J. Phys. Rev.</em>, 110, (1958) 1</p>
105</div>
106
107
108      </div>
109      <div class="bottomnav">
110     
111        <p>
112        «&#160;&#160;<a href="../ref/models/structure-factor.html">2.3. Structure Factors</a>
113        &#160;&#160;::&#160;&#160;
114        <a class="uplink" href="../index.html">Contents</a>
115        &#160;&#160;::&#160;&#160;
116        <a href="stickyhardsphere.html">2.3.2. Stickyhardsphere</a>&#160;&#160;»
117        </p>
118
119      </div>
120
121    <div class="footer">
122        &copy; Copyright 2014, sasview team.
123      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3.
124    </div>
125  </body>
126</html>
Note: See TracBrowser for help on using the repository browser.