auto: Power Required by Speed This is how you write metadata if you...

Description Usage Arguments Value

View source: R/my_function.R

Description

This function determines the power required to keep a vehicle moving at a given speed

Usage

1
auto(V, m, A, c_drag = 0.3, c_roll = 0.015, pair = 1.2, g = 9.8)

Arguments

m

vehicle mass (kg)

A

area of front of vehicle (m2)

pair

(kg/m3) default =1.2 kg/m3

g

acceleration due to gravity (m/s) default=9.8

cdrag

coefficient due to drag default=0.3

crolling

coefficient due to rolling/friction default=0.015

v

vehicle speed (m/2)

Value

power (W)


molly-williams/mollyspackage2 documentation built on March 21, 2021, 4:15 p.m.