get_take_off_velocity: Get Take-off Velocity

Description Usage Arguments Value Examples

View source: R/utils.R

Description

get_take_off_velocity returns take off velocity when mean_force is applied to the object of mass over push_off_distance in vertical direction, assuming zero starting velocity

Usage

1
2
3
4
5
6
get_take_off_velocity(
  mean_force = 3000,
  mass = 75,
  push_off_distance = 0.4,
  gravity_const = 9.81
)

Arguments

mean_force

Numeric vector. Default 3000

mass

Numeric vector. Default 75

push_off_distance

Numeric vector. Default 0.4

gravity_const

Numeric vector. Default 9.81

Value

Numeric vector

Examples

1
2
3
4
5
get_take_off_velocity(
  mean_force = 2000,
  mass = 85,
  push_off_distance = 0.4
)

mladenjovanovic/vjsim documentation built on Aug. 7, 2020, 10:10 p.m.