;18 point cell with variable angles ; ;this model attempts to simulate using pads rather than point loads for the mirror supports ; dr is 1/2 the size of the mirror rest pads radially -- 0.0246 is 5mm for a 16in mirror ; da converts dr to degrees at the rim, later adjusted ro the radius of the supports ; r1 is the radius of the pad center for pads on the inner ring ; r2 is the radius of the pad center for pads on the outer ring ; a2 is one-half of the angle between the outer pairs of points in degrees ; f1 is the relative force on the inner points var dr 0.0246 var da dr * 57.295 var r1 0.317803 var r1i r1 - dr var r1o r1 + dr var r2 0.748053 var r2i r2 - dr var r2o r2 + dr var r3i r2 - dr var r3o r2 + dr var da1 da / r1 var a1 0 var a1l a1 + da1 var a1r a1 - da1 var da2 da / r2 var a2 15.0777 var a2l a2 + da2 var a2r a2 - da2 var a3 -15.0777 var a3l a3 + da2 var a3r a3 - da2 var f1 0.524493 var f2 1 var f3 1 diameter 406.4 thickness 18 density 2.45e-06 modulus 6000 poisson 0.22 f-ratio 5 n-mesh-rings 24 rel-support-radii r1i r1i r1o r1o r2i r2i r2o r2o r3i r3i r3o r3o rel-force f1 f1 f1 f1 f2 f2 f2 f2 f3 f3 f3 f3 num-support 6 6 6 6 6 6 6 6 6 6 6 6 support-angle a1l a1r a1l a1r a2l a2r a2l a2r a3l a3r a3l a3r basis-ring-size 6 basis-ring-min 0 monte r1 0.01 monte r2 0.01 monte a1 1.803 monte a2 0.766 monte a3 0.766 monte f1 0.0502 monte f2 0.0545 monte f3 0.0545