From 5f4271981b0c725a0b4569c5af79fc269f2614c8 Mon Sep 17 00:00:00 2001 From: Michael Krisper <michael.krisper@tugraz.at> Date: Mon, 18 Jul 2016 17:03:11 +0200 Subject: [PATCH] usermanual: modfile added P_angle_in, P_angle_loss --- .../User Manual/5-input-and-output-files/VMOD.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/User Manual/5-input-and-output-files/VMOD.md b/Documentation/User Manual/5-input-and-output-files/VMOD.md index 91c889eaec..9ba15104bc 100644 --- a/Documentation/User Manual/5-input-and-output-files/VMOD.md +++ b/Documentation/User Manual/5-input-and-output-files/VMOD.md @@ -73,11 +73,13 @@ In Vecto 3.0.2 the structure of the modal data output has been revised and re-st | P_clutch_out | [kW] | Power at the clutch's out shaft. P_clutch_out = P_eng_out - P_clutch_loss | | P_aux | [kW] | Total power demand by the auxiliaries | | P_gbx_in | [kW] | Power at the gearbox' input shaft | -| P_gbx_loss | [kW] | Power loss at the gerbox, interpolated from the loss-map | +| P_gbx_loss | [kW] | Power loss at the gearbox, interpolated from the loss-map | | P_gbx_inertia | [kW] | Power loss due to the gearbox' inertia | | P_ret_in | [kW] | Power at the retarder's input shaft. P_ret_in = P_gbx_in - P_gbx_loss - P_gbx_inertia | -| P_ret_loss | [kW] | Power loss at the retarder, interpolated from the loss-map | -| P_axle_in | [kW] | Power at the axle-gear input shaft. P_axle_in = P_ret_in - P_ret_loss | +| P_ret_loss | [kW] | Power loss at the retarder, interpolated from the loss-map. | +| P_angle_in | [kW] | Power at the Anglegear's input shaft. Empty if no Anglegear is used. | +| P_angle_loss | [kW] | Power loss at the Anglegear, interpolated from the loss-map. Empty if no Anglegear is used. | +| P_axle_in | [kW] | Power at the axle-gear input shaft. P_axle_in = P_ret_in - P_ret_loss ( - P_angle_loss if an Angulargear is used) | | P_axle_loss | [kW] | Power loss at the axle gear, interpolated from the loss-map | | P_brake_in | [kW] | Power at the brake input shaft (definition: serially mounted into the drive train between wheels and axle). P_brake_in = P_axle_in - P_axle_loss | | P_brake_loss | [kW] | Power loss due to braking | -- GitLab