Changes in / [2a12d8d8:95f62aa] in sasmodels
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/guide/magnetism/magnetism.rst
rdf87acf rbefe905 89 89 90 90 =========== ================================================================ 91 sld_M0$D_M M_0$92 sld_mtheta$\theta_M$93 sld_mphi$\phi_M$94 up _frac_i $u_i$ = (spin up)/(spin up + spin down) *before* the sample95 up _frac_f $u_f$ = (spin up)/(spin up + spin down) *after* the sample96 up _angle $\theta_\mathrm{up}$91 M0:sld $D_M M_0$ 92 mtheta:sld $\theta_M$ 93 mphi:sld $\phi_M$ 94 up:angle $\theta_\mathrm{up}$ 95 up:frac_i $u_i$ = (spin up)/(spin up + spin down) *before* the sample 96 up:frac_f $u_f$ = (spin up)/(spin up + spin down) *after* the sample 97 97 =========== ================================================================ 98 98 99 99 .. note:: 100 The values of the 'up _frac_i' and 'up_frac_f' must be in the range 0 to 1.100 The values of the 'up:frac_i' and 'up:frac_f' must be in the range 0 to 1. 101 101 102 102 *Document History* -
sasmodels/models/spinodal.py
r93fe8a1 r475ff58 12 12 where $x=q/q_0$, $q_0$ is the peak position, $I_{max}$ is the intensity 13 13 at $q_0$ (parameterised as the $scale$ parameter), and $B$ is a flat 14 background. The spinodal wavelength, $\Lambda$, is given by $2\pi/q_0$. 15 16 The definition of $I_{max}$ in the literature varies. Hashimoto *et al* (1991) 17 define it as 18 19 .. math:: 20 I_{max} = \Lambda^3\Delta\rho^2 21 22 whereas Meier & Strobl (1987) give 23 24 .. math:: 25 I_{max} = V_z\Delta\rho^2 26 27 where $V_z$ is the volume per monomer unit. 14 background. The spinodal wavelength is given by $2\pi/q_0$. 28 15 29 16 The exponent $\gamma$ is equal to $d+1$ for off-critical concentration … … 41 28 42 29 H. Furukawa. Dynamics-scaling theory for phase-separating unmixing mixtures: 43 Growth rates of droplets and scaling properties of autocorrelation functions. 44 Physica A 123, 497 (1984). 45 46 H. Meier & G. Strobl. Small-Angle X-ray Scattering Study of Spinodal 47 Decomposition in Polystyrene/Poly(styrene-co-bromostyrene) Blends. 48 Macromolecules 20, 649-654 (1987). 49 50 T. Hashimoto, M. Takenaka & H. Jinnai. Scattering Studies of Self-Assembling 51 Processes of Polymer Blends in Spinodal Decomposition. 52 J. Appl. Cryst. 24, 457-466 (1991). 30 Growth rates of droplets and scaling properties of autocorrelation functions. 31 Physica A 123,497 (1984). 53 32 54 33 Revision History … … 56 35 57 36 * **Author:** Dirk Honecker **Date:** Oct 7, 2016 58 * **Revised:** Steve King **Date:** Oct 25, 201837 * **Revised:** Steve King **Date:** Sep 7, 2018 59 38 """ 60 39
Note: See TracChangeset
for help on using the changeset viewer.