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:
-
Create a field function for the advance ratio:
- 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.
-
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 - Save the simulation.