Changeset 19606
- Timestamp:
- 09/02/19 22:35:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimreflector/MFresnelLens.cc
r19605 r19606 51 51 fTitle = title ? title : "Parameter container storing a collection of several mirrors (reflector)"; 52 52 53 fMaxR = 25;53 fMaxR = 55/2.; 54 54 } 55 55 … … 227 227 const double R = D/2; // [cm] radius of lens 228 228 const double w = 0.0100; // [cm] Width of a single groove 229 const double H = 0. 18; // [cm] Thickness229 const double H = 0.25; // [cm] Thickness (from pdf) 230 230 231 231 // Focal length is given at this wavelength … … 256 256 // Not 100% sure, but I think we have SC943 257 257 // https://www.orafol.com/en/europe/products/optic-solutions/productlines#pl1 258 259 // From the web-page: 260 // Positive Fresnel Lenses ... are usually corrected for spherical aberration. 258 261 259 262 // sin(omega) = R / sqrt(R^2+f^2)
Note:
See TracChangeset
for help on using the changeset viewer.