-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db8a1b6
commit 2fcc970
Showing
1 changed file
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
float64 supplied_hydraulic_power # Watts | ||
float64 shaft_mech_power # Watts | ||
float64 inst_power # Watts | ||
float64 rpm | ||
float64 upper_hydraulic_pressure # Pa | ||
float64 lower_hydraulic_pressure # Pa | ||
float64 force # Newtons | ||
|
||
float64 supplied_hydraulic_power # Watts | ||
|
||
float64 hydraulic_motor_loss | ||
float64 relief_valve_loss | ||
float64 shaft_mech_power # Watts | ||
|
||
float64 motor_drive_i2r_loss | ||
float64 motor_drive_switching_loss | ||
float64 motor_drive_friction_loss | ||
float64 load_dump_power | ||
float64 battery_i2r_loss | ||
float64 relief_valve_loss | ||
float64 hydraulic_motor_loss | ||
|
||
float64 eff_m # mechanical efficiency | ||
float64 eff_v # volumetric efficiency | ||
float64 battery_storage_power |