create.Theta: Create analysis for climbing angle (Theta).

View source: R/Theta.R

create.ThetaR Documentation

Create analysis for climbing angle (Theta).

Description

When a certain plane is climbng steadily at a certain angle there is the least speed, force and power to maintain lift of the the corresponding state. In this model we assume that lift is fully used (the Cl and Cd entered is the Cl and Cd of the state). Classified lists required for analysis. The output is also an objective list

Usage

create.Theta(Raw)

Arguments

Raw

Raw objective list containing basic infomations for a kinetic study

Note

Inspired by the kinetic analysis from the book by Tan Chu Xiong

Author(s)

Hao Li

See Also

theta.default

Examples

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.
create(theta.default)
## The function is currently defined as
function (Raw)
{
    re = list(Raw = Raw, Out = motion_LEAST_v_ANGLE(angle = Raw$theta,
        state = Raw$state))
    class(re) = "ThetaOut"
    re
  }

HaoLi111/rAviExp documentation built on Oct. 21, 2022, 2:18 a.m.