autopower: Power Required by Speed

Description Usage Arguments Value

View source: R/autopower.R

Description

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

Usage

1
autopower(V, m, A, cdrag = 0.3, crolling = 0.015, pair = 1.2, g = 9.8)

Arguments

m

vehicle mass (kg)

A

area of front of vehicle (m2)

cdrag

coefficient due to drag default=0.3

crolling

coefficient due to rolling/friction default=0.015

pair

(kg/m3) default =1.2

g

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

v

vehicle speed (m/2)

Value

power (W)


naomitague/rainbow documentation built on Jan. 27, 2021, 9:48 a.m.