Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit be3fddc6 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix: correct mod-data column headers

parent b94031ae
No related branches found
No related tags found
No related merge requests found
...@@ -223,7 +223,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Data ...@@ -223,7 +223,7 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
/// <summary> /// <summary>
/// [kW] Gearbox losses. /// [kW] Gearbox losses.
/// </summary> /// </summary>
[ModalResultField(typeof(SI), name: "Ploss GB", caption: "P_gbx_loss GB [kW]", outputFactor: 1e-3)] P_gbx_loss, [ModalResultField(typeof(SI), name: "P_gbx_loss", caption: "P_gbx_loss [kW]", outputFactor: 1e-3)] P_gbx_loss,
/// <summary> /// <summary>
/// [kW] Losses in differential / axle transmission. /// [kW] Losses in differential / axle transmission.
...@@ -233,17 +233,17 @@ namespace TUGraz.VectoCore.Models.Simulation.Data ...@@ -233,17 +233,17 @@ namespace TUGraz.VectoCore.Models.Simulation.Data
/// <summary> /// <summary>
/// [kW] Retarder losses. /// [kW] Retarder losses.
/// </summary> /// </summary>
[ModalResultField(typeof(SI), name: "Ploss Retarder", caption: "Ploss Retarder [kW]", outputFactor: 1e-3)] P_ret_loss, [ModalResultField(typeof(SI), name: "P_ret_loss", caption: "P_ret_loss [kW]", outputFactor: 1e-3)] P_ret_loss,
/// <summary> /// <summary>
/// [kW] Rotational acceleration power: Gearbox. /// [kW] Rotational acceleration power: Gearbox.
/// </summary> /// </summary>
[ModalResultField(typeof(SI), name: "Pa GB", caption: "Pa GB [kW]", outputFactor: 1e-3)] P_gbx_inertia, [ModalResultField(typeof(SI), name: "P_gbx_inertia", caption: "P_gbx_inertia [kW]", outputFactor: 1e-3)] P_gbx_inertia,
/// <summary> /// <summary>
/// [kW] Vehicle acceleration power. /// [kW] Vehicle acceleration power.
/// </summary> /// </summary>
[ModalResultField(typeof(SI), name: "Pa Veh", caption: "Pa Veh [kW]", outputFactor: 1e-3)] P_veh_inertia, [ModalResultField(typeof(SI), name: "P_veh_inertia", caption: "P_veh_inertia [kW]", outputFactor: 1e-3)] P_veh_inertia,
/// <summary> /// <summary>
/// [kW] Rolling resistance power demand. /// [kW] Rolling resistance power demand.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment