8.2.3. actuatorDisks#

8.2.3.1. Example JSON file inputs for left-handed and right-handed rotors#

  1. an actuator disk modelling of left-hand-rotation rotor in quiescent flow:

"actuatorDisks":[
    {
        ...
        "axisThrust":[0,0,1],
        "forcePerArea":{
           "radius":[0.01, 0.05, 0.1],
           "thrust":[0.001, 0.02, 0],
           "circumferential":[-0.0001, -0.003, 0]
        }
    }
]
../../../_images/leftHand_thrust_z+1.svg
  1. an actuator disk modelling of right-hand-rotation rotor in quiescent flow:

"actuatorDisks":[
    {
        ...
        "axisThrust":[0,0,-1],
        "forcePerArea":{
           "radius":[0.01, 0.05, 0.1],
           "thrust":[0.001, 0.02, 0],
           "circumferential":[0.0001, 0.003, 0]
        }
    }
]
../../../_images/rightHand_thrust_z-1.svg