6.9. XV-15 Rotor Blade Analysis using the Blade Element Disk Method#

6.9.1. Highlights#

In this case study we are going to show you how to:

  • Simulate an XV-15 tiltrotor airplane in both hovering helicopter mode and forward flight airplane mode using the steady BET Disk solver in Flow360

  • Convert dimensional input quantities to nondimensional quantities in the Flow360 configuration json file

  • Convert nondimensional quantities in the output to dimensional quantities

6.9.2. Introduction#

The development of the XV-15 tiltrotor was launched by the NASA Ames Research Center in collaboration with Bell Helicopters in the late 1960s and early 1970s. It has become the foundation of many VTOL aircrafts today. Unlike typical helicopter rotors, tiltrotor blades demand a compromised design to operate efficiently in both helicopter and propeller modes. Hence, the blades of the XV-15 tiltrotor have high twist, high solidity and small rotor radius. In this case study, we will apply our Blade Element Theory (BET) Model based solver in Flow360 to evaluate the performance of the XV-15 rotor in both helicopter hovering mode and airplane mode.

../../_images/XV-15_N703NA_USCG.jpg

Fig. 6.9.1 The Bell Textron XV-15 Tiltrotor aircraft prepares to land (source: United States Coast Guard)#

The definition of the cross sections of the rotor blade is shown in Table 6.9.1. The main geometric characteristics of the XV-15 rotor blades are listed in Table 6.9.2.

Table 6.9.1 Cross sections of XV-15 rotor blade#

r/R

Airfoil

0.09

NACA 64-935

0.17

NACA 64-528

0.51

NACA 64-118

0.80

NACA 64-(1.5)12

1.00

NACA 64-208

Table 6.9.2 Geometric characteristics of XV-15 rotor#

Parameter

Value

Number of blades

3

Rotor radius

150 inches

Reference blade chord

14 inches

Aspect ratio

10.71

Rotor solidity

0.089

Linear twist angle

-40.25 degree

The radial chord and twist distribution is shown in Fig. 6.9.2.

../../_images/xv15_twist_chord_definition.png

Fig. 6.9.2 XV-15 rotor blade’s twist and chord radial distribution#

More information about the geometry and a high-fidelity detached eddy simulation done using Flow360 can be found at

Feilin Jia, John Moore and Qiqi Wang, 2022, Assessment of Detached Eddy Simulation and Sliding Mesh Interface in Predicting Tiltrotor Performance in Helicopter and Airplane Modes

In this case study, the steady Navier-Stokes solver coupled with the Blade Element Theory Disk method is used to simulate the XV-15 rotor blades under two flight conditions: helicopter hovering mode and airplane mode. In order run cases in a few minutes, compared to the high fidelity unsteady simulations with full rotor geometry in the above paper, the mesh for this BET Disk example is much coarser. The mesh used in the current case study contains only 592K nodes. An overview of a slice of the mesh is shown below

mesh1 mesh2

mesh3 mesh4

Overview of volume mesh used in BET Disk simulations of XV-15 rotor, successively zooming in from top left->top right->bottom left->bottom right.

The freestream quantities are shown below. These quantities are needed to set up the nondimensional variables in the flow360 case configuration and translate the nondimensional output variables into dimensional values. More information on nondimensionalization in Flow360 can be found at Nondimensional Inputs and Nondimensional Outputs. In the above mesh, the grid unit LgridUnit=1inch=0.0254meter. In this case study, the freestream conditions are set to standard sea level values as shown in Table 6.9.3

Table 6.9.3 Sea-level air properties#

air property

sea level - 288Kelvin

density, ρ

1.225kg/m3

speed of sound, C

340.3m/s

Caution

In some simulations, the freestream is not set to be at standard sea level on purpose. For example, in the “case 1a” from 3rd AIAA CFD High Lift Prediction Workshop, the viscosity of the freestream is adjusted to analyze the full-scale geometry at wind tunnel conditions, so please set the freestream properties based on your requirements.

6.9.3. Helicopter Hovering Mode#

In helicopter hovering mode, the freestream velocity is zero. Five blade collective angles are considered in the current study: 0o,3o,5o,10o,13o at r/R=0.75, corresponding to low, medium and high disk loadings. The flow conditions are:

  • Tip Mach Number, defined as Utip/C, is 0.69, so Utip=0.69C.

  • Reynolds Number (based on reference chord (14 inch) and blade tip speed) = 4.95×106.

  • Reference Temperature = 288.15 K.

Here are some points to set up the case configuration file:

  1. freestream->Mach is set to 0, because freestream velocity is zero.

  2. freestream->MachRef has to be a non-zero number because the above “Mach” is 0. Theoretically, this value could be arbitrary, but we set it equal to the tip Mach number (0.69) for convenience.

  3. Either freestream->Reynolds or freestream->muRef should be given to set a proper freestream viscosity. Both options are explained below:

    • Option 1: set freestream->Reynolds. The freestream->Reynolds is based on grid unit as the reference length, thus it is mesh dependent. It’s definition is ρUrefLgridUnit/μ. In the case description, we know the Reynolds number based on tip speed and reference chord is 4.95×106, so we must convert the value from the reference chord used to the LgridUnit in the mesh.

    (6.9.1)#ρUtipchordrefμ=ρ(0.69C)chordrefμ=4.95×106

thus the freestream->Reynolds is calculated by:

(6.9.2)#freestream->Reynolds=ρUrefLgridUnitμ=ρMachRefCLgridUnitμ=ρ(0.69C)chordrefμ×MachRef0.69×LgridUnitchordref=4.95×106×0.690.69×1inch14inch=3.3536×105

The freestream->Reynolds is 3.3536×105

  • Option 2: set freestream->muRef. The “muRef” here is a nondimensional quantity, it is mesh dependent because it depends on LgridUnit. Its definition is

(6.9.3)#freestream->muRef=μρCLgridUnit

If you already know the Reynolds number then you could use the following equation to get the freestream->muRef:

(6.9.4)#freestream->muRef=ρUtipChordref/ReρCLgridUnit=ρ(0.69C)14 inchρC1 inch4.95×106=0.6914 inch1 inch4.95×106=1.95152×106

Therefore, the freestream->muRef is 1.95152×106

  1. BETDisks->omega is the nondimensional angular speed of the rotor blades. Its definition is

    (6.9.5)#BETDisks->omega=ΩLgridUnitC

Because we know Ω=UtipRadius,

(6.9.6)#BETDisks->omega=UtipRadiusLgridUnitC=0.69C1 inch150 inchC=0.69/150=0.0046

Therefore, BETDisks->omega is 0.0046

After setting up the case configuration file, the case is ready to submit. The 592K-node mesh file, and its corresponding mesh and case configuration files can be downloaded via the following links:

Note

The only difference between the configuration files of the above 5 cases is the BETDisks/twists distribution.

For detailed instructions on how to upload a mesh, run a case and download the results, please refer to the Quick Start section of this documentation - these details will not be covered in this case study.

Some tips on setting the input quantities related to BET can be found in the BETDisks section of the knowledge base. Please note that there is no hub in the high fidelity detached eddy simulation of the XV-15 rotor blades in our paper mentioned above, so to match the model used in the high fidelity simulations, the chord length in r<0.09R should be set to 0 in the BET simulation configuration files. I.e. the chord length is set to 0 right before the first cross section (r=0.09R). This setting leads to a radial distribution similar to “chords_distribution_1” shown in BETDisks.

The forces and moments related to the BET Disk are saved in the “bet_forces_v2.csv” file. A detailed description can be found at BET Loading Output. Here we will convert those non-dimensional values into dimensional values:

  1. thrust and torque.

Because the axial direction of the rotor is in the Z axis, the thrust is saved as “Disk0_Force_z” and the torque is saved as “Disk0_Moment_z” in the .csv file. The dimensional thrust and torque can be calculated by Eq.(8.3.2) and Eq.(8.3.3):

(6.9.7)#Thrust=Disk0_Force_zρC2LgridUnit2=Disk0_Force_z1.225kg/m3×340.32m2/s2×0.02542m2=Disk0_Force_z91.5224N
(6.9.8)#Torque=Disk0_Moment_zρC2LgridUnit3=Disk0_Moment_z1.225kg/m3×340.32m2/s2×0.02543m3=Disk0_Moment_z2.324669Nm

The convergence history of the dimensional thrust and torque using steady BET Disk solver is shown in following figures:

hover_history_thrust hover_history_torque

Loading convergence of BET Disk simulation in hovering helicopter mode at various pitch angles.

  1. sectional thrust and torque.

In the “bet_forces_v2.csv” file, the sectional thrust coefficients are provided. The process to convert the nondimensional Ct into its physical dimension, i.e. sectional thrust per unit span in SI is very similar to the one shown above. We need the dimensional quantities mentioned in Eq.(8.3.4) and Eq.(8.3.5) to compute the dimensional sectional thrust:

  • Radius of the rotor disk R=150×LgridUnit=3.81meter

  • rotating angular speed Ω=Vtip/R=MachtipC/R=61.6237rad/second

  • reference chord chordref=14×LgridUnit=0.3556meter

If we assume that we want to calculate the sectional thrust and torque at the first disk’s first blade’s second radial location, i.e. Disk0_Blade0_R1:

(6.9.9)#Ct=Disk0_Blade0_R1_ThrustCoeffCq=Disk0_Blade0_R1_TorqueCoeffr=Disk0_Blade0_R1_RadiusLgridUnitThrust per unit blade spanDisk0_Blade_R1=Ct×12ρ×Ω2r2chordref×R/rTorque per unit blade spanDisk0_Blade_R1=Cq×12ρ×Ω2r2chrodrefR×R/r

As a comparison example between the high fidelity full-rotor unsteady simulation and the BET Disk steady simulation, the physical sectional thrust on a blade per unit span, for the θ75=10o case, is shown below

hover_sectionalThrust hover_history_thrust_compare

Sectional thrust distribution and history of total thrust in hovering mode, θ75=10o.

The biggest differences between these high fidelity simulations and these BET Disk simulations are near the tip regions where blade-vortex interactions are strong. The flow around the tip can be highly three dimensional, making a BET Disk approximation locally inaccurate. This effect is proportional to the blade disk loading, thus it is larger at hovering or near-hovering conditions when the thrust is higher then in forward flight. Even then, the total thrust of the three blades in hover, compared to the Flow360 high fidelity unsteady simulation, is ~8% different. This level of accuracy makes the BET Disk a useful tool in the preliminary design stages.

To provide another overview of the BET disk accuracy; If we look at the propeller efficiency in hovering mode, the thrust coefficient, the torque coefficient and the figure of merit defined in Eq.(6.9.10) and compare them with several experimental data and numerical prediction of high-fidelity DES simulations, we get the graphs below:

(6.9.10)#CT=Thrustρ(ΩR)2ACQ=Torqueρ(ΩR)2ARFigure of Merit=CT3/22CQ

where R is rotor disk radius and A is rotor disk area, i.e. πR2

hover_CT_CQ hover_CT_FOM

Comparison on thrust and torque coefficient and figure of merit in hovering mode at various pitch angles.

6.9.4. Airplane Mode#

In airplane mode, four blade collective angles are considered: 26o,27o,28o,28.8o at r/R=0.75. The flow conditions are:

  • Tip Mach Number = 0.54.

  • Reynolds Number (based on reference chord and tip speed, with no account for the inflow velocity) = 4.5×106.

  • Reference chord = 14 inch.

  • Reference Temperature= 288.15 K.

  • Advance ratio (defined as inflow speed over tip speed) = 0.337

The mesh file and mesh configuration file are the same as the files used in the helicopter hovering example above. The case configuration files, however, are different:

The convergence history of the thrust coefficients and torque coefficients using the steady BET Disk solver are shown below

airplane_T_history airplane_Q_history

Convergence history of thrust coefficient and torque coefficient in airplane mode at various pitch angles.

As an example, similarly to the helicopter hovering case shown above, the physical sectional thrust for the θ75=26o case is shown below. We have comparisons to the high fidelity DES simulation both on a blade per unit span basis and for the total force.

Note

Please note the non-zero origin of the Y axis on the right plot of total force.

airplane_sectionalThrust airplane_thrust_history

Sectional thrust distribution and thrust history in airplane mode at θ75=26o.

To provide an overview of power efficiency in airplane mode at various pitching angles, the figure below shows the comparison of the thrust coefficient, torque coefficient and propeller propulsive efficiency, defined in Eq.(6.9.11), between the BET Disk and high fidelity simulations.

(6.9.11)#η=CTVCQVtip

airplane_CTCQ airplane_CTeta

Comparison of thrust coefficient, torque coefficient and propulsive efficiency in airplane mode at various pitch angles.