recordMotorEfficiency
Parameters for defining relative motor efficiency at different wheel speeds
Extends from Modelica.Icons.Record (Icon for records).
Information
This model describes wheel speed ratio uSpe versus
the ratio of motor efficiency eta, i.e., the ratio of the
motor efficiency at the given speed to the one when the uSpe is 1.
The elements of the vector uSpe should be in ascending order,
i.e.,uSpe[i] < uSpe[i+1].
Both vectors, uSpe and eta
must have the same size.
Parameters
| Type | Name | Default | Description |
|---|---|---|---|
| Real[:] | uSpe | Wheel speed ratio | |
| Modelica.Units.SI.Efficiency[size(uSpe, 1)] | eta | Ratio of the wheel motor efficiency at the given speed to the one when the speed is 1 |
Revisions
-
June 11, 2024, by Sen Huang:
First implementation based on Buildings.Fluid.Movers.BaseClasses.Characteristics.efficiencyParameters_yMot.