SYEVProfile Class Reference

Electric vehicle profile representation. More...

#import <SYEVProfile.h>

Inheritance diagram for SYEVProfile:
Collaboration diagram for SYEVProfile:

Properties

SYBatteryProfilebatteryProfile
 Battery information and current state. More...
 
int chargingMaxPower
 Max charging power in kW. More...
 
NSSet< NSNumber * > * connector
 Supported connector types SYEVConnectorType. More...
 
NSSet< NSNumber * > * power
 Supported power types SYEVPowerType. More...
 
double weight
 Vehicle weight in kg (model A). More...
 
double frontalArea
 Frontal area in square meters (model A). More...
 
double coefAD
 Aerodynamic coefficient 0.1 - 1.0 (model A). More...
 
double coefRR
 Rolling resistance coefficient 0.01 - 0.03 (model A). More...
 
double nee1
 Battery to powertrain efficiency (model A). More...
 
double nee2
 Recuperation (model A). More...
 
double Ka
 Average kWh consumption per km generally (model B0, B1, B2). More...
 
double V1
 Speed in km/h (model B1, B2). More...
 
double Kv1
 Average kWh consumption per km at speed V1 (model B1, B2). More...
 
double V2
 Speed in km/h (model B1, B2). More...
 
double Kv2
 Average kWh consumption per km at speed V2 (model B1, B2). More...
 

Detailed Description

Electric vehicle profile representation.

Property Documentation

◆ batteryProfile

- (SYBatteryProfile*) batteryProfile
readwritenonatomicassign

Battery information and current state.

◆ chargingMaxPower

- (int) chargingMaxPower
readwritenonatomicassign

Max charging power in kW.

◆ connector

- (NSSet<NSNumber*>*) connector
readwritenonatomicassign

Supported connector types SYEVConnectorType.

◆ power

- (NSSet<NSNumber*>*) power
readwritenonatomicassign

Supported power types SYEVPowerType.

◆ weight

- (double) weight
readwritenonatomicassign

Vehicle weight in kg (model A).

◆ frontalArea

- (double) frontalArea
readwritenonatomicassign

Frontal area in square meters (model A).

◆ coefAD

- (double) coefAD
readwritenonatomicassign

Aerodynamic coefficient 0.1 - 1.0 (model A).

◆ coefRR

- (double) coefRR
readwritenonatomicassign

Rolling resistance coefficient 0.01 - 0.03 (model A).

◆ nee1

- (double) nee1
readwritenonatomicassign

Battery to powertrain efficiency (model A).

◆ nee2

- (double) nee2
readwritenonatomicassign

Recuperation (model A).

◆ Ka

- (double) Ka
readwritenonatomicassign

Average kWh consumption per km generally (model B0, B1, B2).

◆ V1

- (double) V1
readwritenonatomicassign

Speed in km/h (model B1, B2).

◆ Kv1

- (double) Kv1
readwritenonatomicassign

Average kWh consumption per km at speed V1 (model B1, B2).

◆ V2

- (double) V2
readwritenonatomicassign

Speed in km/h (model B1, B2).

◆ Kv2

- (double) Kv2
readwritenonatomicassign

Average kWh consumption per km at speed V2 (model B1, B2).


The documentation for this class was generated from the following file: