Lifting line model

Course Rotor and Wake Aerodynamics

Press right arrow to continue.

1
Lifting line model Course Rotor and Wake Aerodynamics var s_Array = createArraySequence(0.,Math.PI/10, Math.PI); for (var i = 0; i < s_Array.length; i++) { s_Array[i]= (-1*(math.cos(s_Array[i])-1)/2*0.8+0.2)*(50); } var maxradius = math.max(s_Array); var theta_Array = createArraySequence(0.,Math.PI/20, 50*Math.PI); var rotor_wake_system = create_rotor_geometry(s_Array, maxradius, 6, 1, theta_Array,3); var tempout= maketestplot(900, 400, 'WebGL-output', scene1, renderer1, camera1); scene1=tempout[0]; renderer1=tempout[2]; camera1=tempout[1]; // console.log(scene1); // console.log(renderer1); scene1 = addscene(rotor_wake_system, scene1); Press right arrow to continue.