create_blade_coordinates

create_blade_coordinates

Creates SHARPy format of the nodes coordinates and applies prebending and presweept to node radial position

param num_node:

number of nodes

type num_node:

int

param node_r:

Radial position of the nodes

type node_r:

np.array

param node_y:

Displacement of each point IN the rotation plane

type node_y:

np.array

param node_z:

Displacement of each point OUT OF the rotation plane

type node_z:

np.array

returns:

nodes coordinates

rtype:

coordinates (np.array)