Defining the Operating Condition Using Field Functions

Several variables define the operating condition that applies to the helicopter in the virtual wind tunnel. Defining these variables as field functions allows you to change the operating condition for further analyses.

For this tutorial, the operating condition is defined by the following parameters:
  • Advance ratio

    The advance ratio determines the forward speed of the helicopter. This parameter is used to compute the inlet velocity at the inflow boundary.

  • Thrust coefficient

    The thrust coefficient is used to compute the target thrust of the rotor.

  • Rotation rate

    The rotation rate is used to compute the rotational speed and the rotor tip velocity.

  • Pitch angles

    You prescribe the various pitch angles later directly for the virtual disk properties.

To define the operating condition:

  1. Create a field function for the advance ratio:
    1. Right-click the Automation > Field Functions node and select New > Scalar.
    2. Rename the User Field Function 1 node to Advance Ratio.
    3. Select the Advance Ratio node and set the following properties:
      Property Setting
      Function Name AdvanceRatio
      Definition 0.151
  2. In the same way, create 11 more scalar field functions and name them Disc Area, Inlet Velocity, Omega, Pi, Rotor Radius, Rotor Solidity, RPM, Thrust Coefficient, Thrust, Rho, and Tip Speed, respectively.
  3. Set the following properties for the field functions:
    Field Function Function Name Dimensions Definition
    Rotor Radius RotorRadius Length 0.860552
    Pi Pi Dimensionless atan(1)*4
    Disc Area DiscArea Length^2 $RotorRadius*$RotorRadius*$Pi
    Rotor Solidity RotorSolidity Dimensionless 0.098
    RPM RPM 1/Time 2000
    Omega Omega AngularVelocity $Pi*$RPM/30
    Tip Speed TipSpeed Velocity $Omega*$RotorRadius
    Inlet Velocity InletVelocity Velocity $AdvanceRatio*$TipSpeed
    Thrust Coefficient ThrustCoefficient Dimensionless 0.0403
    Rho Rho Mass/Volume 1.176
    Thrust Thrust Force $ThrustCoefficient*$Rho*$DiscArea*$TipSpeed*$TipSpeed*$RotorSolidity
  4. Save the simulation.