public interface ControlHingeMoments
Modified by: Joseph A. Huwaldt
Modifier and Type | Method and Description |
---|---|
float |
getCh()
Returns the non-dimensional hinge-moment coefficient: Ch = H.M.
|
void |
setAOA(float AOA)
Method that sets the angle of attack in degrees.
|
void |
setDef(float def)
Sets the control deflection angle in degrees.
|
void |
setHOB(float hob)
Sets the height above ground level (for ground effect modeling).
|
void |
setMach(float Mach)
Method that sets the Mach number.
|
void setAOA(float AOA)
AOA
- Angle of attack in degrees.void setMach(float Mach)
Mach
- The Mach number.void setDef(float def)
def
- Deflection angle.void setHOB(float hob)
hob
- The height to the aero reference point
divided by the reference span "bref".float getCh()