Closed spirosd closed 7 years ago
Only the position issue remains
position issue resolved. Further more precise issues: -More cable positions (every pi/4 2 more cables) -Aux cables on the foundations (crucial for the simulation) -Fix supports for the # columns -Check Tait-Bryan angles for their function -Height of the columns/Translation of the dish should match(as possible) the cable intersection with the centre of gravity of the dish. -Chose an appropriate trajectory surface. (fit to a simple parabloic surface maybe(?). 5th order polynomial matches the boundary conditions for fitting. Is it a big improvement. Check notes)
UPDATE -Aux cables on the foundations (crucial for the simulation) -Fix supports for the # columns -Check Tait-Bryan angles for their function -Height of the columns/Translation of the dish should match(as possible) the cable intersection with the centre of gravity of the dish. -Chose an appropriate trajectory surface. (fit to a simple parabloic surface maybe(?). 5th order polynomial matches the boundary conditions for fitting. Is it a big improvement. Check notes)
UPDATE2 -Fix supports for the # columns -Check Tait-Bryan angles for their function -Height of the columns/Translation of the dish should match(as possible) the cable intersection with the centre of gravity of the dish. -Chose an appropriate trajectory surface. (fit to a simple parabloic surface maybe(?). 5th order polynomial matches the boundary conditions for fitting. Is it a big improvement. Check notes)
UPDATE3 -Check Tait-Bryan angles for their function -Height of the columns/Translation of the dish should match(as possible) the cable intersection with the centre of gravity of the dish. -Chose an appropriate trajectory surface. (fit to a simple parabloic surface maybe(?). 5th order polynomial matches the boundary conditions for fitting. Is it a big improvement. Check notes)
UPDATE4 -Check Tait-Bryan angles for their function -Chose an appropriate trajectory surface. (fit to a simple parabloic surface maybe(?). 5th order polynomial matches the boundary conditions for fitting. Is it a big improvement. Check notes)
UPDATE5
-Check Tait-Bryan angles for their function
-Trajectory surface chosen: 2nd order polynomial with three constraints. (smooth according to the derivatives not taken into account, as ropes are assumed to counter react gravitational forces).
Code for a 50m dish
x = np.array([-23.5, 0, 23.5]) y = np.array([18.4, 0, 18.4]) z = np.polyfit(x, y, 2) p= np.poly1d(z)
UPDATE6-Final Decision to assign a parabolic trajectory. No spatial trajectory surface for start, due to high comp. cost. Issue will remain open, as it could be enhanced with a 3D trajectory in the future.
done
Subissues -Position of backstay cables -new material properties -new cross section -modifiers and stiffness