Description Usage Arguments Value
This function determines the power required to keep a vehicle moving at a given speed
1 | auto(V, m, A, c_drag = 0.3, c_roll = 0.015, pair = 1.2, g = 9.8)
|
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) |
power (W)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.