Changeset a2ca6e5 in sasmodels
- Timestamp:
- Feb 15, 2018 7:01:45 AM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 547c6f0
- Parents:
- 13bd583
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/models/polymer_excl_volume.py
r2d81cfe ra2ca6e5 17 17 $a$ is the statistical segment length of the polymer chain, 18 18 and $n$ is the degree of polymerization. 19 19 20 This integral was later put into an almost analytical form as follows 20 21 (Hammouda, 1993) 22 23 .. math:: 24 25 P(Q)=\frac{1}{\nu U^{1/2\nu}}\gamma\left(\frac{1}{2\nu},U\right) - 26 \frac{1}{U^{1/2\nu}}\gamma\left(\frac{1}{\nu},U\right) 27 28 later recast as (for example, Hore, 2013; Hammouda & Kim, 2017) 21 29 22 30 .. math:: … … 37 45 U=\frac{Q^2a^2n^{2\nu}}{6} = \frac{Q^2R_{g}^2(2\nu+1)(2\nu+2)}{6} 38 46 47 The two analytic forms are equivalent. In the 1993 paper 48 49 .. math:: 50 51 \frac{1}{\nu U^{1/2\nu}} 52 53 has been factored out. 54 55 **SasView implements the 1993 expression**. 56 39 57 The square of the radius-of-gyration is defined as 40 58 … … 43 61 R_{g}^2 = \frac{a^2n^{2\nu}}{(2\nu+1)(2\nu+2)} 44 62 45 Note that this model applies only in the mass fractal range (ie, $5/3<=m<=3$ ) 46 and **does not apply** to surface fractals ( $3<m<=4$ ). 47 It also does not reproduce the rigid rod limit (m=1) because it assumes chain 48 flexibility from the outset. It may cover a portion of the semi-flexible chain 49 range ( $1<m<5/3$ ). 63 .. note:: 64 This model applies only in the mass fractal range (ie, $5/3<=m<=3$ ) 65 and **does not apply** to surface fractals ( $3<m<=4$ ). 66 It also does not reproduce the rigid rod limit (m=1) because it assumes chain 67 flexibility from the outset. It may cover a portion of the semi-flexible chain 68 range ( $1<m<5/3$ ). 50 69 51 70 A low-Q expansion yields the Guinier form and a high-Q expansion yields the … … 89 108 90 109 B Hammouda, *SANS from Homogeneous Polymer Mixtures - A Unified Overview, 91 Advances in Polym. Sci.* 106(1993) 87-133 110 Advances in Polym. Sci.* 106 (1993) 87-133 111 112 M Hore et al, *Co-Nonsolvency of Poly(n-isopropylacrylamide) in Deuterated 113 Water/Ethanol Mixtures* 46 (2013) 7894-7901 114 115 B Hammouda & M-H Kim, *The empirical core-chain model* 247 (2017) 434-440 92 116 """ 93 117
Note: See TracChangeset
for help on using the changeset viewer.