[0164899a] | 1 | #if !defined(o_h) |
---|
| 2 | #define sphere_sld_h |
---|
[37805e9] | 3 | #include "parameters.hh" |
---|
[0164899a] | 4 | |
---|
| 5 | /** |
---|
| 6 | * Structure definition for sphere parameters |
---|
| 7 | */ |
---|
| 8 | //[PYTHONCLASS] = SphereSLDModel |
---|
[7a8faf8] | 9 | //[DISP_PARAMS] = rad_core0, thick_inter0 |
---|
[0164899a] | 10 | //[DESCRIPTION] =<text>Calculate neutron reflectivity using the Parratt iterative formula |
---|
| 11 | // Parameters: |
---|
| 12 | // background:background |
---|
| 13 | // scale: scale factor |
---|
| 14 | // sld_core0: the SLD of the substrate |
---|
| 15 | // sld_solv: the SLD of the incident medium |
---|
| 16 | // or superstrate |
---|
| 17 | // sld_flatN: the SLD of the flat region of |
---|
| 18 | // the N'th layer |
---|
| 19 | // thick_flatN: the thickness of the flat |
---|
| 20 | // region of the N'th layer |
---|
| 21 | // func_interN: the function used to describe |
---|
| 22 | // the interface of the N'th layer |
---|
| 23 | // nu_interN: the coefficient for the func_interN |
---|
| 24 | // thick_interN: the thickness of the interface |
---|
| 25 | // of the N'th layer |
---|
| 26 | // Note: the layer number starts to increase |
---|
| 27 | // from the bottom (substrate) to the top. |
---|
| 28 | // </text> |
---|
[7a8faf8] | 29 | //[FIXED]= <text>rad_core0.width; thick_inter0.width</text> |
---|
[0164899a] | 30 | //[NON_FITTABLE_PARAMS]= <text>n_shells;func_inter0;func_inter1;func_inter2;func_inter3;func_inter4;func_inter5;func_inter5;func_inter7;func_inter8;func_inter9;func_inter10 </text> |
---|
| 31 | //[ORIENTATION_PARAMS]= <text> </text> |
---|
| 32 | |
---|
[37805e9] | 33 | class SphereSLDModel{ |
---|
| 34 | public: |
---|
| 35 | // Model parameters |
---|
| 36 | /// number of shells |
---|
| 37 | // [DEFAULT]=n_shells=1 |
---|
| 38 | Parameter n_shells; |
---|
[0164899a] | 39 | /// Scale factor |
---|
| 40 | // [DEFAULT]=scale= 1.0 |
---|
[37805e9] | 41 | Parameter scale; |
---|
| 42 | /// thick_inter0 [A] |
---|
[0164899a] | 43 | // [DEFAULT]=thick_inter0=50.0 [A] |
---|
[37805e9] | 44 | Parameter thick_inter0; |
---|
| 45 | /// func_inter0 |
---|
| 46 | // [DEFAULT]=func_inter0= 0 |
---|
| 47 | Parameter func_inter0; |
---|
| 48 | /// sld_core0 [1/A^(2)] |
---|
| 49 | // [DEFAULT]=sld_core0= 2.07e-6 [1/A^(2)] |
---|
| 50 | Parameter sld_core0; |
---|
| 51 | /// sld_solv [1/A^(2)] |
---|
| 52 | // [DEFAULT]=sld_solv= 1.0e-6 [1/A^(2)] |
---|
| 53 | Parameter sld_solv; |
---|
| 54 | /// Background |
---|
| 55 | // [DEFAULT]=background=0 |
---|
| 56 | Parameter background; |
---|
[0164899a] | 57 | |
---|
| 58 | // [DEFAULT]=sld_flat1=4.0e-06 [1/A^(2)] |
---|
[37805e9] | 59 | Parameter sld_flat1; |
---|
[0164899a] | 60 | // [DEFAULT]=sld_flat2=3.5e-06 [1/A^(2)] |
---|
[37805e9] | 61 | Parameter sld_flat2; |
---|
[0164899a] | 62 | // [DEFAULT]=sld_flat3=4.0e-06 [1/A^(2)] |
---|
[37805e9] | 63 | Parameter sld_flat3; |
---|
[0164899a] | 64 | // [DEFAULT]=sld_flat4=3.5e-06 [1/A^(2)] |
---|
[37805e9] | 65 | Parameter sld_flat4; |
---|
[0164899a] | 66 | // [DEFAULT]=sld_flat5=4.0e-06 [1/A^(2)] |
---|
[37805e9] | 67 | Parameter sld_flat5; |
---|
[0164899a] | 68 | // [DEFAULT]=sld_flat6=3.5e-06 [1/A^(2)] |
---|
[37805e9] | 69 | Parameter sld_flat6; |
---|
[0164899a] | 70 | // [DEFAULT]=sld_flat7=4.0e-06 [1/A^(2)] |
---|
[37805e9] | 71 | Parameter sld_flat7; |
---|
[0164899a] | 72 | // [DEFAULT]=sld_flat8=3.5e-06 [1/A^(2)] |
---|
[37805e9] | 73 | Parameter sld_flat8; |
---|
[0164899a] | 74 | // [DEFAULT]=sld_flat9=4.0e-06 [1/A^(2)] |
---|
[37805e9] | 75 | Parameter sld_flat9; |
---|
[0164899a] | 76 | // [DEFAULT]=sld_flat10=3.5e-06 [1/A^(2)] |
---|
[37805e9] | 77 | Parameter sld_flat10; |
---|
[0164899a] | 78 | |
---|
| 79 | // [DEFAULT]=thick_inter1=50.0 [A] |
---|
[37805e9] | 80 | Parameter thick_inter1; |
---|
[0164899a] | 81 | // [DEFAULT]=thick_inter2=50.0 [A] |
---|
[37805e9] | 82 | Parameter thick_inter2; |
---|
[0164899a] | 83 | // [DEFAULT]=thick_inter3=50.0 [A] |
---|
[37805e9] | 84 | Parameter thick_inter3; |
---|
[0164899a] | 85 | // [DEFAULT]=thick_inter4=50.0 [A] |
---|
[37805e9] | 86 | Parameter thick_inter4; |
---|
[0164899a] | 87 | // [DEFAULT]=thick_inter5=50.0 [A] |
---|
[37805e9] | 88 | Parameter thick_inter5; |
---|
[0164899a] | 89 | // [DEFAULT]=thick_inter6=50.0 [A] |
---|
[37805e9] | 90 | Parameter thick_inter6; |
---|
[0164899a] | 91 | // [DEFAULT]=thick_inter7=50.0 [A] |
---|
[37805e9] | 92 | Parameter thick_inter7; |
---|
[0164899a] | 93 | // [DEFAULT]=thick_inter8=50.0 [A] |
---|
[37805e9] | 94 | Parameter thick_inter8; |
---|
[0164899a] | 95 | // [DEFAULT]=thick_inter9=50.0 [A] |
---|
[37805e9] | 96 | Parameter thick_inter9; |
---|
[0164899a] | 97 | // [DEFAULT]=thick_inter10=50.0 [A] |
---|
[37805e9] | 98 | Parameter thick_inter10; |
---|
[0164899a] | 99 | |
---|
| 100 | // [DEFAULT]=thick_flat1=100 [A] |
---|
[37805e9] | 101 | Parameter thick_flat1; |
---|
[0164899a] | 102 | // [DEFAULT]=thick_flat2=100 [A] |
---|
[37805e9] | 103 | Parameter thick_flat2; |
---|
[0164899a] | 104 | // [DEFAULT]=thick_flat3=100 [A] |
---|
[37805e9] | 105 | Parameter thick_flat3; |
---|
[0164899a] | 106 | // [DEFAULT]=thick_flat4=100 [A] |
---|
[37805e9] | 107 | Parameter thick_flat4; |
---|
[0164899a] | 108 | // [DEFAULT]=thick_flat5=100 [A] |
---|
[37805e9] | 109 | Parameter thick_flat5; |
---|
[0164899a] | 110 | // [DEFAULT]=thick_flat6=100 [A] |
---|
[37805e9] | 111 | Parameter thick_flat6; |
---|
[0164899a] | 112 | // [DEFAULT]=thick_flat7=100 [A] |
---|
[37805e9] | 113 | Parameter thick_flat7; |
---|
[0164899a] | 114 | // [DEFAULT]=thick_flat8=100 [A] |
---|
[37805e9] | 115 | Parameter thick_flat8; |
---|
[0164899a] | 116 | // [DEFAULT]=thick_flat9=100 [A] |
---|
[37805e9] | 117 | Parameter thick_flat9; |
---|
[0164899a] | 118 | // [DEFAULT]=thick_flat10=100 [A] |
---|
[37805e9] | 119 | Parameter thick_flat10; |
---|
[0164899a] | 120 | |
---|
| 121 | // [DEFAULT]=func_inter1=0 |
---|
[37805e9] | 122 | Parameter func_inter1; |
---|
[0164899a] | 123 | // [DEFAULT]=func_inter2=0 |
---|
[37805e9] | 124 | Parameter func_inter2; |
---|
[0164899a] | 125 | // [DEFAULT]=func_inter3=0 |
---|
[37805e9] | 126 | Parameter func_inter3; |
---|
[0164899a] | 127 | // [DEFAULT]=func_inter4=0 |
---|
[37805e9] | 128 | Parameter func_inter4; |
---|
[0164899a] | 129 | // [DEFAULT]=func_inter5=0 |
---|
[37805e9] | 130 | Parameter func_inter5; |
---|
[0164899a] | 131 | // [DEFAULT]=func_inter6=0 |
---|
[37805e9] | 132 | Parameter func_inter6; |
---|
[0164899a] | 133 | // [DEFAULT]=func_inter7=0 |
---|
[37805e9] | 134 | Parameter func_inter7; |
---|
[0164899a] | 135 | // [DEFAULT]=func_inter8=0 |
---|
[37805e9] | 136 | Parameter func_inter8; |
---|
[0164899a] | 137 | // [DEFAULT]=func_inter9=0 |
---|
[37805e9] | 138 | Parameter func_inter9; |
---|
[0164899a] | 139 | // [DEFAULT]=func_inter10=0 |
---|
[37805e9] | 140 | Parameter func_inter10; |
---|
[0164899a] | 141 | |
---|
| 142 | // [DEFAULT]=nu_inter1=2.5 |
---|
[37805e9] | 143 | Parameter nu_inter1; |
---|
[0164899a] | 144 | // [DEFAULT]=nu_inter2=2.5 |
---|
[37805e9] | 145 | Parameter nu_inter2; |
---|
[0164899a] | 146 | // [DEFAULT]=nu_inter3=2.5 |
---|
[37805e9] | 147 | Parameter nu_inter3; |
---|
[0164899a] | 148 | // [DEFAULT]=nu_inter4=2.5 |
---|
[37805e9] | 149 | Parameter nu_inter4; |
---|
[0164899a] | 150 | // [DEFAULT]=nu_inter5=2.5 |
---|
[37805e9] | 151 | Parameter nu_inter5; |
---|
[0164899a] | 152 | // [DEFAULT]=nu_inter6=2.5 |
---|
[37805e9] | 153 | Parameter nu_inter6; |
---|
[0164899a] | 154 | // [DEFAULT]=nu_inter7=2.5 |
---|
[37805e9] | 155 | Parameter nu_inter7; |
---|
[0164899a] | 156 | // [DEFAULT]=nu_inter8=2.5 |
---|
[37805e9] | 157 | Parameter nu_inter8; |
---|
[0164899a] | 158 | // [DEFAULT]=nu_inter9=2.5 |
---|
[37805e9] | 159 | Parameter nu_inter9; |
---|
[0164899a] | 160 | // [DEFAULT]=nu_inter10=2.5 |
---|
[37805e9] | 161 | Parameter nu_inter10; |
---|
[0164899a] | 162 | |
---|
| 163 | // [DEFAULT]=npts_inter=35.0 |
---|
[37805e9] | 164 | Parameter npts_inter; |
---|
[0164899a] | 165 | // [DEFAULT]=nu_inter0=2.5 |
---|
[37805e9] | 166 | Parameter nu_inter0; |
---|
[0164899a] | 167 | // [DEFAULT]=rad_core0=50.0 [A] |
---|
[37805e9] | 168 | Parameter rad_core0; |
---|
[0164899a] | 169 | |
---|
[37805e9] | 170 | // Constructor |
---|
| 171 | SphereSLDModel(); |
---|
[0164899a] | 172 | |
---|
[37805e9] | 173 | // Operators to get I(Q) |
---|
| 174 | double operator()(double q); |
---|
| 175 | double operator()(double qx, double qy); |
---|
| 176 | double calculate_ER(); |
---|
| 177 | double evaluate_rphi(double q, double phi); |
---|
| 178 | }; |
---|
[0164899a] | 179 | |
---|
| 180 | |
---|
| 181 | #endif |
---|