actuatorDisks
Contents
8.2.3. actuatorDisks#
8.2.3.1. Example JSON file inputs for left-handed and right-handed rotors#
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]
}
}
]
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]
}
}
]