One airfoil blade

1 Test description

This test uses a simple blade with few aerodynamical blade stations in steady conditions and compares the aerodynamical loads computed by Ashes to an analytical solution.

The following load cases are tested
  1. 10 ms
  2. 5 ms
  3. 10 ms RPM 10
  4. 10 ms - unsteady BEM
  5. 5 ms - unsteady BEM
  6. 10 ms RPM 10 - unsteady BEM
  7. 10 ms pitch 20
  8. 5 ms pitch 20
  9. 10 ms RPM 10 pitch 20
  10. 10 ms pitch 20 - unsteady BEM
  11. 5 ms pitch 20 - unsteady BEM
  12. 10 ms RPM 10 pitch 20 - unsteady BEM
  13. 10 ms twist
  14. 5 ms twist
  15. 10 ms RPM twist
  16. 10 ms twist - unsteady BEM
  17. 5 ms twist - unsteady BEM
  18. 10 ms RPM 10 twist - unsteady BEM

2 Model

This test uses the RNA only template
The CSV file to run this test can be downloaded from here.

The model used for this test is shown in the figure below:



The chordlength accross the blade is 
$$c = 1\text{ m}$$
, the blade length is 
$$L = 5\text{ m}$$
and the hub radius is 
$$r_h = 0.5\text{ m}$$
.

The blade used for this model has three Blade aerodynamical station . The innermost station is at the root and has a cylindrical airfoil with no drag and no lift. This station will therefore not produce any aerodynamic loads. The two other blade aerodynamical stations have the NACA64-618 airfoil, which polar can be exported from Ashes and are shown in the figure below:



This test uses two variants of this blade:
  • one variant has no twist (when the pitch is 0, the chordline of each blade station is in the rotor plane)
  • one variant has twist, as shown in the table below

The table below gives a summary of the relevant blade characteristics:

Blade aerodynamical stationDistance to blade rootInfluence lengthAirfoilTwist (if applicable)
1
$$r_1 = 0$$
$$L_{I1} = 1.25\text{ m}$$
Cylinder with no lift and drag
$$\theta = 0$$

2
$$r_2 = 2.5\text{ m}$$
$$L_{I2} = 2.5\text{ m}$$
NACA64-618
$$\theta = 20\text{ deg}$$
3
$$r_3 = 5\text{ m}$$
$$L_{I3}=1.25\text{ m}$$
NACA64-618
$$\theta = 5\text{ deg}$$

The air density is 
$$\rho = 1.225\text{ kg}\cdot{m}^{-3}$$
. No gravity forces are applied, and tip and hub corrections are set to 0. The simulations are run in Loads only mode (see Analysis), so the blade will not experience deflections and the rotational speed will not vary.

3 Analytical solution

The wind speed and rotational speed are denoted 
$$V$$
 and 
$$\omega$$
, respectively.
In order to compute the aerodynamic loads, we need to find the lift and drag coefficients for a given blade station. We do this using the steady BEM algorithm defined by Hansen (2008c) and summed up below:
  1. define initial axial and tangential induced velocities as 
    $$a = 0.33$$
     and 
    $$a_t = 0$$
    , respectively
  2. the flow angle is defined as 
    $$\phi = \tan^{-1}\frac{(1-a)\cdot V}{(1+a_t)\cdot\omega\cdot(r+r_h)}$$
  3. the angle of attack is obtained by substracting the twist 
    $$\theta$$
     and the pitch
    $$\gamma$$
    to the flow angle. The angle of attack is thus 
    $$\alpha = \phi-\theta-\gamma$$
  4. the lift and drag coefficients 
    $$C_L$$
     and
    $$C_D$$
    are then looked up from the polars. Linear interpolation is used if the current angle of attack is not in the look-up table.
  5. the blade solidity is calculated as 
    $$\sigma = \frac{cB}{2\pi(r+r_h)}$$
    , where 
    $$B = 1$$
    is the number of blades
  6. new values for the induced velocities are computed as
    $$a = \frac{1}{\frac{4\sin^2\phi}{\sigma C_n}+1}$$
    and
    $$a_t = \frac{1}{\frac{4\sin\phi\cos\phi}{\sigma C_t}+1}$$

    where 
    $$C_n = C_L\cos\phi+C_D\sin\phi$$
    and 
    $$C_t = C_L\sin\phi - C_D\cos\phi$$
  7. compare the induced velocities to the previous values. If the difference is larger than 0.001, repeat steps 2 to 6
  8. the relative velocity is defined as 
    $$V_{rel}=\sqrt{((1-a)\cdot V)^2+((1+a_t)\cdot\omega\cdot(r+r_h))^2}$$
  9. the lift and drag forces, for blade station 
    $$i$$
    are then
    $$F_{D,i} = \frac{1}{2}\rho cC_DV_{rel}^2$$
    and
    $$F_{L,i} = \frac{1}{2}\rho cC_LV_{rel}^2$$

  10. the thust and torque forces are then
    $$F_{th,i} = F_{L,i}\cos\phi+F_{D,i}\sin\phi$$
    and
    $$F_{t,i} = -F_{D,i}\cos\phi + F_{L,i}\sin\phi$$


More details on the theory and the equations can be found in the BEM algorithm section.

The aerodynamic thrust for the whole rotor is 
$$F_T = \sum_{i=2}^3F_{th,i}\cdot L_{I,i}$$
and the aerodynamic torque for the whole rotor is 
$$T=\sum_{i=2}^3 F_{t,i}\cdot L_{Ii}\cdot (r_i+r_h)$$
. These two output can be found in the Rotor sensor

The next three output are part of the Blade [Time] sensor sensor. The root force is the sum of the drag and the lift forces from both stations, which can be expressed as 
$$F_r = \sum_{i=2}^3\sqrt{F_{D,i}^2+F_{L,i}^2}$$
. The in-plane bending moment is 
$$M_{ip}=\sum_{i=2}^3 F_{t,i}\cdot L_{Ii}\cdot r_i$$
and the out-of-plane bending moment is 
$$M_{oop}\sum_{i=2}^3F_{th,i}\cdot L_{Ii}\cdot r_i$$

This derivation is used for all the load cases run in this test. The table below sums up the expected results.

Test nameDescriptionAerodynamic thrust 
$$[\text{N}]$$
Aerodynamic torque 
$$[\text{Nm}]$$
Root force 
$$[\text{N}]$$
In plane bending moment 
$$[\text{Nm}]$$
Out of plane bending moment 
$$[\text{Nm}]$$

Cl 
$$[\text{-}]$$
Cd 
$$[\text{-}]$$
10 msWind speed = 10
RPM = 5
305.437.64305.632.7210300.28041.3854
5 msWind speed = 5
RPM = 5
81.228.85981.257.708278.30.46601.266
10 ms RPM 10Wind speed = 10
RPM = 10
324.935.44325.030.8311130.46601.266
10 ms pitch 20Wind speed = 10
RPM = 5
Pitch angle  = 20
255.4387.0274.4336.8857.90.66081.062
5 ms pitch 20Wind speed = 5
RPM = 5
Pitch angle = 20
65.6599.4870.4686.68222.50.75560.8831
10 ms RPM 10 pitch 20Wind speed = 10
RPM = 10
Pitch angle  = 20
262.6397.9281.9346.7890.20.75560.8831
10 ms twistWind speed = 10
RPM = 5
Blade with twist
270.9264.4282.0225.3935.40.66081.062
5 ms twistWind speed = 5
RPM = 5
Blade with twist
71.1667.4073.8657.52250.10.75560.8831
10 ms RPM 10 twistWind speed = 10
RPM = 10
Blade with twist
284.7269.6295.4230.110000.75560.8831


Note: since the conditions are steady, it is expected that the unsteday BEM and the steady BEM will give very similar results.

4 Results


A simulation of ten seconds is run. The test is considered passed if the last two seconds of the results produced by Ashes lie within 1% of the analytical solution.

The report with the results can be found here:

https://www.simis.io/downloads/open/benchmarks/current/One airfoil blade.pdf