Hi!
In general I want to calculate the motor efficiency in a transient magnetic flux simulation.
I have the output power and input power calculated in 2 different 2D curves:
F2D_TechTuto_BrushlessIPMMotor_overview.pdf -> Page 86 and before.
And I have found the information how to print the mean value of a 2D curve in the output area:
print (CurveVariation2D['OUTPUT_POWER'].y[0].meanValues
What I need is how to use the mean values of curves in a calculation:
Something like: CurveVariation2D['OUTPUT_POWER'].y[0].meanValues/CurveVariation2D['INPUT_POWER'].y[0].meanValues
I want to calculate the efficiency value and put it an I/O parameter or in a 2D curve to check it after postprocessing.
Thanks.