next up previous contents
Next: Miscellaneous Up: Elements Previous: Output Elements   Contents

Subsections

Rotor

The rotor element is used to associate the aerodynamic elements that model the blades of a helicopter rotor when some inflow related computations are required. By means of different inflow models, and by means of the aerodynamic load contributions supplied by the aerodynamic elements, the rotor element is able to compute the induced velocity at an arbitrary point on the rotor disk. This velocity term in turn is used by the aerodynamic elements to determine a better estimate of the boundary conditions. The syntax of the rotor element is:
    <normal_arglist> ::= <craft_node> ,
            [ hinge , (Mat3x3)<rotor_orientation> , ]
        <rotor_node> ,
        induced velocity , <induced_velocity_model>
The optional rotor_orientation is required when axis 3 of the craft_node is not aligned with the rotor axis; axis 3 of the rotor_node must be aligned with the rotor axis.

There are five models of induced velocity. The first is no induced velocity; the syntax is:

    <induced_velocity_model> ::= no
There is no argument list. This element doesn't compute any induced velocity, but still computes the rotor traction for output purposes, if output is required. The others have a fairly common syntax. The first three are uniform, glauert and mangler induced velocity models:
    <induced_velocity_model> ::= { uniform | glauert | mangler } , 
        <reference_omega> , <reference_radius> 
        [ , ground , <ground_node> ]
        [ , delay , (drive_caller) <memory_factor> ]
        [ , max iterations , <max_iterations> ]
        [ , tolerance , <tolerance> ]
        [ , eta , <eta> ]
        [ , correction , <hover_correction_factor> ,
            <ff_correction_factor> ]

The last induced velocity model uses a dynamic inflow model, based on [12], with 3 inflow states. The syntax is:

    <induced_velocity_model> ::= dynamic inflow , 
        <reference_omega> , 
        <reference_radius> 
        [ , ground , <ground_node> ]
        [ , initial value , <const_vel> ,
            <cosine_vel> ,
            <sine_vel> ]
        [ , max iterations , <max_iterations> ]
        [ , tolerance , <tolerance> ]
        [ , eta , <eta> ]
        [ , correction , <hover_correction_factor> ,
            <ff_correction_factor> ]
Most of the parameters are the same as for the previous models. The optional delay parameter is no longer allowed. The three states, corresponding to uniform, fore-aft and lateral inflow, can be explicitly initialized by means of the optional initial value parameter.

Output

The following output is available for all rotor elements:
  1. element label
  2. rotor force in x direction (longitudinal force)
  3. rotor force in y direction (lateral force)
  4. rotor force in z direction (thrust)
  5. rotor moment about x direction (roll moment)
  6. rotor moment about y direction (pitch moment)
  7. rotor moment about z direction (torque)
  8. mean inflow velocity, based on momentum theory
  9. reference velocity at rotor center, sum of airstream and craft node velocity
  10. rotor disk angle
  11. advance parameter $ \mu$
  12. inflow parameter $ \lambda$
  13. advance/inflow angle $ \chi$ = arctan$ \left(\vphantom{ \mu/\lambda }\right.$$ \mu$/$ \lambda$$ \left.\vphantom{ \mu/\lambda }\right)$
  14. reference azimuthal direction $ \psi_{0}^{}$, related to rotor yaw angle
  15. boolean flag indicating convergence in reference induced velocity computation iteration
  16. number of iterations required for convergence
The dynamic inflow model adds the columns
  1. constant inflow state
  2. sine inflow state (lateral)
  3. cosine inflow state (longitudinal)

Private Data

The following data is available:
  1. "Tx" rotor force in x direction (longitudinal force)
  2. "Ty" rotor force in y direction (lateral force)
  3. "Tz" rotor force in z direction (thrust)
  4. "Mx" rotor moment about x direction (roll moment)
  5. "My" rotor moment about y direction (pitch moment)
  6. "Mz" rotor moment about z direction (torque)


next up previous contents
Next: Miscellaneous Up: Elements Previous: Output Elements   Contents
MBDyn: MultiBody Dynamics Software
Document version: 1.3.7
Last update: Tue Mar 17, 2009
Maintained by mbdyn@aero.polimi.it