Alpha_lin.default | R Documentation |
classified list of basic factors containing zero-lift angle, gradient of Cla, lift induced drag factor, zero-lift drag factor.
data("Alpha_lin.default")
The format is: List of 4 $ Cla : num 0.1 $ alpha0: num -5 $ CdiF : num 0.0398 $ Cd0 : num 0.02 - attr(*, "class")= chr "Alpha_lin"
Cla: Rate of change of Cl with respect to alpha. alpha0: Corresponded angle of attack when minimum absolute value of lift coefficient occurs Cdif: lift-induced drag factor, also as the factor of the quadratic eq of the Cl versus alpha curve. Correction of the Cdif is usually related to the calculation of the Oswald Spanwise Efficiency. Cd0: Minimum drag coefficient (Usually occurs when lift is close to 0).
https://en.wikipedia.org/wiki/Airfoil
create(Alpha_lin.default) ## maybe str(Alpha_lin.default) ; plot(Alpha_lin.default) ...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.