Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 63936316 authored by Harald Martini's avatar Harald Martini
Browse files

write n_gbx_in_avg in ATGearbox, change order of T_gbx_in / -out and n_gbx_in / -out

parent a6724328
No related branches found
No related tags found
No related merge requests found
......@@ -543,6 +543,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
container[ModalResultField.P_gbx_in] = CurrentState.InTorque * avgInAngularSpeed;
container[ModalResultField.P_gbx_shift_loss] = CurrentState.PowershiftLoss.DefaultIfNull(0) * avgInAngularSpeed;
container[ModalResultField.n_gbx_out_avg] = avgOutAngularSpeed;
container[ModalResultField.n_gbx_in_avg] = avgInAngularSpeed;
container[ModalResultField.T_gbx_out] = CurrentState.OutTorque;
container[ModalResultField.T_gbx_in] = CurrentState.InTorque;
......
......@@ -669,10 +669,13 @@ namespace TUGraz.VectoCore.OutputData
ModalResultField.P_gbx_in,
ModalResultField.P_gbx_loss,
ModalResultField.P_gbx_inertia,
ModalResultField.n_gbx_out_avg,
ModalResultField.n_gbx_in_avg,
ModalResultField.T_gbx_out,
ModalResultField.n_gbx_out_avg,
ModalResultField.T_gbx_in,
ModalResultField.T_gbx_out,
// retarder
ModalResultField.P_retarder_in,
ModalResultField.P_ret_loss,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment