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 0f91d3e5a232d57deed64ad1f58ab7639912e881..674b2fe46865335e0316256bda2885a795cce47f 100644 --- a/Documentation/User Manual/5-input-and-output-files/VMOD.md +++ b/Documentation/User Manual/5-input-and-output-files/VMOD.md @@ -4,6 +4,10 @@ Modal results are only created if enabled in the [Options](#main-form) tab. One In Vecto 3 the structure of the modal data output has been revised and re-structured. Basically for every powertrain component the .vmod file contains the power at the input shaft and the individual power losses for every component. For the engine the power, torque and engine speed at the output shaft is given along with the internal power and torque used for computing the fuel consumption. See [Powertrain and Components Structure](#powertrain-and-components-structure) for schematics how the powertrain looks like and which positions in the powertrain the values represent. +Every line in the .vmod file represents the simulation interval from time - dt/2 to time + dt/2. All values represent the average power/torque/angular velocity during this simulation interval. If a certain power value can be described as function of the vehicle's acceleration the average power is calculated by +$P_{avg} = \frac{1}{simulation interval} \int{P(t) dt}$. +**Note:** Columns for the torque converter operating point represent the torque/angular speed at the end of the simulation interval! + The following table lists the columns in the .vmod file: ***Quantities:*** @@ -30,22 +34,19 @@ In Vecto 3 the structure of the modal data output has been revised and re-struct | P_eng_out | [kW] | Power provided at the engine's output shaft | | P_clutch_loss | [kW] | Power loss in the clutch due to slipping when driving off | | P_clutch_out | [kW] | Power at the clutch's out shaft. P_clutch_out = P_eng_out - P_clutch_loss | -| P_TC_loss [kW] | [kW] | Power loss in the torque converter | -| P_TC_out [kW] | [kW] | Power at the torque converter's out shaft. P_TC_out = P_eng_out - P_TC_loss | +| P_TC_out | [kW] | Power at the torque converter's out shaft. P_TC_out = P_eng_out - P_TC_loss | +| P_TC_loss | [kW] | Power loss in the torque converter | | P_aux | [kW] | Total power demand from the auxiliaries | | P_gbx_in | [kW] | Power at the gearbox' input shaft | -| P_gbx_loss | [kW] | Power loss at the gearbox, interpolated from the loss-map | +| P_gbx_loss | [kW] | Power loss at the gearbox, interpolated from the loss-map + shift losses + inertia losses | +| P_gbx_shift | [kW] | Power loss due to gearshifts (AT gearbox) | | 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_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_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_angle_in | [kW] | Power at the angle-gear input shaft. | -| P_angle_loss | [kW] | Power loss at the angle gear, interpolated from the loss-map. | -| P_tc_in | [kW] | Power at the torque-converter input shaft. | -| P_tc_loss | [kW] | Power loss at the torque-converter. | | 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. | | P_wheel_in | [kW] | Power at the driven wheels. P_wheel_in = P_brake_in - P_brake_loss | @@ -82,3 +83,14 @@ In Vecto 3 the structure of the modal data output has been revised and re-struct | FC-WHTCc | [g/h] | Fuel consumption after [WHTC Correction](#fuel-consumption-calculation) (based on FC-AUXc) | | FC-AAUX | [g/h] | Fuel consumption computed by the AAUX module considering smart auxiliaries | | FC-Final | [g/h] | Final fuel consumption value after all applicable corrections | + + +P_eng_FCmap = T_eng_fcmap * n_eng_avg + +P_eng_fcmap = P_eng_out + P_AUX + P_eng_inertia ( + P_PTO_Transm + P_PTO_Consumer ) = P_loss_total + P_AUX + P_eng_inertia + +P_loss_total = P_clutch_loss + P_gbx_loss + P_ret_loss + P_gbx_inertia + P_angle_loss + P_axle_loss + P_brake_loss + + P_wheel_inertia + P_air + P_roll + P_grad + P_veh_inertia (+ P_PTOconsumer + P_PTO_transm) + +P_trac = P_veh_inertia + P_roll + P_air + P_slope + diff --git a/Documentation/User Manual/5-input-and-output-files/VSUM.md b/Documentation/User Manual/5-input-and-output-files/VSUM.md index 843ecf707c62aec4c878f4fb2b9e52a421e8971f..1f11864a7d609e1bfa22352b75fe4bddb2b604bf 100644 --- a/Documentation/User Manual/5-input-and-output-files/VSUM.md +++ b/Documentation/User Manual/5-input-and-output-files/VSUM.md @@ -22,25 +22,26 @@ The .vsum file includes total / average results for each calculation run in one | FC-Final | [g/h], [g/km], [l/100km], [l/100tkm] | Final average fuel consumption after ALL corrections. Value for calculation of CO~2~ value. If Loading = 0[kg] the column [l/100tkm] is left empty. | | CO2 | [g/km], [g/tkm] | Average CO~2~ emissions (based on FC-Final value). Output for [l/100tkm] is empty when Loading = 0[kg]. | | P_wheel_in_pos | [kW] | Average positive power at the wheels | -| P_brake_loss | [kW] | Average brake power losses (not including engine drag) | -| P_clutch_pos | [kW] | Average positive power at clutch (coming from engine) (all non-negative values averaged over the whole cycle duration) | -| P_clutch_neg | [kW] | Average negative power at clutch (coming from engine) (all non-positive values averaged over the whole cycle duration) | +| P_fcmap_pos | [kW] | Average positive power at engine (all non-negative values averaged over the whole cycle duration) | +| E_fcmap_pos | [kWh] | Total positive work provided by the combustion engine. | +| E_fcmap_neg | [kWh] | Total energy | +| E_powertrain_inertia | [kWh] | Total work of engine, torqueconverter, and gearbox inertia | | E_aux_xxx | [kWh] | Total energy demand of auxiliary with ID xxx. See also [Aux Dialog](#auxiliary-dialog) and [Driving Cycle](#driving-cycles). In Declaration Mode the following auxiliaries always exists: E_aux_FAN (Fan), E_aux_PS (Pneumatic System), E_aux_STP (Steering Pump), E_aux_ES (Electrical System), E_aux_AC (Air Condition) | | E_aux_sum | [kWh] | Total energy demand of all auxiliaries | -| E_PTO_CONSUM | [kWh] | Total energy demand of the pto consumer (if a pto consumer was used). | -| E_PTO_TRANSM | [kWh] | Total energy demand of the pto transmission (if a pto transmission was used). | +| E_clutch_loss | [kWh] | Total energy loss in the clutch | +| E_tc_loss | [kWh] | Total torque converter energy loss | +| E_gbx_loss | [kWh] | Total transmission energy losses at gearbox (includes loss-map, inertia, gear-shifts) | +| E_shift_loss | [kWh] | Total energy losses due to gearshifts | +| E_ret_loss | [kWh] | Total retarder energy loss | +| E_angle_loss | [kWh] | Total torque converter energy loss | +| E_axl_loss | [kWh] | Total transmission energy losses at the axlegear | +| E_brake | [kWh] | Total work dissipated in mechanical braking (sum of service brakes, retader and additional engine exhaust brakes) | +| E_vehicle_inertia | [kWh] | Total work of wheels inertia and vehicle mass | | E_air | [kWh] | Total work of air resistance | | E_roll | [kWh] | Total work of rolling resistance | | E_grad | [kWh] | Total work of gradient resistance | -| E_inertia | [kWh] | Total work of gearbox and engine inertia | -| E_brake | [kWh] | Total work dissipated in mechanical braking (sum of service brakes, retader and additional engine exhaust brakes) | -| E_gbx_loss | [kWh] | Total transmission energy losses at gearbox | -| E_axl_loss | [kWh] | Total transmission energy losses at the axlegear | -| E_angle_loss | [kWh] | Total torque converter energy loss | -| E_ret_loss | [kWh] | Total retarder energy loss | -| E_tc_loss | [kWh] | Total torque converter energy loss | -| E_clutch_pos | [kWh] | Total positive work at clutch input (produced by engine) (all non-negative values averaged over the whole cycle duration) | -| E_clutch_neg | [kWh] | Total negative work at clutch input (produced by engine drag) (all non-positive values averaged over the whole cycle duration) | +| E_PTO_CONSUM | [kWh] | Total energy demand of the pto consumer (if a pto consumer was used). | +| E_PTO_TRANSM | [kWh] | Total energy demand of the pto transmission (if a pto transmission was used). | | a | [m/s^2^] | Average acceleration | | a_pos | [m/s^2^] | Average acceleration in acceleration phases (a~3s~ \> 0.125 \[m/s^2^\], a~3s~ = 3-seconds-averaged acceleration) | | a_neg | [m/s^2^] | Average deceleration in deceleration phases (a~3s~ \< 0.125 \[m/s^2^\], a~3s~ = 3-seconds-averaged acceleration) | @@ -49,3 +50,6 @@ The .vsum file includes total / average results for each calculation run in one | CruiseTimeShare | [%] | Time share of cruise phases (-0.125 ≤ a~3s~ ≤ 0.125 \[m/s^2^\]) | | StopTimeShare | [%] | Time share of stop phases (v \< 0.1 \[m/s\]) | +E_fcmap_pos = E_fcmap_neg + E_powertrain_inertia + E_aux_xxx + E_aux_sum + E_clutch_loss + E_tc_loss + E_gbx_loss + E_ret_loss + E_angle_loss + E_axl_loss + E_brake + E_vehicle_inertia + E_air + E_roll + E_grad + E_PTO_CONSUM + E_PTO_TRANSM + +E_fcmap_pos = P_fcmap_pos * time diff --git a/Documentation/User Manual/help.html b/Documentation/User Manual/help.html index 4f151912b1fb5ec4c220ba91fbf4b9888c9d3b20..52c68c69ea1b6b36984adf6c2d1c9ab23f47ca56 100644 --- a/Documentation/User Manual/help.html +++ b/Documentation/User Manual/help.html @@ -5287,6 +5287,7 @@ CycleTime,UnknownCycleName,3600</code></pre> <h2>Modal Results (.vmod)</h2> <p>Modal results are only created if enabled in the <a href="#main-form">Options</a> tab. One file is created for each calculation and stored in the same directory as the .vecto file.</p> <p>In Vecto 3 the structure of the modal data output has been revised and re-structured. Basically for every powertrain component the .vmod file contains the power at the input shaft and the individual power losses for every component. For the engine the power, torque and engine speed at the output shaft is given along with the internal power and torque used for computing the fuel consumption. See <a href="#powertrain-and-components-structure">Powertrain and Components Structure</a> for schematics how the powertrain looks like and which positions in the powertrain the values represent.</p> +<p>Every line in the .vmod file represents the simulation interval from time - dt/2 to time + dt/2. All values represent the average power/torque/angular velocity during this simulation interval. If a certain power value can be described as function of the vehicle’s acceleration the average power is calculated by <span class="math inline">\(P_{avg} = \frac{1}{simulation interval} \int{P(t) dt}\)</span>. <strong>Note:</strong> Columns for the torque converter operating point represent the torque/angular speed at the end of the simulation interval!</p> <p>The following table lists the columns in the .vmod file:</p> <p><strong><em>Quantities:</em></strong></p> <table style="width:94%;"> @@ -5404,14 +5405,14 @@ CycleTime,UnknownCycleName,3600</code></pre> <td>Power at the clutch’s out shaft. P_clutch_out = P_eng_out - P_clutch_loss</td> </tr> <tr class="odd"> -<td>P_TC_loss [kW]</td> +<td>P_TC_out</td> <td>[kW]</td> -<td>Power loss in the torque converter</td> +<td>Power at the torque converter’s out shaft. P_TC_out = P_eng_out - P_TC_loss</td> </tr> <tr class="even"> -<td>P_TC_out [kW]</td> +<td>P_TC_loss</td> <td>[kW]</td> -<td>Power at the torque converter’s out shaft. P_TC_out = P_eng_out - P_TC_loss</td> +<td>Power loss in the torque converter</td> </tr> <tr class="odd"> <td>P_aux</td> @@ -5426,245 +5427,234 @@ CycleTime,UnknownCycleName,3600</code></pre> <tr class="odd"> <td>P_gbx_loss</td> <td>[kW]</td> -<td>Power loss at the gearbox, interpolated from the loss-map</td> +<td>Power loss at the gearbox, interpolated from the loss-map + shift losses + inertia losses</td> </tr> <tr class="even"> +<td>P_gbx_shift</td> +<td>[kW]</td> +<td>Power loss due to gearshifts (AT gearbox)</td> +</tr> +<tr class="odd"> <td>P_gbx_inertia</td> <td>[kW]</td> <td>Power loss due to the gearbox’ inertia</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_ret_in</td> <td>[kW]</td> <td>Power at the retarder’s input shaft. P_ret_in = P_gbx_in - P_gbx_loss - P_gbx_inertia</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_ret_loss</td> <td>[kW]</td> <td>Power loss at the retarder, interpolated from the loss-map.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_angle_in</td> <td>[kW]</td> -<td>Power at the Anglegear’s input shaft. Empty if no Anglegear is used.</td> +<td>Power at the anglegear’s input shaft. Empty if no Anglegear is used.</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_angle_loss</td> <td>[kW]</td> -<td>Power loss at the Anglegear, interpolated from the loss-map. Empty if no Anglegear is used.</td> +<td>Power loss at the anglegear, interpolated from the loss-map. Empty if no Anglegear is used.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_axle_in</td> <td>[kW]</td> <td>Power at the axle-gear input shaft. P_axle_in = P_ret_in - P_ret_loss ( - P_angle_loss if an Angulargear is used).</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_axle_loss</td> <td>[kW]</td> <td>Power loss at the axle gear, interpolated from the loss-map.</td> </tr> -<tr class="odd"> -<td>P_angle_in</td> -<td>[kW]</td> -<td>Power at the angle-gear input shaft.</td> -</tr> <tr class="even"> -<td>P_angle_loss</td> -<td>[kW]</td> -<td>Power loss at the angle gear, interpolated from the loss-map.</td> -</tr> -<tr class="odd"> -<td>P_tc_in</td> -<td>[kW]</td> -<td>Power at the torque-converter input shaft.</td> -</tr> -<tr class="even"> -<td>P_tc_loss</td> -<td>[kW]</td> -<td>Power loss at the torque-converter.</td> -</tr> -<tr class="odd"> <td>P_brake_in</td> <td>[kW]</td> <td>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</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_brake_loss</td> <td>[kW]</td> <td>Power loss due to braking.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_wheel_in</td> <td>[kW]</td> <td>Power at the driven wheels. P_wheel_in = P_brake_in - P_brake_loss</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_wheel_inertia</td> <td>[kW]</td> <td>Power loss due to the wheels’ inertia</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_trac</td> <td>[kW]</td> <td>Vehicle’s traction power. P_trac = P_wheel_in - P_wheel_inertia</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_slope</td> <td>[kW]</td> <td>Power loss/gain due to the road’s slope</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_air</td> <td>[kW]</td> <td>Power loss due to air drag.</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_roll</td> <td>[kW]</td> <td>Rolling resistance power loss.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_veh_inertia</td> <td>[kW]</td> <td>Power loss due to the vehicle’s inertia</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_aux_<XXX></td> <td>[kW]</td> <td>Power demand for every individual auxiliary. Only if the run has auxiliaries.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>P_PTO_consum</td> <td>[kW]</td> <td>Power demand from the PTO consumer. Only if the vehicle has a PTO consumer.</td> </tr> -<tr class="even"> +<tr class="odd"> <td>P_PTO_transmission</td> <td>[kW]</td> <td>Power demand from the PTO transmission. Only if the vehicle has a PTO consumer.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_NonSmartAlternatorsEfficiency</td> <td>[Fraction]</td> <td>Non-Smart Alternators Efficiency, Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_SmartIdleCurrent_Amps</td> <td>[Amps]</td> <td>Smart Idle Current in Amps, Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_SmartIdleAlternatorsEfficiency</td> <td>[Fraction]</td> <td>Smart Idle Alternators Efficiency, Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_SmartTractionCurrent_Amps</td> <td>[Amps]</td> <td>Smart Traction Current in Amps, Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_SmartTractionAlternatorEfficiency</td> <td>[Fraction]</td> <td>Smart Traction Alternator Efficiency, Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_SmartOverrunCurrent_Amps</td> <td>[Amps]</td> <td>Smart Overrun Current in Amps, Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_SmartOverrunAlternatorEfficiency</td> <td>[Fraction]</td> <td>Smart Overrun Alternator Efficiency, Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_CompressorFlowRate_LitrePerSec</td> <td>[Ni L/S]</td> <td>Compressor Flow Rate in litres per second, Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_OverrunFlag</td> <td>[Bool [0/1]</td> <td>Overrun Flag (yes/no), Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_EngineIdleFlag</td> <td>[Bool [0/1]</td> <td>Engine Idle Flag (yes/no), Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_CompressorFlag</td> <td>[Bool [0/1]</td> <td>Compressor Flag (off/on), Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>AA_TotalCycleFC_Grams</td> <td>[Grams]</td> <td>Total Cycle Fuel Consumption in grams, Advance Auxiliaries Module</td> </tr> -<tr class="odd"> +<tr class="even"> <td>AA_TotalCycleFC_Litres</td> <td>[Litres]</td> <td>Total Cycle Fuel Consumption in litres, Advance Auxiliaries Module</td> </tr> -<tr class="even"> +<tr class="odd"> <td>TCnu</td> <td>[-]</td> <td>Torque converter operating point: speed ratio</td> </tr> -<tr class="odd"> +<tr class="even"> <td>TCmu</td> <td>[-]</td> <td>Torque converter operating point: torque ratio</td> </tr> -<tr class="even"> +<tr class="odd"> <td>T_TC_out</td> <td>[Nm]</td> <td>Torque converter operating point: output torque</td> </tr> -<tr class="odd"> +<tr class="even"> <td>n_TC_out</td> <td>[rpm]</td> <td>Torque converter operating point: output speed</td> </tr> -<tr class="even"> +<tr class="odd"> <td>T_TC_in</td> <td>[Nm]</td> <td>Torque converter operating point: input torque</td> </tr> -<tr class="odd"> +<tr class="even"> <td>n_TC_in</td> <td>[rpm]</td> <td>Torque converter operating point: input speed</td> </tr> -<tr class="even"> +<tr class="odd"> <td>FC-Map</td> <td>[g/h]</td> <td>Fuel consumption interpolated from FC map.</td> </tr> -<tr class="odd"> +<tr class="even"> <td>FC-AUXc</td> <td>[g/h]</td> <td>Fuel consumption after <a href="#fuel-consumption-calculation">Auxiliary-Start/Stop Correction</a> (based on FC)</td> </tr> -<tr class="even"> +<tr class="odd"> <td>FC-WHTCc</td> <td>[g/h]</td> <td>Fuel consumption after <a href="#fuel-consumption-calculation">WHTC Correction</a> (based on FC-AUXc)</td> </tr> -<tr class="odd"> +<tr class="even"> <td>FC-AAUX</td> <td>[g/h]</td> <td>Fuel consumption computed by the AAUX module considering smart auxiliaries</td> </tr> -<tr class="even"> +<tr class="odd"> <td>FC-Final</td> <td>[g/h]</td> <td>Final fuel consumption value after all applicable corrections</td> </tr> </tbody> </table> +<p>P_eng_FCmap = T_eng_fcmap * n_eng_avg</p> +<p>P_eng_fcmap = P_eng_out + P_AUX + P_eng_inertia ( + P_PTO_Transm + P_PTO_Consumer ) = P_loss_total + P_AUX + P_eng_inertia</p> +<p>P_loss_total = P_clutch_loss + P_gbx_loss + P_ret_loss + P_gbx_inertia + P_angle_loss + P_axle_loss + P_brake_loss + P_wheel_inertia + P_air + P_roll + P_grad + P_veh_inertia (+ P_PTOconsumer + P_PTO_transm)</p> +<p>P_trac = P_veh_inertia + P_roll + P_air + P_slope</p> </div> <div id="summary-results-.vsum" class="section level2"> <h2>Summary Results (.vsum)</h2> @@ -5770,19 +5760,19 @@ CycleTime,UnknownCycleName,3600</code></pre> <td>Average positive power at the wheels</td> </tr> <tr class="even"> -<td>P_brake_loss</td> -<td>[kW]</td> -<td>Average brake power losses (not including engine drag)</td> +<td>E_fcmap_pos</td> +<td>[kWh]</td> +<td>Total positive work provided by the combustion engine.</td> </tr> <tr class="odd"> -<td>P_clutch_pos</td> -<td>[kW]</td> -<td>Average positive power at clutch (coming from engine) (all non-negative values averaged over the whole cycle duration)</td> +<td>E_fcmap_neg</td> +<td>[kWh]</td> +<td>Total energy</td> </tr> <tr class="even"> -<td>P_clutch_neg</td> -<td>[kW]</td> -<td>Average negative power at clutch (coming from engine) (all non-positive values averaged over the whole cycle duration)</td> +<td>E_powertrain_inertia</td> +<td>[kWh]</td> +<td>Total work of engine, torqueconverter, and gearbox inertia</td> </tr> <tr class="odd"> <td>E_aux_xxx</td> @@ -5795,74 +5785,74 @@ CycleTime,UnknownCycleName,3600</code></pre> <td>Total energy demand of all auxiliaries</td> </tr> <tr class="odd"> -<td>E_PTO_CONSUM</td> +<td>E_clutch_loss</td> <td>[kWh]</td> -<td>Total energy demand of the pto consumer (if a pto consumer was used).</td> +<td>Total energy loss in the clutch</td> </tr> <tr class="even"> -<td>E_PTO_TRANSM</td> +<td>E_tc_loss</td> <td>[kWh]</td> -<td>Total energy demand of the pto transmission (if a pto transmission was used).</td> +<td>Total torque converter energy loss</td> </tr> <tr class="odd"> -<td>E_air</td> +<td>E_gbx_loss</td> <td>[kWh]</td> -<td>Total work of air resistance</td> +<td>Total transmission energy losses at gearbox (includes loss-map, inertia, gear-shifts)</td> </tr> <tr class="even"> -<td>E_roll</td> +<td>E_shift_loss</td> <td>[kWh]</td> -<td>Total work of rolling resistance</td> +<td>Total energy losses due to gearshifts</td> </tr> <tr class="odd"> -<td>E_grad</td> +<td>E_ret_loss</td> <td>[kWh]</td> -<td>Total work of gradient resistance</td> +<td>Total retarder energy loss</td> </tr> <tr class="even"> -<td>E_inertia</td> +<td>E_angle_loss</td> <td>[kWh]</td> -<td>Total work of gearbox and engine inertia</td> +<td>Total torque converter energy loss</td> </tr> <tr class="odd"> -<td>E_brake</td> +<td>E_axl_loss</td> <td>[kWh]</td> -<td>Total work dissipated in mechanical braking (sum of service brakes, retader and additional engine exhaust brakes)</td> +<td>Total transmission energy losses at the axlegear</td> </tr> <tr class="even"> -<td>E_gbx_loss</td> +<td>E_brake</td> <td>[kWh]</td> -<td>Total transmission energy losses at gearbox</td> +<td>Total work dissipated in mechanical braking (sum of service brakes, retader and additional engine exhaust brakes)</td> </tr> <tr class="odd"> -<td>E_axl_loss</td> +<td>E_vehicle_inertia</td> <td>[kWh]</td> -<td>Total transmission energy losses at the axlegear</td> +<td>Total work of wheels inertia and vehicle mass</td> </tr> <tr class="even"> -<td>E_angle_loss</td> +<td>E_air</td> <td>[kWh]</td> -<td>Total torque converter energy loss</td> +<td>Total work of air resistance</td> </tr> <tr class="odd"> -<td>E_ret_loss</td> +<td>E_roll</td> <td>[kWh]</td> -<td>Total retarder energy loss</td> +<td>Total work of rolling resistance</td> </tr> <tr class="even"> -<td>E_tc_loss</td> +<td>E_grad</td> <td>[kWh]</td> -<td>Total torque converter energy loss</td> +<td>Total work of gradient resistance</td> </tr> <tr class="odd"> -<td>E_clutch_pos</td> +<td>E_PTO_CONSUM</td> <td>[kWh]</td> -<td>Total positive work at clutch input (produced by engine) (all non-negative values averaged over the whole cycle duration)</td> +<td>Total energy demand of the pto consumer (if a pto consumer was used).</td> </tr> <tr class="even"> -<td>E_clutch_neg</td> +<td>E_PTO_TRANSM</td> <td>[kWh]</td> -<td>Total negative work at clutch input (produced by engine drag) (all non-positive values averaged over the whole cycle duration)</td> +<td>Total energy demand of the pto transmission (if a pto transmission was used).</td> </tr> <tr class="odd"> <td>a</td> @@ -5901,6 +5891,7 @@ CycleTime,UnknownCycleName,3600</code></pre> </tr> </tbody> </table> +<p>E_fcmap_pos = E_fcmap_neg + E_powertrain_inertia + E_aux_xxx + E_aux_sum + E_clutch_loss + E_tc_loss + E_gbx_loss + E_ret_loss + E_angle_loss + E_axl_loss + E_brake + E_vehicle_inertia + E_air + E_roll + E_grad + E_PTO_CONSUM + E_PTO_TRANSM</p> </div> <div id="application-files" class="section level2"> <h2>Application Files</h2>