[23f4571] | 1 | |
---|
| 2 | **Model Functions** |
---|
| 3 | |
---|
| 4 | |
---|
| 5 | + **Introduction** |
---|
| 6 | + **Shapes**: |
---|
| 7 | |
---|
| 8 | + Sphere based: > <a href="#SphereModel">SphereModel (Magnetic 2D |
---|
| 9 | Model)< a>, BinaryHSModel, FuzzySphereModel, RaspBerryModel, |
---|
| 10 | CoreShellModel (Magnetic 2D Model), Core2ndMomentModel, |
---|
| 11 | CoreMultiShellModel (Magnetic 2D Model), VesicleModel, |
---|
| 12 | MultiShellModel, OnionExpShellModel, SphericalSLDModel, |
---|
| 13 | LinearPearlsModel, PearlNecklaceModel |
---|
| 14 | + Cylinder based: > <a href="#CylinderModel">CylinderModel (Magnetic |
---|
| 15 | 2D Model)< a>, CoreShellCylinderModel, CoreShellBicelleModel, |
---|
| 16 | HollowCylinderModel, FlexibleCylinderModel, FlexCylEllipXModel, |
---|
| 17 | StackedDisksModel, EllipticalCylinderModel, BarBellModel, |
---|
| 18 | CappedCylinderModel, PringleModel |
---|
| 19 | + Parallelpipeds: > <a href="#ParallelepipedModel">ParallelepipedModel |
---|
| 20 | (Magnetic 2D Model)< a>, CSParallelepipedModel |
---|
| 21 | + Ellipsoids: > <a href="#EllipsoidModel">EllipsoidModel< a>, |
---|
| 22 | CoreShellEllipsoidModel, TriaxialEllipsoidModel |
---|
| 23 | + Lamellar: > <a href="#LamellarModel">LamellarModel< a>, |
---|
| 24 | LamellarFFHGModel, LamellarPSModel, LamellarPSHGModel |
---|
| 25 | + Paracrystals: > <a |
---|
| 26 | href="#LamellarPCrystalModel">LamellarPCrystalModel< a>, |
---|
| 27 | SCCrystalModel, FCCrystalModel, BCCrystalModel |
---|
| 28 | |
---|
| 29 | + **Shape-Independent**: AbsolutePower_Law, BEPolyelectrolyte, |
---|
| 30 | BroadPeakModel, CorrLength, DABModel, Debye, FractalModel, |
---|
| 31 | FractalCoreShell, GaussLorentzGel, Guinier, GuinierPorod, Lorentz, |
---|
| 32 | MassFractalModel, MassSurfaceFractal, PeakGaussModel, |
---|
| 33 | PeakLorentzModel, Poly_GaussCoil, PolyExclVolume, PorodModel, |
---|
| 34 | RPA10Model, StarPolymer, SurfaceFractalModel, Teubner Strey, |
---|
| 35 | TwoLorentzian, TwoPowerLaw, UnifiedPowerRg, LineModel, |
---|
| 36 | ReflectivityModel, ReflectivityIIModel, GelFitModel. |
---|
| 37 | + **Customized Models**: testmodel, testmodel_2, sum_p1_p2, |
---|
| 38 | sum_Ap1_1_Ap2, polynomial5, sph_bessel_jn. |
---|
| 39 | + **Structure Factors**: HardSphereStructure, SquareWellStructure, |
---|
| 40 | HayterMSAStructure, StickyHSStructure. |
---|
| 41 | + **References** |
---|
| 42 | |
---|
| 43 | |
---|
| 44 | **1.** ** ** **Introduction ** |
---|
| 45 | |
---|
| 46 | Many of our models use the form factor calculations implemented in a |
---|
| 47 | c-library provided by the NIST Center for Neutron Research and thus |
---|
| 48 | some content and figures in this document are originated from or |
---|
| 49 | shared with the NIST Igor analysis package. |
---|
| 50 | |
---|
| 51 | **2.** ** ** **Shapes (Scattering Intensity Models)** |
---|
| 52 | |
---|
| 53 | This software provides form factors for various particle shapes. After |
---|
| 54 | giving a mathematical definition of each model, we draw the list of |
---|
| 55 | parameters available to the user. Validation plots for each model are |
---|
| 56 | also presented. Instructions on how to use the software is available |
---|
| 57 | with the source code. |
---|
| 58 | |
---|
| 59 | To easily compare to the scattering intensity measured in experiments, |
---|
| 60 | we normalize the form factors by the volume of the particle: |
---|
| 61 | |
---|
| 62 | |
---|
| 63 | |
---|
| 64 | with |
---|
| 65 | |
---|
| 66 | |
---|
| 67 | |
---|
| 68 | where *P*0 *( **q**)* is the un-normalized form factor, *( **r**)* is |
---|
| 69 | the scattering length density at a given point in space and the |
---|
| 70 | integration is done over the volume *V* of the scatterer. |
---|
| 71 | |
---|
| 72 | For systems without inter-particle interference, the form factors we |
---|
| 73 | provide can be related to the scattering intensity by the particle |
---|
| 74 | volume fraction: . |
---|
| 75 | |
---|
| 76 | Our so-called 1D scattering intensity functions provide *P(q) *for the |
---|
| 77 | case where the scatterer is randomly oriented. In that case, the |
---|
| 78 | scattering intensity only depends on the length of q. The intensity |
---|
| 79 | measured on the plane of the SANS detector will have an azimuthal |
---|
| 80 | symmetry around *q*=0. |
---|
| 81 | |
---|
| 82 | Our so-called 2D scattering intensity functions provide *P(q, * *)* |
---|
| 83 | for an oriented system as a function of a q-vector in the plane of the |
---|
| 84 | detector. We define the angle as the angle between the q vector and |
---|
| 85 | the horizontal (x) axis of the plane of the detector. |
---|
| 86 | |
---|
| 87 | **2.1.** ** ** **Sphere Model (Magnetic 2D Model)** |
---|
| 88 | |
---|
| 89 | This model provides the form factor, P(q), for a monodisperse |
---|
| 90 | spherical particle with uniform scattering length density. The form |
---|
| 91 | factor is normalized by the particle volume as described below. |
---|
| 92 | For magnetic scattering, please see the '`Polarization/Magnetic |
---|
| 93 | Scattering`_' in Fitting Help. |
---|
| 94 | **1.1.** ** Definition** |
---|
| 95 | |
---|
| 96 | The 1D scattering intensity is calculated in the following way |
---|
| 97 | (Guinier, 1955): |
---|
| 98 | |
---|
| 99 | |
---|
| 100 | |
---|
| 101 | where scale is a volume fraction, V is the volume of the scatterer, r |
---|
| 102 | is the radius of the sphere, bkg is the background level and sldXXX is |
---|
| 103 | the scattering length density (SLD) of the scatterer or the |
---|
| 104 | solvent.<\p> |
---|
| 105 | Note that if your data is in absolute scale, the 'scale' should |
---|
| 106 | represent the volume fraction (unitless) if you have a good fit. If |
---|
| 107 | not, it should represent the volume fraction * a factor (by which your |
---|
| 108 | data might need to be rescaled). |
---|
| 109 | |
---|
| 110 | The 2D scattering intensity is the same as above, regardless of the |
---|
| 111 | orientation of the q vector. |
---|
| 112 | |
---|
| 113 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 114 | the sphere model are the following: |
---|
| 115 | |
---|
| 116 | Parameter name |
---|
| 117 | |
---|
| 118 | Units |
---|
| 119 | |
---|
| 120 | Default value |
---|
| 121 | |
---|
| 122 | scale |
---|
| 123 | |
---|
| 124 | None |
---|
| 125 | |
---|
| 126 | 1 |
---|
| 127 | |
---|
| 128 | radius |
---|
| 129 | |
---|
| 130 | |
---|
| 131 | |
---|
| 132 | 60 |
---|
| 133 | |
---|
| 134 | sldSph |
---|
| 135 | |
---|
| 136 | -2 |
---|
| 137 | |
---|
| 138 | 2.0e-6 |
---|
| 139 | |
---|
| 140 | sldSolv |
---|
| 141 | |
---|
| 142 | -2 |
---|
| 143 | |
---|
| 144 | 1.0e-6 |
---|
| 145 | |
---|
| 146 | background |
---|
| 147 | |
---|
| 148 | cm-1 |
---|
| 149 | |
---|
| 150 | 0 |
---|
| 151 | |
---|
| 152 | Our model uses the form factor calculations implemented in a c-library |
---|
| 153 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 154 | |
---|
| 155 | **2.1.** ** Validation of the sphere model** |
---|
| 156 | |
---|
| 157 | Validation of our code was done by comparing the output of the 1D |
---|
| 158 | model to the output of the software provided by the NIST (Kline, |
---|
| 159 | 2006). Figure 1 shows a comparison of the output of our model and the |
---|
| 160 | output of the NIST software. |
---|
| 161 | |
---|
| 162 | |
---|
| 163 | |
---|
| 164 | |
---|
| 165 | |
---|
| 166 | Figure 1: Comparison of the DANSE scattering intensity for a sphere |
---|
| 167 | with the output of the NIST SANS analysis software. The parameters |
---|
| 168 | were set to: Scale=1.0, Radius=60 , Contrast=1e-6 -2, and |
---|
| 169 | Background=0.01 cm -1. |
---|
| 170 | |
---|
| 171 | 2013/09/09 and 2014/01/06 - Description reviewed by King, S. and |
---|
| 172 | Parker, P. |
---|
| 173 | |
---|
| 174 | **2.2.** ** ** **BinaryHSModel** |
---|
| 175 | |
---|
| 176 | This model (binary hard sphere model) provides the scattering |
---|
| 177 | intensity, for binary mixture of spheres including hard sphere |
---|
| 178 | interaction between those particles. Using Percus-Yevick closure, the |
---|
| 179 | calculation is an exact multi-component solution: |
---|
| 180 | |
---|
| 181 | |
---|
| 182 | |
---|
| 183 | where Sij are the partial structure factors and fi are the scattering |
---|
| 184 | amplitudes of the particles. And the subscript 1 is for the smaller |
---|
| 185 | particle and 2 is for the larger. The number fraction of the larger |
---|
| 186 | particle, ( *x* = n2/(n1+n2), n = the number density) is internally |
---|
| 187 | calculated based on: |
---|
| 188 | |
---|
| 189 | . |
---|
| 190 | |
---|
| 191 | The 2D scattering intensity is the same as 1D, regardless of the |
---|
| 192 | orientation of the *q* vector which is defined as . |
---|
| 193 | |
---|
| 194 | The parameters of the binary hard sphere are the following (in the |
---|
| 195 | names, l (or ls) stands for larger spheres while s (or ss) for the |
---|
| 196 | smaller spheres): |
---|
| 197 | |
---|
| 198 | Parameter name |
---|
| 199 | |
---|
| 200 | Units |
---|
| 201 | |
---|
| 202 | Default value |
---|
| 203 | |
---|
| 204 | background |
---|
| 205 | |
---|
| 206 | cm-1 |
---|
| 207 | |
---|
| 208 | 0.001 |
---|
| 209 | |
---|
| 210 | l_radius |
---|
| 211 | |
---|
| 212 | |
---|
| 213 | |
---|
| 214 | 100.0 |
---|
| 215 | |
---|
| 216 | ss_sld |
---|
| 217 | |
---|
| 218 | -2 |
---|
| 219 | |
---|
| 220 | 0.0 |
---|
| 221 | |
---|
| 222 | ls_sld |
---|
| 223 | |
---|
| 224 | -2 |
---|
| 225 | |
---|
| 226 | 3e-6 |
---|
| 227 | |
---|
| 228 | solvent_sld |
---|
| 229 | |
---|
| 230 | -2 |
---|
| 231 | |
---|
| 232 | 6e-6 |
---|
| 233 | |
---|
| 234 | s_radius |
---|
| 235 | |
---|
| 236 | |
---|
| 237 | |
---|
| 238 | 25.0 |
---|
| 239 | |
---|
| 240 | vol_frac_ls |
---|
| 241 | |
---|
| 242 | |
---|
| 243 | |
---|
| 244 | 0.1 |
---|
| 245 | |
---|
| 246 | vol_frac_ss |
---|
| 247 | |
---|
| 248 | |
---|
| 249 | |
---|
| 250 | 0.2 |
---|
| 251 | |
---|
| 252 | |
---|
| 253 | |
---|
| 254 | **Figure. 1D plot using the default values above (w/200 data point).** |
---|
| 255 | |
---|
| 256 | Our model uses the form factor calculations implemented in a c-library |
---|
| 257 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 258 | |
---|
| 259 | See the reference for details. |
---|
| 260 | |
---|
| 261 | REFERENCE |
---|
| 262 | |
---|
| 263 | N. W. Ashcroft and D. C. Langreth, Physical Review, v. 156 (1967) |
---|
| 264 | 685-692. |
---|
| 265 | |
---|
| 266 | [Errata found in Phys. Rev. 166 (1968) 934.] |
---|
| 267 | |
---|
| 268 | **2.3.** ** ** **FuzzySphereModel** |
---|
| 269 | |
---|
| 270 | ****This model is to calculate the scattering from spherical particles |
---|
| 271 | with a "fuzzy" interface. |
---|
| 272 | |
---|
| 273 | **1.1.** ** Definition** |
---|
| 274 | |
---|
| 275 | The 1D scattering intensity is calculated in the following way |
---|
| 276 | (Guinier, 1955): |
---|
| 277 | |
---|
| 278 | The returned value is scaled to units of [cm-1 sr-1], absolute scale. |
---|
| 279 | |
---|
| 280 | The scattering intensity I(q) is calculated as: |
---|
| 281 | |
---|
| 282 | |
---|
| 283 | |
---|
| 284 | where the amplitude A(q) is given as the typical sphere scattering |
---|
| 285 | convoluted with a Gaussian to get a gradual drop-off in the scattering |
---|
| 286 | length density: |
---|
| 287 | |
---|
| 288 | |
---|
| 289 | |
---|
| 290 | Here A2(q) is the form factor, P(q). The scale is equivalent to the |
---|
| 291 | volume fraction of spheres, each of volume, V. Contrast ( ** ) is the |
---|
| 292 | difference of scattering length densities of the sphere and the |
---|
| 293 | surrounding solvent. |
---|
| 294 | |
---|
| 295 | The poly-dispersion in radius and in fuzziness is provided. |
---|
| 296 | |
---|
| 297 | (direct from the reference) |
---|
| 298 | |
---|
| 299 | The "fuzziness" of the interface is defined by the parameter |
---|
| 300 | (sigma)fuzzy. The particle radius R represents the radius of the |
---|
| 301 | particle where the scattering length density profile decreased to 1/2 |
---|
| 302 | of the core density. The (sigma)fuzzy is the width of the smeared |
---|
| 303 | particle surface: i.e., the standard deviation from the average height |
---|
| 304 | of the fuzzy interface. The inner regions of the microgel that display |
---|
| 305 | a higher density are described by the radial box profile extending to |
---|
| 306 | a radius of approximately Rbox ~ R - 2(sigma). the profile approaches |
---|
| 307 | zero as Rsans ~ R + 2(sigma). |
---|
| 308 | |
---|
| 309 | For 2D data: The 2D scattering intensity is calculated in the same way |
---|
| 310 | as 1D, where the *q* vector is defined as . |
---|
| 311 | |
---|
| 312 | REFERENCE |
---|
| 313 | |
---|
| 314 | M. Stieger, J. S. Pedersen, P. Lindner, W. Richtering, Langmuir 20 |
---|
| 315 | (2004) 7283-7292. |
---|
| 316 | |
---|
| 317 | TEST DATASET |
---|
| 318 | |
---|
| 319 | This example dataset is produced by running the FuzzySphereModel, |
---|
| 320 | using 200 data points, qmin = 0.001 -1, qmax = 0.7 A-1 and the default |
---|
| 321 | values: |
---|
| 322 | |
---|
| 323 | Parameter name |
---|
| 324 | |
---|
| 325 | Units |
---|
| 326 | |
---|
| 327 | Default value |
---|
| 328 | |
---|
| 329 | scale |
---|
| 330 | |
---|
| 331 | None |
---|
| 332 | |
---|
| 333 | 1.0 |
---|
| 334 | |
---|
| 335 | radius |
---|
| 336 | |
---|
| 337 | |
---|
| 338 | |
---|
| 339 | 60 |
---|
| 340 | |
---|
| 341 | fuzziness |
---|
| 342 | |
---|
| 343 | |
---|
| 344 | |
---|
| 345 | 10 |
---|
| 346 | |
---|
| 347 | sldSolv |
---|
| 348 | |
---|
| 349 | -2 |
---|
| 350 | |
---|
| 351 | 3e-6 |
---|
| 352 | |
---|
| 353 | sldSph |
---|
| 354 | |
---|
| 355 | -2 |
---|
| 356 | |
---|
| 357 | 1e-6 |
---|
| 358 | |
---|
| 359 | background |
---|
| 360 | |
---|
| 361 | cm-1 |
---|
| 362 | |
---|
| 363 | 0.001 |
---|
| 364 | |
---|
| 365 | |
---|
| 366 | |
---|
| 367 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 368 | |
---|
| 369 | |
---|
| 370 | |
---|
| 371 | **2.4.** **RaspBerryModel** |
---|
| 372 | |
---|
| 373 | |
---|
| 374 | |
---|
| 375 | Calculates the form factor, P(q), for a "Raspberry-like" structure |
---|
| 376 | where there are smaller spheres at the surface of a larger sphere, |
---|
| 377 | such as the structure of a Pickering emulsion. |
---|
| 378 | |
---|
| 379 | **1.1.** ** Definition** |
---|
| 380 | |
---|
| 381 | The structure is: |
---|
| 382 | |
---|
| 383 | |
---|
| 384 | |
---|
| 385 | Ro = the radius of thelarge sphere |
---|
| 386 | Rp = the radius of the smaller sphere on the surface |
---|
| 387 | delta = the fractional penetration depth |
---|
| 388 | surface coverage = fractional coverage of the large sphere surface |
---|
| 389 | (0.9 max) |
---|
| 390 | |
---|
| 391 | |
---|
| 392 | The large and small spheres have their own SLD, as well as the |
---|
| 393 | solvent. The surface coverage term is a fractional coverage (maximum |
---|
| 394 | of approximately 0.9 for hexagonally packed spheres on a surface). |
---|
| 395 | Since not all of the small spheres are necessarily attached to the |
---|
| 396 | surface, the excess free (small) spheres scattering is also included |
---|
| 397 | in the calculation. The function calculated follows equations (8)-(12) |
---|
| 398 | of the reference below, and the equations are not reproduced here. |
---|
| 399 | |
---|
| 400 | The returned value is scaled to units of [cm-1]. No interparticle |
---|
| 401 | scattering is included in this model. |
---|
| 402 | |
---|
| 403 | For 2D data: The 2D scattering intensity is calculated in the same way |
---|
| 404 | as 1D, where the *q* vector is defined as . |
---|
| 405 | |
---|
| 406 | REFERENCE |
---|
| 407 | Kjersta Larson-Smith, Andrew Jackson, and Danilo C Pozzo, "Small angle |
---|
| 408 | scattering model for Pickering emulsions and raspberry particles." |
---|
| 409 | Journal of Colloid and Interface Science (2010) vol. 343 (1) pp. |
---|
| 410 | 36-41. |
---|
| 411 | |
---|
| 412 | TEST DATASET |
---|
| 413 | |
---|
| 414 | This example dataset is produced by running the RaspBerryModel, using |
---|
| 415 | 2000 data points, qmin = 0.0001 -1, qmax = 0.2 A-1 and the default |
---|
| 416 | values, where Ssph/Lsph stands for Smaller/Large sphere |
---|
| 417 | andsurfrac_Ssph for the surface fraction of the smaller spheres. |
---|
| 418 | |
---|
| 419 | Parameter name |
---|
| 420 | |
---|
| 421 | Units |
---|
| 422 | |
---|
| 423 | Default value |
---|
| 424 | delta_Ssph 0 radius_Lsph 5000 radius_Ssph 100 sld_Lsph -2 -4e-07 |
---|
| 425 | sld_Ssph |
---|
| 426 | |
---|
| 427 | -2 |
---|
| 428 | |
---|
| 429 | 3.5e-6 |
---|
| 430 | |
---|
| 431 | sld_solv |
---|
| 432 | |
---|
| 433 | -2 |
---|
| 434 | |
---|
| 435 | 6.3e-6 |
---|
| 436 | |
---|
| 437 | surfrac_Ssph |
---|
| 438 | |
---|
| 439 | |
---|
| 440 | |
---|
| 441 | 0.4 |
---|
| 442 | |
---|
| 443 | volf_Lsph |
---|
| 444 | |
---|
| 445 | 0.05 |
---|
| 446 | |
---|
| 447 | volf_Lsph |
---|
| 448 | |
---|
| 449 | |
---|
| 450 | |
---|
| 451 | 0.005 |
---|
| 452 | |
---|
| 453 | background |
---|
| 454 | |
---|
| 455 | cm-1 |
---|
| 456 | |
---|
| 457 | 0 |
---|
| 458 | |
---|
| 459 | |
---|
| 460 | |
---|
| 461 | **Figure. 1D plot using the values of /2000 data points.** |
---|
| 462 | |
---|
| 463 | |
---|
| 464 | |
---|
| 465 | |
---|
| 466 | |
---|
| 467 | **2.5.** ** ** **Core Shell (Sphere) Model (Magnetic 2D Model)** |
---|
| 468 | |
---|
| 469 | This model provides the form factor, P( *q*), for a spherical particle |
---|
| 470 | with a core-shell structure. The form factor is normalized by the |
---|
| 471 | particle volume. |
---|
| 472 | For magnetic scattering, please see the '`Polarization/Magnetic |
---|
| 473 | Scattering`_' in Fitting Help. |
---|
| 474 | **1.1.** ** Definition** |
---|
| 475 | |
---|
| 476 | The 1D scattering intensity is calculated in the following way |
---|
| 477 | (Guinier, 1955): |
---|
| 478 | |
---|
| 479 | |
---|
| 480 | |
---|
| 481 | |
---|
| 482 | |
---|
| 483 | where *scale* is a scale factor, *Vs* is the volume of the outer |
---|
| 484 | shell, *Vc* is the volume of the core, *rs* is the radius of the |
---|
| 485 | shell, *rc* is the radius of the core, *c* is the scattering length |
---|
| 486 | density of the core, *s* is the scattering length density of the |
---|
| 487 | shell, solv is the scattering length density of the solvent, and *bkg* |
---|
| 488 | is the background level. |
---|
| 489 | |
---|
| 490 | The 2D scattering intensity is the same as P(q) above, regardless of |
---|
| 491 | the orientation of the q vector. |
---|
| 492 | |
---|
| 493 | For P*S: The outer most radius (= radius + thickness) is used as the |
---|
| 494 | effective radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 495 | |
---|
| 496 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 497 | the core-shell sphere model are the following: |
---|
| 498 | |
---|
| 499 | Here, radius = the radius of the core and thickness = the thickness of |
---|
| 500 | the shell. |
---|
| 501 | |
---|
| 502 | Parameter name |
---|
| 503 | |
---|
| 504 | Units |
---|
| 505 | |
---|
| 506 | Default value |
---|
| 507 | |
---|
| 508 | scale |
---|
| 509 | |
---|
| 510 | None |
---|
| 511 | |
---|
| 512 | 1.0 |
---|
| 513 | |
---|
| 514 | (core) radius |
---|
| 515 | |
---|
| 516 | |
---|
| 517 | |
---|
| 518 | 60 |
---|
| 519 | |
---|
| 520 | thickness |
---|
| 521 | |
---|
| 522 | |
---|
| 523 | |
---|
| 524 | 10 |
---|
| 525 | |
---|
| 526 | core_sld |
---|
| 527 | |
---|
| 528 | -2 |
---|
| 529 | |
---|
| 530 | 1e-6 |
---|
| 531 | |
---|
| 532 | shell_sld |
---|
| 533 | |
---|
| 534 | -2 |
---|
| 535 | |
---|
| 536 | 2e-6 |
---|
| 537 | |
---|
| 538 | solvent_sld |
---|
| 539 | |
---|
| 540 | -2 |
---|
| 541 | |
---|
| 542 | 3e-6 |
---|
| 543 | |
---|
| 544 | background |
---|
| 545 | |
---|
| 546 | cm-1 |
---|
| 547 | |
---|
| 548 | 0.001 |
---|
| 549 | |
---|
| 550 | Our model uses the form factor calculations implemented in a c-library |
---|
| 551 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 552 | |
---|
| 553 | |
---|
| 554 | |
---|
| 555 | REFERENCE |
---|
| 556 | |
---|
| 557 | Guinier, A. and G. Fournet, "Small-Angle Scattering of X-Rays", John |
---|
| 558 | Wiley and Sons, New York, (1955). |
---|
| 559 | |
---|
| 560 | **2.1.** ** Validation of the core-shell sphere model** |
---|
| 561 | |
---|
| 562 | Validation of our code was done by comparing the output of the 1D |
---|
| 563 | model to the output of the software provided by the NIST (Kline, |
---|
| 564 | 2006). Figure 1 shows a comparison of the output of our model and the |
---|
| 565 | output of the NIST software. |
---|
| 566 | |
---|
| 567 | |
---|
| 568 | |
---|
| 569 | Figure 7: Comparison of the DANSE scattering intensity for a core- |
---|
| 570 | shell sphere with the output of the NIST SANS analysis software. The |
---|
| 571 | parameters were set to: Scale=1.0, Radius=60 , Contrast=1e-6 -2, and |
---|
| 572 | Background=0.001 cm -1. |
---|
| 573 | |
---|
| 574 | **2.6.** ** ** **Core2ndMomentModel** |
---|
| 575 | |
---|
| 576 | This model describes the scattering from a layer of surfactant or |
---|
| 577 | polymer adsorbed on spherical particles under the conditions that (i) |
---|
| 578 | theparticles (cores) are contrast-matched to the dispersion medium, |
---|
| 579 | (ii) S(Q)~1 (ie, the particle volume fraction is dilute), (iii) the |
---|
| 580 | particle radius is >> layer thickness (ie, the interface is locally |
---|
| 581 | flat), and (iv) scattering from excess unadsorbed adsorbate in the |
---|
| 582 | bulk medium is absent or has been corrected for. |
---|
| 583 | |
---|
| 584 | Unlike a core-shell model, this model does not assume any form for the |
---|
| 585 | density distribution of the adsorbed species normal to the interface |
---|
| 586 | (cf, a core-shell model which assumes the density distribution to be a |
---|
| 587 | homogeneous step-function). For comparison, if the thickness of a |
---|
| 588 | (core-shell like) step function distribution is t, the second moment, |
---|
| 589 | sigma = sqrt((t^2)/12). Thesigma is the second moment about the mean |
---|
| 590 | of the density distribution (ie, the distance of the centre-of-mass of |
---|
| 591 | the distribution from the interface). |
---|
| 592 | |
---|
| 593 | **1.1.** ** Definition** |
---|
| 594 | |
---|
| 595 | The I0 is calculated in the following way (King, 2002): |
---|
| 596 | |
---|
| 597 | |
---|
| 598 | |
---|
| 599 | |
---|
| 600 | |
---|
| 601 | where *scale* is a scale factor, *poly* is the sld of the polymer (or |
---|
| 602 | surfactant) layer,solv is the sld of the solvent/medium and cores, |
---|
| 603 | phi_cores is the volume fraction of the core paraticles, and Gamma and |
---|
| 604 | delta arethe adsorbed amount and the bulk density of the polymers |
---|
| 605 | respectively. The sigma is the second moment of the thickness |
---|
| 606 | distribution. |
---|
| 607 | |
---|
| 608 | |
---|
| 609 | |
---|
| 610 | Note that all parameters except the 'sigma' are correlated for fitting |
---|
| 611 | so that fittingthose with more than one parameters will be generally |
---|
| 612 | failed. And note that unlike other shape models, no volume |
---|
| 613 | normalization was applied to this model. |
---|
| 614 | |
---|
| 615 | The returned value is scaled to units of [cm-1] and the parameters are |
---|
| 616 | the following: |
---|
| 617 | |
---|
| 618 | Parameter name |
---|
| 619 | |
---|
| 620 | Units |
---|
| 621 | |
---|
| 622 | Default value |
---|
| 623 | |
---|
| 624 | scale |
---|
| 625 | |
---|
| 626 | None |
---|
| 627 | |
---|
| 628 | 1.0 |
---|
| 629 | |
---|
| 630 | density_poly |
---|
| 631 | |
---|
| 632 | g/cm2 |
---|
| 633 | |
---|
| 634 | 0.7 |
---|
| 635 | |
---|
| 636 | radius_core |
---|
| 637 | |
---|
| 638 | |
---|
| 639 | |
---|
| 640 | 500 |
---|
| 641 | |
---|
| 642 | ads_amount |
---|
| 643 | |
---|
| 644 | mg/m2 |
---|
| 645 | |
---|
| 646 | 1.9 |
---|
| 647 | second_moment 23.0 volf_cores None 0.14 |
---|
| 648 | sld_poly |
---|
| 649 | |
---|
| 650 | -2 |
---|
| 651 | |
---|
| 652 | 1.5e-6 |
---|
| 653 | |
---|
| 654 | sld_solv |
---|
| 655 | |
---|
| 656 | -2 |
---|
| 657 | |
---|
| 658 | 6.3e-6 |
---|
| 659 | |
---|
| 660 | background |
---|
| 661 | |
---|
| 662 | cm-1 |
---|
| 663 | |
---|
| 664 | 0.0 |
---|
| 665 | |
---|
| 666 | |
---|
| 667 | |
---|
| 668 | REFERENCE |
---|
| 669 | |
---|
| 670 | S. King, P. Griffiths, J. Hone, and T. Cosgrove, "SANS from Adsorbed |
---|
| 671 | Polymer Lyaers", Macromol. Symp. 190, 33-42 (2002). |
---|
| 672 | |
---|
| 673 | |
---|
| 674 | |
---|
| 675 | |
---|
| 676 | |
---|
| 677 | **2.7.** ** ** **CoreMultiShell(Sphere)Model (Magnetic 2D Model)** |
---|
| 678 | |
---|
| 679 | This model provides the scattering from spherical core with from 1 up |
---|
| 680 | to 4 shell structures. Ithas a core of a specified radius, with four |
---|
| 681 | shells. The SLDs of the core and each shell are individually |
---|
| 682 | specified. |
---|
| 683 | For magnetic scattering, please see the '`Polarization/Magnetic |
---|
| 684 | Scattering`_' in Fitting Help. |
---|
| 685 | **1.1.** ** Definition** |
---|
| 686 | |
---|
| 687 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 688 | |
---|
| 689 | This model is a trivial extension of the CoreShell function to a |
---|
| 690 | larger number of shells. See the CoreShell function for a diagram and |
---|
| 691 | documentation. |
---|
| 692 | |
---|
| 693 | Be careful that the SLDs and scale can be highly correlated. Hold as |
---|
| 694 | many of these fixed as possible. |
---|
| 695 | |
---|
| 696 | The 2D scattering intensity is the same as P(q) of 1D, regardless of |
---|
| 697 | the orientation of the q vector. |
---|
| 698 | |
---|
| 699 | For P*S: The outer most radius (= radius + 4 thicknesses) is used as |
---|
| 700 | the effective radius toward S(Q) if P(Q)*S(Q) is applied. |
---|
| 701 | |
---|
| 702 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 703 | the CoreFourshell sphere model are the following: |
---|
| 704 | |
---|
| 705 | Here, rad_core = the radius of the core, thick_shelli = the thickness |
---|
| 706 | of the shell i and sld_shelli = the SLD of the shell i. |
---|
| 707 | |
---|
| 708 | And the sld_core and the sld_solv are the SLD of the core and the |
---|
| 709 | solvent, respectively. |
---|
| 710 | |
---|
| 711 | Parameter name |
---|
| 712 | |
---|
| 713 | Units |
---|
| 714 | |
---|
| 715 | Default value |
---|
| 716 | |
---|
| 717 | scale |
---|
| 718 | |
---|
| 719 | None |
---|
| 720 | |
---|
| 721 | 1.0 |
---|
| 722 | |
---|
| 723 | rad_core |
---|
| 724 | |
---|
| 725 | |
---|
| 726 | |
---|
| 727 | 60 |
---|
| 728 | |
---|
| 729 | sld_core |
---|
| 730 | |
---|
| 731 | -2 |
---|
| 732 | |
---|
| 733 | 6.4e-6 |
---|
| 734 | |
---|
| 735 | sld_shell1 |
---|
| 736 | |
---|
| 737 | -2 |
---|
| 738 | |
---|
| 739 | 1e-6 |
---|
| 740 | |
---|
| 741 | sld_shell2 |
---|
| 742 | |
---|
| 743 | -2 |
---|
| 744 | |
---|
| 745 | 2e-6 |
---|
| 746 | |
---|
| 747 | sld_shell3 |
---|
| 748 | |
---|
| 749 | -2 |
---|
| 750 | |
---|
| 751 | 3e-6 |
---|
| 752 | |
---|
| 753 | sld_shell4 |
---|
| 754 | |
---|
| 755 | -2 |
---|
| 756 | |
---|
| 757 | 4e-6 |
---|
| 758 | |
---|
| 759 | sld_solv |
---|
| 760 | |
---|
| 761 | -2 |
---|
| 762 | |
---|
| 763 | 6.4e-6 |
---|
| 764 | |
---|
| 765 | thick_shell1 |
---|
| 766 | |
---|
| 767 | |
---|
| 768 | |
---|
| 769 | 10 |
---|
| 770 | |
---|
| 771 | thick_shell2 |
---|
| 772 | |
---|
| 773 | |
---|
| 774 | |
---|
| 775 | 10 |
---|
| 776 | |
---|
| 777 | thick_shell3 |
---|
| 778 | |
---|
| 779 | |
---|
| 780 | |
---|
| 781 | 10 |
---|
| 782 | |
---|
| 783 | thick_shell4 |
---|
| 784 | |
---|
| 785 | |
---|
| 786 | |
---|
| 787 | 10 |
---|
| 788 | |
---|
| 789 | background |
---|
| 790 | |
---|
| 791 | cm-1 |
---|
| 792 | |
---|
| 793 | 0.001 |
---|
| 794 | |
---|
| 795 | Our model uses the form factor calculations implemented in a c-library |
---|
| 796 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 797 | |
---|
| 798 | |
---|
| 799 | |
---|
| 800 | REFERENCE |
---|
| 801 | |
---|
| 802 | See the CoreShell documentation. |
---|
| 803 | |
---|
| 804 | TEST DATASET |
---|
| 805 | |
---|
| 806 | This example dataset is produced by running the CoreMultiShellModel |
---|
| 807 | using 200 data points, qmin = 0.001 -1, qmax = 0.7 -1 and the above |
---|
| 808 | default values. |
---|
| 809 | |
---|
| 810 | |
---|
| 811 | |
---|
| 812 | **Figure: 1D plot using the default values (w/200 data point).** |
---|
| 813 | |
---|
| 814 | The scattering length density profile for the default sld values (w/ 4 |
---|
| 815 | shells). |
---|
| 816 | |
---|
| 817 | |
---|
| 818 | |
---|
| 819 | **Figure: SLD profile against the radius of the sphere for default |
---|
| 820 | SLDs.** |
---|
| 821 | |
---|
| 822 | **2.8.** ** ** **VesicleModel** |
---|
| 823 | |
---|
| 824 | This model provides the form factor, P( *q*), for an unilamellar |
---|
| 825 | vesicle. The form factor is normalized by the volume of the shell. |
---|
| 826 | |
---|
| 827 | The 1D scattering intensity is calculated in the following way |
---|
| 828 | (Guinier, 1955): |
---|
| 829 | |
---|
| 830 | |
---|
| 831 | |
---|
| 832 | |
---|
| 833 | |
---|
| 834 | where *scale* is a scale factor, *Vshell* is the volume of the shell, |
---|
| 835 | *V1* is the volume of the core, *V2* is the total volume, *R1* is the |
---|
| 836 | radius of the core, *r2* is the outer radius of the shell, *1* is the |
---|
| 837 | scattering length density of the core and the solvent, *2* is the |
---|
| 838 | scattering length density of the shell, and *bkg* is the background |
---|
| 839 | level. And *J1* = (sin *x *- *x*cos *x*)/ *x*2. The functional form is |
---|
| 840 | identical to a "typical" core-shell structure, except that the |
---|
| 841 | scattering is normalized by the volume that is contributing to the |
---|
| 842 | scattering, namely the volume of the shell alone. Also, the vesicle is |
---|
| 843 | best defined in terms of a core radius (= R1) and a shell thickness, |
---|
| 844 | t. |
---|
| 845 | |
---|
| 846 | |
---|
| 847 | |
---|
| 848 | The 2D scattering intensity is the same as *P*( *q*) above, regardless |
---|
| 849 | of the orientation of the *q* vector which is defined as . |
---|
| 850 | |
---|
| 851 | For P*S: The outer most radius (= radius + thickness) is used as the |
---|
| 852 | effective radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 853 | |
---|
| 854 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 855 | the vesicle model are the following: |
---|
| 856 | |
---|
| 857 | In the parameters, the radius represents the core radius (R1) and the |
---|
| 858 | thickness (R2 R1) is the shell thickness. |
---|
| 859 | |
---|
| 860 | Parameter name |
---|
| 861 | |
---|
| 862 | Units |
---|
| 863 | |
---|
| 864 | Default value |
---|
| 865 | |
---|
| 866 | scale |
---|
| 867 | |
---|
| 868 | None |
---|
| 869 | |
---|
| 870 | 1.0 |
---|
| 871 | |
---|
| 872 | radius |
---|
| 873 | |
---|
| 874 | |
---|
| 875 | |
---|
| 876 | 100 |
---|
| 877 | |
---|
| 878 | thickness |
---|
| 879 | |
---|
| 880 | |
---|
| 881 | |
---|
| 882 | 30 |
---|
| 883 | |
---|
| 884 | core_sld |
---|
| 885 | |
---|
| 886 | -2 |
---|
| 887 | |
---|
| 888 | 6.3e-6 |
---|
| 889 | |
---|
| 890 | shell_sld |
---|
| 891 | |
---|
| 892 | -2 |
---|
| 893 | |
---|
| 894 | 0 |
---|
| 895 | |
---|
| 896 | background |
---|
| 897 | |
---|
| 898 | cm-1 |
---|
| 899 | |
---|
| 900 | 0.0 |
---|
| 901 | |
---|
| 902 | |
---|
| 903 | |
---|
| 904 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 905 | |
---|
| 906 | Our model uses the form factor calculations implemented in a c-library |
---|
| 907 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 908 | |
---|
| 909 | REFERENCE |
---|
| 910 | |
---|
| 911 | Guinier, A. and G. Fournet, "Small-Angle Scattering of X-Rays", John |
---|
| 912 | Wiley and Sons, New York, (1955). |
---|
| 913 | |
---|
| 914 | **2.9.** ** ** **MultiShellModel** |
---|
| 915 | |
---|
| 916 | This model provides the form factor, P( *q*), for a multi-lamellar |
---|
| 917 | vesicle with N shells where the core is filled with solvent and the |
---|
| 918 | shells are interleaved with layers of solvent. For N = 1, this return |
---|
| 919 | to the vesicle model (above). |
---|
| 920 | |
---|
| 921 | |
---|
| 922 | |
---|
| 923 | The 2D scattering intensity is the same as 1D, regardless of the |
---|
| 924 | orientation of the *q* vector which is defined as . |
---|
| 925 | |
---|
| 926 | For P*S: The outer most radius (= core_radius + n_pairs * s_thickness |
---|
| 927 | + (n_pairs -1) * w_thickness) is used as the effective radius toward |
---|
| 928 | S(Q) when P(Q)*S(Q) is applied. |
---|
| 929 | |
---|
| 930 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 931 | the multi-shell model are the following: |
---|
| 932 | |
---|
| 933 | In the parameters, the s_thickness is the shell thickness while the |
---|
| 934 | w_thickness is the solvent thickness, and the n_pair is the number of |
---|
| 935 | shells. |
---|
| 936 | |
---|
| 937 | Parameter name |
---|
| 938 | |
---|
| 939 | Units |
---|
| 940 | |
---|
| 941 | Default value |
---|
| 942 | |
---|
| 943 | scale |
---|
| 944 | |
---|
| 945 | None |
---|
| 946 | |
---|
| 947 | 1.0 |
---|
| 948 | |
---|
| 949 | core_radius |
---|
| 950 | |
---|
| 951 | |
---|
| 952 | |
---|
| 953 | 60.0 |
---|
| 954 | |
---|
| 955 | n_pairs |
---|
| 956 | |
---|
| 957 | None |
---|
| 958 | |
---|
| 959 | 2.0 |
---|
| 960 | |
---|
| 961 | core_sld |
---|
| 962 | |
---|
| 963 | -2 |
---|
| 964 | |
---|
| 965 | 6.3e-6 |
---|
| 966 | |
---|
| 967 | shell_sld |
---|
| 968 | |
---|
| 969 | -2 |
---|
| 970 | |
---|
| 971 | 0.0 |
---|
| 972 | |
---|
| 973 | background |
---|
| 974 | |
---|
| 975 | cm-1 |
---|
| 976 | |
---|
| 977 | 0.0 |
---|
| 978 | |
---|
| 979 | s_thickness |
---|
| 980 | |
---|
| 981 | |
---|
| 982 | |
---|
| 983 | 10 |
---|
| 984 | |
---|
| 985 | w_thickness |
---|
| 986 | |
---|
| 987 | |
---|
| 988 | |
---|
| 989 | 10 |
---|
| 990 | |
---|
| 991 | |
---|
| 992 | |
---|
| 993 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 994 | |
---|
| 995 | Our model uses the form factor calculations implemented in a c-library |
---|
| 996 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 997 | |
---|
| 998 | REFERENCE |
---|
| 999 | |
---|
| 1000 | Cabane, B., Small Angle Scattering Methods, Surfactant Solutions: New |
---|
| 1001 | Methods of Investigation, Ch.2, Surfactant Science Series Vol. 22, Ed. |
---|
| 1002 | R. Zana, M. Dekker, New York, 1987. |
---|
| 1003 | |
---|
| 1004 | **2.10.** ** ** **OnionExpShellModel** |
---|
| 1005 | |
---|
| 1006 | |
---|
| 1007 | |
---|
| 1008 | This model provides the form factor, *P*( *q*), for a multi-shell |
---|
| 1009 | sphere where the scattering length density (SLD) of the each shell is |
---|
| 1010 | described by an exponential (linear, or flat-top) function. The form |
---|
| 1011 | factor is normalized by the volume of the sphere where the SLD is not |
---|
| 1012 | identical to the SLD of the solvent. We currently provide up to 9 |
---|
| 1013 | shells with this model. |
---|
| 1014 | |
---|
| 1015 | The 1D scattering intensity is calculated in the following way: |
---|
| 1016 | |
---|
| 1017 | |
---|
| 1018 | |
---|
| 1019 | |
---|
| 1020 | |
---|
| 1021 | where, for a spherically symmetric particle with a particle density |
---|
| 1022 | *r*( *r*) [L.A.Feigin and D.I.Svergun, Structure Analysis by Small- |
---|
| 1023 | Angle X-Ray and Neutron Scattering, Plenum Press, New York, 1987], |
---|
| 1024 | |
---|
| 1025 | |
---|
| 1026 | |
---|
| 1027 | so that |
---|
| 1028 | |
---|
| 1029 | |
---|
| 1030 | |
---|
| 1031 | |
---|
| 1032 | |
---|
| 1033 | |
---|
| 1034 | |
---|
| 1035 | |
---|
| 1036 | Here we assumed that the SLDs of the core and solvent are constant |
---|
| 1037 | against *r*. Now lets consider the SLD of a shell, *rshelli*, |
---|
| 1038 | defineded by |
---|
| 1039 | |
---|
| 1040 | |
---|
| 1041 | |
---|
| 1042 | An example of a possible SLD profile is shown below where |
---|
| 1043 | sld_in_shelli ( *rin* ) and thick_shelli ( *Dtshelli* ) stand for the |
---|
| 1044 | SLD of the inner side of the ith shell and the thickness of the ith |
---|
| 1045 | shell in the equation above, respectively. |
---|
| 1046 | |
---|
| 1047 | For |A|>0, |
---|
| 1048 | |
---|
| 1049 | |
---|
| 1050 | |
---|
| 1051 | For A **~ **0 (eg., A = - 0.0001), this function converges to that of |
---|
| 1052 | the linear SLD profile (ie, *rshelli*( *r*) = *A *****( *r* - |
---|
| 1053 | *rshelli-1*) / *Dtshelli*) + *B *****), so this case it is equivalent |
---|
| 1054 | to |
---|
| 1055 | |
---|
| 1056 | |
---|
| 1057 | |
---|
| 1058 | |
---|
| 1059 | |
---|
| 1060 | |
---|
| 1061 | |
---|
| 1062 | |
---|
| 1063 | |
---|
| 1064 | For A = 0, the exponential function has no dependence on the radius |
---|
| 1065 | (so that sld_out_shell# ( *rout*) is ignored this case) and becomes |
---|
| 1066 | flat. We set the constant to *rin* for convenience, and thus the form |
---|
| 1067 | factor contributed by the shells is |
---|
| 1068 | |
---|
| 1069 | |
---|
| 1070 | |
---|
| 1071 | |
---|
| 1072 | |
---|
| 1073 | In the equation, |
---|
| 1074 | |
---|
| 1075 | |
---|
| 1076 | |
---|
| 1077 | Finally, the form factor can be calculated by |
---|
| 1078 | |
---|
| 1079 | |
---|
| 1080 | |
---|
| 1081 | where |
---|
| 1082 | |
---|
| 1083 | |
---|
| 1084 | |
---|
| 1085 | |
---|
| 1086 | |
---|
| 1087 | |
---|
| 1088 | |
---|
| 1089 | |
---|
| 1090 | |
---|
| 1091 | |
---|
| 1092 | |
---|
| 1093 | The 2D scattering intensity is the same as *P*( *q*) above, regardless |
---|
| 1094 | of the orientation of the *q* vector which is defined as . |
---|
| 1095 | |
---|
| 1096 | For P*S: The outer most radius is used as the effective radius toward |
---|
| 1097 | S(Q) when P(Q)*S(Q) is applied. |
---|
| 1098 | |
---|
| 1099 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 1100 | this model are the following: |
---|
| 1101 | |
---|
| 1102 | In the parameters, the rad_core represents the core radius (R1) and |
---|
| 1103 | the thick_shell1 (R2 R1) is the thickness of the shell1, etc. |
---|
| 1104 | |
---|
| 1105 | Note: Only No. of shells = 1 is given below. |
---|
| 1106 | |
---|
| 1107 | Parameter name |
---|
| 1108 | |
---|
| 1109 | Units |
---|
| 1110 | |
---|
| 1111 | Default value |
---|
| 1112 | |
---|
| 1113 | A_shell1 |
---|
| 1114 | |
---|
| 1115 | None |
---|
| 1116 | |
---|
| 1117 | 1 |
---|
| 1118 | |
---|
| 1119 | scale |
---|
| 1120 | |
---|
| 1121 | None |
---|
| 1122 | |
---|
| 1123 | 1.0 |
---|
| 1124 | |
---|
| 1125 | rad_core |
---|
| 1126 | |
---|
| 1127 | |
---|
| 1128 | |
---|
| 1129 | 200 |
---|
| 1130 | |
---|
| 1131 | thick_shell1 |
---|
| 1132 | |
---|
| 1133 | |
---|
| 1134 | |
---|
| 1135 | 50 |
---|
| 1136 | |
---|
| 1137 | sld_core |
---|
| 1138 | |
---|
| 1139 | -2 |
---|
| 1140 | |
---|
| 1141 | 1.0e-06 |
---|
| 1142 | |
---|
| 1143 | sld_in_shell1 |
---|
| 1144 | |
---|
| 1145 | -2 |
---|
| 1146 | |
---|
| 1147 | 1.7e-06 |
---|
| 1148 | |
---|
| 1149 | sld_out_shell1 |
---|
| 1150 | |
---|
| 1151 | -2 |
---|
| 1152 | |
---|
| 1153 | 2.0e-06 |
---|
| 1154 | |
---|
| 1155 | sld_solv |
---|
| 1156 | |
---|
| 1157 | -2 |
---|
| 1158 | |
---|
| 1159 | 6.4e-06 |
---|
| 1160 | |
---|
| 1161 | background |
---|
| 1162 | |
---|
| 1163 | cm-1 |
---|
| 1164 | |
---|
| 1165 | 0.0 |
---|
| 1166 | |
---|
| 1167 | |
---|
| 1168 | |
---|
| 1169 | **Figure. 1D plot using the default values (w/400 point).** |
---|
| 1170 | |
---|
| 1171 | |
---|
| 1172 | |
---|
| 1173 | **Figure. SLD profile from the default values.** |
---|
| 1174 | |
---|
| 1175 | REFERENCE |
---|
| 1176 | |
---|
| 1177 | L.A.Feigin and D.I.Svergun, Structure Analysis by Small-Angle X-Ray |
---|
| 1178 | and Neutron Scattering, Plenum Press, New York, 1987 |
---|
| 1179 | |
---|
| 1180 | **2.11.** ** ** **SphericalSLDModel** |
---|
| 1181 | |
---|
| 1182 | |
---|
| 1183 | |
---|
| 1184 | Similarly to the OnionExpShellModel, this model provides the form |
---|
| 1185 | factor, *P*( *q*), for a multi-shell sphere, where the interface |
---|
| 1186 | between the each neighboring shells can be described by one of the |
---|
| 1187 | functions including error, power-law, and exponential functions. This |
---|
| 1188 | model is to calculate the scattering intensity by building a |
---|
| 1189 | continuous custom SLD profile against the radius of the particle. The |
---|
| 1190 | SLD profile is composed of a flat core, a flat solvent, a number (up |
---|
| 1191 | to 9 shells) of flat shells, and the interfacial layers between the |
---|
| 1192 | adjacent flat shells (or core, and solvent) (See below). Unlike |
---|
| 1193 | OnionExpShellModel (using an analytical integration), the interfacial |
---|
| 1194 | layers are sub-divided and numerically integrated assuming each sub- |
---|
| 1195 | layers are described by a line function. The number of the sub-layer |
---|
| 1196 | can be given by users by setting the integer values of npts_inter# in |
---|
| 1197 | GUI. The form factor is normalized by the total volume of the sphere. |
---|
| 1198 | |
---|
| 1199 | The 1D scattering intensity is calculated in the following way: |
---|
| 1200 | |
---|
| 1201 | |
---|
| 1202 | |
---|
| 1203 | |
---|
| 1204 | |
---|
| 1205 | where, for a spherically symmetric particle with a particle density |
---|
| 1206 | *r*( *r*) [L.A.Feigin and D.I.Svergun, Structure Analysis by Small- |
---|
| 1207 | Angle X-Ray and Neutron Scattering, Plenum Press, New York, 1987], |
---|
| 1208 | |
---|
| 1209 | |
---|
| 1210 | |
---|
| 1211 | so that |
---|
| 1212 | |
---|
| 1213 | |
---|
| 1214 | |
---|
| 1215 | |
---|
| 1216 | |
---|
| 1217 | |
---|
| 1218 | |
---|
| 1219 | |
---|
| 1220 | |
---|
| 1221 | |
---|
| 1222 | |
---|
| 1223 | |
---|
| 1224 | |
---|
| 1225 | Here we assumed that the SLDs of the core and solvent are constant |
---|
| 1226 | against *r*. The SLD at the interface between shells, *rinter_i*, is |
---|
| 1227 | calculated with a function chosen by an user, where the functions are: |
---|
| 1228 | |
---|
| 1229 | 1) Exp; |
---|
| 1230 | |
---|
| 1231 | |
---|
| 1232 | |
---|
| 1233 | 2) Power-Law; |
---|
| 1234 | |
---|
| 1235 | |
---|
| 1236 | |
---|
| 1237 | |
---|
| 1238 | |
---|
| 1239 | 3) Erf; |
---|
| 1240 | |
---|
| 1241 | |
---|
| 1242 | |
---|
| 1243 | |
---|
| 1244 | |
---|
| 1245 | |
---|
| 1246 | |
---|
| 1247 | Then the functions are normalized so that it varies between 0 and 1 |
---|
| 1248 | and they are constrained such that the SLD is continuous at the |
---|
| 1249 | boundaries of the interface as well as each sub-layers and thus the B |
---|
| 1250 | and C are determined. |
---|
| 1251 | |
---|
| 1252 | Once the *rinter_i* is found at the boundary of the sub-layer of the |
---|
| 1253 | interface, we can find its contribution to the form factor P(q); |
---|
| 1254 | |
---|
| 1255 | |
---|
| 1256 | |
---|
| 1257 | |
---|
| 1258 | |
---|
| 1259 | |
---|
| 1260 | |
---|
| 1261 | where we assume that rho_inter_i (r) can be approximately linear |
---|
| 1262 | within a sub-layer j. |
---|
| 1263 | |
---|
| 1264 | In the equation, |
---|
| 1265 | |
---|
| 1266 | |
---|
| 1267 | |
---|
| 1268 | Finally, the form factor can be calculated by |
---|
| 1269 | |
---|
| 1270 | |
---|
| 1271 | |
---|
| 1272 | where |
---|
| 1273 | |
---|
| 1274 | |
---|
| 1275 | |
---|
| 1276 | |
---|
| 1277 | |
---|
| 1278 | |
---|
| 1279 | |
---|
| 1280 | |
---|
| 1281 | |
---|
| 1282 | |
---|
| 1283 | |
---|
| 1284 | The 2D scattering intensity is the same as *P*( *q*) above, regardless |
---|
| 1285 | of the orientation of the *q* vector which is defined as . |
---|
| 1286 | |
---|
| 1287 | For P*S: The outer most radius is used as the effective radius toward |
---|
| 1288 | S(Q) when P(Q)*S(Q) is applied. |
---|
| 1289 | |
---|
| 1290 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 1291 | this model are the following: |
---|
| 1292 | |
---|
| 1293 | In the parameters, the rad_core0 represents the core radius (R1). |
---|
| 1294 | |
---|
| 1295 | Note: Only No. of shells = 1 is given below. |
---|
| 1296 | |
---|
| 1297 | Parameter name |
---|
| 1298 | |
---|
| 1299 | Units |
---|
| 1300 | |
---|
| 1301 | Default value |
---|
| 1302 | |
---|
| 1303 | background |
---|
| 1304 | |
---|
| 1305 | cm-1 |
---|
| 1306 | |
---|
| 1307 | 0.0 |
---|
| 1308 | |
---|
| 1309 | npts_inter |
---|
| 1310 | |
---|
| 1311 | 35 |
---|
| 1312 | |
---|
| 1313 | scale |
---|
| 1314 | |
---|
| 1315 | 1 |
---|
| 1316 | |
---|
| 1317 | sld_solv |
---|
| 1318 | |
---|
| 1319 | -2 |
---|
| 1320 | |
---|
| 1321 | 1e-006 |
---|
| 1322 | |
---|
| 1323 | func_inter1 |
---|
| 1324 | |
---|
| 1325 | Erf |
---|
| 1326 | |
---|
| 1327 | nu_inter |
---|
| 1328 | |
---|
| 1329 | 2.5 |
---|
| 1330 | |
---|
| 1331 | thick_inter1 |
---|
| 1332 | |
---|
| 1333 | |
---|
| 1334 | |
---|
| 1335 | 50 |
---|
| 1336 | |
---|
| 1337 | sld_flat1 |
---|
| 1338 | |
---|
| 1339 | -2 |
---|
| 1340 | |
---|
| 1341 | 4e-006 |
---|
| 1342 | |
---|
| 1343 | thick_flat1 |
---|
| 1344 | |
---|
| 1345 | |
---|
| 1346 | |
---|
| 1347 | 100 |
---|
| 1348 | |
---|
| 1349 | func_inter0 |
---|
| 1350 | |
---|
| 1351 | Erf |
---|
| 1352 | |
---|
| 1353 | nu_inter0 |
---|
| 1354 | |
---|
| 1355 | 2.5 |
---|
| 1356 | |
---|
| 1357 | rad_core0 |
---|
| 1358 | |
---|
| 1359 | |
---|
| 1360 | |
---|
| 1361 | 50 |
---|
| 1362 | |
---|
| 1363 | sld_ core0 |
---|
| 1364 | |
---|
| 1365 | -2 |
---|
| 1366 | |
---|
| 1367 | 2.07e-06 |
---|
| 1368 | |
---|
| 1369 | thick_ core0 |
---|
| 1370 | |
---|
| 1371 | |
---|
| 1372 | |
---|
| 1373 | 50 |
---|
| 1374 | |
---|
| 1375 | |
---|
| 1376 | |
---|
| 1377 | **Figure. 1D plot using the default values (w/400 point).** |
---|
| 1378 | |
---|
| 1379 | |
---|
| 1380 | |
---|
| 1381 | **Figure. SLD profile from the default values.** |
---|
| 1382 | |
---|
| 1383 | REFERENCE |
---|
| 1384 | |
---|
| 1385 | L.A.Feigin and D.I.Svergun, Structure Analysis by Small-Angle X-Ray |
---|
| 1386 | and Neutron Scattering, Plenum Press, New York, 1987 |
---|
| 1387 | |
---|
| 1388 | **2.12.** **LinearPearlsModel** |
---|
| 1389 | |
---|
| 1390 | This model provides the form factor for pearls linearly joined by |
---|
| 1391 | short strings: N pearls (homogeneous spheres), the radius R and the |
---|
| 1392 | string segment length (or edge separation) l (= A- 2R)). The A is the |
---|
| 1393 | center to center pearl separation distance. The thickness of each |
---|
| 1394 | string is assumed to be negligable. |
---|
| 1395 | |
---|
| 1396 | |
---|
| 1397 | |
---|
| 1398 | |
---|
| 1399 | |
---|
| 1400 | **1.1.** ** Definition** |
---|
| 1401 | |
---|
| 1402 | |
---|
| 1403 | |
---|
| 1404 | The output of the scattering intensity function for the linearpearls |
---|
| 1405 | model is given by (Dobrynin, 1996): |
---|
| 1406 | |
---|
| 1407 | |
---|
| 1408 | |
---|
| 1409 | where the mass mp is (sld(of a pearl) sld(of solvent)) * (volume of |
---|
| 1410 | the N pearls), V is the total volume. |
---|
| 1411 | |
---|
| 1412 | The 2D scattering intensity is the same as P(q) above, regardless of |
---|
| 1413 | the orientation of the q vector. |
---|
| 1414 | |
---|
| 1415 | The returned value is scaled to units of [cm-1] and the parameters are |
---|
| 1416 | the following: |
---|
| 1417 | |
---|
| 1418 | Parameter name |
---|
| 1419 | |
---|
| 1420 | Units |
---|
| 1421 | |
---|
| 1422 | Default value |
---|
| 1423 | |
---|
| 1424 | scale |
---|
| 1425 | |
---|
| 1426 | None |
---|
| 1427 | |
---|
| 1428 | 1.0 |
---|
| 1429 | |
---|
| 1430 | radius |
---|
| 1431 | |
---|
| 1432 | |
---|
| 1433 | |
---|
| 1434 | 80.0 |
---|
| 1435 | |
---|
| 1436 | edge_separation |
---|
| 1437 | |
---|
| 1438 | |
---|
| 1439 | |
---|
| 1440 | 350.0 |
---|
| 1441 | |
---|
| 1442 | num_pearls |
---|
| 1443 | |
---|
| 1444 | (integer) |
---|
| 1445 | |
---|
| 1446 | 3 |
---|
| 1447 | |
---|
| 1448 | sld_pearl |
---|
| 1449 | |
---|
| 1450 | -2 |
---|
| 1451 | |
---|
| 1452 | 1e-6 |
---|
| 1453 | |
---|
| 1454 | sld_solv |
---|
| 1455 | |
---|
| 1456 | -2 |
---|
| 1457 | |
---|
| 1458 | 6.3e-6 |
---|
| 1459 | |
---|
| 1460 | background |
---|
| 1461 | |
---|
| 1462 | cm-1 |
---|
| 1463 | |
---|
| 1464 | 0.0 |
---|
| 1465 | |
---|
| 1466 | |
---|
| 1467 | |
---|
| 1468 | |
---|
| 1469 | |
---|
| 1470 | REFERENCE |
---|
| 1471 | |
---|
| 1472 | A. V. Dobrynin, M. Rubinstein and S. P. Obukhov, Macromol. 29, |
---|
| 1473 | 2974-2979, 1996. |
---|
| 1474 | |
---|
| 1475 | **2.13.** ** ** **PearlNecklaceModel** |
---|
| 1476 | |
---|
| 1477 | This model provides the form factor for a pearl necklace composed of |
---|
| 1478 | two elements: N pearls (homogeneous spheres) freely jointed by M rods |
---|
| 1479 | (like strings) (with a total mass Mw = M *mr + N * ms, the radius R |
---|
| 1480 | and the string segment length (or edge separation) l (= A- 2R)). The A |
---|
| 1481 | is the center to center pearl separation distance. |
---|
| 1482 | |
---|
| 1483 | |
---|
| 1484 | |
---|
| 1485 | |
---|
| 1486 | |
---|
| 1487 | **1.1.** ** Definition** |
---|
| 1488 | |
---|
| 1489 | The output of the scattering intensity function for the pearlnecklace |
---|
| 1490 | model is given by (Schweins, 2004): |
---|
| 1491 | |
---|
| 1492 | |
---|
| 1493 | |
---|
| 1494 | where |
---|
| 1495 | |
---|
| 1496 | , |
---|
| 1497 | |
---|
| 1498 | , |
---|
| 1499 | |
---|
| 1500 | , |
---|
| 1501 | |
---|
| 1502 | , |
---|
| 1503 | |
---|
| 1504 | , |
---|
| 1505 | |
---|
| 1506 | and |
---|
| 1507 | |
---|
| 1508 | . |
---|
| 1509 | |
---|
| 1510 | |
---|
| 1511 | |
---|
| 1512 | where the mass mi is (sld(of i) sld(of solvent)) * (volume of the N |
---|
| 1513 | pearls/rods), V is the total volume of the necklace. |
---|
| 1514 | |
---|
| 1515 | The 2D scattering intensity is the same as P(q) above, regardless of |
---|
| 1516 | the orientation of the q vector. |
---|
| 1517 | |
---|
| 1518 | The returned value is scaled to units of [cm-1] and the parameters are |
---|
| 1519 | the following: |
---|
| 1520 | |
---|
| 1521 | Parameter name |
---|
| 1522 | |
---|
| 1523 | Units |
---|
| 1524 | |
---|
| 1525 | Default value |
---|
| 1526 | |
---|
| 1527 | scale |
---|
| 1528 | |
---|
| 1529 | None |
---|
| 1530 | |
---|
| 1531 | 1.0 |
---|
| 1532 | |
---|
| 1533 | radius |
---|
| 1534 | |
---|
| 1535 | |
---|
| 1536 | |
---|
| 1537 | 80.0 |
---|
| 1538 | |
---|
| 1539 | edge_separation |
---|
| 1540 | |
---|
| 1541 | |
---|
| 1542 | |
---|
| 1543 | 350.0 |
---|
| 1544 | |
---|
| 1545 | num_pearls |
---|
| 1546 | |
---|
| 1547 | (integer) |
---|
| 1548 | |
---|
| 1549 | 3 |
---|
| 1550 | |
---|
| 1551 | sld_pearl |
---|
| 1552 | |
---|
| 1553 | -2 |
---|
| 1554 | |
---|
| 1555 | 1e-6 |
---|
| 1556 | |
---|
| 1557 | sld_solv |
---|
| 1558 | |
---|
| 1559 | -2 |
---|
| 1560 | |
---|
| 1561 | 6.3e-6 |
---|
| 1562 | |
---|
| 1563 | sld_string |
---|
| 1564 | |
---|
| 1565 | -2 |
---|
| 1566 | |
---|
| 1567 | 1e-6 |
---|
| 1568 | |
---|
| 1569 | thick_string |
---|
| 1570 | |
---|
| 1571 | (=rod diameter) |
---|
| 1572 | |
---|
| 1573 | |
---|
| 1574 | |
---|
| 1575 | 2.5 |
---|
| 1576 | |
---|
| 1577 | background |
---|
| 1578 | |
---|
| 1579 | cm-1 |
---|
| 1580 | |
---|
| 1581 | 0.0 |
---|
| 1582 | |
---|
| 1583 | |
---|
| 1584 | |
---|
| 1585 | |
---|
| 1586 | |
---|
| 1587 | REFERENCE |
---|
| 1588 | |
---|
| 1589 | R. Schweins and K. Huber, Particle Scattering Factor of Pearl Necklace |
---|
| 1590 | Chains, Macromol. Symp., 211, 25-42, 2004. |
---|
| 1591 | |
---|
| 1592 | |
---|
| 1593 | |
---|
| 1594 | **2.14.** ** ** **Cylinder Model (Magnetic 2D Model)** |
---|
| 1595 | |
---|
| 1596 | This model provides the form factor for a right circular cylinder with |
---|
| 1597 | uniform scattering length density. The form factor is normalized by |
---|
| 1598 | the particle volume. |
---|
| 1599 | For magnetic scattering, please see the '`Polarization/Magnetic |
---|
| 1600 | Scattering`_' in Fitting Help. |
---|
| 1601 | **1.1.** ** Definition** |
---|
| 1602 | |
---|
| 1603 | The output of the 2D scattering intensity function for oriented |
---|
| 1604 | cylinders is given by (Guinier, 1955): |
---|
| 1605 | |
---|
| 1606 | |
---|
| 1607 | |
---|
| 1608 | |
---|
| 1609 | |
---|
| 1610 | where is the angle between the axis of the cylinder and the q-vector, |
---|
| 1611 | V is the volume of the cylinder, L is the length of the cylinder, r is |
---|
| 1612 | the radius of the cylinder, and ** (contrast) is the scattering length |
---|
| 1613 | density difference between the scatterer and the solvent. J1 is the |
---|
| 1614 | first order Bessel function. |
---|
| 1615 | |
---|
| 1616 | To provide easy access to the orientation of the cylinder, we define |
---|
| 1617 | the axis of the cylinder using two angles theta and phi. Those angles |
---|
| 1618 | are defined on Figure 2. |
---|
| 1619 | |
---|
| 1620 | |
---|
| 1621 | |
---|
| 1622 | Figure 2. Definition of the angles for oriented cylinders. |
---|
| 1623 | |
---|
| 1624 | |
---|
| 1625 | |
---|
| 1626 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 1627 | plane. |
---|
| 1628 | |
---|
| 1629 | For P*S: The 2nd virial coefficient of the cylinder is calculate based |
---|
| 1630 | on the radius and length values, and used as the effective radius |
---|
| 1631 | toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 1632 | |
---|
| 1633 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 1634 | the cylinder model are the following: |
---|
| 1635 | |
---|
| 1636 | Parameter name |
---|
| 1637 | |
---|
| 1638 | Units |
---|
| 1639 | |
---|
| 1640 | Default value |
---|
| 1641 | |
---|
| 1642 | scale |
---|
| 1643 | |
---|
| 1644 | None |
---|
| 1645 | |
---|
| 1646 | 1.0 |
---|
| 1647 | |
---|
| 1648 | radius |
---|
| 1649 | |
---|
| 1650 | |
---|
| 1651 | |
---|
| 1652 | 20.0 |
---|
| 1653 | |
---|
| 1654 | length |
---|
| 1655 | |
---|
| 1656 | |
---|
| 1657 | |
---|
| 1658 | 400.0 |
---|
| 1659 | |
---|
| 1660 | contrast |
---|
| 1661 | |
---|
| 1662 | -2 |
---|
| 1663 | |
---|
| 1664 | 3.0e-6 |
---|
| 1665 | |
---|
| 1666 | background |
---|
| 1667 | |
---|
| 1668 | cm-1 |
---|
| 1669 | |
---|
| 1670 | 0.0 |
---|
| 1671 | |
---|
| 1672 | cyl_theta |
---|
| 1673 | |
---|
| 1674 | degree |
---|
| 1675 | |
---|
| 1676 | 60 |
---|
| 1677 | |
---|
| 1678 | cyl_phi |
---|
| 1679 | |
---|
| 1680 | degree |
---|
| 1681 | |
---|
| 1682 | 60 |
---|
| 1683 | |
---|
| 1684 | The output of the 1D scattering intensity function for randomly |
---|
| 1685 | oriented cylinders is then given by: |
---|
| 1686 | |
---|
| 1687 | |
---|
| 1688 | |
---|
| 1689 | The *cyl_theta* and *cyl_phi* parameter are not used for the 1D |
---|
| 1690 | output. Our implementation of the scattering kernel and the 1D |
---|
| 1691 | scattering intensity use the c-library from NIST. |
---|
| 1692 | |
---|
| 1693 | **2.1.** ** Validation of the cylinder model** |
---|
| 1694 | |
---|
| 1695 | Validation of our code was done by comparing the output of the 1D |
---|
| 1696 | model to the output of the software provided by the NIST (Kline, |
---|
| 1697 | 2006). Figure 3 shows a comparison of the 1D output of our model and |
---|
| 1698 | the output of the NIST software. |
---|
| 1699 | |
---|
| 1700 | In general, averaging over a distribution of orientations is done by |
---|
| 1701 | evaluating the following: |
---|
| 1702 | |
---|
| 1703 | |
---|
| 1704 | |
---|
| 1705 | where *p(,* *)* is the probability distribution for the orientation |
---|
| 1706 | and *P0(q,* *)* is the scattering intensity for the fully oriented |
---|
| 1707 | system. Since we have no other software to compare the implementation |
---|
| 1708 | of the intensity for fully oriented cylinders, we can compare the |
---|
| 1709 | result of averaging our 2D output using a uniform distribution *p(,* |
---|
| 1710 | *)* = 1.0. Figure 4 shows the result of such a cross-check. |
---|
| 1711 | |
---|
| 1712 | |
---|
| 1713 | |
---|
| 1714 | |
---|
| 1715 | |
---|
| 1716 | Figure 3: Comparison of the DANSE scattering intensity for a cylinder |
---|
| 1717 | with the output of the NIST SANS analysis software. The parameters |
---|
| 1718 | were set to: Scale=1.0, Radius=20 , Length=400 , Contrast=3e-6 -2, and |
---|
| 1719 | Background=0.01 cm -1. |
---|
| 1720 | |
---|
| 1721 | |
---|
| 1722 | |
---|
| 1723 | |
---|
| 1724 | |
---|
| 1725 | |
---|
| 1726 | |
---|
| 1727 | Figure 4: Comparison of the intensity for uniformly distributed |
---|
| 1728 | cylinders calculated from our 2D model and the intensity from the NIST |
---|
| 1729 | SANS analysis software. The parameters used were: Scale=1.0, Radius=20 |
---|
| 1730 | , Length=400 , Contrast=3e-6 -2, and Background=0.0 cm -1. |
---|
| 1731 | |
---|
| 1732 | |
---|
| 1733 | |
---|
| 1734 | **2.15.** ** ** **Core-Shell Cylinder Model** |
---|
| 1735 | |
---|
| 1736 | This model provides the form factor for a circular cylinder with a |
---|
| 1737 | core-shell scattering length density profile. The form factor is |
---|
| 1738 | normalized by the particle volume. |
---|
| 1739 | |
---|
| 1740 | **1.1.** ** Definition** |
---|
| 1741 | |
---|
| 1742 | The output of the 2D scattering intensity function for oriented core- |
---|
| 1743 | shell cylinders is given by (Kline, 2006): |
---|
| 1744 | |
---|
| 1745 | |
---|
| 1746 | |
---|
| 1747 | |
---|
| 1748 | |
---|
| 1749 | |
---|
| 1750 | |
---|
| 1751 | where is the angle between the axis of the cylinder and the q-vector, |
---|
| 1752 | *Vs* is the volume of the outer shell (i.e. the total volume, |
---|
| 1753 | including the shell), *Vc* is the volume of the core, *L* is the |
---|
| 1754 | length of the core, *r* is the radius of the core, *t* is the |
---|
| 1755 | thickness of the shell, *c* is the scattering length density of the |
---|
| 1756 | core, *s* is the scattering length density of the shell, solv is the |
---|
| 1757 | scattering length density of the solvent, and *bkg* is the background |
---|
| 1758 | level. The outer radius of the shell is given by *r+t* and the total |
---|
| 1759 | length of the outer shell is given by *L+2t*. J1 is the first order |
---|
| 1760 | Bessel function. |
---|
| 1761 | |
---|
| 1762 | |
---|
| 1763 | |
---|
| 1764 | To provide easy access to the orientation of the core-shell cylinder, |
---|
| 1765 | we define the axis of the cylinder using two angles and . Similarly to |
---|
| 1766 | the case of the cylinder, those angles are defined on Figure 2 in |
---|
| 1767 | Cylinder Model. |
---|
| 1768 | |
---|
| 1769 | For P*S: The 2nd virial coefficient of the solid cylinder is calculate |
---|
| 1770 | based on the (radius+thickness) and 2(length +thickness) values, and |
---|
| 1771 | used as the effective radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 1772 | |
---|
| 1773 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 1774 | the core-shell cylinder model are the following: |
---|
| 1775 | |
---|
| 1776 | Parameter name |
---|
| 1777 | |
---|
| 1778 | Units |
---|
| 1779 | |
---|
| 1780 | Default value |
---|
| 1781 | |
---|
| 1782 | scale |
---|
| 1783 | |
---|
| 1784 | None |
---|
| 1785 | |
---|
| 1786 | 1.0 |
---|
| 1787 | |
---|
| 1788 | radius |
---|
| 1789 | |
---|
| 1790 | |
---|
| 1791 | |
---|
| 1792 | 20.0 |
---|
| 1793 | |
---|
| 1794 | thickness |
---|
| 1795 | |
---|
| 1796 | |
---|
| 1797 | |
---|
| 1798 | 10.0 |
---|
| 1799 | |
---|
| 1800 | length |
---|
| 1801 | |
---|
| 1802 | |
---|
| 1803 | |
---|
| 1804 | 400.0 |
---|
| 1805 | |
---|
| 1806 | core_sld |
---|
| 1807 | |
---|
| 1808 | -2 |
---|
| 1809 | |
---|
| 1810 | 1e-6 |
---|
| 1811 | |
---|
| 1812 | shell_sld |
---|
| 1813 | |
---|
| 1814 | -2 |
---|
| 1815 | |
---|
| 1816 | 4e-6 |
---|
| 1817 | |
---|
| 1818 | solvent_sld |
---|
| 1819 | |
---|
| 1820 | -2 |
---|
| 1821 | |
---|
| 1822 | 1e-6 |
---|
| 1823 | |
---|
| 1824 | background |
---|
| 1825 | |
---|
| 1826 | cm-1 |
---|
| 1827 | |
---|
| 1828 | 0.0 |
---|
| 1829 | |
---|
| 1830 | axis_theta |
---|
| 1831 | |
---|
| 1832 | degree |
---|
| 1833 | |
---|
| 1834 | 90 |
---|
| 1835 | |
---|
| 1836 | axis_phi |
---|
| 1837 | |
---|
| 1838 | degree |
---|
| 1839 | |
---|
| 1840 | 0.0 |
---|
| 1841 | |
---|
| 1842 | The output of the 1D scattering intensity function for randomly |
---|
| 1843 | oriented cylinders is then given by the equation above. |
---|
| 1844 | |
---|
| 1845 | The *axis_theta* and axis *_phi* parameters are not used for the 1D |
---|
| 1846 | output. Our implementation of the scattering kernel and the 1D |
---|
| 1847 | scattering intensity use the c-library from NIST. |
---|
| 1848 | |
---|
| 1849 | **2.1.** ** Validation of the core-shell cylinder model** |
---|
| 1850 | |
---|
| 1851 | Validation of our code was done by comparing the output of the 1D |
---|
| 1852 | model to the output of the software provided by the NIST (Kline, |
---|
| 1853 | 2006). Figure 8 shows a comparison of the 1D output of our model and |
---|
| 1854 | the output of the NIST software. |
---|
| 1855 | |
---|
| 1856 | Averaging over a distribution of orientation is done by evaluating the |
---|
| 1857 | equation above. Since we have no other software to compare the |
---|
| 1858 | implementation of the intensity for fully oriented core-shell |
---|
| 1859 | cylinders, we can compare the result of averaging our 2D output using |
---|
| 1860 | a uniform distribution *p(,* *)* = 1.0. Figure 9 shows the result of |
---|
| 1861 | such a cross-check. |
---|
| 1862 | |
---|
| 1863 | |
---|
| 1864 | |
---|
| 1865 | |
---|
| 1866 | |
---|
| 1867 | Figure 8: Comparison of the DANSE scattering intensity for a core- |
---|
| 1868 | shell cylinder with the output of the NIST SANS analysis software. The |
---|
| 1869 | parameters were set to: Scale=1.0, Radius=20 , Thickness=10 , |
---|
| 1870 | Length=400 , Core_sld=1e-6 -2, Shell_sld=4e-6 -2, Solvent_sld=1e-6 -2, |
---|
| 1871 | and Background=0.01 cm -1. |
---|
| 1872 | |
---|
| 1873 | |
---|
| 1874 | |
---|
| 1875 | |
---|
| 1876 | |
---|
| 1877 | |
---|
| 1878 | |
---|
| 1879 | Figure 9: Comparison of the intensity for uniformly distributed core- |
---|
| 1880 | shell cylinders calculated from our 2D model and the intensity from |
---|
| 1881 | the NIST SANS analysis software. The parameters used were: Scale=1.0, |
---|
| 1882 | Radius=20 , Thickness=10 , Length=400 , Core_sld=1e-6 -2, |
---|
| 1883 | Shell_sld=4e-6 -2, Solvent_sld=1e-6 -2, and Background=0.0 cm -1. |
---|
| 1884 | |
---|
| 1885 | |
---|
| 1886 | |
---|
| 1887 | Figure. Definition of the angles for oriented core-shell cylinders. |
---|
| 1888 | |
---|
| 1889 | |
---|
| 1890 | |
---|
| 1891 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 1892 | plane. |
---|
| 1893 | |
---|
| 1894 | 2013/11/26 - Description reviewed by Heenan, R. |
---|
| 1895 | |
---|
| 1896 | **2.16.** ** ** **Core-Shell (Cylinder) Bicelle Model** |
---|
| 1897 | |
---|
| 1898 | This model provides the form factor for a circular cylinder with a |
---|
| 1899 | core-shell scattering length density profile. The form factor is |
---|
| 1900 | normalized by the particle volume. This model is a more general case |
---|
| 1901 | of core-shell cylinder model (seeabove and reference below) in that |
---|
| 1902 | the parameters of the shell are separated into a face-shell and a rim- |
---|
| 1903 | shell so that users can set different values of the thicknesses and |
---|
| 1904 | slds. |
---|
| 1905 | |
---|
| 1906 | |
---|
| 1907 | |
---|
| 1908 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 1909 | the core-shell cylinder model are the following: |
---|
| 1910 | |
---|
| 1911 | Parameter name |
---|
| 1912 | |
---|
| 1913 | Units |
---|
| 1914 | |
---|
| 1915 | Default value |
---|
| 1916 | |
---|
| 1917 | scale |
---|
| 1918 | |
---|
| 1919 | None |
---|
| 1920 | |
---|
| 1921 | 1.0 |
---|
| 1922 | |
---|
| 1923 | radius |
---|
| 1924 | |
---|
| 1925 | |
---|
| 1926 | |
---|
| 1927 | 20.0 |
---|
| 1928 | |
---|
| 1929 | rim_thick |
---|
| 1930 | |
---|
| 1931 | |
---|
| 1932 | |
---|
| 1933 | 10.0 |
---|
| 1934 | face_thick 10.0 |
---|
| 1935 | length |
---|
| 1936 | |
---|
| 1937 | |
---|
| 1938 | |
---|
| 1939 | 400.0 |
---|
| 1940 | |
---|
| 1941 | core_sld |
---|
| 1942 | |
---|
| 1943 | -2 |
---|
| 1944 | |
---|
| 1945 | 1e-6 |
---|
| 1946 | |
---|
| 1947 | rim_sld |
---|
| 1948 | |
---|
| 1949 | -2 |
---|
| 1950 | |
---|
| 1951 | 4e-6 |
---|
| 1952 | face_sld -2 4e-6 |
---|
| 1953 | solvent_sld |
---|
| 1954 | |
---|
| 1955 | -2 |
---|
| 1956 | |
---|
| 1957 | 1e-6 |
---|
| 1958 | |
---|
| 1959 | background |
---|
| 1960 | |
---|
| 1961 | cm-1 |
---|
| 1962 | |
---|
| 1963 | 0.0 |
---|
| 1964 | |
---|
| 1965 | axis_theta |
---|
| 1966 | |
---|
| 1967 | degree |
---|
| 1968 | |
---|
| 1969 | 90 |
---|
| 1970 | |
---|
| 1971 | axis_phi |
---|
| 1972 | |
---|
| 1973 | degree |
---|
| 1974 | |
---|
| 1975 | 0.0 |
---|
| 1976 | |
---|
| 1977 | The output of the 1D scattering intensity function for randomly |
---|
| 1978 | oriented cylinders is then given by the equation above. |
---|
| 1979 | |
---|
| 1980 | The *axis_theta* and axis *_phi* parameters are not used for the 1D |
---|
| 1981 | output. Our implementation of the scattering kernel and the 1D |
---|
| 1982 | scattering intensity use the c-library from NIST. |
---|
| 1983 | |
---|
| 1984 | |
---|
| 1985 | |
---|
| 1986 | |
---|
| 1987 | |
---|
| 1988 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 1989 | |
---|
| 1990 | |
---|
| 1991 | |
---|
| 1992 | Figure. Definition of the angles for the oriented Core-Shell Cylinder |
---|
| 1993 | Bicelle Model. |
---|
| 1994 | |
---|
| 1995 | |
---|
| 1996 | |
---|
| 1997 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 1998 | plane. |
---|
| 1999 | |
---|
| 2000 | REFERENCE |
---|
| 2001 | Feigin, L. A, and D. I. Svergun, "Structure Analysis by Small-Angle |
---|
| 2002 | X-Ray and Neutron Scattering", Plenum Press, New York, (1987). |
---|
| 2003 | |
---|
| 2004 | **2.17.** ** ** **HollowCylinderModel** |
---|
| 2005 | |
---|
| 2006 | This model provides the form factor, P( *q*), for a monodisperse |
---|
| 2007 | hollow right angle circular cylinder (tube) where the form factor is |
---|
| 2008 | normalized by the volume of the tube: |
---|
| 2009 | |
---|
| 2010 | P(q) = scale*<f^2>/Vshell+background where the averaging < > id |
---|
| 2011 | applied only for the 1D calculation. The inside and outside of the |
---|
| 2012 | hollow cylinder have the same SLD. |
---|
| 2013 | |
---|
| 2014 | The 1D scattering intensity is calculated in the following way |
---|
| 2015 | (Guinier, 1955): |
---|
| 2016 | |
---|
| 2017 | |
---|
| 2018 | |
---|
| 2019 | |
---|
| 2020 | |
---|
| 2021 | where *scale* is a scale factor, *J1* is the 1st order Bessel |
---|
| 2022 | function, *J1* (x)= (sin *x *- *x*cos *x*)/ *x*2. |
---|
| 2023 | |
---|
| 2024 | |
---|
| 2025 | |
---|
| 2026 | To provide easy access to the orientation of the core-shell cylinder, |
---|
| 2027 | we define the axis of the cylinder using two angles and . Similarly to |
---|
| 2028 | the case of the cylinder, those angles are defined on Figure 2 in |
---|
| 2029 | Cylinder Model. |
---|
| 2030 | |
---|
| 2031 | For P*S: The 2nd virial coefficient of the solid cylinder is calculate |
---|
| 2032 | based on the (radius) and 2(length) values, and used as the effective |
---|
| 2033 | radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 2034 | |
---|
| 2035 | In the parameters, the contrast represents SLD (shell) - SLD (solvent) |
---|
| 2036 | and the radius = Rhell while core_radius = Rcore. |
---|
| 2037 | |
---|
| 2038 | |
---|
| 2039 | |
---|
| 2040 | Parameter name |
---|
| 2041 | |
---|
| 2042 | Units |
---|
| 2043 | |
---|
| 2044 | Default value |
---|
| 2045 | |
---|
| 2046 | scale |
---|
| 2047 | |
---|
| 2048 | None |
---|
| 2049 | |
---|
| 2050 | 1.0 |
---|
| 2051 | |
---|
| 2052 | radius |
---|
| 2053 | |
---|
| 2054 | |
---|
| 2055 | |
---|
| 2056 | 30 |
---|
| 2057 | |
---|
| 2058 | length |
---|
| 2059 | |
---|
| 2060 | |
---|
| 2061 | |
---|
| 2062 | 400 |
---|
| 2063 | |
---|
| 2064 | core_radius |
---|
| 2065 | |
---|
| 2066 | |
---|
| 2067 | |
---|
| 2068 | 20 |
---|
| 2069 | |
---|
| 2070 | sldCyl |
---|
| 2071 | |
---|
| 2072 | -2 |
---|
| 2073 | |
---|
| 2074 | 6.3e-6 |
---|
| 2075 | |
---|
| 2076 | sldSolv |
---|
| 2077 | |
---|
| 2078 | -2 |
---|
| 2079 | |
---|
| 2080 | 5e-06 |
---|
| 2081 | |
---|
| 2082 | background |
---|
| 2083 | |
---|
| 2084 | cm-1 |
---|
| 2085 | |
---|
| 2086 | 0.01 |
---|
| 2087 | |
---|
| 2088 | |
---|
| 2089 | |
---|
| 2090 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 2091 | |
---|
| 2092 | Our model uses the form factor calculations implemented in a c-library |
---|
| 2093 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 2094 | |
---|
| 2095 | |
---|
| 2096 | |
---|
| 2097 | Figure. Definition of the angles for the oriented HollowCylinderModel. |
---|
| 2098 | |
---|
| 2099 | |
---|
| 2100 | |
---|
| 2101 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 2102 | plane. |
---|
| 2103 | |
---|
| 2104 | REFERENCE |
---|
| 2105 | |
---|
| 2106 | Feigin, L. A, and D. I. Svergun, "Structure Analysis by Small-Angle |
---|
| 2107 | X-Ray and Neutron Scattering", Plenum Press, New York, (1987). |
---|
| 2108 | |
---|
| 2109 | **2.18.** ** ** **FlexibleCylinderModel** |
---|
| 2110 | |
---|
| 2111 | This model provides the form factor, P( *q*), for a flexible cylinder |
---|
| 2112 | where the form factor is normalized by the volume of the cylinder: |
---|
| 2113 | Inter-cylinder interactions are NOT included. P(q) = |
---|
| 2114 | scale*<f^2>/V+background where the averaging < > is applied over all |
---|
| 2115 | orientation for 1D. The 2D scattering intensity is the same as 1D, |
---|
| 2116 | regardless of the orientation of the *q* vector which is defined as . |
---|
| 2117 | |
---|
| 2118 | |
---|
| 2119 | |
---|
| 2120 | The chain of contour length, L, (the total length) can be described a |
---|
| 2121 | chain of some number of locally stiff segments of length lp. The |
---|
| 2122 | persistence length,lp, is the length along the cylinder over which the |
---|
| 2123 | flexible cylinder can be considered a rigid rod. The Kuhn length (b = |
---|
| 2124 | 2*lp) is also used to describe the stiffness of a chain. The returned |
---|
| 2125 | value is in units of [cm-1], on absolute scale. In the parameters, the |
---|
| 2126 | sldCyl and sldSolv represent SLD (chain/cylinder) and SLD (solvent) |
---|
| 2127 | respectively. |
---|
| 2128 | |
---|
| 2129 | |
---|
| 2130 | |
---|
| 2131 | |
---|
| 2132 | |
---|
| 2133 | Parameter name |
---|
| 2134 | |
---|
| 2135 | Units |
---|
| 2136 | |
---|
| 2137 | Default value |
---|
| 2138 | |
---|
| 2139 | scale |
---|
| 2140 | |
---|
| 2141 | None |
---|
| 2142 | |
---|
| 2143 | 1.0 |
---|
| 2144 | |
---|
| 2145 | radius |
---|
| 2146 | |
---|
| 2147 | |
---|
| 2148 | |
---|
| 2149 | 20 |
---|
| 2150 | |
---|
| 2151 | length |
---|
| 2152 | |
---|
| 2153 | |
---|
| 2154 | |
---|
| 2155 | 1000 |
---|
| 2156 | |
---|
| 2157 | sldCyl |
---|
| 2158 | |
---|
| 2159 | -2 |
---|
| 2160 | |
---|
| 2161 | 1e-06 |
---|
| 2162 | |
---|
| 2163 | sldSolv |
---|
| 2164 | |
---|
| 2165 | -2 |
---|
| 2166 | |
---|
| 2167 | 6.3e-06 |
---|
| 2168 | |
---|
| 2169 | background |
---|
| 2170 | |
---|
| 2171 | cm-1 |
---|
| 2172 | |
---|
| 2173 | 0.01 |
---|
| 2174 | |
---|
| 2175 | kuhn_length |
---|
| 2176 | |
---|
| 2177 | |
---|
| 2178 | |
---|
| 2179 | 100 |
---|
| 2180 | |
---|
| 2181 | |
---|
| 2182 | |
---|
| 2183 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 2184 | |
---|
| 2185 | Our model uses the form factor calculations implemented in a c-library |
---|
| 2186 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 2187 | |
---|
| 2188 | From the reference, "Method 3 With Excluded Volume" is used. The model |
---|
| 2189 | is a parametrization of simulations of a discrete representation of |
---|
| 2190 | the worm-like chain model of Kratky and Porod applied in the |
---|
| 2191 | pseudocontinuous limit. See equations (13,26-27) in the original |
---|
| 2192 | reference for the details. |
---|
| 2193 | |
---|
| 2194 | REFERENCE |
---|
| 2195 | |
---|
| 2196 | Pedersen, J. S. and P. Schurtenberger (1996). Scattering functions of |
---|
| 2197 | semiflexible polymers with and without excluded volume effects. |
---|
| 2198 | Macromolecules 29: 7602-7612. |
---|
| 2199 | |
---|
| 2200 | Correction of the formula can be found in: |
---|
| 2201 | |
---|
| 2202 | Wei-Ren Chen, Paul D. Butler, and Linda J. Magid, "Incorporating |
---|
| 2203 | Intermicellar Interactions in the Fitting of SANS Data from Cationic |
---|
| 2204 | Wormlike Micelles" Langmuir, August 2006. |
---|
| 2205 | |
---|
| 2206 | **2.19.** ** ** **FlexCylEllipXModel** |
---|
| 2207 | |
---|
| 2208 | **Flexible Cylinder with Elliptical Cross-Section: **Calculates the |
---|
| 2209 | form factor for a flexible cylinder with an elliptical cross section |
---|
| 2210 | and a uniform scattering length density. The non-negligible diameter |
---|
| 2211 | of the cylinder is included by accounting for excluded volume |
---|
| 2212 | interactions within the walk of a single cylinder. The form factor is |
---|
| 2213 | normalized by the particle volume such that P(q) = scale*<f^2>/Vol + |
---|
| 2214 | bkg, where < > is an average over all possible orientations of the |
---|
| 2215 | flexible cylinder. |
---|
| 2216 | |
---|
| 2217 | **1.1.** ** Definition** |
---|
| 2218 | |
---|
| 2219 | The function calculated is from the reference given below. From that |
---|
| 2220 | paper, "Method 3 With Excluded Volume" is used. The model is a |
---|
| 2221 | parameterization of simulations of a discrete representation of the |
---|
| 2222 | worm-like chain model of Kratky and Porod applied in the pseudo- |
---|
| 2223 | continuous limit. See equations (13, 26-27) in the original reference |
---|
| 2224 | for the details. |
---|
| 2225 | |
---|
| 2226 | NOTE: there are several typos in the original reference that have been |
---|
| 2227 | corrected by WRC. Details of the corrections are in the reference |
---|
| 2228 | below. |
---|
| 2229 | |
---|
| 2230 | - Equation (13): the term (1-w(QR)) should swap position with w(QR) |
---|
| 2231 | |
---|
| 2232 | - Equations (23) and (24) are incorrect. WRC has entered these into |
---|
| 2233 | Mathematica and solved analytically. The results were converted to |
---|
| 2234 | code. |
---|
| 2235 | |
---|
| 2236 | - Equation (27) should be q0 = max(a3/sqrt(RgSquare),3) instead of |
---|
| 2237 | max(a3*b/sqrt(RgSquare),3) |
---|
| 2238 | |
---|
| 2239 | - The scattering function is negative for a range of parameter values |
---|
| 2240 | and q-values that are experimentally accessible. A correction function |
---|
| 2241 | has been added to give the proper behavior. |
---|
| 2242 | |
---|
| 2243 | |
---|
| 2244 | |
---|
| 2245 | The chain of contour length, L, (the total length) can be described a |
---|
| 2246 | chain of some number of locally stiff segments of length lp. The |
---|
| 2247 | persistence length, lp, is the length along the cylinder over which |
---|
| 2248 | the flexible cylinder can be considered a rigid rod. The Kuhn length |
---|
| 2249 | (b) used in the model is also used to describe the stiffness of a |
---|
| 2250 | chain, and is simply b = 2*lp. |
---|
| 2251 | |
---|
| 2252 | The cross section of the cylinder is elliptical, with minor radius a. |
---|
| 2253 | The major radius is larger, so of course, the axis ratio (parameter 4) |
---|
| 2254 | must be greater than one. Simple constraints should be applied during |
---|
| 2255 | curve fitting to maintain this inequality. |
---|
| 2256 | |
---|
| 2257 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 2258 | |
---|
| 2259 | The sldCyl = SLD (chain), sldSolv = SLD (solvent). The scale, and the |
---|
| 2260 | contrast are both multiplicative factors in the model and are |
---|
| 2261 | perfectly correlated. One or both of these parameters must be held |
---|
| 2262 | fixed during model fitting. |
---|
| 2263 | |
---|
| 2264 | If the scale is set equal to the particle volume fraction, f, the |
---|
| 2265 | returned value is the scattered intensity per unit volume, I(q) = |
---|
| 2266 | f*P(q). However, no inter-particle interference effects are included |
---|
| 2267 | in this calculation. |
---|
| 2268 | |
---|
| 2269 | For 2D data: The 2D scattering intensity is calculated in the same way |
---|
| 2270 | as 1D, where the *q* vector is defined as . |
---|
| 2271 | |
---|
| 2272 | REFERENCE |
---|
| 2273 | |
---|
| 2274 | Pedersen, J. S. and P. Schurtenberger (1996). Scattering functions of |
---|
| 2275 | semiflexible polymers with and without excluded volume effects. |
---|
| 2276 | Macromolecules 29: 7602-7612. |
---|
| 2277 | |
---|
| 2278 | Corrections are in: |
---|
| 2279 | |
---|
| 2280 | Wei-Ren Chen, Paul D. Butler, and Linda J. Magid, "Incorporating |
---|
| 2281 | Intermicellar Interactions in the Fitting of SANS Data from Cationic |
---|
| 2282 | Wormlike Micelles" Langmuir, August 2006. |
---|
| 2283 | |
---|
| 2284 | |
---|
| 2285 | |
---|
| 2286 | TEST DATASET |
---|
| 2287 | |
---|
| 2288 | This example dataset is produced by running the Macro |
---|
| 2289 | FlexCylEllipXModel, using 200 data points, qmin = 0.001 -1, qmax = 0.7 |
---|
| 2290 | -1 and the default values below. |
---|
| 2291 | |
---|
| 2292 | Parameter name |
---|
| 2293 | |
---|
| 2294 | Units |
---|
| 2295 | |
---|
| 2296 | Default value |
---|
| 2297 | |
---|
| 2298 | axis_ratio |
---|
| 2299 | |
---|
| 2300 | 1.5 |
---|
| 2301 | |
---|
| 2302 | background |
---|
| 2303 | |
---|
| 2304 | cm-1 |
---|
| 2305 | |
---|
| 2306 | 0.0001 |
---|
| 2307 | |
---|
| 2308 | Kuhn_length |
---|
| 2309 | |
---|
| 2310 | |
---|
| 2311 | |
---|
| 2312 | 100 |
---|
| 2313 | |
---|
| 2314 | (Contour) length |
---|
| 2315 | |
---|
| 2316 | |
---|
| 2317 | |
---|
| 2318 | 1e+3 |
---|
| 2319 | |
---|
| 2320 | radius |
---|
| 2321 | |
---|
| 2322 | |
---|
| 2323 | |
---|
| 2324 | 20.0 |
---|
| 2325 | |
---|
| 2326 | scale |
---|
| 2327 | |
---|
| 2328 | 1.0 |
---|
| 2329 | |
---|
| 2330 | sldCyl |
---|
| 2331 | |
---|
| 2332 | -2 |
---|
| 2333 | |
---|
| 2334 | 1e-6 |
---|
| 2335 | |
---|
| 2336 | sldSolv |
---|
| 2337 | |
---|
| 2338 | -2 |
---|
| 2339 | |
---|
| 2340 | 6.3e-6 |
---|
| 2341 | |
---|
| 2342 | |
---|
| 2343 | |
---|
| 2344 | **Figure. 1D plot using the default values (w/200 data points).** |
---|
| 2345 | |
---|
| 2346 | **2.20.** ** ** **StackedDisksModel ** |
---|
| 2347 | |
---|
| 2348 | This model provides the form factor, P( *q*), for stacked discs |
---|
| 2349 | (tactoids) with a core/layer structure where the form factor is |
---|
| 2350 | normalized by the volume of the cylinder. Assuming the next neighbor |
---|
| 2351 | distance (d-spacing) in a stack of parallel discs obeys a Gaussian |
---|
| 2352 | distribution, a structure factor S(q) proposed by Kratky and Porod in |
---|
| 2353 | 1949 is used in this function. Note that the resolution smearing |
---|
| 2354 | calculation uses 76 Gauss quadrature points to properly smear the |
---|
| 2355 | model since the function is HIGHLY oscillatory, especially around the |
---|
| 2356 | q-values that correspond to the repeat distance of the layers. |
---|
| 2357 | |
---|
| 2358 | The 2D scattering intensity is the same as 1D, regardless of the |
---|
| 2359 | orientation of the *q* vector which is defined as . |
---|
| 2360 | |
---|
| 2361 | |
---|
| 2362 | |
---|
| 2363 | |
---|
| 2364 | |
---|
| 2365 | |
---|
| 2366 | |
---|
| 2367 | The returned value is in units of [cm-1 sr-1], on absolute scale. |
---|
| 2368 | |
---|
| 2369 | The scattering intensity I(q) is: |
---|
| 2370 | |
---|
| 2371 | |
---|
| 2372 | |
---|
| 2373 | where the contrast, |
---|
| 2374 | |
---|
| 2375 | |
---|
| 2376 | |
---|
| 2377 | N is the number of discs per unit volume, ais the angle between the |
---|
| 2378 | axis of the disc and q, and Vt and Vc are the total volume and the |
---|
| 2379 | core volume of a single disc, respectively. |
---|
| 2380 | |
---|
| 2381 | |
---|
| 2382 | |
---|
| 2383 | |
---|
| 2384 | |
---|
| 2385 | |
---|
| 2386 | |
---|
| 2387 | where d = thickness of the layer (layer_thick), 2h= core thickness |
---|
| 2388 | (core_thick), and R = radius of the disc (radius). |
---|
| 2389 | |
---|
| 2390 | |
---|
| 2391 | |
---|
| 2392 | where n = the total number of the disc stacked (n_stacking), D=the |
---|
| 2393 | next neighbor center to cent distance (d-spacing), and sD= the |
---|
| 2394 | Gaussian standard deviation of the d-spacing (sigma_d). |
---|
| 2395 | |
---|
| 2396 | To provide easy access to the orientation of the stackeddisks, we |
---|
| 2397 | define the axis of the cylinder using two angles and . Similarly to |
---|
| 2398 | the case of the cylinder, those angles are defined on Figure 2 of |
---|
| 2399 | CylinderModel. |
---|
| 2400 | |
---|
| 2401 | For P*S: The 2nd virial coefficient of the solid cylinder is calculate |
---|
| 2402 | based on the (radius) and length = n_stacking*(core_thick |
---|
| 2403 | +2*layer_thick) values, and used as the effective radius toward S(Q) |
---|
| 2404 | when P(Q)*S(Q) is applied. |
---|
| 2405 | |
---|
| 2406 | Parameter name |
---|
| 2407 | |
---|
| 2408 | Units |
---|
| 2409 | |
---|
| 2410 | Default value |
---|
| 2411 | |
---|
| 2412 | background |
---|
| 2413 | |
---|
| 2414 | cm-1 |
---|
| 2415 | |
---|
| 2416 | 0.001 |
---|
| 2417 | |
---|
| 2418 | core_sld |
---|
| 2419 | |
---|
| 2420 | -2 |
---|
| 2421 | |
---|
| 2422 | 4e-006 |
---|
| 2423 | |
---|
| 2424 | core_thick |
---|
| 2425 | |
---|
| 2426 | |
---|
| 2427 | |
---|
| 2428 | 10 |
---|
| 2429 | |
---|
| 2430 | layer_sld |
---|
| 2431 | |
---|
| 2432 | -2 |
---|
| 2433 | |
---|
| 2434 | 0 |
---|
| 2435 | |
---|
| 2436 | layer_thick |
---|
| 2437 | |
---|
| 2438 | |
---|
| 2439 | |
---|
| 2440 | 15 |
---|
| 2441 | |
---|
| 2442 | n_stacking |
---|
| 2443 | |
---|
| 2444 | 1 |
---|
| 2445 | |
---|
| 2446 | radius |
---|
| 2447 | |
---|
| 2448 | |
---|
| 2449 | |
---|
| 2450 | 3e+003 |
---|
| 2451 | |
---|
| 2452 | scale |
---|
| 2453 | |
---|
| 2454 | 0.01 |
---|
| 2455 | |
---|
| 2456 | sigma_d |
---|
| 2457 | |
---|
| 2458 | 0 |
---|
| 2459 | |
---|
| 2460 | solvent_sld |
---|
| 2461 | |
---|
| 2462 | -2 |
---|
| 2463 | |
---|
| 2464 | 5e-006 |
---|
| 2465 | |
---|
| 2466 | |
---|
| 2467 | |
---|
| 2468 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 2469 | |
---|
| 2470 | |
---|
| 2471 | |
---|
| 2472 | Figure. Examples of the angles for oriented stackeddisks against the |
---|
| 2473 | detector plane. |
---|
| 2474 | |
---|
| 2475 | |
---|
| 2476 | |
---|
| 2477 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 2478 | plane. |
---|
| 2479 | |
---|
| 2480 | Our model uses the form factor calculations implemented in a c-library |
---|
| 2481 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 2482 | |
---|
| 2483 | REFERENCE |
---|
| 2484 | |
---|
| 2485 | Guinier, A. and Fournet, G., "Small-Angle Scattering of X-Rays", John |
---|
| 2486 | Wiley and Sons, New York, 1955. |
---|
| 2487 | |
---|
| 2488 | Kratky, O. and Porod, G., J. Colloid Science, 4, 35, 1949. |
---|
| 2489 | |
---|
| 2490 | Higgins, J.S. and Benoit, H.C., "Polymers and Neutron Scattering", |
---|
| 2491 | Clarendon, Oxford, 1994. |
---|
| 2492 | |
---|
| 2493 | **2.21.** ** ** **Elliptical Cylinder Model** |
---|
| 2494 | |
---|
| 2495 | This function calculates the scattering from an oriented elliptical |
---|
| 2496 | cylinder. |
---|
| 2497 | |
---|
| 2498 | **For 2D (orientated system):** |
---|
| 2499 | |
---|
| 2500 | The angles theta and phi define the orientation of the axis of the |
---|
| 2501 | cylinder. The angle psi is defined as the orientation of the major |
---|
| 2502 | axis of the ellipse with respect to the vector Q. A gaussian |
---|
| 2503 | poydispersity can be added to any of the orientation angles, and also |
---|
| 2504 | for the minor radius and the ratio of the ellipse radii. |
---|
| 2505 | |
---|
| 2506 | |
---|
| 2507 | |
---|
| 2508 | **Figure. a= r_minor and ** **n= r_ratio (i.e., r_major/r_minor).** |
---|
| 2509 | |
---|
| 2510 | The function calculated is: |
---|
| 2511 | |
---|
| 2512 | |
---|
| 2513 | |
---|
| 2514 | with the functions: |
---|
| 2515 | |
---|
| 2516 | |
---|
| 2517 | |
---|
| 2518 | |
---|
| 2519 | |
---|
| 2520 | |
---|
| 2521 | |
---|
| 2522 | and the angle psi is defined as the orientation of the major axis of |
---|
| 2523 | the ellipse with respect to the vector Q. |
---|
| 2524 | |
---|
| 2525 | **For 1D (no preferred orientation):** |
---|
| 2526 | |
---|
| 2527 | The form factor is averaged over all possible orientation before |
---|
| 2528 | normalized by the particle volume: P(q) = scale*<f^2>/V . |
---|
| 2529 | |
---|
| 2530 | The returned value is scaled to units of [cm-1]. |
---|
| 2531 | |
---|
| 2532 | To provide easy access to the orientation of the elliptical, we define |
---|
| 2533 | the axis of the cylinder using two angles , andY. Similarly to the |
---|
| 2534 | case of the cylinder, those angles, and , are defined on Figure 2 of |
---|
| 2535 | CylinderModel. The angle Y is the rotational angle around its own |
---|
| 2536 | long_c axis against the q plane. For example, Y = 0 when the r_minor |
---|
| 2537 | axis is parallel to the x-axis of the detector. |
---|
| 2538 | |
---|
| 2539 | All angle parameters are valid and given only for 2D calculation |
---|
| 2540 | (Oriented system). |
---|
| 2541 | |
---|
| 2542 | |
---|
| 2543 | |
---|
| 2544 | **Figure. Definition of angels for 2D**. |
---|
| 2545 | |
---|
| 2546 | |
---|
| 2547 | |
---|
| 2548 | Figure. Examples of the angles for oriented elliptical cylinders |
---|
| 2549 | |
---|
| 2550 | against the detector plane. |
---|
| 2551 | |
---|
| 2552 | **For P*S**: The 2nd virial coefficient of the solid cylinder is |
---|
| 2553 | calculate based on the averaged radius (=sqrt(r_minor^2*r_ratio)) and |
---|
| 2554 | length values, and used as the effective radius toward S(Q) when |
---|
| 2555 | P(Q)*S(Q) is applied. |
---|
| 2556 | |
---|
| 2557 | Parameter name |
---|
| 2558 | |
---|
| 2559 | Units |
---|
| 2560 | |
---|
| 2561 | Default value |
---|
| 2562 | |
---|
| 2563 | scale |
---|
| 2564 | |
---|
| 2565 | None |
---|
| 2566 | |
---|
| 2567 | 1.0 |
---|
| 2568 | |
---|
| 2569 | r_minor |
---|
| 2570 | |
---|
| 2571 | |
---|
| 2572 | |
---|
| 2573 | 20.0 |
---|
| 2574 | |
---|
| 2575 | r_ratio |
---|
| 2576 | |
---|
| 2577 | |
---|
| 2578 | |
---|
| 2579 | 1.5 |
---|
| 2580 | |
---|
| 2581 | length |
---|
| 2582 | |
---|
| 2583 | |
---|
| 2584 | |
---|
| 2585 | 400.0 |
---|
| 2586 | |
---|
| 2587 | sldCyl |
---|
| 2588 | |
---|
| 2589 | -2 |
---|
| 2590 | |
---|
| 2591 | 4e-6 |
---|
| 2592 | |
---|
| 2593 | sldSolv |
---|
| 2594 | |
---|
| 2595 | -2 |
---|
| 2596 | |
---|
| 2597 | 1e-006 |
---|
| 2598 | |
---|
| 2599 | background |
---|
| 2600 | |
---|
| 2601 | 0 |
---|
| 2602 | |
---|
| 2603 | |
---|
| 2604 | |
---|
| 2605 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 2606 | |
---|
| 2607 | **Validation of the elliptical cylinder 2D model** |
---|
| 2608 | |
---|
| 2609 | Validation of our code was done by comparing the output of the 1D |
---|
| 2610 | calculation to the angular average of the output of 2 D calculation |
---|
| 2611 | over all possible angles. The Figure below shows the comparison where |
---|
| 2612 | the solid dot refers to averaged 2D while the line represents the |
---|
| 2613 | result of 1D calculation (for 2D averaging, 76, 180, 76 points are |
---|
| 2614 | taken for the angles of theta, phi, and psi respectively). |
---|
| 2615 | |
---|
| 2616 | |
---|
| 2617 | |
---|
| 2618 | **Figure. Comparison between 1D and averaged 2D.** |
---|
| 2619 | |
---|
| 2620 | **** |
---|
| 2621 | |
---|
| 2622 | In the 2D average, more binning in the angle phi is necessary to get |
---|
| 2623 | the proper result. The following figure shows the results of the |
---|
| 2624 | averaging by varying the number of bin over angles. |
---|
| 2625 | |
---|
| 2626 | |
---|
| 2627 | |
---|
| 2628 | **Figure. The intensities averaged from 2D over different number ** |
---|
| 2629 | |
---|
| 2630 | **of points of binning of angles.** |
---|
| 2631 | |
---|
| 2632 | REFERENCE |
---|
| 2633 | |
---|
| 2634 | L. A. Feigin and D. I. Svergun Structure Analysis by Small-Angle X-Ray |
---|
| 2635 | and Neutron Scattering, Plenum, New York, (1987). |
---|
| 2636 | |
---|
| 2637 | **2.22.** ** ** **BarBell(/DumBell)Model** |
---|
| 2638 | |
---|
| 2639 | Calculates the scattering from a barbell-shaped cylinder (This model |
---|
| 2640 | simply becomes the DumBellModel when the length of the cylinder, L, is |
---|
| 2641 | set to zero). That is, a sphereocylinder with spherical end caps that |
---|
| 2642 | have a radius larger than that of the cylinder and the center of the |
---|
| 2643 | end cap radius lies outside of the cylinder All dimensions of the |
---|
| 2644 | barbell are considered to be monodisperse. See the diagram for the |
---|
| 2645 | details of the geometry and restrictions on parameter values. |
---|
| 2646 | |
---|
| 2647 | **1.1.** ** Definition** |
---|
| 2648 | |
---|
| 2649 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 2650 | |
---|
| 2651 | The barbell geometry is defined as: |
---|
| 2652 | |
---|
| 2653 | |
---|
| 2654 | |
---|
| 2655 | r is the radius of the cylinder. All other parameters are as defined |
---|
| 2656 | in the diagram. Since the end cap radius R >= r and by definition for |
---|
| 2657 | this geometry h > 0, h is then defined by r and R as: |
---|
| 2658 | |
---|
| 2659 | h = sqrt(R^2 - r^2). |
---|
| 2660 | |
---|
| 2661 | The scattering intensity I(q) is calculated as: |
---|
| 2662 | |
---|
| 2663 | |
---|
| 2664 | |
---|
| 2665 | where the amplitude A(q) is given as: |
---|
| 2666 | |
---|
| 2667 | |
---|
| 2668 | |
---|
| 2669 | |
---|
| 2670 | |
---|
| 2671 | |
---|
| 2672 | |
---|
| 2673 | The < > brackets denote an average of the structure over all |
---|
| 2674 | orientations. <A^2(q)> is then the form factor, P(q). The scale factor |
---|
| 2675 | is equivalent to the volume fraction of cylinders, each of volume, V. |
---|
| 2676 | Contrast is the difference of scattering length densities of the |
---|
| 2677 | cylinder and the surrounding solvent. |
---|
| 2678 | |
---|
| 2679 | The volume of the barbell is: |
---|
| 2680 | |
---|
| 2681 | |
---|
| 2682 | |
---|
| 2683 | and its radius of gyration: |
---|
| 2684 | |
---|
| 2685 | |
---|
| 2686 | |
---|
| 2687 | The necessary conditions of R >= r is not enforced in the model. It is |
---|
| 2688 | up to you to restrict this during analysis. |
---|
| 2689 | |
---|
| 2690 | REFERENCES |
---|
| 2691 | |
---|
| 2692 | H. Kaya, J. Appl. Cryst. (2004) 37, 223-230. |
---|
| 2693 | |
---|
| 2694 | H. Kaya and N-R deSouza, J. Appl. Cryst. (2004) 37, 508-509. (addenda |
---|
| 2695 | and errata) |
---|
| 2696 | |
---|
| 2697 | TEST DATASET |
---|
| 2698 | |
---|
| 2699 | This example dataset is produced by running the Macro PlotBarbell(), |
---|
| 2700 | using 200 data points, qmin = 0.001 -1, qmax = 0.7 -1 and the above |
---|
| 2701 | default values. |
---|
| 2702 | |
---|
| 2703 | Parameter name |
---|
| 2704 | |
---|
| 2705 | Units |
---|
| 2706 | |
---|
| 2707 | Default value |
---|
| 2708 | |
---|
| 2709 | scale |
---|
| 2710 | |
---|
| 2711 | None |
---|
| 2712 | |
---|
| 2713 | 1.0 |
---|
| 2714 | |
---|
| 2715 | len_bar |
---|
| 2716 | |
---|
| 2717 | |
---|
| 2718 | |
---|
| 2719 | 400.0 |
---|
| 2720 | |
---|
| 2721 | rad_bar |
---|
| 2722 | |
---|
| 2723 | |
---|
| 2724 | |
---|
| 2725 | 20.0 |
---|
| 2726 | |
---|
| 2727 | rad_bell |
---|
| 2728 | |
---|
| 2729 | |
---|
| 2730 | |
---|
| 2731 | 40.0 |
---|
| 2732 | |
---|
| 2733 | sld_barbell |
---|
| 2734 | |
---|
| 2735 | -2 |
---|
| 2736 | |
---|
| 2737 | 1.0e-006 |
---|
| 2738 | |
---|
| 2739 | sld_solv |
---|
| 2740 | |
---|
| 2741 | -2 |
---|
| 2742 | |
---|
| 2743 | 6.3e-006 |
---|
| 2744 | |
---|
| 2745 | background |
---|
| 2746 | |
---|
| 2747 | 0 |
---|
| 2748 | |
---|
| 2749 | |
---|
| 2750 | |
---|
| 2751 | **Figure. 1D plot using the default values (w/256 data point).** |
---|
| 2752 | |
---|
| 2753 | For 2D data: The 2D scattering intensity is calculated similar to the |
---|
| 2754 | 2D cylinder model. At the theta = 45 deg and phi =0 deg with default |
---|
| 2755 | values for other parameters, |
---|
| 2756 | |
---|
| 2757 | |
---|
| 2758 | |
---|
| 2759 | **Figure. 2D plot (w/(256X265) data points).** |
---|
| 2760 | |
---|
| 2761 | |
---|
| 2762 | |
---|
| 2763 | |
---|
| 2764 | |
---|
| 2765 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 2766 | plane. |
---|
| 2767 | |
---|
| 2768 | Figure. Definition of the angles for oriented 2D barbells. |
---|
| 2769 | |
---|
| 2770 | **2.23.** ** ** **CappedCylinder(/ConvexLens)Model** |
---|
| 2771 | |
---|
| 2772 | Calculates the scattering from a cylinder with spherical section end- |
---|
| 2773 | caps(This model simply becomes the ConvexLensModel when the length of |
---|
| 2774 | the cylinder L = 0. That is, a sphereocylinder with end caps that have |
---|
| 2775 | a radius larger than that of the cylinder and the center of the end |
---|
| 2776 | cap radius lies within the cylinder. See the diagram for the details |
---|
| 2777 | of the geometry and restrictions on parameter values. |
---|
| 2778 | |
---|
| 2779 | |
---|
| 2780 | |
---|
| 2781 | **1.1.** ** Definition** |
---|
| 2782 | |
---|
| 2783 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 2784 | |
---|
| 2785 | The Capped Cylinder geometry is defined as: |
---|
| 2786 | |
---|
| 2787 | |
---|
| 2788 | |
---|
| 2789 | r is the radius of the cylinder. All other parameters are as defined |
---|
| 2790 | in the diagram. Since the end cap radius R >= r and by definition for |
---|
| 2791 | this geometry h < 0, h is then defined by r and R as: |
---|
| 2792 | |
---|
| 2793 | h = -1*sqrt(R^2 - r^2). |
---|
| 2794 | |
---|
| 2795 | The scattering intensity I(q) is calculated as: |
---|
| 2796 | |
---|
| 2797 | |
---|
| 2798 | |
---|
| 2799 | where the amplitude A(q) is given as: |
---|
| 2800 | |
---|
| 2801 | |
---|
| 2802 | |
---|
| 2803 | The < > brackets denote an average of the structure over all |
---|
| 2804 | orientations. <A^2(q)> is then the form factor, P(q). The scale factor |
---|
| 2805 | is equivalent to the volume fraction of cylinders, each of volume, V. |
---|
| 2806 | Contrast is the difference of scattering length densities of the |
---|
| 2807 | cylinder and the surrounding solvent. |
---|
| 2808 | |
---|
| 2809 | The volume of the Capped Cylinder is: |
---|
| 2810 | |
---|
| 2811 | (with h as a positive value here) |
---|
| 2812 | |
---|
| 2813 | |
---|
| 2814 | |
---|
| 2815 | and its radius of gyration: |
---|
| 2816 | |
---|
| 2817 | |
---|
| 2818 | |
---|
| 2819 | The necessary conditions of R >= r is not enforced in the model. It is |
---|
| 2820 | up to you to restrict this during analysis. |
---|
| 2821 | |
---|
| 2822 | REFERENCES |
---|
| 2823 | |
---|
| 2824 | H. Kaya, J. Appl. Cryst. (2004) 37, 223-230. |
---|
| 2825 | |
---|
| 2826 | H. Kaya and N-R deSouza, J. Appl. Cryst. (2004) 37, 508-509. (addenda |
---|
| 2827 | and errata) |
---|
| 2828 | |
---|
| 2829 | TEST DATASET |
---|
| 2830 | |
---|
| 2831 | This example dataset is produced by running the Macro |
---|
| 2832 | CappedCylinder(), using 200 data points, qmin = 0.001 -1, qmax = 0.7 |
---|
| 2833 | -1 and the above default values. |
---|
| 2834 | |
---|
| 2835 | Parameter name |
---|
| 2836 | |
---|
| 2837 | Units |
---|
| 2838 | |
---|
| 2839 | Default value |
---|
| 2840 | |
---|
| 2841 | scale |
---|
| 2842 | |
---|
| 2843 | None |
---|
| 2844 | |
---|
| 2845 | 1.0 |
---|
| 2846 | |
---|
| 2847 | len_cyl |
---|
| 2848 | |
---|
| 2849 | |
---|
| 2850 | |
---|
| 2851 | 400.0 |
---|
| 2852 | |
---|
| 2853 | rad_cap |
---|
| 2854 | |
---|
| 2855 | |
---|
| 2856 | |
---|
| 2857 | 40.0 |
---|
| 2858 | |
---|
| 2859 | rad_cyl |
---|
| 2860 | |
---|
| 2861 | |
---|
| 2862 | |
---|
| 2863 | 20.0 |
---|
| 2864 | |
---|
| 2865 | sld_capcyl |
---|
| 2866 | |
---|
| 2867 | -2 |
---|
| 2868 | |
---|
| 2869 | 1.0e-006 |
---|
| 2870 | |
---|
| 2871 | sld_solv |
---|
| 2872 | |
---|
| 2873 | -2 |
---|
| 2874 | |
---|
| 2875 | 6.3e-006 |
---|
| 2876 | |
---|
| 2877 | background |
---|
| 2878 | |
---|
| 2879 | 0 |
---|
| 2880 | |
---|
| 2881 | |
---|
| 2882 | |
---|
| 2883 | **Figure. 1D plot using the default values (w/256 data point).** |
---|
| 2884 | |
---|
| 2885 | For 2D data: The 2D scattering intensity is calculated similar to the |
---|
| 2886 | 2D cylinder model. At the theta = 45 deg and phi =0 deg with default |
---|
| 2887 | values for other parameters, |
---|
| 2888 | |
---|
| 2889 | |
---|
| 2890 | |
---|
| 2891 | **Figure. 2D plot (w/(256X265) data points).** |
---|
| 2892 | |
---|
| 2893 | |
---|
| 2894 | |
---|
| 2895 | Figure. Definition of the angles for oriented 2D cylinders. |
---|
| 2896 | |
---|
| 2897 | |
---|
| 2898 | |
---|
| 2899 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 2900 | plane. |
---|
| 2901 | |
---|
| 2902 | **2.24.** ** ** **PringleModel** |
---|
| 2903 | |
---|
| 2904 | This model provides the form factor, P( *q*), for a 'pringle' or |
---|
| 2905 | 'saddle-shaped' object (a hyperbolic paraboloid). |
---|
| 2906 | |
---|
| 2907 | |
---|
| 2908 | |
---|
| 2909 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 2910 | |
---|
| 2911 | The form factor calculated is: |
---|
| 2912 | |
---|
| 2913 | |
---|
| 2914 | |
---|
| 2915 | where |
---|
| 2916 | |
---|
| 2917 | |
---|
| 2918 | |
---|
| 2919 | |
---|
| 2920 | |
---|
| 2921 | The parameters of the model and a plot comparing the pringle model |
---|
| 2922 | with the equivalent cylinder are shown below. |
---|
| 2923 | |
---|
| 2924 | Parameter name |
---|
| 2925 | |
---|
| 2926 | Units |
---|
| 2927 | |
---|
| 2928 | Default value |
---|
| 2929 | |
---|
| 2930 | background |
---|
| 2931 | |
---|
| 2932 | cm-1 |
---|
| 2933 | |
---|
| 2934 | 0.0 |
---|
| 2935 | |
---|
| 2936 | alpha |
---|
| 2937 | |
---|
| 2938 | |
---|
| 2939 | |
---|
| 2940 | 0.001 |
---|
| 2941 | |
---|
| 2942 | beta |
---|
| 2943 | |
---|
| 2944 | |
---|
| 2945 | |
---|
| 2946 | 0.02 |
---|
| 2947 | |
---|
| 2948 | radius |
---|
| 2949 | |
---|
| 2950 | 60 |
---|
| 2951 | |
---|
| 2952 | scale |
---|
| 2953 | |
---|
| 2954 | |
---|
| 2955 | |
---|
| 2956 | 1 |
---|
| 2957 | |
---|
| 2958 | sld_pringle |
---|
| 2959 | |
---|
| 2960 | -2 |
---|
| 2961 | |
---|
| 2962 | 1e-006 |
---|
| 2963 | |
---|
| 2964 | sld_solvent |
---|
| 2965 | |
---|
| 2966 | -2 |
---|
| 2967 | |
---|
| 2968 | 6.3e-006 |
---|
| 2969 | |
---|
| 2970 | thickness |
---|
| 2971 | |
---|
| 2972 | |
---|
| 2973 | |
---|
| 2974 | 10 |
---|
| 2975 | |
---|
| 2976 | |
---|
| 2977 | |
---|
| 2978 | **Figure. 1D plot using the default values (w/150 data point).** |
---|
| 2979 | |
---|
| 2980 | REFERENCE |
---|
| 2981 | |
---|
| 2982 | S. Alexandru Rautu, Private Communication. |
---|
| 2983 | |
---|
| 2984 | **2.25.** ** ** **ParallelepipedModel (Magnetic 2D Model) ** |
---|
| 2985 | |
---|
| 2986 | This model provides the form factor, P( *q*), for a rectangular |
---|
| 2987 | cylinder (below) where the form factor is normalized by the volume of |
---|
| 2988 | the cylinder. P(q) = scale*<f^2>/V+background where the volume V= ABC |
---|
| 2989 | and the averaging < > is applied over all orientation for 1D. |
---|
| 2990 | For magnetic scattering, please see the '`Polarization/Magnetic |
---|
| 2991 | Scattering`_' in Fitting Help. |
---|
| 2992 | |
---|
| 2993 | |
---|
| 2994 | |
---|
| 2995 | |
---|
| 2996 | The side of the solid must be satisfied the condition of A<B |
---|
| 2997 | |
---|
| 2998 | By this definition, assuming |
---|
| 2999 | |
---|
| 3000 | a = A/B<1; b=B/B=1; c=C/B>1, the form factor, |
---|
| 3001 | |
---|
| 3002 | |
---|
| 3003 | |
---|
| 3004 | The contrast is defined as |
---|
| 3005 | |
---|
| 3006 | |
---|
| 3007 | |
---|
| 3008 | The scattering intensity per unit volume is returned in the unit of |
---|
| 3009 | [cm-1]; I(q) = fP(q). |
---|
| 3010 | |
---|
| 3011 | For P*S: The 2nd virial coefficient of the solid cylinder is calculate |
---|
| 3012 | based on the averaged effective radius (= sqrt(short_a*short_b/pi)) |
---|
| 3013 | and length( = long_c) values, and used as the effective radius toward |
---|
| 3014 | S(Q) when P(Q)*S(Q) is applied. |
---|
| 3015 | |
---|
| 3016 | To provide easy access to the orientation of the parallelepiped, we |
---|
| 3017 | define the axis of the cylinder using two angles , andY. Similarly to |
---|
| 3018 | the case of the cylinder, those angles, and , are defined on Figure 2 |
---|
| 3019 | of CylinderModel. The angle Y is the rotational angle around its own |
---|
| 3020 | long_c axis against the q plane. For example, Y = 0 when the short_b |
---|
| 3021 | axis is parallel to the x-axis of the detector. |
---|
| 3022 | |
---|
| 3023 | |
---|
| 3024 | |
---|
| 3025 | **Figure. Definition of angles for 2D**. |
---|
| 3026 | |
---|
| 3027 | |
---|
| 3028 | |
---|
| 3029 | Figure. Examples of the angles for oriented pp against the detector |
---|
| 3030 | plane. |
---|
| 3031 | |
---|
| 3032 | Parameter name |
---|
| 3033 | |
---|
| 3034 | Units |
---|
| 3035 | |
---|
| 3036 | Default value |
---|
| 3037 | |
---|
| 3038 | background |
---|
| 3039 | |
---|
| 3040 | cm-1 |
---|
| 3041 | |
---|
| 3042 | 0.0 |
---|
| 3043 | |
---|
| 3044 | contrast |
---|
| 3045 | |
---|
| 3046 | -2 |
---|
| 3047 | |
---|
| 3048 | 5e-006 |
---|
| 3049 | |
---|
| 3050 | long_c |
---|
| 3051 | |
---|
| 3052 | |
---|
| 3053 | |
---|
| 3054 | 400 |
---|
| 3055 | |
---|
| 3056 | short_a |
---|
| 3057 | |
---|
| 3058 | -2 |
---|
| 3059 | |
---|
| 3060 | 35 |
---|
| 3061 | |
---|
| 3062 | short_b |
---|
| 3063 | |
---|
| 3064 | |
---|
| 3065 | |
---|
| 3066 | 75 |
---|
| 3067 | |
---|
| 3068 | scale |
---|
| 3069 | |
---|
| 3070 | 1 |
---|
| 3071 | |
---|
| 3072 | |
---|
| 3073 | |
---|
| 3074 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 3075 | |
---|
| 3076 | **Validation of the parallelepiped 2D model** |
---|
| 3077 | |
---|
| 3078 | Validation of our code was done by comparing the output of the 1D |
---|
| 3079 | calculation to the angular average of the output of 2 D calculation |
---|
| 3080 | over all possible angles. The Figure below shows the comparison where |
---|
| 3081 | the solid dot refers to averaged 2D while the line represents the |
---|
| 3082 | result of 1D calculation (for the averaging, 76, 180, 76 points are |
---|
| 3083 | taken over the angles of theta, phi, and psi respectively). |
---|
| 3084 | |
---|
| 3085 | |
---|
| 3086 | |
---|
| 3087 | **Figure. Comparison between 1D and averaged 2D.** |
---|
| 3088 | |
---|
| 3089 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3090 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3091 | |
---|
| 3092 | REFERENCE |
---|
| 3093 | |
---|
| 3094 | Mittelbach and Porod, Acta Physica Austriaca 14 (1961) 185-211. |
---|
| 3095 | |
---|
| 3096 | Equations (1), (13-14). (in German) |
---|
| 3097 | |
---|
| 3098 | **2.26.** ** ** **CSParallelepipedModel** |
---|
| 3099 | |
---|
| 3100 | Calculates the form factor for a rectangular solid with a core-shell |
---|
| 3101 | structure. The thickness and the scattering length density of the |
---|
| 3102 | shell or "rim" can be different on all three (pairs) of faces. The |
---|
| 3103 | form factor is normalized by the particle volume such that P(q) = |
---|
| 3104 | scale*<f^2>/Vol + bkg, where < > is an average over all possible |
---|
| 3105 | orientations of the rectangular solid. An instrument resolution |
---|
| 3106 | smeared version is also provided. |
---|
| 3107 | |
---|
| 3108 | The function calculated is the form factor of the rectangular solid |
---|
| 3109 | below. The core of the solid is defined by the dimensions ABC such |
---|
| 3110 | that A < B < C. |
---|
| 3111 | |
---|
| 3112 | |
---|
| 3113 | |
---|
| 3114 | There are rectangular "slabs" of thickness tA that add to the A |
---|
| 3115 | dimension (on the BC faces). There are similar slabs on the AC (=tB) |
---|
| 3116 | and AB (=tC) faces. The projection in the AB plane is then: |
---|
| 3117 | |
---|
| 3118 | |
---|
| 3119 | |
---|
| 3120 | The volume of the solid is: |
---|
| 3121 | |
---|
| 3122 | |
---|
| 3123 | |
---|
| 3124 | meaning that there are "gaps" at the corners of the solid. |
---|
| 3125 | |
---|
| 3126 | The intensity calculated follows the parallelepiped model, with the |
---|
| 3127 | core-shell intensity being calculated as the square of the sum of the |
---|
| 3128 | amplitudes of the core and shell, in the same manner as a core-shell |
---|
| 3129 | sphere. |
---|
| 3130 | |
---|
| 3131 | For the calculation of the form factor to be valid, the sides of the |
---|
| 3132 | solid MUST be chosen such that A < B < C. If this inequality in not |
---|
| 3133 | satisfied, the model will not report an error, and the calculation |
---|
| 3134 | will not be correct. |
---|
| 3135 | |
---|
| 3136 | FITTING NOTES: |
---|
| 3137 | |
---|
| 3138 | If the scale is set equal to the particle volume fraction, f, the |
---|
| 3139 | returned value is the scattered intensity per unit volume, I(q) = |
---|
| 3140 | f*P(q). However, no interparticle interference effects are included in |
---|
| 3141 | this calculation. |
---|
| 3142 | |
---|
| 3143 | There are many parameters in this model. Hold as many fixed as |
---|
| 3144 | possible with known values, or you will certainly end up at a solution |
---|
| 3145 | that is unphysical. |
---|
| 3146 | |
---|
| 3147 | Constraints must be applied during fitting to ensure that the |
---|
| 3148 | inequality A < B < C is not violated. The calculation will not report |
---|
| 3149 | an error, but the results will not be correct. |
---|
| 3150 | |
---|
| 3151 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 3152 | |
---|
| 3153 | For P*S: The 2nd virial coefficient of this CSPP is calculate based on |
---|
| 3154 | the averaged effective radius (= |
---|
| 3155 | sqrt((short_a+2*rim_a)*(short_b+2*rim_b)/pi)) and length( = |
---|
| 3156 | long_c+2*rim_c) values, and used as the effective radius toward S(Q) |
---|
| 3157 | when P(Q)*S(Q) is applied. |
---|
| 3158 | |
---|
| 3159 | To provide easy access to the orientation of the CSparallelepiped, we |
---|
| 3160 | define the axis of the cylinder using two angles , andY. Similarly to |
---|
| 3161 | the case of the cylinder, those angles, and , are defined on Figure 2 |
---|
| 3162 | of CylinderModel. The angle Y is the rotational angle around its own |
---|
| 3163 | long_c axis against the q plane. For example, Y = 0 when the short_b |
---|
| 3164 | axis is parallel to the x-axis of the detector. |
---|
| 3165 | |
---|
| 3166 | |
---|
| 3167 | |
---|
| 3168 | **Figure. Definition of angles for 2D**. |
---|
| 3169 | |
---|
| 3170 | |
---|
| 3171 | |
---|
| 3172 | Figure. Examples of the angles for oriented cspp against the detector |
---|
| 3173 | plane. |
---|
| 3174 | |
---|
| 3175 | TEST DATASET |
---|
| 3176 | |
---|
| 3177 | This example dataset is produced by running the Macro |
---|
| 3178 | Plot_CSParallelepiped(), using 100 data points, qmin = 0.001 -1, qmax |
---|
| 3179 | = 0.7 -1 and the below default values. |
---|
| 3180 | |
---|
| 3181 | Parameter name |
---|
| 3182 | |
---|
| 3183 | Units |
---|
| 3184 | |
---|
| 3185 | Default value |
---|
| 3186 | |
---|
| 3187 | background |
---|
| 3188 | |
---|
| 3189 | cm-1 |
---|
| 3190 | |
---|
| 3191 | 0.06 |
---|
| 3192 | |
---|
| 3193 | sld_pcore |
---|
| 3194 | |
---|
| 3195 | -2 |
---|
| 3196 | |
---|
| 3197 | 1e-006 |
---|
| 3198 | |
---|
| 3199 | sld_rimA |
---|
| 3200 | |
---|
| 3201 | -2 |
---|
| 3202 | |
---|
| 3203 | 2e-006 |
---|
| 3204 | |
---|
| 3205 | sld_rimB |
---|
| 3206 | |
---|
| 3207 | -2 |
---|
| 3208 | |
---|
| 3209 | 4e-006 |
---|
| 3210 | |
---|
| 3211 | sld_rimC |
---|
| 3212 | |
---|
| 3213 | -2 |
---|
| 3214 | |
---|
| 3215 | 2e-006 |
---|
| 3216 | |
---|
| 3217 | sld_solv |
---|
| 3218 | |
---|
| 3219 | -2 |
---|
| 3220 | |
---|
| 3221 | 6e-006 |
---|
| 3222 | |
---|
| 3223 | rimA |
---|
| 3224 | |
---|
| 3225 | |
---|
| 3226 | |
---|
| 3227 | 10 |
---|
| 3228 | |
---|
| 3229 | rimB |
---|
| 3230 | |
---|
| 3231 | |
---|
| 3232 | |
---|
| 3233 | 10 |
---|
| 3234 | |
---|
| 3235 | rimC |
---|
| 3236 | |
---|
| 3237 | |
---|
| 3238 | |
---|
| 3239 | 10 |
---|
| 3240 | |
---|
| 3241 | longC |
---|
| 3242 | |
---|
| 3243 | |
---|
| 3244 | |
---|
| 3245 | 400 |
---|
| 3246 | |
---|
| 3247 | shortA |
---|
| 3248 | |
---|
| 3249 | |
---|
| 3250 | |
---|
| 3251 | 35 |
---|
| 3252 | |
---|
| 3253 | midB |
---|
| 3254 | |
---|
| 3255 | |
---|
| 3256 | |
---|
| 3257 | 75 |
---|
| 3258 | |
---|
| 3259 | scale |
---|
| 3260 | |
---|
| 3261 | 1 |
---|
| 3262 | |
---|
| 3263 | |
---|
| 3264 | |
---|
| 3265 | **Figure. 1D plot using the default values (w/256 data points).** |
---|
| 3266 | |
---|
| 3267 | **** |
---|
| 3268 | |
---|
| 3269 | |
---|
| 3270 | |
---|
| 3271 | **Figure. 2D plot using the default values (w/(256X265) data |
---|
| 3272 | points).** |
---|
| 3273 | |
---|
| 3274 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3275 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3276 | |
---|
| 3277 | REFERENCE |
---|
| 3278 | |
---|
| 3279 | see: Mittelbach and Porod, Acta Physica Austriaca 14 (1961) 185-211. |
---|
| 3280 | |
---|
| 3281 | Equations (1), (13-14). (yes, it's in German) |
---|
| 3282 | |
---|
| 3283 | **2.27.** ** ** **Ellipsoid Model** |
---|
| 3284 | |
---|
| 3285 | This model provides the form factor for an ellipsoid (ellipsoid of |
---|
| 3286 | revolution) with uniform scattering length density. The form factor is |
---|
| 3287 | normalized by the particle volume. |
---|
| 3288 | |
---|
| 3289 | **1.1.** ** Definition** |
---|
| 3290 | |
---|
| 3291 | The output of the 2D scattering intensity function for oriented |
---|
| 3292 | ellipsoids is given by (Feigin, 1987): |
---|
| 3293 | |
---|
| 3294 | |
---|
| 3295 | |
---|
| 3296 | |
---|
| 3297 | |
---|
| 3298 | |
---|
| 3299 | |
---|
| 3300 | where is the angle between the axis of the ellipsoid and the q-vector, |
---|
| 3301 | V is the volume of the ellipsoid, Ra is the radius along the rotation |
---|
| 3302 | axis of the ellipsoid, Rb is the radius perpendicular to the rotation |
---|
| 3303 | axis of the ellipsoid and ** (contrast) is the scattering length |
---|
| 3304 | density difference between the scatterer and the solvent. |
---|
| 3305 | |
---|
| 3306 | To provide easy access to the orientation of the ellipsoid, we define |
---|
| 3307 | the rotation axis of the ellipsoid using two angles and . Similarly to |
---|
| 3308 | the case of the cylinder, those angles are defined on Figure 2. For |
---|
| 3309 | the ellipsoid, is the angle between the rotation axis and the z-axis. |
---|
| 3310 | |
---|
| 3311 | For P*S: The 2nd virial coefficient of the solid ellipsoid is |
---|
| 3312 | calculate based on the radius_a and radius_b values, and used as the |
---|
| 3313 | effective radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 3314 | |
---|
| 3315 | The returned value is scaled to units of [cm-1] and the parameters of |
---|
| 3316 | the ellipsoid model are the following: |
---|
| 3317 | |
---|
| 3318 | Parameter name |
---|
| 3319 | |
---|
| 3320 | Units |
---|
| 3321 | |
---|
| 3322 | Default value |
---|
| 3323 | |
---|
| 3324 | scale |
---|
| 3325 | |
---|
| 3326 | None |
---|
| 3327 | |
---|
| 3328 | 1.0 |
---|
| 3329 | |
---|
| 3330 | radius_a (polar) |
---|
| 3331 | |
---|
| 3332 | |
---|
| 3333 | |
---|
| 3334 | 20.0 |
---|
| 3335 | |
---|
| 3336 | radius_b (equatorial) |
---|
| 3337 | |
---|
| 3338 | |
---|
| 3339 | |
---|
| 3340 | 400.0 |
---|
| 3341 | |
---|
| 3342 | sldEll |
---|
| 3343 | |
---|
| 3344 | -2 |
---|
| 3345 | |
---|
| 3346 | 4.0e-6 |
---|
| 3347 | |
---|
| 3348 | sldSolv |
---|
| 3349 | |
---|
| 3350 | -2 |
---|
| 3351 | |
---|
| 3352 | 1.0e-6 |
---|
| 3353 | |
---|
| 3354 | background |
---|
| 3355 | |
---|
| 3356 | cm-1 |
---|
| 3357 | |
---|
| 3358 | 0.0 |
---|
| 3359 | |
---|
| 3360 | axis_theta |
---|
| 3361 | |
---|
| 3362 | degree |
---|
| 3363 | |
---|
| 3364 | 90 |
---|
| 3365 | |
---|
| 3366 | axis_phi |
---|
| 3367 | |
---|
| 3368 | degree |
---|
| 3369 | |
---|
| 3370 | 0.0 |
---|
| 3371 | |
---|
| 3372 | |
---|
| 3373 | |
---|
| 3374 | The output of the 1D scattering intensity function for randomly |
---|
| 3375 | oriented ellipsoids is then given by the equation above. |
---|
| 3376 | |
---|
| 3377 | The *axis_theta* and axis *_phi* parameters are not used for the 1D |
---|
| 3378 | output. Our implementation of the scattering kernel and the 1D |
---|
| 3379 | scattering intensity use the c-library from NIST. |
---|
| 3380 | |
---|
| 3381 | |
---|
| 3382 | |
---|
| 3383 | Figure. The angles for oriented ellipsoid |
---|
| 3384 | |
---|
| 3385 | **2.1.** ** Validation of the ellipsoid model** |
---|
| 3386 | |
---|
| 3387 | Validation of our code was done by comparing the output of the 1D |
---|
| 3388 | model to the output of the software provided by the NIST (Kline, |
---|
| 3389 | 2006). Figure 5 shows a comparison of the 1D output of our model and |
---|
| 3390 | the output of the NIST software. |
---|
| 3391 | |
---|
| 3392 | Averaging over a distribution of orientation is done by evaluating the |
---|
| 3393 | equation above. Since we have no other software to compare the |
---|
| 3394 | implementation of the intensity for fully oriented ellipsoids, we can |
---|
| 3395 | compare the result of averaging our 2D output using a uniform |
---|
| 3396 | distribution *p(,* *)* = 1.0. Figure 6 shows the result of such a |
---|
| 3397 | cross-check. |
---|
| 3398 | |
---|
| 3399 | ** **** |
---|
| 3400 | |
---|
| 3401 | The discrepancy above q=0.3 -1 is due to the way the form factors are |
---|
| 3402 | calculated in the c-library provided by NIST. A numerical integration |
---|
| 3403 | has to be performed to obtain P(q) for randomly oriented particles. |
---|
| 3404 | The NIST software performs that integration with a 76-point Gaussian |
---|
| 3405 | quadrature rule, which will become imprecise at high q where the |
---|
| 3406 | amplitude varies quickly as a function of q. The DANSE result shown |
---|
| 3407 | has been obtained by summing over 501 equidistant points in . Our |
---|
| 3408 | result was found to be stable over the range of q shown for a number |
---|
| 3409 | of points higher than 500. |
---|
| 3410 | |
---|
| 3411 | ** ** |
---|
| 3412 | |
---|
| 3413 | Figure 5: Comparison of the DANSE scattering intensity for an |
---|
| 3414 | ellipsoid with the output of the NIST SANS analysis software. The |
---|
| 3415 | parameters were set to: Scale=1.0, Radius_a=20 , Radius_b=400 , |
---|
| 3416 | |
---|
| 3417 | Contrast=3e-6 -2, and Background=0.01 cm -1. |
---|
| 3418 | |
---|
| 3419 | |
---|
| 3420 | |
---|
| 3421 | |
---|
| 3422 | |
---|
| 3423 | Figure 6: Comparison of the intensity for uniformly distributed |
---|
| 3424 | ellipsoids calculated from our 2D model and the intensity from the |
---|
| 3425 | NIST SANS analysis software. The parameters used were: Scale=1.0, |
---|
| 3426 | Radius_a=20 , Radius_b=400 , Contrast=3e-6 -2, and Background=0.0 cm |
---|
| 3427 | -1. |
---|
| 3428 | |
---|
| 3429 | |
---|
| 3430 | |
---|
| 3431 | **2.28.** ** ** **CoreShellEllipsoidModel ** |
---|
| 3432 | |
---|
| 3433 | This model provides the form factor, P( *q*), for a core shell |
---|
| 3434 | ellipsoid (below) where the form factor is normalized by the volume of |
---|
| 3435 | the cylinder. P(q) = scale*<f^2>/V+background where the volume V= |
---|
| 3436 | 4pi/3*rmaj*rmin2 and the averaging < > is applied over all orientation |
---|
| 3437 | for 1D. |
---|
| 3438 | |
---|
| 3439 | |
---|
| 3440 | |
---|
| 3441 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 3442 | |
---|
| 3443 | The form factor calculated is: |
---|
| 3444 | |
---|
| 3445 | |
---|
| 3446 | |
---|
| 3447 | |
---|
| 3448 | |
---|
| 3449 | |
---|
| 3450 | |
---|
| 3451 | To provide easy access to the orientation of the coreshell ellipsoid, |
---|
| 3452 | we define the axis of the solid ellipsoid using two angles , . |
---|
| 3453 | Similarly to the case of the cylinder, those angles, and , are defined |
---|
| 3454 | on Figure 2 of CylinderModel. |
---|
| 3455 | |
---|
| 3456 | The contrast is defined as SLD(core) SLD(shell) or SLD(shell solvent). |
---|
| 3457 | In the parameters, equat_core = equatorial core radius, polar_core = |
---|
| 3458 | polar core radius, equat_shell = rmin (or equatorial outer radius), |
---|
| 3459 | and polar_shell = = rmaj (or polar outer radius). |
---|
| 3460 | |
---|
| 3461 | For P*S: The 2nd virial coefficient of the solid ellipsoid is |
---|
| 3462 | calculate based on the radius_a (= polar_shell) and radius_b (= |
---|
| 3463 | equat_shell) values, and used as the effective radius toward S(Q) when |
---|
| 3464 | P(Q)*S(Q) is applied. |
---|
| 3465 | |
---|
| 3466 | |
---|
| 3467 | |
---|
| 3468 | Parameter name |
---|
| 3469 | |
---|
| 3470 | Units |
---|
| 3471 | |
---|
| 3472 | Default value |
---|
| 3473 | |
---|
| 3474 | background |
---|
| 3475 | |
---|
| 3476 | cm-1 |
---|
| 3477 | |
---|
| 3478 | 0.001 |
---|
| 3479 | |
---|
| 3480 | equat_core |
---|
| 3481 | |
---|
| 3482 | |
---|
| 3483 | |
---|
| 3484 | 200 |
---|
| 3485 | |
---|
| 3486 | equat_shell |
---|
| 3487 | |
---|
| 3488 | |
---|
| 3489 | |
---|
| 3490 | 250 |
---|
| 3491 | |
---|
| 3492 | sld_solvent |
---|
| 3493 | |
---|
| 3494 | -2 |
---|
| 3495 | |
---|
| 3496 | 6e-006 |
---|
| 3497 | |
---|
| 3498 | ploar_shell |
---|
| 3499 | |
---|
| 3500 | |
---|
| 3501 | |
---|
| 3502 | 30 |
---|
| 3503 | |
---|
| 3504 | ploar_core |
---|
| 3505 | |
---|
| 3506 | |
---|
| 3507 | |
---|
| 3508 | 20 |
---|
| 3509 | |
---|
| 3510 | scale |
---|
| 3511 | |
---|
| 3512 | 1 |
---|
| 3513 | |
---|
| 3514 | sld_core |
---|
| 3515 | |
---|
| 3516 | -2 |
---|
| 3517 | |
---|
| 3518 | 2e-006 |
---|
| 3519 | |
---|
| 3520 | sld_shell |
---|
| 3521 | |
---|
| 3522 | -2 |
---|
| 3523 | |
---|
| 3524 | 1e-006 |
---|
| 3525 | |
---|
| 3526 | |
---|
| 3527 | |
---|
| 3528 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 3529 | |
---|
| 3530 | **** |
---|
| 3531 | |
---|
| 3532 | |
---|
| 3533 | |
---|
| 3534 | Figure. The angles for oriented coreshellellipsoid . |
---|
| 3535 | |
---|
| 3536 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3537 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3538 | |
---|
| 3539 | REFERENCE |
---|
| 3540 | |
---|
| 3541 | Kotlarchyk, M.; Chen, S.-H. J. Chem. Phys., 1983, 79, 2461. |
---|
| 3542 | |
---|
| 3543 | Berr, S. J. Phys. Chem., 1987, 91, 4760. |
---|
| 3544 | |
---|
| 3545 | **2.29.** ** ** **TriaxialEllipsoidModel** |
---|
| 3546 | |
---|
| 3547 | This model provides the form factor, P( *q*), for an ellipsoid (below) |
---|
| 3548 | where all three axes are of different lengths, i.e., Ra =< Rb =< Rc |
---|
| 3549 | (Note that users should maintains this inequality for the all |
---|
| 3550 | calculations). P(q) = scale*<f^2>/V+background where the volume V= |
---|
| 3551 | 4pi/3*Ra*Rb*Rc, and the averaging < > is applied over all orientation |
---|
| 3552 | for 1D. |
---|
| 3553 | |
---|
| 3554 | |
---|
| 3555 | |
---|
| 3556 | |
---|
| 3557 | |
---|
| 3558 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 3559 | |
---|
| 3560 | The form factor calculated is: |
---|
| 3561 | |
---|
| 3562 | |
---|
| 3563 | |
---|
| 3564 | To provide easy access to the orientation of the triaxial ellipsoid, |
---|
| 3565 | we define the axis of the cylinder using the angles , andY. Similarly |
---|
| 3566 | to the case of the cylinder, those angles, and , are defined on Figure |
---|
| 3567 | 2 of CylinderModel. The angle Y is the rotational angle around its own |
---|
| 3568 | semi_axisC axis against the q plane. For example, Y = 0 when the |
---|
| 3569 | semi_axisA axis is parallel to the x-axis of the detector. |
---|
| 3570 | |
---|
| 3571 | The radius of gyration for this system is Rg2 = (Ra2*Rb2*Rc2)/5. The |
---|
| 3572 | contrast is defined as SLD(ellipsoid) SLD(solvent). In the parameters, |
---|
| 3573 | semi_axisA = Ra (or minor equatorial radius), semi_axisB = Rb (or |
---|
| 3574 | major equatorial radius), and semi_axisC = Rc (or polar radius of the |
---|
| 3575 | ellipsoid). |
---|
| 3576 | |
---|
| 3577 | For P*S: The 2nd virial coefficient of the solid ellipsoid is |
---|
| 3578 | calculate based on the radius_a (=semi_axisC) and radius_b |
---|
| 3579 | (=sqrt(semi_axisA* semi_axisB)) values, and used as the effective |
---|
| 3580 | radius toward S(Q) when P(Q)*S(Q) is applied. |
---|
| 3581 | |
---|
| 3582 | |
---|
| 3583 | |
---|
| 3584 | |
---|
| 3585 | |
---|
| 3586 | Parameter name |
---|
| 3587 | |
---|
| 3588 | Units |
---|
| 3589 | |
---|
| 3590 | Default value |
---|
| 3591 | |
---|
| 3592 | background |
---|
| 3593 | |
---|
| 3594 | cm-1 |
---|
| 3595 | |
---|
| 3596 | 0.0 |
---|
| 3597 | |
---|
| 3598 | semi_axisA |
---|
| 3599 | |
---|
| 3600 | |
---|
| 3601 | |
---|
| 3602 | 35 |
---|
| 3603 | |
---|
| 3604 | semi_axisB |
---|
| 3605 | |
---|
| 3606 | |
---|
| 3607 | |
---|
| 3608 | 100 |
---|
| 3609 | |
---|
| 3610 | semi_axisC |
---|
| 3611 | |
---|
| 3612 | |
---|
| 3613 | |
---|
| 3614 | 400 |
---|
| 3615 | |
---|
| 3616 | scale |
---|
| 3617 | |
---|
| 3618 | 1 |
---|
| 3619 | |
---|
| 3620 | sldEll |
---|
| 3621 | |
---|
| 3622 | -2 |
---|
| 3623 | |
---|
| 3624 | 1.0e-006 |
---|
| 3625 | |
---|
| 3626 | sldSolv |
---|
| 3627 | |
---|
| 3628 | -2 |
---|
| 3629 | |
---|
| 3630 | 6.3e-006 |
---|
| 3631 | |
---|
| 3632 | |
---|
| 3633 | |
---|
| 3634 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 3635 | |
---|
| 3636 | **Validation of the triaxialellipsoid 2D model** |
---|
| 3637 | |
---|
| 3638 | Validation of our code was done by comparing the output of the 1D |
---|
| 3639 | calculation to the angular average of the output of 2 D calculation |
---|
| 3640 | over all possible angles. The Figure below shows the comparison where |
---|
| 3641 | the solid dot refers to averaged 2D while the line represents the |
---|
| 3642 | result of 1D calculation (for 2D averaging, 76, 180, 76 points are |
---|
| 3643 | taken for the angles of theta, phi, and psi respectively). |
---|
| 3644 | |
---|
| 3645 | |
---|
| 3646 | |
---|
| 3647 | **Figure. Comparison between 1D and averaged 2D.** |
---|
| 3648 | |
---|
| 3649 | |
---|
| 3650 | |
---|
| 3651 | Figure. The angles for oriented ellipsoid. |
---|
| 3652 | |
---|
| 3653 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3654 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3655 | |
---|
| 3656 | REFERENCE |
---|
| 3657 | |
---|
| 3658 | L. A. Feigin and D. I. Svergun Structure Analysis by Small-Angle X-Ray |
---|
| 3659 | and Neutron Scattering, Plenum, New York, 1987. |
---|
| 3660 | |
---|
| 3661 | **2.30.** ** ** **LamellarModel** |
---|
| 3662 | |
---|
| 3663 | This model provides the scattering intensity, I( *q*), for a lyotropic |
---|
| 3664 | lamellar phase where a uniform SLD and random distribution in solution |
---|
| 3665 | are assumed. The ploydispersion in the bilayer thickness can be |
---|
| 3666 | applied from the GUI. |
---|
| 3667 | |
---|
| 3668 | The scattering intensity I(q) is: |
---|
| 3669 | |
---|
| 3670 | |
---|
| 3671 | |
---|
| 3672 | The form factor is, |
---|
| 3673 | |
---|
| 3674 | |
---|
| 3675 | |
---|
| 3676 | where d = bilayer thickness. |
---|
| 3677 | |
---|
| 3678 | The 2D scattering intensity is calculated in the same way as 1D, where |
---|
| 3679 | the *q* vector is defined as . |
---|
| 3680 | |
---|
| 3681 | |
---|
| 3682 | |
---|
| 3683 | The returned value is in units of [cm-1], on absolute scale. In the |
---|
| 3684 | parameters, sld_bi = SLD of the bilayer, sld_sol = SLD of the solvent, |
---|
| 3685 | and bi_thick = the thickness of the bilayer. |
---|
| 3686 | |
---|
| 3687 | |
---|
| 3688 | |
---|
| 3689 | Parameter name |
---|
| 3690 | |
---|
| 3691 | Units |
---|
| 3692 | |
---|
| 3693 | Default value |
---|
| 3694 | |
---|
| 3695 | background |
---|
| 3696 | |
---|
| 3697 | cm-1 |
---|
| 3698 | |
---|
| 3699 | 0.0 |
---|
| 3700 | |
---|
| 3701 | sld_bi |
---|
| 3702 | |
---|
| 3703 | -2 |
---|
| 3704 | |
---|
| 3705 | 1e-006 |
---|
| 3706 | |
---|
| 3707 | bi_thick |
---|
| 3708 | |
---|
| 3709 | |
---|
| 3710 | |
---|
| 3711 | 50 |
---|
| 3712 | |
---|
| 3713 | sld_sol |
---|
| 3714 | |
---|
| 3715 | -2 |
---|
| 3716 | |
---|
| 3717 | 6e-006 |
---|
| 3718 | |
---|
| 3719 | scale |
---|
| 3720 | |
---|
| 3721 | 1 |
---|
| 3722 | |
---|
| 3723 | |
---|
| 3724 | |
---|
| 3725 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 3726 | |
---|
| 3727 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3728 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3729 | |
---|
| 3730 | REFERENCE |
---|
| 3731 | |
---|
| 3732 | Nallet, Laversanne, and Roux, J. Phys. II France, 3, (1993) 487-502. |
---|
| 3733 | |
---|
| 3734 | also in J. Phys. Chem. B, 105, (2001) 11081-11088. |
---|
| 3735 | |
---|
| 3736 | **2.31.** ** ** **LamellarFFHGModel** |
---|
| 3737 | |
---|
| 3738 | This model provides the scattering intensity, I( *q*), for a lyotropic |
---|
| 3739 | lamellar phase where a random distribution in solution are assumed. |
---|
| 3740 | The SLD of the head region is taken to be different from the SLD of |
---|
| 3741 | the tail region. |
---|
| 3742 | |
---|
| 3743 | The scattering intensity I(q) is: |
---|
| 3744 | |
---|
| 3745 | |
---|
| 3746 | |
---|
| 3747 | The form factor is, |
---|
| 3748 | |
---|
| 3749 | |
---|
| 3750 | |
---|
| 3751 | where dT = tail length (or t_length), dH = heasd thickness (or |
---|
| 3752 | h_thickness) , DrH = SLD (headgroup) - SLD(solvent), and DrT = SLD |
---|
| 3753 | (tail) - SLD(headgroup). |
---|
| 3754 | |
---|
| 3755 | The 2D scattering intensity is calculated in the same way as 1D, where |
---|
| 3756 | the *q* vector is defined as . |
---|
| 3757 | |
---|
| 3758 | |
---|
| 3759 | |
---|
| 3760 | The returned value is in units of [cm-1], on absolute scale. In the |
---|
| 3761 | parameters, sld_tail = SLD of the tail group, and sld_head = SLD of |
---|
| 3762 | the head group. |
---|
| 3763 | |
---|
| 3764 | |
---|
| 3765 | |
---|
| 3766 | Parameter name |
---|
| 3767 | |
---|
| 3768 | Units |
---|
| 3769 | |
---|
| 3770 | Default value |
---|
| 3771 | |
---|
| 3772 | background |
---|
| 3773 | |
---|
| 3774 | cm-1 |
---|
| 3775 | |
---|
| 3776 | 0.0 |
---|
| 3777 | |
---|
| 3778 | sld_head |
---|
| 3779 | |
---|
| 3780 | -2 |
---|
| 3781 | |
---|
| 3782 | 3e-006 |
---|
| 3783 | |
---|
| 3784 | scale |
---|
| 3785 | |
---|
| 3786 | 1 |
---|
| 3787 | |
---|
| 3788 | sld_solvent |
---|
| 3789 | |
---|
| 3790 | -2 |
---|
| 3791 | |
---|
| 3792 | 6e-006 |
---|
| 3793 | |
---|
| 3794 | h_thickness |
---|
| 3795 | |
---|
| 3796 | |
---|
| 3797 | |
---|
| 3798 | 10 |
---|
| 3799 | |
---|
| 3800 | t_length |
---|
| 3801 | |
---|
| 3802 | |
---|
| 3803 | |
---|
| 3804 | 15 |
---|
| 3805 | |
---|
| 3806 | sld_tail |
---|
| 3807 | |
---|
| 3808 | -2 |
---|
| 3809 | |
---|
| 3810 | 0 |
---|
| 3811 | |
---|
| 3812 | |
---|
| 3813 | |
---|
| 3814 | **Figure. 1D plot using the default values (w/1000 data point).** |
---|
| 3815 | |
---|
| 3816 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3817 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3818 | |
---|
| 3819 | REFERENCE |
---|
| 3820 | |
---|
| 3821 | Nallet, Laversanne, and Roux, J. Phys. II France, 3, (1993) 487-502. |
---|
| 3822 | |
---|
| 3823 | also in J. Phys. Chem. B, 105, (2001) 11081-11088. |
---|
| 3824 | |
---|
| 3825 | **2.32.** ** ** **LamellarPSModel** |
---|
| 3826 | |
---|
| 3827 | This model provides the scattering intensity ( **form factor** ***** |
---|
| 3828 | **structure factor**), I( *q*), for a lyotropic lamellar phase where a |
---|
| 3829 | random distribution in solution are assumed. |
---|
| 3830 | |
---|
| 3831 | The scattering intensity I(q) is: |
---|
| 3832 | |
---|
| 3833 | |
---|
| 3834 | |
---|
| 3835 | The form factor is |
---|
| 3836 | |
---|
| 3837 | |
---|
| 3838 | |
---|
| 3839 | and the structure is |
---|
| 3840 | |
---|
| 3841 | |
---|
| 3842 | |
---|
| 3843 | where |
---|
| 3844 | |
---|
| 3845 | |
---|
| 3846 | |
---|
| 3847 | |
---|
| 3848 | |
---|
| 3849 | |
---|
| 3850 | |
---|
| 3851 | Here d= (repeat) spacing, d = bilayer thickness, the contrast Dr = SLD |
---|
| 3852 | (headgroup) - SLD(solvent), K=smectic bending elasticity, |
---|
| 3853 | B=compression modulus, and N = number of lamellar plates (n_plates). |
---|
| 3854 | |
---|
| 3855 | Note: When the Caille parameter is greater than approximately 0.8 to |
---|
| 3856 | 1.0, the assumptions of the model are incorrect. And due to the |
---|
| 3857 | complication of the model function, users are responsible to make sure |
---|
| 3858 | that all the assumptions are handled accurately: see the original |
---|
| 3859 | reference (below) for more details. |
---|
| 3860 | |
---|
| 3861 | The 2D scattering intensity is calculated in the same way as 1D, where |
---|
| 3862 | the *q* vector is defined as . |
---|
| 3863 | |
---|
| 3864 | The returned value is in units of [cm-1], on absolute scale. |
---|
| 3865 | |
---|
| 3866 | |
---|
| 3867 | |
---|
| 3868 | Parameter name |
---|
| 3869 | |
---|
| 3870 | Units |
---|
| 3871 | |
---|
| 3872 | Default value |
---|
| 3873 | |
---|
| 3874 | background |
---|
| 3875 | |
---|
| 3876 | cm-1 |
---|
| 3877 | |
---|
| 3878 | 0.0 |
---|
| 3879 | |
---|
| 3880 | contrast |
---|
| 3881 | |
---|
| 3882 | -2 |
---|
| 3883 | |
---|
| 3884 | 5e-006 |
---|
| 3885 | |
---|
| 3886 | scale |
---|
| 3887 | |
---|
| 3888 | 1 |
---|
| 3889 | |
---|
| 3890 | delta |
---|
| 3891 | |
---|
| 3892 | |
---|
| 3893 | |
---|
| 3894 | 30 |
---|
| 3895 | |
---|
| 3896 | n_plates |
---|
| 3897 | |
---|
| 3898 | 20 |
---|
| 3899 | |
---|
| 3900 | spacing |
---|
| 3901 | |
---|
| 3902 | |
---|
| 3903 | |
---|
| 3904 | 400 |
---|
| 3905 | |
---|
| 3906 | caille |
---|
| 3907 | |
---|
| 3908 | -2 |
---|
| 3909 | |
---|
| 3910 | 0.1 |
---|
| 3911 | |
---|
| 3912 | |
---|
| 3913 | |
---|
| 3914 | **Figure. 1D plot using the default values (w/6000 data point).** |
---|
| 3915 | |
---|
| 3916 | Our model uses the form factor calculations implemented in a c-library |
---|
| 3917 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 3918 | |
---|
| 3919 | REFERENCE |
---|
| 3920 | |
---|
| 3921 | Nallet, Laversanne, and Roux, J. Phys. II France, 3, (1993) 487-502. |
---|
| 3922 | |
---|
| 3923 | also in J. Phys. Chem. B, 105, (2001) 11081-11088. |
---|
| 3924 | |
---|
| 3925 | **2.33.** ** ** **LamellarPSHGModel** |
---|
| 3926 | |
---|
| 3927 | This model provides the scattering intensity ( **form factor** ***** |
---|
| 3928 | **structure factor**), I( *q*), for a lyotropic lamellar phase where a |
---|
| 3929 | random distribution in solution are assumed. The SLD of the head |
---|
| 3930 | region is taken to be different from the SLD of the tail region. |
---|
| 3931 | |
---|
| 3932 | The scattering intensity I(q) is: |
---|
| 3933 | |
---|
| 3934 | |
---|
| 3935 | |
---|
| 3936 | The form factor is, |
---|
| 3937 | |
---|
| 3938 | |
---|
| 3939 | |
---|
| 3940 | The structure factor is |
---|
| 3941 | |
---|
| 3942 | |
---|
| 3943 | |
---|
| 3944 | where |
---|
| 3945 | |
---|
| 3946 | |
---|
| 3947 | |
---|
| 3948 | |
---|
| 3949 | |
---|
| 3950 | |
---|
| 3951 | |
---|
| 3952 | where dT = tail length (or t_length), dH = heasd thickness (or |
---|
| 3953 | h_thickness) , DrH = SLD (headgroup) - SLD(solvent), and DrT = SLD |
---|
| 3954 | (tail) - SLD(headgroup). Here d= (repeat) spacing, K=smectic bending |
---|
| 3955 | elasticity, B=compression modulus, and N = number of lamellar plates |
---|
| 3956 | (n_plates). |
---|
| 3957 | |
---|
| 3958 | Note: When the Caille parameter is greater than approximately 0.8 to |
---|
| 3959 | 1.0, the assumptions of the model are incorrect. And due to the |
---|
| 3960 | complication of the model function, users are responsible to make sure |
---|
| 3961 | that all the assumptions are handled accurately: see the original |
---|
| 3962 | reference (below) for more details. |
---|
| 3963 | |
---|
| 3964 | The 2D scattering intensity is calculated in the same way as 1D, where |
---|
| 3965 | the *q* vector is defined as . |
---|
| 3966 | |
---|
| 3967 | |
---|
| 3968 | |
---|
| 3969 | The returned value is in units of [cm-1], on absolute scale. In the |
---|
| 3970 | parameters, sld_tail = SLD of the tail group, sld_head = SLD of the |
---|
| 3971 | head group, and sld_solvent = SLD of the solvent. |
---|
| 3972 | |
---|
| 3973 | |
---|
| 3974 | |
---|
| 3975 | Parameter name |
---|
| 3976 | |
---|
| 3977 | Units |
---|
| 3978 | |
---|
| 3979 | Default value |
---|
| 3980 | |
---|
| 3981 | background |
---|
| 3982 | |
---|
| 3983 | cm-1 |
---|
| 3984 | |
---|
| 3985 | 0.001 |
---|
| 3986 | |
---|
| 3987 | sld_head |
---|
| 3988 | |
---|
| 3989 | -2 |
---|
| 3990 | |
---|
| 3991 | 2e-006 |
---|
| 3992 | |
---|
| 3993 | scale |
---|
| 3994 | |
---|
| 3995 | 1 |
---|
| 3996 | |
---|
| 3997 | sld_solvent |
---|
| 3998 | |
---|
| 3999 | -2 |
---|
| 4000 | |
---|
| 4001 | 6e-006 |
---|
| 4002 | |
---|
| 4003 | deltaH |
---|
| 4004 | |
---|
| 4005 | |
---|
| 4006 | |
---|
| 4007 | 2 |
---|
| 4008 | |
---|
| 4009 | deltaT |
---|
| 4010 | |
---|
| 4011 | |
---|
| 4012 | |
---|
| 4013 | 10 |
---|
| 4014 | |
---|
| 4015 | sld_tail |
---|
| 4016 | |
---|
| 4017 | -2 |
---|
| 4018 | |
---|
| 4019 | 0 |
---|
| 4020 | |
---|
| 4021 | n_plates |
---|
| 4022 | |
---|
| 4023 | 30 |
---|
| 4024 | |
---|
| 4025 | spacing |
---|
| 4026 | |
---|
| 4027 | |
---|
| 4028 | |
---|
| 4029 | 40 |
---|
| 4030 | |
---|
| 4031 | caille |
---|
| 4032 | |
---|
| 4033 | -2 |
---|
| 4034 | |
---|
| 4035 | 0.001 |
---|
| 4036 | |
---|
| 4037 | |
---|
| 4038 | |
---|
| 4039 | **Figure. 1D plot using the default values (w/6000 data point).** |
---|
| 4040 | |
---|
| 4041 | Our model uses the form factor calculations implemented in a c-library |
---|
| 4042 | provided by the NIST Center for Neutron Research (Kline, 2006): |
---|
| 4043 | |
---|
| 4044 | REFERENCE |
---|
| 4045 | |
---|
| 4046 | Nallet, Laversanne, and Roux, J. Phys. II France, 3, (1993) 487-502. |
---|
| 4047 | |
---|
| 4048 | also in J. Phys. Chem. B, 105, (2001) 11081-11088. |
---|
| 4049 | |
---|
| 4050 | **2.34.** ** ** **LamellarPCrystalModel** |
---|
| 4051 | |
---|
| 4052 | Lamella ParaCrystal Model: Calculates the scattering from a stack of |
---|
| 4053 | repeating lamellar structures. The stacks of lamellae (infinite in |
---|
| 4054 | lateral dimension) are treated as a paracrystal to account for the |
---|
| 4055 | repeating spacing. The repeat distance is further characterized by a |
---|
| 4056 | Gaussian polydispersity. This model can be used for large |
---|
| 4057 | multilamellar vesicles. |
---|
| 4058 | |
---|
| 4059 | The scattering intensity I(q) is calculated as: |
---|
| 4060 | |
---|
| 4061 | |
---|
| 4062 | |
---|
| 4063 | The form factor of the bilayer is approximated as the cross section of |
---|
| 4064 | an infinite, planar bilayer of thickness t. |
---|
| 4065 | |
---|
| 4066 | |
---|
| 4067 | |
---|
| 4068 | Here, the scale factor is used instead of the mass per area of the |
---|
| 4069 | bilayer (G). The scale factor is the volume fraction of the material |
---|
| 4070 | in the bilayer, not the total excluded volume of the paracrystal. |
---|
| 4071 | ZN(q) describes the interference effects for aggregates consisting of |
---|
| 4072 | more than one bilayer. The equations used are (3-5) from the Bergstrom |
---|
| 4073 | reference below. |
---|
| 4074 | |
---|
| 4075 | Non-integer numbers of stacks are calculated as a linear combination |
---|
| 4076 | of the lower and higher values: |
---|
| 4077 | |
---|
| 4078 | |
---|
| 4079 | |
---|
| 4080 | The 2D scattering intensity is the same as 1D, regardless of the |
---|
| 4081 | orientation of the *q* vector which is defined as . |
---|
| 4082 | |
---|
| 4083 | The parameters of the model are the following (Nlayers= no. of layers, |
---|
| 4084 | pd_spacing= polydispersity of spacing): |
---|
| 4085 | |
---|
| 4086 | Parameter name |
---|
| 4087 | |
---|
| 4088 | Units |
---|
| 4089 | |
---|
| 4090 | Default value |
---|
| 4091 | |
---|
| 4092 | background |
---|
| 4093 | |
---|
| 4094 | cm-1 |
---|
| 4095 | |
---|
| 4096 | 0 |
---|
| 4097 | |
---|
| 4098 | scale |
---|
| 4099 | |
---|
| 4100 | 1 |
---|
| 4101 | |
---|
| 4102 | Nlayers |
---|
| 4103 | |
---|
| 4104 | 20 |
---|
| 4105 | |
---|
| 4106 | pd_spacing |
---|
| 4107 | |
---|
| 4108 | 0.2 |
---|
| 4109 | |
---|
| 4110 | sld_layer |
---|
| 4111 | |
---|
| 4112 | -2 |
---|
| 4113 | |
---|
| 4114 | 1e-6 |
---|
| 4115 | |
---|
| 4116 | sld_solvent |
---|
| 4117 | |
---|
| 4118 | -2 |
---|
| 4119 | |
---|
| 4120 | 6.34e-6 |
---|
| 4121 | |
---|
| 4122 | spacing |
---|
| 4123 | |
---|
| 4124 | |
---|
| 4125 | |
---|
| 4126 | 250 |
---|
| 4127 | |
---|
| 4128 | thickness |
---|
| 4129 | |
---|
| 4130 | |
---|
| 4131 | |
---|
| 4132 | 33 |
---|
| 4133 | |
---|
| 4134 | |
---|
| 4135 | |
---|
| 4136 | **Figure. 1D plot using the default values above (w/20000 data |
---|
| 4137 | point).** |
---|
| 4138 | |
---|
| 4139 | Our model uses the form factor calculations implemented in a c-library |
---|
| 4140 | provided by the NIST Center for Neutron Research (Kline, 2006). |
---|
| 4141 | |
---|
| 4142 | See the reference for details. |
---|
| 4143 | |
---|
| 4144 | REFERENCE |
---|
| 4145 | |
---|
| 4146 | M. Bergstrom, J. S. Pedersen, P. Schurtenberger, S. U. Egelhaaf, J. |
---|
| 4147 | Phys. Chem. B, 103 (1999) 9888-9897. |
---|
| 4148 | |
---|
| 4149 | **2.35.** ** ** **SC(Simple Cubic Para-)CrystalModel** |
---|
| 4150 | |
---|
| 4151 | Calculates the scattering from a simple cubic lattice with |
---|
| 4152 | paracrystalline distortion. Thermal vibrations are considered to be |
---|
| 4153 | negligible, and the size of the paracrystal is infinitely large. |
---|
| 4154 | Paracrystalline distortion is assumed to be isotropic and |
---|
| 4155 | characterized by a Gaussian distribution. |
---|
| 4156 | |
---|
| 4157 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 4158 | |
---|
| 4159 | The scattering intensity I(q) is calculated as: |
---|
| 4160 | |
---|
| 4161 | |
---|
| 4162 | |
---|
| 4163 | where scale is the volume fraction of spheres, Vp is the volume of the |
---|
| 4164 | primary particle, V(lattice) is a volume correction for the crystal |
---|
| 4165 | structure, P(q) is the form factor of the sphere (normalized) and Z(q) |
---|
| 4166 | is the paracrystalline structure factor for a simple cubic structure. |
---|
| 4167 | Equation (16) of the 1987 reference is used to calculate Z(q), using |
---|
| 4168 | equations (13)-(15) from the 1987 paper for Z1, Z2, and Z3. |
---|
| 4169 | |
---|
| 4170 | The lattice correction (the occupied volume of the lattice) for a |
---|
| 4171 | simple cubic structure of particles of radius R and nearest neighbor |
---|
| 4172 | separation D is: |
---|
| 4173 | |
---|
| 4174 | |
---|
| 4175 | |
---|
| 4176 | The distortion factor (one standard deviation) of the paracrystal is |
---|
| 4177 | included in the calculation of Z(q): |
---|
| 4178 | |
---|
| 4179 | |
---|
| 4180 | |
---|
| 4181 | where g is a fractional distortion based on the nearest neighbor |
---|
| 4182 | distance. |
---|
| 4183 | |
---|
| 4184 | The simple cubic lattice is: |
---|
| 4185 | |
---|
| 4186 | |
---|
| 4187 | |
---|
| 4188 | For a crystal, diffraction peaks appear at reduced q-values givn by: |
---|
| 4189 | |
---|
| 4190 | |
---|
| 4191 | |
---|
| 4192 | where for a simple cubic lattice any h, k, l are allowed and none are |
---|
| 4193 | forbidden. Thus the peak positions correspond to (just the first 5): |
---|
| 4194 | |
---|
| 4195 | |
---|
| 4196 | |
---|
| 4197 | NOTE: The calculation of Z(q) is a double numerical integral that must |
---|
| 4198 | be carried out with a high density of points to properly capture the |
---|
| 4199 | sharp peaks of the paracrystalline scattering. So be warned that the |
---|
| 4200 | calculation is SLOW. Go get some coffee. Fitting of any experimental |
---|
| 4201 | data must be resolution smeared for any meaningful fit. This makes a |
---|
| 4202 | triple integral. Very, very slow. Go get lunch. |
---|
| 4203 | |
---|
| 4204 | REFERENCES |
---|
| 4205 | |
---|
| 4206 | Hideki Matsuoka et. al. Physical Review B, 36 (1987) 1754-1765. |
---|
| 4207 | (Original Paper) |
---|
| 4208 | |
---|
| 4209 | Hideki Matsuoka et. al. Physical Review B, 41 (1990) 3854 -3856. |
---|
| 4210 | (Corrections to FCC and BCC lattice structure calculation) |
---|
| 4211 | |
---|
| 4212 | |
---|
| 4213 | |
---|
| 4214 | Parameter name |
---|
| 4215 | |
---|
| 4216 | Units |
---|
| 4217 | |
---|
| 4218 | Default value |
---|
| 4219 | |
---|
| 4220 | background |
---|
| 4221 | |
---|
| 4222 | cm-1 |
---|
| 4223 | |
---|
| 4224 | 0 |
---|
| 4225 | |
---|
| 4226 | dnn |
---|
| 4227 | |
---|
| 4228 | |
---|
| 4229 | |
---|
| 4230 | 220 |
---|
| 4231 | |
---|
| 4232 | scale |
---|
| 4233 | |
---|
| 4234 | 1 |
---|
| 4235 | |
---|
| 4236 | sldSolv |
---|
| 4237 | |
---|
| 4238 | -2 |
---|
| 4239 | |
---|
| 4240 | 6.3e-006 |
---|
| 4241 | |
---|
| 4242 | radius |
---|
| 4243 | |
---|
| 4244 | |
---|
| 4245 | |
---|
| 4246 | 40 |
---|
| 4247 | |
---|
| 4248 | sld_Sph |
---|
| 4249 | |
---|
| 4250 | -2 |
---|
| 4251 | |
---|
| 4252 | 3e-006 |
---|
| 4253 | |
---|
| 4254 | d_factor |
---|
| 4255 | |
---|
| 4256 | 0.06 |
---|
| 4257 | |
---|
| 4258 | TEST DATASET |
---|
| 4259 | |
---|
| 4260 | This example dataset is produced using 200 data points, qmin = 0.01 |
---|
| 4261 | -1, qmax = 0.1 -1 and the above default values. |
---|
| 4262 | |
---|
| 4263 | |
---|
| 4264 | |
---|
| 4265 | **Figure. 1D plot in the linear scale using the default values (w/200 |
---|
| 4266 | data point).** |
---|
| 4267 | |
---|
| 4268 | The 2D (Anisotropic model) is based on the reference (above) which |
---|
| 4269 | I(q) is approximated for 1d scattering. Thus the scattering pattern |
---|
| 4270 | for 2D may not be accurate. Note that we are not responsible for any |
---|
| 4271 | incorrectness of the 2D model computation. |
---|
| 4272 | |
---|
| 4273 | |
---|
| 4274 | |
---|
| 4275 | |
---|
| 4276 | |
---|
| 4277 | |
---|
| 4278 | |
---|
| 4279 | |
---|
| 4280 | |
---|
| 4281 | |
---|
| 4282 | |
---|
| 4283 | ** ** |
---|
| 4284 | |
---|
| 4285 | **Figure. 2D plot using the default values (w/200X200 pixels).** |
---|
| 4286 | |
---|
| 4287 | **2.36.** ** ** **FC(Face Centered Cubic Para-)CrystalModel** |
---|
| 4288 | |
---|
| 4289 | Calculates the scattering from a face-centered cubic lattice with |
---|
| 4290 | paracrystalline distortion. Thermal vibrations are considered to be |
---|
| 4291 | negligible, and the size of the paracrystal is infinitely large. |
---|
| 4292 | Paracrystalline distortion is assumed to be isotropic and |
---|
| 4293 | characterized by a Gaussian distribution. |
---|
| 4294 | |
---|
| 4295 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 4296 | |
---|
| 4297 | The scattering intensity I(q) is calculated as: |
---|
| 4298 | |
---|
| 4299 | |
---|
| 4300 | |
---|
| 4301 | where scale is the volume fraction of spheres, Vp is the volume of the |
---|
| 4302 | primary particle, V(lattice) is a volume correction for the crystal |
---|
| 4303 | structure, P(q) is the form factor of the sphere (normalized) and Z(q) |
---|
| 4304 | is the paracrystalline structure factor for a face-centered cubic |
---|
| 4305 | structure. Equation (1) of the 1990 reference is used to calculate |
---|
| 4306 | Z(q), using equations (23)-(25) from the 1987 paper for Z1, Z2, and |
---|
| 4307 | Z3. |
---|
| 4308 | |
---|
| 4309 | The lattice correction (the occupied volume of the lattice) for a |
---|
| 4310 | face-centered cubic structure of particles of radius R and nearest |
---|
| 4311 | neighbor separation D is: |
---|
| 4312 | |
---|
| 4313 | |
---|
| 4314 | |
---|
| 4315 | The distortion factor (one standard deviation) of the paracrystal is |
---|
| 4316 | included in the calculation of Z(q): |
---|
| 4317 | |
---|
| 4318 | |
---|
| 4319 | |
---|
| 4320 | where g is a fractional distortion based on the nearest neighbor |
---|
| 4321 | distance. |
---|
| 4322 | |
---|
| 4323 | The face-centered cubic lattice is: |
---|
| 4324 | |
---|
| 4325 | |
---|
| 4326 | |
---|
| 4327 | For a crystal, diffraction peaks appear at reduced q-values givn by: |
---|
| 4328 | |
---|
| 4329 | |
---|
| 4330 | |
---|
| 4331 | where for a face-centered cubic lattice h, k, l all odd or all even |
---|
| 4332 | are allowed and reflections where h, k, l are mixed odd/even are |
---|
| 4333 | forbidden. Thus the peak positions correspond to (just the first 5): |
---|
| 4334 | |
---|
| 4335 | |
---|
| 4336 | |
---|
| 4337 | NOTE: The calculation of Z(q) is a double numerical integral that must |
---|
| 4338 | be carried out with a high density of points to properly capture the |
---|
| 4339 | sharp peaks of the paracrystalline scattering. So be warned that the |
---|
| 4340 | calculation is SLOW. Go get some coffee. Fitting of any experimental |
---|
| 4341 | data must be resolution smeared for any meaningful fit. This makes a |
---|
| 4342 | triple integral. Very, very slow. Go get lunch. |
---|
| 4343 | |
---|
| 4344 | REFERENCES |
---|
| 4345 | |
---|
| 4346 | Hideki Matsuoka et. al. Physical Review B, 36 (1987) 1754-1765. |
---|
| 4347 | (Original Paper) |
---|
| 4348 | |
---|
| 4349 | Hideki Matsuoka et. al. Physical Review B, 41 (1990) 3854 -3856. |
---|
| 4350 | (Corrections to FCC and BCC lattice structure calculation) |
---|
| 4351 | |
---|
| 4352 | |
---|
| 4353 | |
---|
| 4354 | |
---|
| 4355 | |
---|
| 4356 | Parameter name |
---|
| 4357 | |
---|
| 4358 | Units |
---|
| 4359 | |
---|
| 4360 | Default value |
---|
| 4361 | |
---|
| 4362 | background |
---|
| 4363 | |
---|
| 4364 | cm-1 |
---|
| 4365 | |
---|
| 4366 | 0 |
---|
| 4367 | |
---|
| 4368 | dnn |
---|
| 4369 | |
---|
| 4370 | |
---|
| 4371 | |
---|
| 4372 | 220 |
---|
| 4373 | |
---|
| 4374 | scale |
---|
| 4375 | |
---|
| 4376 | 1 |
---|
| 4377 | |
---|
| 4378 | sldSolv |
---|
| 4379 | |
---|
| 4380 | -2 |
---|
| 4381 | |
---|
| 4382 | 6.3e-006 |
---|
| 4383 | |
---|
| 4384 | radius |
---|
| 4385 | |
---|
| 4386 | |
---|
| 4387 | |
---|
| 4388 | 40 |
---|
| 4389 | |
---|
| 4390 | sld_Sph |
---|
| 4391 | |
---|
| 4392 | -2 |
---|
| 4393 | |
---|
| 4394 | 3e-006 |
---|
| 4395 | |
---|
| 4396 | d_factor |
---|
| 4397 | |
---|
| 4398 | 0.06 |
---|
| 4399 | |
---|
| 4400 | TEST DATASET |
---|
| 4401 | |
---|
| 4402 | This example dataset is produced using 200 data points, qmin = 0.01 |
---|
| 4403 | -1, qmax = 0.1 -1 and the above default values. |
---|
| 4404 | |
---|
| 4405 | |
---|
| 4406 | |
---|
| 4407 | **Figure. 1D plot in the linear scale using the default values (w/200 |
---|
| 4408 | data point).** |
---|
| 4409 | |
---|
| 4410 | The 2D (Anisotropic model) is based on the reference (above) in which |
---|
| 4411 | I(q) is approximated for 1d scattering. Thus the scattering pattern |
---|
| 4412 | for 2D may not be accurate. Note that we are not responsible for any |
---|
| 4413 | incorrectness of the 2D model computation. |
---|
| 4414 | |
---|
| 4415 | |
---|
| 4416 | |
---|
| 4417 | |
---|
| 4418 | |
---|
| 4419 | |
---|
| 4420 | |
---|
| 4421 | |
---|
| 4422 | |
---|
| 4423 | |
---|
| 4424 | |
---|
| 4425 | |
---|
| 4426 | |
---|
| 4427 | **Figure. 2D plot using the default values (w/200X200 pixels).** |
---|
| 4428 | |
---|
| 4429 | **2.37.** ** ** **BC(Body Centered Cubic Para-)CrystalModel** |
---|
| 4430 | |
---|
| 4431 | Calculates the scattering from a body-centered cubic lattice with |
---|
| 4432 | paracrystalline distortion. Thermal vibrations are considered to be |
---|
| 4433 | negligible, and the size of the paracrystal is infinitely large. |
---|
| 4434 | Paracrystalline distortion is assumed to be isotropic and |
---|
| 4435 | characterized by a Gaussian distribution.The returned value is scaled |
---|
| 4436 | to units of [cm-1sr-1], absolute scale. |
---|
| 4437 | |
---|
| 4438 | The scattering intensity I(q) is calculated as: |
---|
| 4439 | |
---|
| 4440 | |
---|
| 4441 | |
---|
| 4442 | where scale is the volume fraction of spheres, Vp is the volume of the |
---|
| 4443 | primary particle, V(lattice) is a volume correction for the crystal |
---|
| 4444 | structure, P(q) is the form factor of the sphere (normalized) and Z(q) |
---|
| 4445 | is the paracrystalline structure factor for a body-centered cubic |
---|
| 4446 | structure. Equation (1) of the 1990 reference is used to calculate |
---|
| 4447 | Z(q), using equations (29)-(31) from the 1987 paper for Z1, Z2, and |
---|
| 4448 | Z3. |
---|
| 4449 | |
---|
| 4450 | The lattice correction (the occupied volume of the lattice) for a |
---|
| 4451 | body-centered cubic structure of particles of radius R and nearest |
---|
| 4452 | neighbor separation D is: |
---|
| 4453 | |
---|
| 4454 | |
---|
| 4455 | |
---|
| 4456 | The distortion factor (one standard deviation) of the paracrystal is |
---|
| 4457 | included in the calculation of Z(q): |
---|
| 4458 | |
---|
| 4459 | |
---|
| 4460 | |
---|
| 4461 | where g is a fractional distortion based on the nearest neighbor |
---|
| 4462 | distance. |
---|
| 4463 | |
---|
| 4464 | The body-centered cubic lattice is: |
---|
| 4465 | |
---|
| 4466 | |
---|
| 4467 | |
---|
| 4468 | For a crystal, diffraction peaks appear at reduced q-values givn by: |
---|
| 4469 | |
---|
| 4470 | |
---|
| 4471 | |
---|
| 4472 | where for a body-centered cubic lattice, only reflections where |
---|
| 4473 | (h+k+l) = even are allowed and reflections where (h+k+l) = odd are |
---|
| 4474 | forbidden. Thus the peak positions correspond to (just the first 5): |
---|
| 4475 | |
---|
| 4476 | |
---|
| 4477 | |
---|
| 4478 | NOTE: The calculation of Z(q) is a double numerical integral that must |
---|
| 4479 | be carried out with a high density of points to properly capture the |
---|
| 4480 | sharp peaks of the paracrystalline scattering. So be warned that the |
---|
| 4481 | calculation is SLOW. Go get some coffee. Fitting of any experimental |
---|
| 4482 | data must be resolution smeared for any meaningful fit. This makes a |
---|
| 4483 | triple integral. Very, very slow. Go get lunch. |
---|
| 4484 | |
---|
| 4485 | REFERENCES |
---|
| 4486 | |
---|
| 4487 | Hideki Matsuoka et. al. Physical Review B, 36 (1987) 1754-1765. |
---|
| 4488 | (Original Paper) |
---|
| 4489 | |
---|
| 4490 | Hideki Matsuoka et. al. Physical Review B, 41 (1990) 3854 -3856. |
---|
| 4491 | (Corrections to FCC and BCC lattice structure calculation) |
---|
| 4492 | |
---|
| 4493 | |
---|
| 4494 | |
---|
| 4495 | |
---|
| 4496 | |
---|
| 4497 | Parameter name |
---|
| 4498 | |
---|
| 4499 | Units |
---|
| 4500 | |
---|
| 4501 | Default value |
---|
| 4502 | |
---|
| 4503 | background |
---|
| 4504 | |
---|
| 4505 | cm-1 |
---|
| 4506 | |
---|
| 4507 | 0 |
---|
| 4508 | |
---|
| 4509 | dnn |
---|
| 4510 | |
---|
| 4511 | |
---|
| 4512 | |
---|
| 4513 | 220 |
---|
| 4514 | |
---|
| 4515 | scale |
---|
| 4516 | |
---|
| 4517 | 1 |
---|
| 4518 | |
---|
| 4519 | sldSolv |
---|
| 4520 | |
---|
| 4521 | -2 |
---|
| 4522 | |
---|
| 4523 | 6.3e-006 |
---|
| 4524 | |
---|
| 4525 | radius |
---|
| 4526 | |
---|
| 4527 | |
---|
| 4528 | |
---|
| 4529 | 40 |
---|
| 4530 | |
---|
| 4531 | sld_Sph |
---|
| 4532 | |
---|
| 4533 | -2 |
---|
| 4534 | |
---|
| 4535 | 3e-006 |
---|
| 4536 | |
---|
| 4537 | d_factor |
---|
| 4538 | |
---|
| 4539 | 0.06 |
---|
| 4540 | |
---|
| 4541 | TEST DATASET |
---|
| 4542 | |
---|
| 4543 | This example dataset is produced using 200 data points, qmin = 0.001 |
---|
| 4544 | -1, qmax = 0.1 -1 and the above default values. |
---|
| 4545 | |
---|
| 4546 | |
---|
| 4547 | |
---|
| 4548 | **Figure. 1D plot in the linear scale using the default values (w/200 |
---|
| 4549 | data point).** |
---|
| 4550 | |
---|
| 4551 | The 2D (Anisotropic model) is based on the reference (1987) in which |
---|
| 4552 | I(q) is approximated for 1d scattering. Thus the scattering pattern |
---|
| 4553 | for 2D may not be accurate. Note that we are not responsible for any |
---|
| 4554 | incorrectness of the 2D model computation. |
---|
| 4555 | |
---|
| 4556 | |
---|
| 4557 | |
---|
| 4558 | |
---|
| 4559 | |
---|
| 4560 | |
---|
| 4561 | |
---|
| 4562 | |
---|
| 4563 | |
---|
| 4564 | |
---|
| 4565 | |
---|
| 4566 | |
---|
| 4567 | |
---|
| 4568 | **Figure. 2D plot using the default values (w/200X200 pixels).** |
---|
| 4569 | |
---|
| 4570 | **3.** ** ** **Shape-Independent Models ** |
---|
| 4571 | |
---|
| 4572 | The following are models used for shape-independent SANS analysis. |
---|
| 4573 | |
---|
| 4574 | **3.1.** ** ** **Debye (Model)** |
---|
| 4575 | |
---|
| 4576 | The Debye model is a form factor for a linear polymer chain. In |
---|
| 4577 | addition to the radius of gyration, Rg, a scale factor "scale", and a |
---|
| 4578 | constant background term are included in the calculation. |
---|
| 4579 | |
---|
| 4580 | |
---|
| 4581 | |
---|
| 4582 | |
---|
| 4583 | |
---|
| 4584 | |
---|
| 4585 | |
---|
| 4586 | For 2D plot, the wave transfer is defined as . |
---|
| 4587 | |
---|
| 4588 | |
---|
| 4589 | |
---|
| 4590 | Parameter name |
---|
| 4591 | |
---|
| 4592 | Units |
---|
| 4593 | |
---|
| 4594 | Default value |
---|
| 4595 | |
---|
| 4596 | scale |
---|
| 4597 | |
---|
| 4598 | None |
---|
| 4599 | |
---|
| 4600 | 1.0 |
---|
| 4601 | |
---|
| 4602 | rg |
---|
| 4603 | |
---|
| 4604 | |
---|
| 4605 | |
---|
| 4606 | 50.0 |
---|
| 4607 | |
---|
| 4608 | background |
---|
| 4609 | |
---|
| 4610 | cm-1 |
---|
| 4611 | |
---|
| 4612 | 0.0 |
---|
| 4613 | |
---|
| 4614 | |
---|
| 4615 | |
---|
| 4616 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4617 | |
---|
| 4618 | |
---|
| 4619 | |
---|
| 4620 | Reference: Roe, R.-J., "Methods of X-Ray and Neutron Scattering in |
---|
| 4621 | Polymer Science", Oxford University Press, New York (2000). |
---|
| 4622 | |
---|
| 4623 | **3.2.** ** ** **BroadPeak Model** |
---|
| 4624 | |
---|
| 4625 | Calculate an empirical functional form for SANS data characterized by |
---|
| 4626 | a broad scattering peak. Many SANS spectra are characterized by a |
---|
| 4627 | broad peak even though they are from amorphous soft materials. The |
---|
| 4628 | d-spacing corresponding to the broad peak is a characteristic distance |
---|
| 4629 | between the scattering inhomogeneities (such as in lamellar, |
---|
| 4630 | cylindrical, or spherical morphologies or for bicontinuous |
---|
| 4631 | structures). |
---|
| 4632 | |
---|
| 4633 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 4634 | |
---|
| 4635 | The scattering intensity I(q) is calculated by: |
---|
| 4636 | |
---|
| 4637 | |
---|
| 4638 | |
---|
| 4639 | Here the peak position is related to the d-spacing as Q0 = 2pi/d0. |
---|
| 4640 | Soft systems that show a SANS peak include copolymers, |
---|
| 4641 | polyelectrolytes, multiphase systems, layered structures, etc. |
---|
| 4642 | |
---|
| 4643 | |
---|
| 4644 | |
---|
| 4645 | |
---|
| 4646 | |
---|
| 4647 | For 2D plot, the wave transfer is defined as . |
---|
| 4648 | |
---|
| 4649 | |
---|
| 4650 | |
---|
| 4651 | Parameter name |
---|
| 4652 | |
---|
| 4653 | Units |
---|
| 4654 | |
---|
| 4655 | Default value |
---|
| 4656 | |
---|
| 4657 | scale_l (= C) |
---|
| 4658 | |
---|
| 4659 | 10 |
---|
| 4660 | |
---|
| 4661 | scale_p (=A) |
---|
| 4662 | |
---|
| 4663 | 1e-05 |
---|
| 4664 | |
---|
| 4665 | length_l (=x) |
---|
| 4666 | |
---|
| 4667 | |
---|
| 4668 | |
---|
| 4669 | 50 |
---|
| 4670 | |
---|
| 4671 | q_peak (= Q0) |
---|
| 4672 | |
---|
| 4673 | -1 |
---|
| 4674 | |
---|
| 4675 | 0.1 |
---|
| 4676 | |
---|
| 4677 | exponent_p (=n) |
---|
| 4678 | |
---|
| 4679 | 2 |
---|
| 4680 | |
---|
| 4681 | exponent_l (=m) |
---|
| 4682 | |
---|
| 4683 | 3 |
---|
| 4684 | |
---|
| 4685 | Background (=B) |
---|
| 4686 | |
---|
| 4687 | cm-1 |
---|
| 4688 | |
---|
| 4689 | 0.1 |
---|
| 4690 | |
---|
| 4691 | |
---|
| 4692 | |
---|
| 4693 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4694 | |
---|
| 4695 | |
---|
| 4696 | |
---|
| 4697 | Reference: None. |
---|
| 4698 | |
---|
| 4699 | 2013/09/09 - Description reviewed by King, S. and Parker, P. |
---|
| 4700 | |
---|
| 4701 | **3.3.** ** ** **CorrLength (CorrelationLengthModel)** |
---|
| 4702 | |
---|
| 4703 | Calculate an empirical functional form for SANS data characterized by |
---|
| 4704 | a low-Q signal and a high-Q signal |
---|
| 4705 | |
---|
| 4706 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 4707 | |
---|
| 4708 | The scattering intensity I(q) is calculated by: |
---|
| 4709 | |
---|
| 4710 | |
---|
| 4711 | |
---|
| 4712 | The first term describes Porod scattering from clusters (exponent = n) |
---|
| 4713 | and the second term is a Lorentzian function describing scattering |
---|
| 4714 | from polymer chains (exponent = m). This second term characterizes the |
---|
| 4715 | polymer/solvent interactions and therefore the thermodynamics. The two |
---|
| 4716 | multiplicative factors A and C, the incoherent background B and the |
---|
| 4717 | two exponents n and m are used as fitting parameters. The final |
---|
| 4718 | parameter (xi) is a correlation length for the polymer chains. Note |
---|
| 4719 | that when m = 2, this functional form becomes the familiar Lorentzian |
---|
| 4720 | function. |
---|
| 4721 | |
---|
| 4722 | |
---|
| 4723 | |
---|
| 4724 | For 2D plot, the wave transfer is defined as . |
---|
| 4725 | |
---|
| 4726 | |
---|
| 4727 | |
---|
| 4728 | Parameter name |
---|
| 4729 | |
---|
| 4730 | Units |
---|
| 4731 | |
---|
| 4732 | Default value |
---|
| 4733 | |
---|
| 4734 | scale_l (= C) |
---|
| 4735 | |
---|
| 4736 | 10 |
---|
| 4737 | |
---|
| 4738 | scale_p (=A) |
---|
| 4739 | |
---|
| 4740 | 1e-06 |
---|
| 4741 | |
---|
| 4742 | length_l (=x) |
---|
| 4743 | |
---|
| 4744 | |
---|
| 4745 | |
---|
| 4746 | 50 |
---|
| 4747 | |
---|
| 4748 | exponent_p (=n) |
---|
| 4749 | |
---|
| 4750 | 2 |
---|
| 4751 | |
---|
| 4752 | exponent_l (=m) |
---|
| 4753 | |
---|
| 4754 | 3 |
---|
| 4755 | |
---|
| 4756 | Background (=B) |
---|
| 4757 | |
---|
| 4758 | cm-1 |
---|
| 4759 | |
---|
| 4760 | 0.1 |
---|
| 4761 | |
---|
| 4762 | |
---|
| 4763 | |
---|
| 4764 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 4765 | |
---|
| 4766 | |
---|
| 4767 | |
---|
| 4768 | REFERENCE |
---|
| 4769 | |
---|
| 4770 | B. Hammouda, D.L. Ho and S.R. Kline, Insight into Clustering in |
---|
| 4771 | Poly(ethylene oxide) Solutions, Macromolecules 37, 6932-6937 (2004). |
---|
| 4772 | |
---|
| 4773 | 2013/09/09 - Description reviewed by King, S. and Parker, P. |
---|
| 4774 | |
---|
| 4775 | **3.4.** ** ** **(Ornstein-Zernicke) Lorentz (Model)** |
---|
| 4776 | |
---|
| 4777 | The Ornstein-Zernicke model is defined by: |
---|
| 4778 | |
---|
| 4779 | |
---|
| 4780 | |
---|
| 4781 | |
---|
| 4782 | |
---|
| 4783 | |
---|
| 4784 | |
---|
| 4785 | The parameter L is referred to as the screening length. |
---|
| 4786 | |
---|
| 4787 | |
---|
| 4788 | |
---|
| 4789 | For 2D plot, the wave transfer is defined as . |
---|
| 4790 | |
---|
| 4791 | |
---|
| 4792 | |
---|
| 4793 | |
---|
| 4794 | |
---|
| 4795 | Parameter name |
---|
| 4796 | |
---|
| 4797 | Units |
---|
| 4798 | |
---|
| 4799 | Default value |
---|
| 4800 | |
---|
| 4801 | scale |
---|
| 4802 | |
---|
| 4803 | None |
---|
| 4804 | |
---|
| 4805 | 1.0 |
---|
| 4806 | |
---|
| 4807 | length |
---|
| 4808 | |
---|
| 4809 | |
---|
| 4810 | |
---|
| 4811 | 50.0 |
---|
| 4812 | |
---|
| 4813 | background |
---|
| 4814 | |
---|
| 4815 | cm-1 |
---|
| 4816 | |
---|
| 4817 | 0.0 |
---|
| 4818 | |
---|
| 4819 | ** ** |
---|
| 4820 | |
---|
| 4821 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4822 | |
---|
| 4823 | **3.5.** ** ** **DAB (Debye-Anderson-Brumberger)_Model** |
---|
| 4824 | |
---|
| 4825 | **** |
---|
| 4826 | |
---|
| 4827 | Calculates the scattering from a randomly distributed, two-phase |
---|
| 4828 | system based on the Debye-Anderson-Brumberger (DAB) model for such |
---|
| 4829 | systems. The two-phase system is characterized by a single length |
---|
| 4830 | scale, the correlation length, which is a measure of the average |
---|
| 4831 | spacing between regions of phase 1 and phase 2. The model also assumes |
---|
| 4832 | smooth interfaces between the phases and hence exhibits Porod behavior |
---|
| 4833 | (I ~ Q-4) at large Q (Q*correlation length >> 1). |
---|
| 4834 | |
---|
| 4835 | |
---|
| 4836 | |
---|
| 4837 | |
---|
| 4838 | |
---|
| 4839 | |
---|
| 4840 | |
---|
| 4841 | The parameter L is referred to as the correlation length. |
---|
| 4842 | |
---|
| 4843 | For 2D plot, the wave transfer is defined as . |
---|
| 4844 | |
---|
| 4845 | |
---|
| 4846 | |
---|
| 4847 | Parameter name |
---|
| 4848 | |
---|
| 4849 | Units |
---|
| 4850 | |
---|
| 4851 | Default value |
---|
| 4852 | |
---|
| 4853 | scale |
---|
| 4854 | |
---|
| 4855 | None |
---|
| 4856 | |
---|
| 4857 | 1.0 |
---|
| 4858 | |
---|
| 4859 | length |
---|
| 4860 | |
---|
| 4861 | |
---|
| 4862 | |
---|
| 4863 | 50.0 |
---|
| 4864 | |
---|
| 4865 | background |
---|
| 4866 | |
---|
| 4867 | cm-1 |
---|
| 4868 | |
---|
| 4869 | 0.0 |
---|
| 4870 | |
---|
| 4871 | ** ** |
---|
| 4872 | |
---|
| 4873 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4874 | |
---|
| 4875 | References: |
---|
| 4876 | |
---|
| 4877 | Debye, Anderson, Brumberger, "Scattering by an Inhomogeneous Solid. |
---|
| 4878 | II. The Correlation Function and its Application", J. Appl. Phys. 28 |
---|
| 4879 | (6), 679 (1957). |
---|
| 4880 | |
---|
| 4881 | |
---|
| 4882 | |
---|
| 4883 | Debye, Bueche, "Scattering by an Inhomogeneous Solid", J. Appl. Phys. |
---|
| 4884 | 20, 518 (1949). |
---|
| 4885 | |
---|
| 4886 | 2013/09/09 - Description reviewed by King, S. and Parker, P. |
---|
| 4887 | |
---|
| 4888 | **3.6.** ** ** ** Absolute Power_Law ** |
---|
| 4889 | |
---|
| 4890 | This model describes a power law with background. |
---|
| 4891 | |
---|
| 4892 | |
---|
| 4893 | |
---|
| 4894 | |
---|
| 4895 | |
---|
| 4896 | Note the minus sign in front of the exponent. |
---|
| 4897 | |
---|
| 4898 | |
---|
| 4899 | |
---|
| 4900 | Parameter name |
---|
| 4901 | |
---|
| 4902 | Units |
---|
| 4903 | |
---|
| 4904 | Default value |
---|
| 4905 | |
---|
| 4906 | Scale |
---|
| 4907 | |
---|
| 4908 | None |
---|
| 4909 | |
---|
| 4910 | 1.0 |
---|
| 4911 | |
---|
| 4912 | m |
---|
| 4913 | |
---|
| 4914 | None |
---|
| 4915 | |
---|
| 4916 | 4 |
---|
| 4917 | |
---|
| 4918 | Background |
---|
| 4919 | |
---|
| 4920 | cm-1 |
---|
| 4921 | |
---|
| 4922 | 0.0 |
---|
| 4923 | |
---|
| 4924 | |
---|
| 4925 | |
---|
| 4926 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4927 | |
---|
| 4928 | **3.7.** ** ** **Teubner Strey (Model)** |
---|
| 4929 | |
---|
| 4930 | This function calculates the scattered intensity of a two-component |
---|
| 4931 | system using the Teubner-Strey model. |
---|
| 4932 | |
---|
| 4933 | **** |
---|
| 4934 | |
---|
| 4935 | |
---|
| 4936 | |
---|
| 4937 | |
---|
| 4938 | |
---|
| 4939 | |
---|
| 4940 | |
---|
| 4941 | For 2D plot, the wave transfer is defined as . |
---|
| 4942 | |
---|
| 4943 | |
---|
| 4944 | |
---|
| 4945 | Parameter name |
---|
| 4946 | |
---|
| 4947 | Units |
---|
| 4948 | |
---|
| 4949 | Default value |
---|
| 4950 | |
---|
| 4951 | scale |
---|
| 4952 | |
---|
| 4953 | None |
---|
| 4954 | |
---|
| 4955 | 0.1 |
---|
| 4956 | |
---|
| 4957 | c1 |
---|
| 4958 | |
---|
| 4959 | None |
---|
| 4960 | |
---|
| 4961 | -30.0 |
---|
| 4962 | |
---|
| 4963 | c2 |
---|
| 4964 | |
---|
| 4965 | None |
---|
| 4966 | |
---|
| 4967 | 5000.0 |
---|
| 4968 | |
---|
| 4969 | background |
---|
| 4970 | |
---|
| 4971 | cm-1 |
---|
| 4972 | |
---|
| 4973 | 0.0 |
---|
| 4974 | |
---|
| 4975 | |
---|
| 4976 | |
---|
| 4977 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 4978 | |
---|
| 4979 | References: |
---|
| 4980 | |
---|
| 4981 | Teubner, M; Strey, R. J. Chem. Phys., 87, 3195 (1987). |
---|
| 4982 | |
---|
| 4983 | |
---|
| 4984 | |
---|
| 4985 | Schubert, K-V., Strey, R., Kline, S. R. and E. W. Kaler, J. Chem. |
---|
| 4986 | Phys., 101, 5343 (1994). |
---|
| 4987 | |
---|
| 4988 | **3.8.** ** ** ** FractalModel** |
---|
| 4989 | |
---|
| 4990 | Calculates the scattering from fractal-like aggregates built from |
---|
| 4991 | spherical building blocks following the Texiera reference. The value |
---|
| 4992 | returned is in cm-1. |
---|
| 4993 | |
---|
| 4994 | |
---|
| 4995 | |
---|
| 4996 | |
---|
| 4997 | |
---|
| 4998 | |
---|
| 4999 | |
---|
| 5000 | The scale parameter is the volume fraction of the building blocks, R0 |
---|
| 5001 | is the radius of the building block, Df is the fractal dimension, is |
---|
| 5002 | the correlation length, *solvent* is the scattering length density of |
---|
| 5003 | the solvent, and *block* is the scattering length density of the |
---|
| 5004 | building blocks. |
---|
| 5005 | |
---|
| 5006 | **The polydispersion in radius is provided.** |
---|
| 5007 | |
---|
| 5008 | For 2D plot, the wave transfer is defined as . |
---|
| 5009 | |
---|
| 5010 | |
---|
| 5011 | |
---|
| 5012 | Parameter name |
---|
| 5013 | |
---|
| 5014 | Units |
---|
| 5015 | |
---|
| 5016 | Default value |
---|
| 5017 | |
---|
| 5018 | scale |
---|
| 5019 | |
---|
| 5020 | None |
---|
| 5021 | |
---|
| 5022 | 0.05 |
---|
| 5023 | |
---|
| 5024 | radius |
---|
| 5025 | |
---|
| 5026 | |
---|
| 5027 | |
---|
| 5028 | 5.0 |
---|
| 5029 | |
---|
| 5030 | fractal_dim |
---|
| 5031 | |
---|
| 5032 | None |
---|
| 5033 | |
---|
| 5034 | 2 |
---|
| 5035 | |
---|
| 5036 | corr_length |
---|
| 5037 | |
---|
| 5038 | |
---|
| 5039 | |
---|
| 5040 | 100.0 |
---|
| 5041 | |
---|
| 5042 | block_sld |
---|
| 5043 | |
---|
| 5044 | -2 |
---|
| 5045 | |
---|
| 5046 | 2e-6 |
---|
| 5047 | |
---|
| 5048 | solvent_sld |
---|
| 5049 | |
---|
| 5050 | -2 |
---|
| 5051 | |
---|
| 5052 | 6e-6 |
---|
| 5053 | |
---|
| 5054 | background |
---|
| 5055 | |
---|
| 5056 | cm-1 |
---|
| 5057 | |
---|
| 5058 | 0.0 |
---|
| 5059 | |
---|
| 5060 | |
---|
| 5061 | |
---|
| 5062 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 5063 | |
---|
| 5064 | |
---|
| 5065 | |
---|
| 5066 | |
---|
| 5067 | |
---|
| 5068 | References: |
---|
| 5069 | |
---|
| 5070 | J. Teixeira, (1988) J. Appl. Cryst., vol. 21, p781-785 |
---|
| 5071 | |
---|
| 5072 | **** |
---|
| 5073 | |
---|
| 5074 | **3.9.** ** ** **MassFractalModel** |
---|
| 5075 | |
---|
| 5076 | Calculates the scattering from fractal-like aggregates based on the |
---|
| 5077 | Mildner reference (below). |
---|
| 5078 | |
---|
| 5079 | |
---|
| 5080 | |
---|
| 5081 | |
---|
| 5082 | |
---|
| 5083 | |
---|
| 5084 | |
---|
| 5085 | |
---|
| 5086 | |
---|
| 5087 | |
---|
| 5088 | The R is the radius of the building block, Dm is the mass fractal |
---|
| 5089 | dimension, is the correlation (or cutt-off) length, *solvent* is the |
---|
| 5090 | scattering length density of the solvent, and *particle* is the |
---|
| 5091 | scattering length density of particles. |
---|
| 5092 | |
---|
| 5093 | Note: The mass fractal dimension is valid for 1<mass_dim<6. |
---|
| 5094 | |
---|
| 5095 | |
---|
| 5096 | |
---|
| 5097 | Parameter name |
---|
| 5098 | |
---|
| 5099 | Units |
---|
| 5100 | |
---|
| 5101 | Default value |
---|
| 5102 | |
---|
| 5103 | scale |
---|
| 5104 | |
---|
| 5105 | None |
---|
| 5106 | |
---|
| 5107 | 1 |
---|
| 5108 | |
---|
| 5109 | radius |
---|
| 5110 | |
---|
| 5111 | |
---|
| 5112 | |
---|
| 5113 | 10.0 |
---|
| 5114 | |
---|
| 5115 | mass_dim |
---|
| 5116 | |
---|
| 5117 | None |
---|
| 5118 | |
---|
| 5119 | 1.9 |
---|
| 5120 | |
---|
| 5121 | co_length |
---|
| 5122 | |
---|
| 5123 | |
---|
| 5124 | |
---|
| 5125 | 100.0 |
---|
| 5126 | |
---|
| 5127 | background |
---|
| 5128 | |
---|
| 5129 | |
---|
| 5130 | |
---|
| 5131 | 0.0 |
---|
| 5132 | |
---|
| 5133 | |
---|
| 5134 | |
---|
| 5135 | **Figure. 1D plot** |
---|
| 5136 | |
---|
| 5137 | |
---|
| 5138 | |
---|
| 5139 | |
---|
| 5140 | |
---|
| 5141 | References: |
---|
| 5142 | |
---|
| 5143 | D. Mildner, and P. Hall, J. Phys. D.: Appl. Phys., 19, 1535-1545 |
---|
| 5144 | (1986), Equation(9). |
---|
| 5145 | |
---|
| 5146 | 2013/09/09 - Description reviewed by King, S. and Parker, P. |
---|
| 5147 | |
---|
| 5148 | |
---|
| 5149 | |
---|
| 5150 | |
---|
| 5151 | |
---|
| 5152 | **3.10.** ** ** ** SurfaceFractalModel** |
---|
| 5153 | |
---|
| 5154 | Calculates the scattering based on the Mildner reference (below). |
---|
| 5155 | |
---|
| 5156 | |
---|
| 5157 | |
---|
| 5158 | |
---|
| 5159 | |
---|
| 5160 | |
---|
| 5161 | |
---|
| 5162 | |
---|
| 5163 | |
---|
| 5164 | |
---|
| 5165 | The R is the radius of the building block, Ds is the surface fractal |
---|
| 5166 | dimension, is the correlation (or cutt-off) length, *solvent* is the |
---|
| 5167 | scattering length density of the solvent, and *particle* is the |
---|
| 5168 | scattering length density of particles. |
---|
| 5169 | |
---|
| 5170 | Note: The surface fractal dimension is valid for 1<surface_dim<3. Also |
---|
| 5171 | it is valid in a limited q range (see the reference for details). |
---|
| 5172 | |
---|
| 5173 | |
---|
| 5174 | |
---|
| 5175 | Parameter name |
---|
| 5176 | |
---|
| 5177 | Units |
---|
| 5178 | |
---|
| 5179 | Default value |
---|
| 5180 | |
---|
| 5181 | scale |
---|
| 5182 | |
---|
| 5183 | None |
---|
| 5184 | |
---|
| 5185 | 1 |
---|
| 5186 | |
---|
| 5187 | radius |
---|
| 5188 | |
---|
| 5189 | |
---|
| 5190 | |
---|
| 5191 | 10.0 |
---|
| 5192 | |
---|
| 5193 | surface_dim |
---|
| 5194 | |
---|
| 5195 | None |
---|
| 5196 | |
---|
| 5197 | 2.0 |
---|
| 5198 | |
---|
| 5199 | co_length |
---|
| 5200 | |
---|
| 5201 | |
---|
| 5202 | |
---|
| 5203 | 500.0 |
---|
| 5204 | |
---|
| 5205 | background |
---|
| 5206 | |
---|
| 5207 | |
---|
| 5208 | |
---|
| 5209 | 0.0 |
---|
| 5210 | |
---|
| 5211 | |
---|
| 5212 | |
---|
| 5213 | **Figure. 1D plot** |
---|
| 5214 | |
---|
| 5215 | |
---|
| 5216 | |
---|
| 5217 | |
---|
| 5218 | |
---|
| 5219 | References: |
---|
| 5220 | |
---|
| 5221 | D. Mildner, and P. Hall, J. Phys. D.: Appl. Phys., 19, 1535-1545 |
---|
| 5222 | (1986), Equation(13). |
---|
| 5223 | |
---|
| 5224 | |
---|
| 5225 | |
---|
| 5226 | |
---|
| 5227 | |
---|
| 5228 | **3.11.** ** ** **MassSurfaceFractal** |
---|
| 5229 | |
---|
| 5230 | A number of natural and commercial processes form high-surface area |
---|
| 5231 | materials as a result of the vapour-phase aggregation of primary |
---|
| 5232 | particles. Examples of such materials include soots, aerosols, and |
---|
| 5233 | fume or pyrogenic silicas. These are all characterised by cluster mass |
---|
| 5234 | distributions (sometimes also cluster size distributions) and internal |
---|
| 5235 | surfaces that are fractal in nature. The scattering from such |
---|
| 5236 | materials displays two distinct breaks in log-log representation, |
---|
| 5237 | corresponding to the radius-of-gyration of the primary particles, rg, |
---|
| 5238 | and the radius-of-gyration of the clusters (aggregates), Rg. Between |
---|
| 5239 | these boundaries the scattering follows a power law related to the |
---|
| 5240 | mass fractal dimension, Dm, whilst above the high-Q boundary the |
---|
| 5241 | scattering follows a power law related to the surface fractal |
---|
| 5242 | dimension of the primary particles, Ds. |
---|
| 5243 | |
---|
| 5244 | The scattered intensity I(Q) is then calculated using a modified |
---|
| 5245 | Ornstein-Zernicke equation: |
---|
| 5246 | |
---|
| 5247 | |
---|
| 5248 | |
---|
| 5249 | |
---|
| 5250 | |
---|
| 5251 | |
---|
| 5252 | |
---|
| 5253 | |
---|
| 5254 | |
---|
| 5255 | |
---|
| 5256 | The Rg is for the cluster, rg is for the primary, Ds is the surface |
---|
| 5257 | fractal dimension, Dm is the mass fractal dimension, *solvent* is the |
---|
| 5258 | scattering length density of the solvent, and *p* is the scattering |
---|
| 5259 | length density of particles. |
---|
| 5260 | |
---|
| 5261 | Note: The surface and mass fractal dimensions are valid for |
---|
| 5262 | 0<surface_dim<6, 0<mass_dim<6, and (surface_mass+mass_dim)<6. |
---|
| 5263 | |
---|
| 5264 | |
---|
| 5265 | |
---|
| 5266 | Parameter name |
---|
| 5267 | |
---|
| 5268 | Units |
---|
| 5269 | |
---|
| 5270 | Default value |
---|
| 5271 | |
---|
| 5272 | scale |
---|
| 5273 | |
---|
| 5274 | None |
---|
| 5275 | |
---|
| 5276 | 1 |
---|
| 5277 | |
---|
| 5278 | primary_rg |
---|
| 5279 | |
---|
| 5280 | |
---|
| 5281 | |
---|
| 5282 | 4000.0 |
---|
| 5283 | cluster_rg 86.7 |
---|
| 5284 | surface_dim |
---|
| 5285 | |
---|
| 5286 | None |
---|
| 5287 | |
---|
| 5288 | 2.3 |
---|
| 5289 | mass_dim None 1.8 |
---|
| 5290 | background |
---|
| 5291 | |
---|
| 5292 | |
---|
| 5293 | |
---|
| 5294 | 0.0 |
---|
| 5295 | |
---|
| 5296 | |
---|
| 5297 | |
---|
| 5298 | **Figure. 1D plot** |
---|
| 5299 | |
---|
| 5300 | |
---|
| 5301 | |
---|
| 5302 | |
---|
| 5303 | |
---|
| 5304 | References: |
---|
| 5305 | |
---|
| 5306 | P. Schmidt, J Appl. Cryst., 24, 414-435 (1991), Equation(19). |
---|
| 5307 | |
---|
| 5308 | Hurd, Schaefer, Martin, Phys. Rev. A, 35, 2361-2364 (1987), |
---|
| 5309 | Equation(2). |
---|
| 5310 | |
---|
| 5311 | |
---|
| 5312 | |
---|
| 5313 | |
---|
| 5314 | |
---|
| 5315 | **3.12.** ** ** ** FractalCoreShell(Model)** |
---|
| 5316 | |
---|
| 5317 | Calculates the scattering from a fractal structure with a primary |
---|
| 5318 | building block of core-shell spheres. |
---|
| 5319 | |
---|
| 5320 | |
---|
| 5321 | |
---|
| 5322 | |
---|
| 5323 | The formfactor P(q) is CoreShellModel with bkg = 0, |
---|
| 5324 | , |
---|
| 5325 | |
---|
| 5326 | while the fractal structure factor S(q); |
---|
| 5327 | |
---|
| 5328 | |
---|
| 5329 | |
---|
| 5330 | where Df = frac_dim, = cor_length, rc = (core) radius, and scale = |
---|
| 5331 | volfraction. |
---|
| 5332 | The fractal structure is as documented in the fractal model. This |
---|
| 5333 | model could find use for aggregates of coated particles, or aggregates |
---|
| 5334 | of vesicles.The polydispersity computation of radius and thickness is |
---|
| 5335 | provided. |
---|
| 5336 | |
---|
| 5337 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 5338 | |
---|
| 5339 | See each of these individual models for full documentation. |
---|
| 5340 | |
---|
| 5341 | For 2D plot, the wave transfer is defined as . |
---|
| 5342 | |
---|
| 5343 | |
---|
| 5344 | |
---|
| 5345 | Parameter name |
---|
| 5346 | |
---|
| 5347 | Units |
---|
| 5348 | |
---|
| 5349 | Default value |
---|
| 5350 | |
---|
| 5351 | volfraction |
---|
| 5352 | |
---|
| 5353 | 0.05 |
---|
| 5354 | |
---|
| 5355 | frac_dim |
---|
| 5356 | |
---|
| 5357 | 2 |
---|
| 5358 | |
---|
| 5359 | thickness |
---|
| 5360 | |
---|
| 5361 | |
---|
| 5362 | |
---|
| 5363 | 5.0 |
---|
| 5364 | |
---|
| 5365 | raidus |
---|
| 5366 | |
---|
| 5367 | 20.0 |
---|
| 5368 | |
---|
| 5369 | cor_length |
---|
| 5370 | |
---|
| 5371 | |
---|
| 5372 | |
---|
| 5373 | 100.0 |
---|
| 5374 | |
---|
| 5375 | core_sld |
---|
| 5376 | |
---|
| 5377 | -2 |
---|
| 5378 | |
---|
| 5379 | 3.5e-6 |
---|
| 5380 | |
---|
| 5381 | shell_sld |
---|
| 5382 | |
---|
| 5383 | -2 |
---|
| 5384 | |
---|
| 5385 | 1e-6 |
---|
| 5386 | |
---|
| 5387 | solvent_sld |
---|
| 5388 | |
---|
| 5389 | -2 |
---|
| 5390 | |
---|
| 5391 | 6.35e-6 |
---|
| 5392 | |
---|
| 5393 | background |
---|
| 5394 | |
---|
| 5395 | cm-1 |
---|
| 5396 | |
---|
| 5397 | 0.0 |
---|
| 5398 | |
---|
| 5399 | |
---|
| 5400 | |
---|
| 5401 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 5402 | |
---|
| 5403 | |
---|
| 5404 | |
---|
| 5405 | |
---|
| 5406 | |
---|
| 5407 | References: |
---|
| 5408 | |
---|
| 5409 | See the PolyCore and Fractal documentation. ** ** |
---|
| 5410 | |
---|
| 5411 | **3.13.** ** ** ** GaussLorentzGel(Model)** |
---|
| 5412 | |
---|
| 5413 | Calculates the scattering from a gel structure, typically a physical |
---|
| 5414 | network. It is modeled as a sum of a low-q exponential decay plus a |
---|
| 5415 | lorentzian at higher q-values. It is generally applicable to gel |
---|
| 5416 | structures. |
---|
| 5417 | |
---|
| 5418 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 5419 | |
---|
| 5420 | The scattering intensity I(q) is calculated as (eqn 5 from the |
---|
| 5421 | reference): |
---|
| 5422 | |
---|
| 5423 | |
---|
| 5424 | |
---|
| 5425 | |
---|
| 5426 | |
---|
| 5427 | Uppercase Zeta is the static correlations in the gel, which can be |
---|
| 5428 | attributed to the "frozen-in" crosslinks of some gels. Lowercase zeta |
---|
| 5429 | is the dynamic correlation length, which can be attributed to the |
---|
| 5430 | fluctuating polymer chain between crosslinks. IG(0) and IL(0) are the |
---|
| 5431 | scaling factors for each of these structures. Your physical system may |
---|
| 5432 | be different, so think about the interpretation of these parameters. |
---|
| 5433 | |
---|
| 5434 | Note that the peaked structure at higher q values (from Figure 2 of |
---|
| 5435 | the reference below) is not reproduced by the model. Peaks can be |
---|
| 5436 | introduced into the model by summing this model with the PeakGauss |
---|
| 5437 | Model function. |
---|
| 5438 | |
---|
| 5439 | For 2D plot, the wave transfer is defined as . |
---|
| 5440 | |
---|
| 5441 | |
---|
| 5442 | |
---|
| 5443 | Parameter name |
---|
| 5444 | |
---|
| 5445 | Units |
---|
| 5446 | |
---|
| 5447 | Default value |
---|
| 5448 | |
---|
| 5449 | dyn_colength(=Dynamic correlation length) |
---|
| 5450 | |
---|
| 5451 | |
---|
| 5452 | |
---|
| 5453 | 20.0 |
---|
| 5454 | |
---|
| 5455 | scale_g(=Gauss scale factor) |
---|
| 5456 | |
---|
| 5457 | 100 |
---|
| 5458 | |
---|
| 5459 | scale_l(=Lorentzian scale factor) |
---|
| 5460 | |
---|
| 5461 | 50 |
---|
| 5462 | |
---|
| 5463 | stat_colength(=Static correlation Z) |
---|
| 5464 | |
---|
| 5465 | |
---|
| 5466 | |
---|
| 5467 | 100.0 |
---|
| 5468 | |
---|
| 5469 | background |
---|
| 5470 | |
---|
| 5471 | cm-1 |
---|
| 5472 | |
---|
| 5473 | 0.0 |
---|
| 5474 | |
---|
| 5475 | |
---|
| 5476 | |
---|
| 5477 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 5478 | |
---|
| 5479 | |
---|
| 5480 | |
---|
| 5481 | |
---|
| 5482 | |
---|
| 5483 | REFERENCE: |
---|
| 5484 | |
---|
| 5485 | G. Evmenenko, E. Theunissen, K. Mortensen, H. Reynaers, Polymer 42 |
---|
| 5486 | (2001) 2907-2913. |
---|
| 5487 | |
---|
| 5488 | **3.14.** ** ** ** BEPolyelectrolyte Model** |
---|
| 5489 | |
---|
| 5490 | Calculates the structure factor of a polyelectrolyte solution with the |
---|
| 5491 | RPA expression derived by Borue and Erukhimovich. The value returned |
---|
| 5492 | is in cm-1. |
---|
| 5493 | |
---|
| 5494 | |
---|
| 5495 | |
---|
| 5496 | |
---|
| 5497 | |
---|
| 5498 | |
---|
| 5499 | |
---|
| 5500 | K is a contrast factor of the polymer, Lb is the Bjerrum length, h is |
---|
| 5501 | the virial parameter, b is the monomer length, Cs is the concentration |
---|
| 5502 | of monovalent salt, is the ionization degree, Ca is the polymer molar |
---|
| 5503 | concentration, and background is the incoherent background. |
---|
| 5504 | |
---|
| 5505 | For 2D plot, the wave transfer is defined as . |
---|
| 5506 | |
---|
| 5507 | Parameter name |
---|
| 5508 | |
---|
| 5509 | Units |
---|
| 5510 | |
---|
| 5511 | Default value |
---|
| 5512 | |
---|
| 5513 | K |
---|
| 5514 | |
---|
| 5515 | Barns = 10-24 cm2 |
---|
| 5516 | |
---|
| 5517 | 10 |
---|
| 5518 | |
---|
| 5519 | Lb |
---|
| 5520 | |
---|
| 5521 | |
---|
| 5522 | |
---|
| 5523 | 7.1 |
---|
| 5524 | |
---|
| 5525 | h |
---|
| 5526 | |
---|
| 5527 | -3 |
---|
| 5528 | |
---|
| 5529 | 12 |
---|
| 5530 | |
---|
| 5531 | b |
---|
| 5532 | |
---|
| 5533 | |
---|
| 5534 | |
---|
| 5535 | 10 |
---|
| 5536 | |
---|
| 5537 | Cs |
---|
| 5538 | |
---|
| 5539 | Mol/L |
---|
| 5540 | |
---|
| 5541 | 0 |
---|
| 5542 | |
---|
| 5543 | alpha |
---|
| 5544 | |
---|
| 5545 | None |
---|
| 5546 | |
---|
| 5547 | 0.05 |
---|
| 5548 | |
---|
| 5549 | Ca |
---|
| 5550 | |
---|
| 5551 | Mol/L |
---|
| 5552 | |
---|
| 5553 | 0.7 |
---|
| 5554 | |
---|
| 5555 | background |
---|
| 5556 | |
---|
| 5557 | cm-1 |
---|
| 5558 | |
---|
| 5559 | 0.0 |
---|
| 5560 | |
---|
| 5561 | References: |
---|
| 5562 | |
---|
| 5563 | Borue, V. Y., Erukhimovich, I. Y. Macromolecules 21, 3240 (1988). |
---|
| 5564 | |
---|
| 5565 | Joanny, J.-F., Leibler, L. Journal de Physique 51, 545 (1990). |
---|
| 5566 | |
---|
| 5567 | Moussaid, A., Schosseler, F., Munch, J.-P., Candau, S. J. Journal de |
---|
| 5568 | Physique II France |
---|
| 5569 | |
---|
| 5570 | 3, 573 (1993). |
---|
| 5571 | |
---|
| 5572 | Raphal, E., Joanny, J.-F., Europhysics Letters 11, 179 (1990). |
---|
| 5573 | |
---|
| 5574 | **** |
---|
| 5575 | |
---|
| 5576 | **3.15.** ** ** **Guinier (Model)** |
---|
| 5577 | |
---|
| 5578 | A Guinier analysis is done by linearizing the data at low q by |
---|
| 5579 | plotting it as log(I) versus Q2. The Guinier radius Rg can be obtained |
---|
| 5580 | by fitting the following model: |
---|
| 5581 | |
---|
| 5582 | |
---|
| 5583 | |
---|
| 5584 | |
---|
| 5585 | |
---|
| 5586 | For 2D plot, the wave transfer is defined as . |
---|
| 5587 | |
---|
| 5588 | **** |
---|
| 5589 | |
---|
| 5590 | Parameter name |
---|
| 5591 | |
---|
| 5592 | Units |
---|
| 5593 | |
---|
| 5594 | Default value |
---|
| 5595 | |
---|
| 5596 | scale |
---|
| 5597 | |
---|
| 5598 | cm-1 |
---|
| 5599 | |
---|
| 5600 | 1.0 |
---|
| 5601 | |
---|
| 5602 | Rg |
---|
| 5603 | |
---|
| 5604 | |
---|
| 5605 | |
---|
| 5606 | 0.1 |
---|
| 5607 | |
---|
| 5608 | **** |
---|
| 5609 | |
---|
| 5610 | **3.16.** ** ** **GuinierPorod (Model)** |
---|
| 5611 | |
---|
| 5612 | Calculates the scattering for a generalized Guinier/power law object. |
---|
| 5613 | This is an empirical model that can be used to determine the size and |
---|
| 5614 | dimensionality of scattering objects. |
---|
| 5615 | |
---|
| 5616 | The returned value is P(Q) as written in equation (1), plus the |
---|
| 5617 | incoherent background term. The result is in the units of [cm-1sr-1], |
---|
| 5618 | absolute scale. |
---|
| 5619 | |
---|
| 5620 | A Guinier-Porod empirical model can be used to fit SAS data from |
---|
| 5621 | asymmetric objects such as rods or platelets. It also applies to |
---|
| 5622 | intermediate shapes between spheres and rod or between rods and |
---|
| 5623 | platelets. The following functional form is used: |
---|
| 5624 | |
---|
| 5625 | (1) |
---|
| 5626 | |
---|
| 5627 | |
---|
| 5628 | |
---|
| 5629 | This is based on the generalized Guinier law for such elongated |
---|
| 5630 | objects [2]. For 3D globular objects (such as spheres), s = 0 and one |
---|
| 5631 | recovers the standard Guinier formula. For 2D symmetry (such as for |
---|
| 5632 | rods) s = 1 and for 1D symmetry (such as for lamellae or platelets) s |
---|
| 5633 | = 2. A dimensionality parameter 3-s is defined, and is 3 for spherical |
---|
| 5634 | objects, 2 for rods, and 1 for plates. |
---|
| 5635 | |
---|
| 5636 | Enforcing the continuity of the Guinier and Porod functions and their |
---|
| 5637 | derivatives yields: |
---|
| 5638 | |
---|
| 5639 | |
---|
| 5640 | |
---|
| 5641 | and |
---|
| 5642 | |
---|
| 5643 | |
---|
| 5644 | |
---|
| 5645 | |
---|
| 5646 | |
---|
| 5647 | Note that the radius of gyration for a sphere of radius R is given by |
---|
| 5648 | Rg = R sqrt(3/5) , |
---|
| 5649 | |
---|
| 5650 | that for the cross section of an randomly oriented cylinder of radius |
---|
| 5651 | R is given by Rg = R / sqrt(2). |
---|
| 5652 | |
---|
| 5653 | The cross section of a randomly oriented lamella of thickness T is |
---|
| 5654 | given by Rg = T / sqrt(12). |
---|
| 5655 | |
---|
| 5656 | The intensity given by Eq. 1 is the calculated result, and is plotted |
---|
| 5657 | below for the default parameter values. |
---|
| 5658 | |
---|
| 5659 | REFERENCE |
---|
| 5660 | |
---|
| 5661 | [1] Guinier, A.; Fournet, G. "Small-Angle Scattering of X-Rays", John |
---|
| 5662 | Wiley and Sons, New York, (1955). |
---|
| 5663 | |
---|
| 5664 | [2] Glatter, O.; Kratky, O., Small-Angle X-Ray Scattering, Academic |
---|
| 5665 | Press (1982). Check out Chapter 4 on Data Treatment, pages 155-156. |
---|
| 5666 | |
---|
| 5667 | For 2D plot, the wave transfer is defined as . |
---|
| 5668 | |
---|
| 5669 | **** |
---|
| 5670 | |
---|
| 5671 | Parameter name |
---|
| 5672 | |
---|
| 5673 | Units |
---|
| 5674 | |
---|
| 5675 | Default value |
---|
| 5676 | |
---|
| 5677 | Scale(=Guinier scale, G) |
---|
| 5678 | |
---|
| 5679 | cm-1 |
---|
| 5680 | |
---|
| 5681 | 1.0 |
---|
| 5682 | |
---|
| 5683 | rg |
---|
| 5684 | |
---|
| 5685 | |
---|
| 5686 | |
---|
| 5687 | 100 |
---|
| 5688 | |
---|
| 5689 | dim(=Dimensional Variable, s) |
---|
| 5690 | |
---|
| 5691 | 1 |
---|
| 5692 | |
---|
| 5693 | m(=Porod exponent) |
---|
| 5694 | |
---|
| 5695 | 3 |
---|
| 5696 | |
---|
| 5697 | background |
---|
| 5698 | |
---|
| 5699 | 0.1 |
---|
| 5700 | |
---|
| 5701 | **** |
---|
| 5702 | |
---|
| 5703 | ** ** |
---|
| 5704 | |
---|
| 5705 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 5706 | |
---|
| 5707 | **** |
---|
| 5708 | |
---|
| 5709 | **** |
---|
| 5710 | |
---|
| 5711 | **3.17.** ** ** **PorodModel** |
---|
| 5712 | |
---|
| 5713 | A Porod analysis is done by linearizing the data at high q by plotting |
---|
| 5714 | it as log(I) versus log(Q). In the high q region we can fit the |
---|
| 5715 | following model: |
---|
| 5716 | |
---|
| 5717 | |
---|
| 5718 | |
---|
| 5719 | |
---|
| 5720 | |
---|
| 5721 | C is the scale factor and Sv is the specific surface area of the |
---|
| 5722 | sample and is the contrast factor. |
---|
| 5723 | |
---|
| 5724 | The background term is added for data analysis. |
---|
| 5725 | |
---|
| 5726 | For 2D plot, the wave transfer is defined as . |
---|
| 5727 | |
---|
| 5728 | **** |
---|
| 5729 | |
---|
| 5730 | Parameter name |
---|
| 5731 | |
---|
| 5732 | Units |
---|
| 5733 | |
---|
| 5734 | Default value |
---|
| 5735 | |
---|
| 5736 | scale |
---|
| 5737 | |
---|
| 5738 | -4 |
---|
| 5739 | |
---|
| 5740 | 0.1 |
---|
| 5741 | |
---|
| 5742 | background |
---|
| 5743 | |
---|
| 5744 | cm-1 |
---|
| 5745 | |
---|
| 5746 | 0 |
---|
| 5747 | |
---|
| 5748 | **3.18.** ** ** **PeakGaussModel** |
---|
| 5749 | |
---|
| 5750 | Model describes a Gaussian shaped peak including a flat background, |
---|
| 5751 | |
---|
| 5752 | |
---|
| 5753 | |
---|
| 5754 | |
---|
| 5755 | |
---|
| 5756 | |
---|
| 5757 | |
---|
| 5758 | with the peak having height of I0 centered at qpk having standard |
---|
| 5759 | deviation of B. The fwhm is 2.354*B. |
---|
| 5760 | |
---|
| 5761 | Parameters I0, B, qpk, and BGD can all be adjusted during fitting. |
---|
| 5762 | |
---|
| 5763 | REFERENCE: None |
---|
| 5764 | |
---|
| 5765 | For 2D plot, the wave transfer is defined as . |
---|
| 5766 | |
---|
| 5767 | **** |
---|
| 5768 | |
---|
| 5769 | Parameter name |
---|
| 5770 | |
---|
| 5771 | Units |
---|
| 5772 | |
---|
| 5773 | Default value |
---|
| 5774 | |
---|
| 5775 | scale |
---|
| 5776 | |
---|
| 5777 | cm-1 |
---|
| 5778 | |
---|
| 5779 | 100 |
---|
| 5780 | |
---|
| 5781 | q0 |
---|
| 5782 | |
---|
| 5783 | |
---|
| 5784 | |
---|
| 5785 | 0.05 |
---|
| 5786 | |
---|
| 5787 | B |
---|
| 5788 | |
---|
| 5789 | 0.005 |
---|
| 5790 | |
---|
| 5791 | background |
---|
| 5792 | |
---|
| 5793 | 1 |
---|
| 5794 | |
---|
| 5795 | **** |
---|
| 5796 | |
---|
| 5797 | **** |
---|
| 5798 | |
---|
| 5799 | ** ** |
---|
| 5800 | |
---|
| 5801 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 5802 | |
---|
| 5803 | **** |
---|
| 5804 | |
---|
| 5805 | **3.19.** ** ** **PeakLorentzModel** |
---|
| 5806 | |
---|
| 5807 | Model describes a Lorentzian shaped peak including a flat background, |
---|
| 5808 | |
---|
| 5809 | |
---|
| 5810 | |
---|
| 5811 | |
---|
| 5812 | |
---|
| 5813 | |
---|
| 5814 | |
---|
| 5815 | with the peak having height of I0 centered at qpk having a hwhm (half- |
---|
| 5816 | width-half-maximum) of B. |
---|
| 5817 | |
---|
| 5818 | The parameters I0, B, qpk, and BGD can all be adjusted during fitting. |
---|
| 5819 | |
---|
| 5820 | REFERENCE: None |
---|
| 5821 | |
---|
| 5822 | For 2D plot, the wave transfer is defined as . |
---|
| 5823 | |
---|
| 5824 | **** |
---|
| 5825 | |
---|
| 5826 | Parameter name |
---|
| 5827 | |
---|
| 5828 | Units |
---|
| 5829 | |
---|
| 5830 | Default value |
---|
| 5831 | |
---|
| 5832 | scale |
---|
| 5833 | |
---|
| 5834 | cm-1 |
---|
| 5835 | |
---|
| 5836 | 100 |
---|
| 5837 | |
---|
| 5838 | q0 |
---|
| 5839 | |
---|
| 5840 | |
---|
| 5841 | |
---|
| 5842 | 0.05 |
---|
| 5843 | |
---|
| 5844 | B |
---|
| 5845 | |
---|
| 5846 | 0.005 |
---|
| 5847 | |
---|
| 5848 | background |
---|
| 5849 | |
---|
| 5850 | 1 |
---|
| 5851 | |
---|
| 5852 | **** |
---|
| 5853 | |
---|
| 5854 | **** |
---|
| 5855 | |
---|
| 5856 | ** ** |
---|
| 5857 | |
---|
| 5858 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 5859 | |
---|
| 5860 | **3.20. Poly_GaussCoil (Model)** |
---|
| 5861 | |
---|
| 5862 | Polydisperse Gaussian Coil: Calculate an empirical functional form for |
---|
| 5863 | scattering from a polydisperse polymer chain ina good solvent. The |
---|
| 5864 | polymer is polydisperse with a Schulz-Zimm polydispersity of the |
---|
| 5865 | molecular weight distribution. |
---|
| 5866 | |
---|
| 5867 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 5868 | |
---|
| 5869 | |
---|
| 5870 | |
---|
| 5871 | where the dimensionless chain dimension is: |
---|
| 5872 | |
---|
| 5873 | |
---|
| 5874 | |
---|
| 5875 | and the polydispersion is |
---|
| 5876 | |
---|
| 5877 | . |
---|
| 5878 | |
---|
| 5879 | The scattering intensity I(q) is calculated as: |
---|
| 5880 | |
---|
| 5881 | The polydispersion in rg is provided. |
---|
| 5882 | |
---|
| 5883 | |
---|
| 5884 | |
---|
| 5885 | For 2D plot, the wave transfer is defined as . |
---|
| 5886 | |
---|
| 5887 | TEST DATASET |
---|
| 5888 | |
---|
| 5889 | This example dataset is produced by running the Poly_GaussCoil, using |
---|
| 5890 | 200 data points, qmin = 0.001 -1, qmax = 0.7 -1 and the default values |
---|
| 5891 | below. |
---|
| 5892 | |
---|
| 5893 | Parameter name |
---|
| 5894 | |
---|
| 5895 | Units |
---|
| 5896 | |
---|
| 5897 | Default value |
---|
| 5898 | |
---|
| 5899 | Scale |
---|
| 5900 | |
---|
| 5901 | None |
---|
| 5902 | |
---|
| 5903 | 1.0 |
---|
| 5904 | |
---|
| 5905 | rg |
---|
| 5906 | |
---|
| 5907 | |
---|
| 5908 | |
---|
| 5909 | 60.0 |
---|
| 5910 | |
---|
| 5911 | poly_m |
---|
| 5912 | |
---|
| 5913 | Mw/Mn |
---|
| 5914 | |
---|
| 5915 | 2 |
---|
| 5916 | |
---|
| 5917 | background |
---|
| 5918 | |
---|
| 5919 | cm-1 |
---|
| 5920 | |
---|
| 5921 | 0.001 |
---|
| 5922 | |
---|
| 5923 | |
---|
| 5924 | |
---|
| 5925 | |
---|
| 5926 | |
---|
| 5927 | **Figure. 1D plot using the default values (w/200 data point).** |
---|
| 5928 | |
---|
| 5929 | |
---|
| 5930 | |
---|
| 5931 | Reference: |
---|
| 5932 | |
---|
| 5933 | Glatter & Kratky - pg.404. |
---|
| 5934 | |
---|
| 5935 | J.S. Higgins, and H.C. Benoit, Polymers and Neutron Scattering, Oxford |
---|
| 5936 | Science |
---|
| 5937 | |
---|
| 5938 | Publications (1996). |
---|
| 5939 | |
---|
| 5940 | **3.21. PolymerExclVolume (Model)** |
---|
| 5941 | |
---|
| 5942 | Calculates the scattering from polymers with excluded volume effects. |
---|
| 5943 | |
---|
| 5944 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 5945 | |
---|
| 5946 | The returned value is P(Q) as written in equation (2), plus the |
---|
| 5947 | incoherent background term. The result is in the units of [cm-1sr-1], |
---|
| 5948 | absolute scale. |
---|
| 5949 | |
---|
| 5950 | A model describing polymer chain conformations with excluded volume |
---|
| 5951 | was introduced to describe the conformation of polymer chains, and has |
---|
| 5952 | been used as a template for describing mass fractals. The form factor |
---|
| 5953 | for that model (Benoit, 1957) was originally presented in the |
---|
| 5954 | following integral form: |
---|
| 5955 | |
---|
| 5956 | (1) |
---|
| 5957 | |
---|
| 5958 | Here n is the excluded volume parameter which is related to the Porod |
---|
| 5959 | exponent m as n = 1/m, a is the polymer chain statistical segment |
---|
| 5960 | length and n is the degree of polymerization. This integral was later |
---|
| 5961 | put into an almost analytical form (Hammouda, 1993) as follows: |
---|
| 5962 | |
---|
| 5963 | (2) |
---|
| 5964 | |
---|
| 5965 | Here, g(x,U) is the incomplete gamma function which is a built-in |
---|
| 5966 | function in computer libraries. |
---|
| 5967 | |
---|
| 5968 | |
---|
| 5969 | |
---|
| 5970 | The variable U is given in terms of the scattering variable Q as: |
---|
| 5971 | |
---|
| 5972 | |
---|
| 5973 | |
---|
| 5974 | The radius of gyration squared has been defined as: |
---|
| 5975 | |
---|
| 5976 | |
---|
| 5977 | |
---|
| 5978 | Note that this model describing polymer chains with excluded volume |
---|
| 5979 | applies only in the mass fractal range ( 5/3 <= m <= 3) and does not |
---|
| 5980 | apply to surface fractals ( 3 < m <= 4). It does not reproduce the |
---|
| 5981 | rigid rod limit (m = 1) because it assumes chain flexibility from the |
---|
| 5982 | outset. It may cover a portion of the semiflexible chain range ( 1 < m |
---|
| 5983 | < 5/3). |
---|
| 5984 | |
---|
| 5985 | The low-Q expansion yields the Guinier form and the high-Q expansion |
---|
| 5986 | yields the Porod form which is given by: |
---|
| 5987 | |
---|
| 5988 | |
---|
| 5989 | |
---|
| 5990 | Here G(x) = g(x,inf) is the gamma function. The asymptotic limit is |
---|
| 5991 | dominated by the first term: |
---|
| 5992 | |
---|
| 5993 | |
---|
| 5994 | |
---|
| 5995 | The special case when n = 0.5 (or m = 1/n = 2) corresponds to Gaussian |
---|
| 5996 | chains for which the form factor is given by the familiar Debye |
---|
| 5997 | function. |
---|
| 5998 | |
---|
| 5999 | |
---|
| 6000 | |
---|
| 6001 | The form factor given by Eq. 2 is the calculated result, and is |
---|
| 6002 | plotted below for the default parameter values. |
---|
| 6003 | |
---|
| 6004 | REFERENCE |
---|
| 6005 | |
---|
| 6006 | Benoit, H., Comptes Rendus (1957). 245, 2244-2247. |
---|
| 6007 | |
---|
| 6008 | Hammouda, B., SANS from Homogeneous Polymer Mixtures A Unified |
---|
| 6009 | Overview, Advances in Polym. Sci. (1993), 106, 87-133. |
---|
| 6010 | |
---|
| 6011 | For 2D plot, the wave transfer is defined as . |
---|
| 6012 | |
---|
| 6013 | TEST DATASET |
---|
| 6014 | |
---|
| 6015 | This example dataset is produced, using 200 data points, qmin = 0.001 |
---|
| 6016 | -1, qmax = 0.2 -1 and the default values below. |
---|
| 6017 | |
---|
| 6018 | Parameter name |
---|
| 6019 | |
---|
| 6020 | Units |
---|
| 6021 | |
---|
| 6022 | Default value |
---|
| 6023 | |
---|
| 6024 | Scale |
---|
| 6025 | |
---|
| 6026 | None |
---|
| 6027 | |
---|
| 6028 | 1.0 |
---|
| 6029 | |
---|
| 6030 | rg |
---|
| 6031 | |
---|
| 6032 | |
---|
| 6033 | |
---|
| 6034 | 60.0 |
---|
| 6035 | |
---|
| 6036 | m(=Porod exponent) |
---|
| 6037 | |
---|
| 6038 | 3 |
---|
| 6039 | |
---|
| 6040 | background |
---|
| 6041 | |
---|
| 6042 | cm-1 |
---|
| 6043 | |
---|
| 6044 | 0.0 |
---|
| 6045 | |
---|
| 6046 | |
---|
| 6047 | |
---|
| 6048 | |
---|
| 6049 | |
---|
| 6050 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 6051 | |
---|
| 6052 | |
---|
| 6053 | |
---|
| 6054 | **3.22.** ** ** ** RPA10Model** |
---|
| 6055 | |
---|
| 6056 | Calculates the macroscopic scattering intensity (units of cm^-1) for a |
---|
| 6057 | multicomponent homogeneous mixture of polymers using the Random Phase |
---|
| 6058 | Approximation. This general formalism contains 10 specific cases: |
---|
| 6059 | |
---|
| 6060 | Case 0: C/D Binary mixture of homopolymers |
---|
| 6061 | |
---|
| 6062 | Case 1: C-D Diblock copolymer |
---|
| 6063 | |
---|
| 6064 | Case 2: B/C/D Ternary mixture of homopolymers |
---|
| 6065 | |
---|
| 6066 | Case 3: C/C-D Mixture of a homopolymer B and a diblock copolymer C-D |
---|
| 6067 | |
---|
| 6068 | Case 4: B-C-D Triblock copolymer |
---|
| 6069 | |
---|
| 6070 | Case 5: A/B/C/D Quaternary mixture of homopolymers |
---|
| 6071 | |
---|
| 6072 | Case 6: A/B/C-D Mixture of two homopolymers A/B and a diblock C-D |
---|
| 6073 | |
---|
| 6074 | Case 7: A/B-C-D Mixture of a homopolymer A and a triblock B-C-D |
---|
| 6075 | |
---|
| 6076 | Case 8: A-B/C-D Mixture of two diblock copolymers A-B and C-D |
---|
| 6077 | |
---|
| 6078 | Case 9: A-B-C-D Four-block copolymer |
---|
| 6079 | |
---|
| 6080 | Note: the case numbers are different from the IGOR/NIST SANS package. |
---|
| 6081 | |
---|
| 6082 | **** |
---|
| 6083 | |
---|
| 6084 | Only one case can be used at any one time. Plotting a different case |
---|
| 6085 | will overwrite the original parameter waves. |
---|
| 6086 | |
---|
| 6087 | The returned value is scaled to units of [cm-1]. |
---|
| 6088 | |
---|
| 6089 | Component D is assumed to be the "background" component (all contrasts |
---|
| 6090 | are calculated with respect to component D). |
---|
| 6091 | |
---|
| 6092 | Scattering contrast for a C/D blend= {SLD (component C) - SLD |
---|
| 6093 | (component D)}2 |
---|
| 6094 | |
---|
| 6095 | Depending on what case is used, the number of fitting parameters |
---|
| 6096 | varies. These represent the segment lengths (ba, bb, etc) and the Chi |
---|
| 6097 | parameters (Kab, Kac, etc). The last one of these is a scaling factor |
---|
| 6098 | to be held constant equal to unity. |
---|
| 6099 | |
---|
| 6100 | The input parameters are the degree of polymerization, the volume |
---|
| 6101 | fractions for each component the specific volumes and the neutron |
---|
| 6102 | scattering length densities. |
---|
| 6103 | |
---|
| 6104 | This RPA (mean field) formalism applies only when the multicomponent |
---|
| 6105 | polymer mixture is in the homogeneous mixed-phase region. |
---|
| 6106 | |
---|
| 6107 | REFERENCE |
---|
| 6108 | |
---|
| 6109 | A.Z. Akcasu, R. Klein and B. Hammouda, Macromolecules 26, 4136 (1993) |
---|
| 6110 | |
---|
| 6111 | |
---|
| 6112 | |
---|
| 6113 | Fitting parameters for Case0 Model |
---|
| 6114 | |
---|
| 6115 | Parameter name |
---|
| 6116 | |
---|
| 6117 | Units |
---|
| 6118 | |
---|
| 6119 | Default value |
---|
| 6120 | |
---|
| 6121 | background |
---|
| 6122 | |
---|
| 6123 | cm-1 |
---|
| 6124 | |
---|
| 6125 | 0.0 |
---|
| 6126 | |
---|
| 6127 | scale |
---|
| 6128 | |
---|
| 6129 | 1 |
---|
| 6130 | |
---|
| 6131 | bc(=Seg. Length bc) |
---|
| 6132 | |
---|
| 6133 | 5 |
---|
| 6134 | |
---|
| 6135 | bd(=Seg. Length bd) |
---|
| 6136 | |
---|
| 6137 | 5 |
---|
| 6138 | |
---|
| 6139 | Kcd(Chi Param. Kcd) |
---|
| 6140 | |
---|
| 6141 | -0.0004 |
---|
| 6142 | |
---|
| 6143 | **** |
---|
| 6144 | |
---|
| 6145 | **** |
---|
| 6146 | |
---|
| 6147 | Fixed parameters for Case0 Model |
---|
| 6148 | |
---|
| 6149 | Parameter name |
---|
| 6150 | |
---|
| 6151 | Units |
---|
| 6152 | |
---|
| 6153 | Default value |
---|
| 6154 | |
---|
| 6155 | Lc(= Scatter. Length_c) |
---|
| 6156 | |
---|
| 6157 | 1e-12 |
---|
| 6158 | |
---|
| 6159 | Ld(= Scatter. Length_d) |
---|
| 6160 | |
---|
| 6161 | 0 |
---|
| 6162 | |
---|
| 6163 | Nc(=Deg.Polym.c) |
---|
| 6164 | |
---|
| 6165 | 1000 |
---|
| 6166 | |
---|
| 6167 | Nd(=Deg.Polym.d) |
---|
| 6168 | |
---|
| 6169 | 1000 |
---|
| 6170 | |
---|
| 6171 | Phic(=Vol. fraction of c) |
---|
| 6172 | |
---|
| 6173 | 0.25 |
---|
| 6174 | |
---|
| 6175 | Phid(=Vol. fraction of d) |
---|
| 6176 | |
---|
| 6177 | 0.25 |
---|
| 6178 | |
---|
| 6179 | vc(=Spec. vol. of c) |
---|
| 6180 | |
---|
| 6181 | 100 |
---|
| 6182 | |
---|
| 6183 | vd(=Spec. vol. of d) |
---|
| 6184 | |
---|
| 6185 | 100 |
---|
| 6186 | |
---|
| 6187 | **** |
---|
| 6188 | |
---|
| 6189 | **** |
---|
| 6190 | |
---|
| 6191 | |
---|
| 6192 | |
---|
| 6193 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 6194 | |
---|
| 6195 | **** |
---|
| 6196 | |
---|
| 6197 | **3.23.** ** ** **TwoLorentzian(Model)** |
---|
| 6198 | |
---|
| 6199 | Calculate an empirical functional form for SANS data characterized by |
---|
| 6200 | a two Lorentzian functions. |
---|
| 6201 | |
---|
| 6202 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 6203 | |
---|
| 6204 | The scattering intensity I(q) is calculated by: |
---|
| 6205 | |
---|
| 6206 | |
---|
| 6207 | |
---|
| 6208 | |
---|
| 6209 | |
---|
| 6210 | A = Lorentzian scale #1 |
---|
| 6211 | |
---|
| 6212 | C = Lorentzian scale #2 |
---|
| 6213 | |
---|
| 6214 | where scale is the peak height centered at q0, and B refers to the |
---|
| 6215 | standard deviation of the function. |
---|
| 6216 | |
---|
| 6217 | The background term is added for data analysis. |
---|
| 6218 | |
---|
| 6219 | For 2D plot, the wave transfer is defined as . |
---|
| 6220 | |
---|
| 6221 | **Default input parameter values** |
---|
| 6222 | |
---|
| 6223 | Parameter name |
---|
| 6224 | |
---|
| 6225 | Units |
---|
| 6226 | |
---|
| 6227 | Default value |
---|
| 6228 | |
---|
| 6229 | scale_1(=A) |
---|
| 6230 | |
---|
| 6231 | 10 |
---|
| 6232 | |
---|
| 6233 | scale_2(=C) |
---|
| 6234 | |
---|
| 6235 | 1 |
---|
| 6236 | |
---|
| 6237 | 1ength_1 (=Correlation length1) |
---|
| 6238 | |
---|
| 6239 | |
---|
| 6240 | |
---|
| 6241 | 100 |
---|
| 6242 | |
---|
| 6243 | 1ength_2(=Correlation length2) |
---|
| 6244 | |
---|
| 6245 | |
---|
| 6246 | |
---|
| 6247 | 10 |
---|
| 6248 | |
---|
| 6249 | exponent_1(=n) |
---|
| 6250 | |
---|
| 6251 | 3 |
---|
| 6252 | |
---|
| 6253 | exponent_2(=m) |
---|
| 6254 | |
---|
| 6255 | 2 |
---|
| 6256 | |
---|
| 6257 | Background(=B) |
---|
| 6258 | |
---|
| 6259 | cm-1 |
---|
| 6260 | |
---|
| 6261 | 0.1 |
---|
| 6262 | |
---|
| 6263 | |
---|
| 6264 | |
---|
| 6265 | |
---|
| 6266 | |
---|
| 6267 | |
---|
| 6268 | |
---|
| 6269 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 6270 | |
---|
| 6271 | |
---|
| 6272 | |
---|
| 6273 | **REFERENCE: None** |
---|
| 6274 | |
---|
| 6275 | **3.24.** ** ** **TwoPowerLaw(Model)** |
---|
| 6276 | |
---|
| 6277 | Calculate an empirical functional form for SANS data characterized by |
---|
| 6278 | two power laws. |
---|
| 6279 | |
---|
| 6280 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 6281 | |
---|
| 6282 | |
---|
| 6283 | |
---|
| 6284 | The scattering intensity I(q) is calculated by: |
---|
| 6285 | |
---|
| 6286 | |
---|
| 6287 | |
---|
| 6288 | |
---|
| 6289 | |
---|
| 6290 | qc is the location of the crossover from one slope to the other. The |
---|
| 6291 | scaling A, sets the overall intensity of the lower Q power law region. |
---|
| 6292 | The scaling of the second power law region is scaled to match the |
---|
| 6293 | first. Be sure to enter the power law exponents as positive values. |
---|
| 6294 | |
---|
| 6295 | For 2D plot, the wave transfer is defined as . |
---|
| 6296 | |
---|
| 6297 | **Default input parameter values** |
---|
| 6298 | |
---|
| 6299 | Parameter name |
---|
| 6300 | |
---|
| 6301 | Units |
---|
| 6302 | |
---|
| 6303 | Default value |
---|
| 6304 | |
---|
| 6305 | coef_A |
---|
| 6306 | |
---|
| 6307 | 1.0 |
---|
| 6308 | |
---|
| 6309 | qc |
---|
| 6310 | |
---|
| 6311 | -1 |
---|
| 6312 | |
---|
| 6313 | 0.04 |
---|
| 6314 | |
---|
| 6315 | power_1(=m1) |
---|
| 6316 | |
---|
| 6317 | 4 |
---|
| 6318 | |
---|
| 6319 | power_2(=m2) |
---|
| 6320 | |
---|
| 6321 | 4 |
---|
| 6322 | |
---|
| 6323 | background |
---|
| 6324 | |
---|
| 6325 | cm-1 |
---|
| 6326 | |
---|
| 6327 | 0.0 |
---|
| 6328 | |
---|
| 6329 | |
---|
| 6330 | |
---|
| 6331 | |
---|
| 6332 | |
---|
| 6333 | |
---|
| 6334 | |
---|
| 6335 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 6336 | |
---|
| 6337 | |
---|
| 6338 | |
---|
| 6339 | **3.25.** ** ** **UnifiedPower(Law and)Rg(Model)** |
---|
| 6340 | |
---|
| 6341 | The returned value is scaled to units of [cm-1sr-1], absolute scale. |
---|
| 6342 | |
---|
| 6343 | Note that the level 0 is an extra function that is the inverse |
---|
| 6344 | function; I (q) = scale/q + background. |
---|
| 6345 | |
---|
| 6346 | Otherwise, program incorporates the empirical multiple level unified |
---|
| 6347 | Exponential/Power-law fit method developed by G. Beaucage. Four |
---|
| 6348 | functions are included so that One, Two, Three, or Four levels can be |
---|
| 6349 | used. |
---|
| 6350 | |
---|
| 6351 | The empirical expressions are able to reasonably approximate the |
---|
| 6352 | scattering from many different types of particles, including fractal |
---|
| 6353 | clusters, random coils (Debye equation), ellipsoidal particles, etc. |
---|
| 6354 | The empirical fit function is |
---|
| 6355 | |
---|
| 6356 | |
---|
| 6357 | |
---|
| 6358 | |
---|
| 6359 | |
---|
| 6360 | For each level, the four parameters Gi, Rg,i, Bi and Pi must be |
---|
| 6361 | chosen. |
---|
| 6362 | |
---|
| 6363 | For example, to approximate the scattering from random coils (Debye |
---|
| 6364 | equation), set Rg,i as the Guinier radius, Pi = 2, and Bi = 2 Gi / |
---|
| 6365 | Rg,i |
---|
| 6366 | |
---|
| 6367 | See the listed references for further information on choosing the |
---|
| 6368 | parameters. |
---|
| 6369 | |
---|
| 6370 | |
---|
| 6371 | |
---|
| 6372 | For 2D plot, the wave transfer is defined as . |
---|
| 6373 | |
---|
| 6374 | **Default input parameter values** |
---|
| 6375 | |
---|
| 6376 | Parameter name |
---|
| 6377 | |
---|
| 6378 | Units |
---|
| 6379 | |
---|
| 6380 | Default value |
---|
| 6381 | |
---|
| 6382 | scale |
---|
| 6383 | |
---|
| 6384 | 1.0 |
---|
| 6385 | |
---|
| 6386 | Rg2 |
---|
| 6387 | |
---|
| 6388 | |
---|
| 6389 | |
---|
| 6390 | 21 |
---|
| 6391 | |
---|
| 6392 | power2 |
---|
| 6393 | |
---|
| 6394 | 2 |
---|
| 6395 | |
---|
| 6396 | G2 |
---|
| 6397 | |
---|
| 6398 | cm-1sr-1 |
---|
| 6399 | |
---|
| 6400 | 3 |
---|
| 6401 | |
---|
| 6402 | B2 |
---|
| 6403 | |
---|
| 6404 | cm-1sr-1 |
---|
| 6405 | |
---|
| 6406 | 0.0006 |
---|
| 6407 | |
---|
| 6408 | Rg1 |
---|
| 6409 | |
---|
| 6410 | |
---|
| 6411 | |
---|
| 6412 | 15.8 |
---|
| 6413 | |
---|
| 6414 | power1 |
---|
| 6415 | |
---|
| 6416 | 4 |
---|
| 6417 | |
---|
| 6418 | G1 |
---|
| 6419 | |
---|
| 6420 | cm-1sr-1 |
---|
| 6421 | |
---|
| 6422 | 400 |
---|
| 6423 | |
---|
| 6424 | B1 |
---|
| 6425 | |
---|
| 6426 | cm-1sr-1 |
---|
| 6427 | |
---|
| 6428 | 4.5e-006 |
---|
| 6429 | |
---|
| 6430 | background |
---|
| 6431 | |
---|
| 6432 | cm-1 |
---|
| 6433 | |
---|
| 6434 | 0.0 |
---|
| 6435 | |
---|
| 6436 | |
---|
| 6437 | |
---|
| 6438 | |
---|
| 6439 | |
---|
| 6440 | |
---|
| 6441 | |
---|
| 6442 | **Figure. 1D plot using the default values (w/500 data points).** |
---|
| 6443 | |
---|
| 6444 | |
---|
| 6445 | |
---|
| 6446 | REFERENCES |
---|
| 6447 | |
---|
| 6448 | G. Beaucage (1995). J. Appl. Cryst., vol. 28, p717-728. |
---|
| 6449 | |
---|
| 6450 | G. Beaucage (1996). J. Appl. Cryst., vol. 29, p134-146. |
---|
| 6451 | |
---|
| 6452 | **3.26.** ** ** ** LineModel** |
---|
| 6453 | |
---|
| 6454 | This is a linear function that calculates: |
---|
| 6455 | |
---|
| 6456 | |
---|
| 6457 | |
---|
| 6458 | |
---|
| 6459 | |
---|
| 6460 | where A and B are the coefficients of the first and second order |
---|
| 6461 | terms. |
---|
| 6462 | |
---|
| 6463 | **Note:** For 2D plot, I(q) = I(qx)*I(qy) which is defined differently |
---|
| 6464 | from other shape independent models. |
---|
| 6465 | |
---|
| 6466 | Parameter name |
---|
| 6467 | |
---|
| 6468 | Units |
---|
| 6469 | |
---|
| 6470 | Default value |
---|
| 6471 | |
---|
| 6472 | A |
---|
| 6473 | |
---|
| 6474 | cm-1 |
---|
| 6475 | |
---|
| 6476 | 1.0 |
---|
| 6477 | |
---|
| 6478 | B |
---|
| 6479 | |
---|
| 6480 | |
---|
| 6481 | |
---|
| 6482 | 1.0 |
---|
| 6483 | |
---|
| 6484 | |
---|
| 6485 | |
---|
| 6486 | **3.27.** ** ** **ReflectivityModel** |
---|
| 6487 | |
---|
| 6488 | This model calculates the reflectivity and uses the Parrett algorithm. |
---|
| 6489 | Up to nine film layers are supported between Bottom(substrate) and |
---|
| 6490 | Medium(Superstrate where the neutron enters the first top film). Each |
---|
| 6491 | layers are composed of [ of the interface(from the previous layer or |
---|
| 6492 | substrate) + flat portion + of the interface(to the next layer or |
---|
| 6493 | medium)]. Only two simple interfacial functions are selectable, error |
---|
| 6494 | function and linear function. The each interfacial thickness is |
---|
| 6495 | equivalent to (- 2.5 sigma to +2.5 sigma for the error function, |
---|
| 6496 | sigma=roughness). |
---|
| 6497 | |
---|
| 6498 | Note: This model was contributed by an interested user. |
---|
| 6499 | |
---|
| 6500 | |
---|
| 6501 | |
---|
| 6502 | **Figure. Comparison (using the SLD profile below) with NISTweb |
---|
| 6503 | calculation (circles): |
---|
| 6504 | http://www.ncnr.nist.gov/resources/reflcalc.html.** |
---|
| 6505 | |
---|
| 6506 | |
---|
| 6507 | |
---|
| 6508 | **Figure. SLD profile used for the calculation(above).** |
---|
| 6509 | |
---|
| 6510 | **3.28.** ** ** **ReflectivityIIModel** |
---|
| 6511 | |
---|
| 6512 | Same as the ReflectivityModel except that the it is more customizable. |
---|
| 6513 | More interfacial functions are supplied. The number of points |
---|
| 6514 | (npts_inter) for each interface can be choosen. The constant (A below |
---|
| 6515 | but 'nu' as a parameter name of the model) for exp, erf, or power-law |
---|
| 6516 | is an input. The SLD at the interface between layers, *rinter_i*, is |
---|
| 6517 | calculated with a function chosen by a user, where the functions are: |
---|
| 6518 | |
---|
| 6519 | 1) Erf; |
---|
| 6520 | |
---|
| 6521 | |
---|
| 6522 | |
---|
| 6523 | 2) Power-Law; |
---|
| 6524 | |
---|
| 6525 | |
---|
| 6526 | |
---|
| 6527 | |
---|
| 6528 | |
---|
| 6529 | |
---|
| 6530 | |
---|
| 6531 | 3) Exp; |
---|
| 6532 | |
---|
| 6533 | |
---|
| 6534 | |
---|
| 6535 | |
---|
| 6536 | |
---|
| 6537 | Note: This model was implemented by an interested user. |
---|
| 6538 | |
---|
| 6539 | **3.29.** ** ** **GelFitModel** |
---|
| 6540 | |
---|
| 6541 | Unlike a concentrated polymer solution, the fine-scale polymer |
---|
| 6542 | distribution in a gel involves at least two characteristic length |
---|
| 6543 | scales, a shorter correlation length (a1) to describe the rapid |
---|
| 6544 | fluctuations in the position of the polymer chains that ensure |
---|
| 6545 | thermodynamic equilibrium, and a longer distance (denoted here as a2) |
---|
| 6546 | needed to account for the static accumulations of polymer pinned down |
---|
| 6547 | by junction points or clusters of such points. The letter is derived |
---|
| 6548 | from a simple Guinier function. |
---|
| 6549 | |
---|
| 6550 | The scattered intensity I(Q) is then calculated as: |
---|
| 6551 | |
---|
| 6552 | |
---|
| 6553 | |
---|
| 6554 | Where: |
---|
| 6555 | |
---|
| 6556 | |
---|
| 6557 | |
---|
| 6558 | |
---|
| 6559 | |
---|
| 6560 | |
---|
| 6561 | |
---|
| 6562 | Note the first term reduces to the Ornstein-Zernicke equation when |
---|
| 6563 | D=2; ie, when the Flory exponent is 0.5 (theta conditions). In gels |
---|
| 6564 | with significant hydrogen bonding D has been reported to be ~2.6 to |
---|
| 6565 | 2.8. |
---|
| 6566 | |
---|
| 6567 | Note: This model was implemented by an interested user. |
---|
| 6568 | |
---|
| 6569 | **Default input parameter values** |
---|
| 6570 | |
---|
| 6571 | Parameter name |
---|
| 6572 | |
---|
| 6573 | Units |
---|
| 6574 | |
---|
| 6575 | Default value |
---|
| 6576 | |
---|
| 6577 | Background |
---|
| 6578 | |
---|
| 6579 | cm-1 |
---|
| 6580 | |
---|
| 6581 | 0.01 |
---|
| 6582 | |
---|
| 6583 | Guinier scale |
---|
| 6584 | |
---|
| 6585 | cm-1 |
---|
| 6586 | |
---|
| 6587 | 1.7 |
---|
| 6588 | |
---|
| 6589 | Lorentzian scale |
---|
| 6590 | |
---|
| 6591 | cm-1 |
---|
| 6592 | |
---|
| 6593 | 3.5 |
---|
| 6594 | |
---|
| 6595 | Radius of gyration |
---|
| 6596 | |
---|
| 6597 | |
---|
| 6598 | |
---|
| 6599 | 104 |
---|
| 6600 | |
---|
| 6601 | Fractal exponent |
---|
| 6602 | |
---|
| 6603 | 2 |
---|
| 6604 | |
---|
| 6605 | Correlation length |
---|
| 6606 | |
---|
| 6607 | |
---|
| 6608 | |
---|
| 6609 | 16 |
---|
| 6610 | |
---|
| 6611 | |
---|
| 6612 | |
---|
| 6613 | |
---|
| 6614 | |
---|
| 6615 | |
---|
| 6616 | |
---|
| 6617 | **Figure. 1D plot using the default values (w/300 data points, |
---|
| 6618 | qmin=0.001, and qmax=0.3).** |
---|
| 6619 | |
---|
| 6620 | |
---|
| 6621 | |
---|
| 6622 | REFERENCES |
---|
| 6623 | |
---|
| 6624 | Mitsuhiro Shibayama, Toyoichi Tanaka, Charles C. Han, J. Chem. Phys. |
---|
| 6625 | 1992, 97 (9), 6829-6841. |
---|
| 6626 | |
---|
| 6627 | Simon Mallam, Ferenc Horkay, Anne-Marie Hecht, Adrian R. Rennie, Erik |
---|
| 6628 | Geissler, Macromolecules 1991, 24, 543-548. |
---|
| 6629 | |
---|
| 6630 | |
---|
| 6631 | |
---|
| 6632 | **3.30.** ** ** ** Star Polymer with Gaussian Statistics ** |
---|
| 6633 | |
---|
| 6634 | For a star with *f* arms: |
---|
| 6635 | |
---|
| 6636 | |
---|
| 6637 | |
---|
| 6638 | |
---|
| 6639 | |
---|
| 6640 | |
---|
| 6641 | |
---|
| 6642 | where is the ensemble average radius of gyration squared of an arm. |
---|
| 6643 | |
---|
| 6644 | |
---|
| 6645 | |
---|
| 6646 | References: |
---|
| 6647 | |
---|
| 6648 | H. Benoit, J. Polymer Science., 11, 596-599 (1953) |
---|
| 6649 | |
---|
| 6650 | |
---|
| 6651 | |
---|
| 6652 | |
---|
| 6653 | |
---|
| 6654 | **4.** ** ** **Customized Models ** |
---|
| 6655 | |
---|
| 6656 | **** |
---|
| 6657 | |
---|
| 6658 | Customized model functions can be redefined or added by users (See |
---|
| 6659 | SansView tutorial for details). |
---|
| 6660 | |
---|
| 6661 | **4.1.** **** **testmodel** |
---|
| 6662 | |
---|
| 6663 | **** |
---|
| 6664 | |
---|
| 6665 | This function, as an example of a user defined function, calculates |
---|
| 6666 | the intensity = A + Bcos(2q) + Csin(2q). |
---|
| 6667 | |
---|
| 6668 | **4.2.** **** **testmodel_2 ** |
---|
| 6669 | |
---|
| 6670 | This function, as an example of a user defined function, calculates |
---|
| 6671 | the intensity = scale * sin(f)/f, where f = A + Bq + Cq2 + Dq3 + Eq4 + |
---|
| 6672 | Fq5. |
---|
| 6673 | |
---|
| 6674 | **4.3.** ** ** **sum_p1_p2 ** |
---|
| 6675 | |
---|
| 6676 | This function, as an example of a user defined function, calculates |
---|
| 6677 | the intensity = scale_factor * (CylinderModel + PolymerExclVolume |
---|
| 6678 | model). To make your own sum(P1+P2) model, select 'Easy Custom Sum' |
---|
| 6679 | from the Fitting menu, or modify and compile the file named |
---|
| 6680 | 'sum_p1_p2.py' from 'Edit Custom Model' in the 'Fitting' menu. It |
---|
| 6681 | works only for single functional models. |
---|
| 6682 | |
---|
| 6683 | **4.4.** **** **sum_Ap1_1_Ap2 ** |
---|
| 6684 | |
---|
| 6685 | This function, as an example of a user defined function, calculates |
---|
| 6686 | the intensity = (scale_factor * CylinderModel + (1-scale_factor) * |
---|
| 6687 | PolymerExclVolume model). To make your own A*p1+(1-A)*p2 model, modify |
---|
| 6688 | and compile the file named 'sum_Ap1_1_Ap2.py' from 'Edit Custom Model' |
---|
| 6689 | in the 'Fitting' menu. It works only for single functional models. |
---|
| 6690 | |
---|
| 6691 | **4.5.** ** ** **polynomial5 ** |
---|
| 6692 | |
---|
| 6693 | This function, as an example of a user defined function, calculates |
---|
| 6694 | the intensity = A + Bq + Cq2 + Dq3 + Eq4 + Fq5. This model can be |
---|
| 6695 | modified and compiled from 'Edit Custom Model' in the 'Fitting' menu. |
---|
| 6696 | |
---|
| 6697 | **4.6.** **** **sph_bessel_jn ** |
---|
| 6698 | |
---|
| 6699 | This function, as an example of a user defined function, calculates |
---|
| 6700 | the intensity = C*sph_jn(Ax+B)+D where the sph_jn is spherical Bessel |
---|
| 6701 | function of the order n. This model can be modified and compiled from |
---|
| 6702 | 'Edit Custom Model' in the 'Fitting' menu. |
---|
| 6703 | |
---|
| 6704 | **5.** ** ** **Structure Factors** |
---|
| 6705 | |
---|
| 6706 | |
---|
| 6707 | |
---|
| 6708 | The information in this section is originated from NIST SANS IgorPro |
---|
| 6709 | package. |
---|
| 6710 | |
---|
| 6711 | **5.1.** ** ** **HardSphere Structure ** |
---|
| 6712 | |
---|
| 6713 | This calculates the interparticle structure factor for monodisperse |
---|
| 6714 | spherical particles interacting through hard sphere (excluded volume) |
---|
| 6715 | interactions. The calculation uses the Percus-Yevick closure where the |
---|
| 6716 | interparticle potential is: |
---|
| 6717 | |
---|
| 6718 | |
---|
| 6719 | |
---|
| 6720 | |
---|
| 6721 | |
---|
| 6722 | where r is the distance from the center of the sphere of a radius R. |
---|
| 6723 | |
---|
| 6724 | For 2D plot, the wave transfer is defined as . |
---|
| 6725 | |
---|
| 6726 | Parameter name |
---|
| 6727 | |
---|
| 6728 | Units |
---|
| 6729 | |
---|
| 6730 | Default value |
---|
| 6731 | |
---|
| 6732 | effect_radius |
---|
| 6733 | |
---|
| 6734 | |
---|
| 6735 | |
---|
| 6736 | 50.0 |
---|
| 6737 | |
---|
| 6738 | volfraction |
---|
| 6739 | |
---|
| 6740 | 0.2 |
---|
| 6741 | |
---|
| 6742 | |
---|
| 6743 | |
---|
| 6744 | **Figure. 1D plot using the default values (in linear scale).** |
---|
| 6745 | |
---|
| 6746 | References: |
---|
| 6747 | |
---|
| 6748 | Percus, J. K.; Yevick, J. Phys. Rev. 110, 1. (1958). |
---|
| 6749 | |
---|
| 6750 | **5.2.** ** ** **SquareWell Structure ** |
---|
| 6751 | |
---|
| 6752 | This calculates the interparticle structure factor for a squar well |
---|
| 6753 | fluid spherical particles The mean spherical approximation (MSA) |
---|
| 6754 | closure was used for this calculation, and is not the most appropriate |
---|
| 6755 | closure for an attractive interparticle potential. This solution has |
---|
| 6756 | been compared to Monte Carlo simulations for a square well fluid, |
---|
| 6757 | showing this calculation to be limited in applicability to well depths |
---|
| 6758 | e < 1.5 kT and volume fractions f < 0.08. |
---|
| 6759 | |
---|
| 6760 | Positive well depths correspond to an attractive potential well. |
---|
| 6761 | Negative well depths correspond to a potential "shoulder", which may |
---|
| 6762 | or may not be physically reasonable. |
---|
| 6763 | |
---|
| 6764 | The well width (l) is defined as multiples of the particle diameter |
---|
| 6765 | (2*R) |
---|
| 6766 | |
---|
| 6767 | The interaction potential is: |
---|
| 6768 | |
---|
| 6769 | |
---|
| 6770 | |
---|
| 6771 | |
---|
| 6772 | |
---|
| 6773 | where r is the distance from the center of the sphere of a radius R. |
---|
| 6774 | |
---|
| 6775 | For 2D plot, the wave transfer is defined as . |
---|
| 6776 | |
---|
| 6777 | Parameter name |
---|
| 6778 | |
---|
| 6779 | Units |
---|
| 6780 | |
---|
| 6781 | Default value |
---|
| 6782 | |
---|
| 6783 | effect_radius |
---|
| 6784 | |
---|
| 6785 | |
---|
| 6786 | |
---|
| 6787 | 50.0 |
---|
| 6788 | |
---|
| 6789 | volfraction |
---|
| 6790 | |
---|
| 6791 | 0.04 |
---|
| 6792 | |
---|
| 6793 | welldepth |
---|
| 6794 | |
---|
| 6795 | kT |
---|
| 6796 | |
---|
| 6797 | 1.5 |
---|
| 6798 | |
---|
| 6799 | wellwidth |
---|
| 6800 | |
---|
| 6801 | diameters |
---|
| 6802 | |
---|
| 6803 | 1.2 |
---|
| 6804 | |
---|
| 6805 | |
---|
| 6806 | |
---|
| 6807 | **Figure. 1D plot using the default values (in linear scale).** |
---|
| 6808 | |
---|
| 6809 | References: |
---|
| 6810 | |
---|
| 6811 | Sharma, R. V.; Sharma, K. C. Physica, 89A, 213. (1977). |
---|
| 6812 | |
---|
| 6813 | |
---|
| 6814 | |
---|
| 6815 | **5.3.** ** ** **HayterMSA Structure ** |
---|
| 6816 | |
---|
| 6817 | This calculates the Structure factor (the Fourier transform of the |
---|
| 6818 | pair correlation function g(r)) for a system of charged, spheroidal |
---|
| 6819 | objects in a dielectric medium. When combined with an appropriate form |
---|
| 6820 | factor (such as sphere, core+shell, ellipsoid etc), this allows for |
---|
| 6821 | inclusion of the interparticle interference effects due to screened |
---|
| 6822 | coulomb repulsion between charged particles. This routine only works |
---|
| 6823 | for charged particles. If the charge is set to zero the routine will |
---|
| 6824 | self destruct. For non-charged particles use a hard sphere potential. |
---|
| 6825 | |
---|
| 6826 | The salt concentration is used to compute the ionic strength of the |
---|
| 6827 | solution which in turn is used to compute the Debye screening length. |
---|
| 6828 | At present there is no provision for entering the ionic strength |
---|
| 6829 | directly nor for use of any multivalent salts. The counterions are |
---|
| 6830 | also assumed to be monovalent. |
---|
| 6831 | |
---|
| 6832 | For 2D plot, the wave transfer is defined as . |
---|
| 6833 | |
---|
| 6834 | Parameter name |
---|
| 6835 | |
---|
| 6836 | Units |
---|
| 6837 | |
---|
| 6838 | Default value |
---|
| 6839 | |
---|
| 6840 | effect_radius |
---|
| 6841 | |
---|
| 6842 | |
---|
| 6843 | |
---|
| 6844 | 20.8 |
---|
| 6845 | |
---|
| 6846 | charge |
---|
| 6847 | |
---|
| 6848 | 19 |
---|
| 6849 | |
---|
| 6850 | volfraction |
---|
| 6851 | |
---|
| 6852 | 0.2 |
---|
| 6853 | |
---|
| 6854 | temperature |
---|
| 6855 | |
---|
| 6856 | K |
---|
| 6857 | |
---|
| 6858 | 318 |
---|
| 6859 | |
---|
| 6860 | salt conc |
---|
| 6861 | |
---|
| 6862 | M |
---|
| 6863 | |
---|
| 6864 | 0 |
---|
| 6865 | |
---|
| 6866 | dielectconst |
---|
| 6867 | |
---|
| 6868 | 71.1 |
---|
| 6869 | |
---|
| 6870 | |
---|
| 6871 | |
---|
| 6872 | **Figure. 1D plot using the default values (in linear scale).** |
---|
| 6873 | |
---|
| 6874 | References: |
---|
| 6875 | |
---|
| 6876 | JP Hansen and JB Hayter, Molecular Physics 46, 651-656 (1982). |
---|
| 6877 | |
---|
| 6878 | JB Hayter and J Penfold, Molecular Physics 42, 109-118 (1981). |
---|
| 6879 | |
---|
| 6880 | **5.4.** ** ** **StickyHS Structure ** |
---|
| 6881 | |
---|
| 6882 | This calculates the interparticle structure factor for a hard sphere |
---|
| 6883 | fluid with a narrow attractive well. A perturbative solution of the |
---|
| 6884 | Percus-Yevick closure is used. The strength of the attractive well is |
---|
| 6885 | described in terms of "stickiness" as defined below. The returned |
---|
| 6886 | value is a dimensionless structure factor, S(q). |
---|
| 6887 | |
---|
| 6888 | The perturb (perturbation parameter), epsilon, should be held between |
---|
| 6889 | 0.01 and 0.1. It is best to hold the perturbation parameter fixed and |
---|
| 6890 | let the "stickiness" vary to adjust the interaction strength. The |
---|
| 6891 | stickiness, tau, is defined in the equation below and is a function of |
---|
| 6892 | both the perturbation parameter and the interaction strength. Tau and |
---|
| 6893 | epsilon are defined in terms of the hard sphere diameter (sigma = 2R), |
---|
| 6894 | the width of the square well, delta (same units as R), and the depth |
---|
| 6895 | of the well, uo, in units of kT. From the definition, it is clear that |
---|
| 6896 | smaller tau mean stronger attraction. |
---|
| 6897 | |
---|
| 6898 | |
---|
| 6899 | |
---|
| 6900 | |
---|
| 6901 | |
---|
| 6902 | |
---|
| 6903 | |
---|
| 6904 | where the interaction potential is |
---|
| 6905 | |
---|
| 6906 | |
---|
| 6907 | |
---|
| 6908 | |
---|
| 6909 | |
---|
| 6910 | The Percus-Yevick (PY) closure was used for this calculation, and is |
---|
| 6911 | an adequate closure for an attractive interparticle potential. This |
---|
| 6912 | solution has been compared to Monte Carlo simulations for a square |
---|
| 6913 | well fluid, with good agreement. |
---|
| 6914 | |
---|
| 6915 | The true particle volume fraction, f, is not equal to h, which appears |
---|
| 6916 | in most of the reference. The two are related in equation (24) of the |
---|
| 6917 | reference. The reference also describes the relationship between this |
---|
| 6918 | perturbation solution and the original sticky hard sphere (or adhesive |
---|
| 6919 | sphere) model by Baxter. |
---|
| 6920 | |
---|
| 6921 | NOTES: The calculation can go haywire for certain combinations of the |
---|
| 6922 | input parameters, producing unphysical solutions - in this case errors |
---|
| 6923 | are reported to the command window and the S(q) is set to -1 (it will |
---|
| 6924 | disappear on a log-log plot). Use tight bounds to keep the parameters |
---|
| 6925 | to values that you know are physical (test them) and keep nudging them |
---|
| 6926 | until the optimization does not hit the constraints. |
---|
| 6927 | |
---|
| 6928 | For 2D plot, the wave transfer is defined as . |
---|
| 6929 | |
---|
| 6930 | Parameter name |
---|
| 6931 | |
---|
| 6932 | Units |
---|
| 6933 | |
---|
| 6934 | Default value |
---|
| 6935 | |
---|
| 6936 | effect_radius |
---|
| 6937 | |
---|
| 6938 | |
---|
| 6939 | |
---|
| 6940 | 50 |
---|
| 6941 | |
---|
| 6942 | perturb |
---|
| 6943 | |
---|
| 6944 | 0.05 |
---|
| 6945 | |
---|
| 6946 | volfraction |
---|
| 6947 | |
---|
| 6948 | 0.1 |
---|
| 6949 | |
---|
| 6950 | stickiness |
---|
| 6951 | |
---|
| 6952 | K |
---|
| 6953 | |
---|
| 6954 | 0.2 |
---|
| 6955 | |
---|
| 6956 | |
---|
| 6957 | |
---|
| 6958 | **Figure. 1D plot using the default values (in linear scale).** |
---|
| 6959 | |
---|
| 6960 | References: |
---|
| 6961 | |
---|
| 6962 | Menon, S. V. G., Manohar, C. and K. Srinivas Rao J. Chem. Phys., |
---|
| 6963 | 95(12), 9186-9190 (1991). |
---|
| 6964 | |
---|
| 6965 | **References** |
---|
| 6966 | |
---|
| 6967 | Feigin, L. A, and D. I. Svergun (1987) "Structure Analysis by Small- |
---|
| 6968 | Angle X-Ray and Neutron Scattering", Plenum Press, New York. |
---|
| 6969 | |
---|
| 6970 | Guinier, A. and G. Fournet (1955) "Small-Angle Scattering of X-Rays", |
---|
| 6971 | John Wiley and Sons, New York. |
---|
| 6972 | |
---|
| 6973 | Kline, S. R. (2006) *J Appl. Cryst.* **39**(6), 895. |
---|
| 6974 | |
---|
| 6975 | Hansen, S., (1990) * J. Appl. Cryst. *23, 344-346. |
---|
| 6976 | |
---|
| 6977 | Henderson, S.J. (1996) *Biophys. J. *70, 1618-1627 |
---|
| 6978 | |
---|
| 6979 | Stckel, P., May, R., Strell, I., Cejka, Z., Hoppe, W., Heumann, H., |
---|
| 6980 | Zillig, W. and Crespi, H. (1980) *Eur. J. Biochem. *112, 411-417. |
---|
| 6981 | |
---|
| 6982 | McAlister, B.C. and Grady, B.P., (1998) J. Appl. Cryst. 31, 594-599. |
---|
| 6983 | |
---|
| 6984 | Porod, G. (1982) in Small Angle X-ray Scattering, editors Glatter, O. |
---|
| 6985 | and Kratky, O., Academic Press. |
---|
| 6986 | |
---|
| 6987 | *Also, see the references at the end of the each model function |
---|
| 6988 | descriptions. |
---|
| 6989 | |
---|
| 6990 | |
---|
| 6991 | .. _Polarization/Magnetic Scattering: polar_mag_help.html |
---|
| 6992 | |
---|
| 6993 | |
---|