Skip to content

Latest commit

 

History

History
304 lines (186 loc) · 10.8 KB

coordsys.rst

File metadata and controls

304 lines (186 loc) · 10.8 KB

Coordinate systems

AeroDyn uses different coordinate system for its internal computations and its outputs. The output channels are typically suffixed with a letter corresponding to the coordinate system being used:

  • (i): inertial system
  • (h): hub system
  • (p): polar system
  • (l): local-polar system
  • None or (w): the legacy output system.
  • (n-t): the legacy airfoil system.

The different systems are described below.

Inertial system (i)

The inertial system (i) is the global system used by OpenFAST (see ElastoDyn documentation).

Hub system (h)

The hub system (h) rotates along the xh axis based on the shaft azimuthal position ψ (see ElastoDyn documentation).

Polar system (p)

The polar system (pk) is constructed from the hub coordinate system (h) by rotating the xh axis by the azimuthal offset of each blade ψ0, k (the blades are distributed evenly across the azimuth). For conciseness we refer to this system as the (p) system. If the number of blade is written nB, the azimuthal offset for blade k is:

$$\begin{aligned} \psi_{0,k} = 2 \pi \frac{k-1}{n_B} \end{aligned}$$

For blade 1, ψ0, 1 = 0, therefore yp, 1 = yh and zp, 1 = zh.

The xp, k axis is along the hub x-axis.

In the absence of coning, the zp, k axis corresponds to the zb, k axis of the blade.

Cone system (c)

The cone system (c) is obtained from the polar system by a rotation about the yp, k axis of each blade k. See ElastoDyn/FAST8 documentation for more details. AeroDyn uses this system to estimate the blade pitch angle (by comparing the (c) and (b) systems).

Blade system (b)

The blade system (b) is otbained from the cone system by a rotation (pitching) about the zc axis. It is used to define the location of the aerodynamic center, the local twist of the blade along the span of the blade. See blade_data_input_file and ad_blade_geom.

Airfoil system (a)

Currently the user specifies the prebend orientation in the input file and it is used to orient the airfoil (i.e. the axis za). In the future, this orientation may be computed automatically from the AC-line.

The airfoil section system (akj), or (a) for short, is the coordinate system where Blade Element Theory is applied, and where the airfoil shape and polar data are given. The airfoil coordinate system, (akj) is defined for each blade k and each blade node j. The ya axis is along the airfoil chord (tangential to chord), towards the trailing edge. The xa axis is normal to chord, towards the suction side (for an asymmetric airfoil). See ad_cs_airfoil.

The airfoil (a) coordinate system.The airfoil (a) coordinate system.

The (a) system is where Blade Element Theory (BET) is applied: the angle of attack, α, the lift, L, and drag, D, are all defined in the xa − ya plane. The lifting line loads are computed in this system. The relative wind in this system is the projection of the 3D relative wind into the 2D plane of the (a)-system, noted aVrel or Vrel,a.

In the airfoil system, we have:

$$\begin{aligned} C_{x_a} = C_l(\alpha) \cos\alpha + C_d(\alpha)\sin\alpha % that's Cn ,\quad C_{y_a} = -C_l(\alpha) \sin\alpha + C_d(\alpha)\cos\alpha % that's -Ct for the t of AeroDyn ,\quad C_{m_a} = C_m(\alpha) \end{aligned}$$

and the loads (per unit length) are:

$$\begin{aligned} f_{x_a} = \frac{1}{2}\rho V_{\text{rel},a}^2 c C_{x_a} ,\quad f_{y_a} = \frac{1}{2}\rho V_{\text{rel},a}^2 c C_{y_a} ,\quad m_{z_a} = \frac{1}{2}\rho V_{\text{rel},a}^2 c^2 C_{m_a} \end{aligned}$$

Legacy (n-t) system

In legacy AeroDyn code and documentation, the (n − t) system is sometimes used. The n-axis corresponds to the xa axis (normal to chord). The t-axis corresponds to the  − ya axis (opposite direction).

Local polar system (l)

Currently the local polar system is only used for output purposes. It will be used in the BEM implementation in future releases.

The local polar coordinate system (lkj), or (l) for short, is similar to the polar coordinate system, but is rotated about the xh axis, such that the zl, kj axis passes through the deflected position of node j of blade k.

xl is along the hub xh axis, and zl is the radial coordinate in the plane normal to the shaft axis. The coordinate system is illustrated in ad_cs_localpolar for a case with prebend only (left) and presweep only (right).

The polar (p) and local polar (l) coordinate systems. Left: pure prebend. Right: pure sweep.The polar (p) and local polar (l) coordinate systems. Left: pure prebend. Right: pure sweep.

The local polar coordinate system is defined for each blade node as follows. The position of a deflected blade node Aj with respect to the hub H is :

$$\begin{aligned} \boldsymbol{r}_{HA_j} = \boldsymbol{r}_{A_j}-\boldsymbol{r}_H \end{aligned}$$

This vector is projected onto the rotor plane as follows:

$$\begin{aligned} \boldsymbol{r}_{HA_j}^\perp = \mathop{\mathrm{\boldsymbol{\mathrm{P}}}}_{\boldsymbol{\hat{x}}_h}(\boldsymbol{r}_{HA_j}) = \boldsymbol{r}_{HA_j} - (\boldsymbol{\hat{x}}_h \cdot {\boldsymbol{r}_{HA_j}}) \boldsymbol{\hat{x}}_h \end{aligned}$$

The vectors of the local polar coordinate system are then defined as:

$$\begin{aligned} \boldsymbol{\hat{x}}_{l} = \boldsymbol{\hat{x}}_h ,\quad \boldsymbol{\hat{z}}_{l} = \frac{ \boldsymbol{r}_{HA_j}^\perp }{\lVert\boldsymbol{r}_{HA_j}\rVert} ,\quad \boldsymbol{\hat{y}}_{l} = \boldsymbol{\hat{z}}_h \times \boldsymbol{\hat{x}}_h \end{aligned}$$

The local polar coordinate systems of the different blade nodes differ from an azimuthal rotation about the xh axis (and a translation of origin about the xh-axis, which is mostly irrelevant).

Legacy local output system (w)

Outputs of AeroDyn labeled "x" or "y" without any other letters defining the coordinate system are currently provided in the legacy output system. (for instance Fx, Vx, or Vdis, y).

We write (w) the legacy output system of OpenFAST. The legacy output system has previously been documented using Figure ad_blade_local_cs. The figure also shows the direction of the local angles and force components. In this figure, x should be understood as xw and y as yw. The figure is mostly valid if there is no prebend, precone or presweep.

AeroDyn Legacy Local Output Coordinate System (Looking Toward the Tip, from the Root) – l: Lift, d: Drag, m: Pitching, x: Normal (to Plane), y: Tangential (to Plane), n: Normal (to Chord), and t: Tangential (to Chord)AeroDyn Legacy Local Output Coordinate System (Looking Toward the Tip, from the Root) – l: Lift, d: Drag, m: Pitching, x: Normal (to Plane), y: Tangential (to Plane), n: Normal (to Chord), and t: Tangential (to Chord)

The (wkj) is defined for each blade k and node j, written (w) for conciseness. The (w) system is a transformation of the airfoil system such that this system has no rotation about the x (sweep) or z (pitch/twist) axis compared to the coned coordinate system.

  • The yw-axis (in plane) of this system is orthogonal to the pitch axis, neglecting presweep and in-plane deflection.
  • The xw-axis (out of plane) is normal to the deflected blade, including precurve and out-of-plane deflection.
  • The zw-axis (radial) is tangent to the deflected blade, including precurve and out-of-plane deflection.

The system is constructed as follows in AeroDyn. First, the coned coordinate system (c) (located at the blade root, coned, but without pitching) is defined using the following substeps and matrices:

  • Rbi: from inertial to blade root (the blade root is pitched by θp).
  • Rhi: from inertial to hub.
  • Rbh = RbiRhit = Euler (θ1, θ2,  − θp): from hub to blade. The third Euler angle from Rbh is the opposite of the pitch angle θp (wind turbines use a negative convention of pitch and twist about the z axis). By setting this Euler angle to zero and constructing the transformation matrix from the two first angles, one obtains:
  • Rch = Euler (θ1, θ2, 0): from hub to the coned coordinate system.
  • Rci = RchRhi: from inertial to coned coordinate system.

Then, the (w) system is defined for each airfoil cross section:

  • Rai: from inertial to blade airfoil section (include elastic motions)
  • From coned system to blade airfoil section:


    $$\begin{aligned} \boldsymbol{R}_{ac}=\boldsymbol{R}_{ai}\boldsymbol{R}_{ci}^t=\mathop{\mathrm{Euler}}({}^w\!\tau,{}^w\!\kappa,-{}^w\!\beta) \label{eq:R_acBetaFull} \end{aligned}$$

where wβ contains the full twist (aerodynamic, elastic and pitch), wτ would be the toe angle (but it is not used) wκ is the cant angle (stored as Curve). We use the supperscript w because these angles are defined as part of the (w) system.

  • Rwc = Euler (0, wκ, 0): from coned system to w-system. The (w) system keeps only the rotation about yc (prebend), thereby neglecting the ones about x (sweep) and z ( twist+pitch).
  • Rwi = RwcRci: from inertial system to w-system

Tower system

The local tower coordinate system is shown in ad_tower_geom.