dsp

dsp = Motor P0

Models the motor P0 (motor on the engine service belt).

Motor P0’s data
engine_speeds_out Engine speed [RPM].
has_motor_p0 Has the vehicle a motor in P0?
motor_p0_efficiency Motor P0 efficiency [-].
motor_p0_electric_powers Electric power of motor P0 [kW].
motor_p0_maximum_power Maximum power of motor P0 [kW].
motor_p0_maximum_power_function Maximum power function of motor P0.
motor_p0_maximum_powers Maximum power vector of motor P0 [kW].
motor_p0_maximum_torque Maximum torque of motor P0 [N*m].
motor_p0_powers Power at motor P0 [kW].
motor_p0_rated_speed Rated speed of motor P0 [RPM].
motor_p0_speed_ratio Ratio between motor P0 speed and engine speed [-].
motor_p0_speeds Rotating speed of motor P0 [RPM].
motor_p0_torques Torque at motor P0 [N*m].
times Time vector [s].
Motor P0’s functions
calculate_engine_speeds_out Calculates the engine speed [RPM].
calculate_motor_p0_electric_powers Calculates motor P0 electric power [kW].
calculate_motor_p0_maximum_power Calculate the maximum power of motor P0 [kW].
calculate_motor_p0_maximum_powers Calculate the maximum power vector of motor P0 [kW].
calculate_motor_p0_maximum_torque Calculate the maximum torque of motor P0 [N*m].
calculate_motor_p0_powers Calculates power at motor P0 [kW].
calculate_motor_p0_powers_v1 Calculate motor P0 power from electric power and electric power losses [kW].
calculate_motor_p0_rated_speed Calculate the rated speed of motor P0 [RPM].
calculate_motor_p0_speeds Calculates rotating speed of motor P0 [RPM].
calculate_motor_p0_speeds_v1 Calculates rotating speed of motor P0 [RPM].
calculate_motor_p0_torques Calculates torque at motor P0 [N*m].
default_motor_p0_powers Return zero power if the vehicle has not a motor P0 [kW].
define_motor_p0_maximum_power_function Define the maximum power function of motor P0.
identify_has_motor_p0 Identify if the vehicle has a motor P0 [kW].
identify_motor_p0_maximum_power Identify the maximum power of motor P0 [kW].
identify_motor_p0_maximum_torque Identify the maximum torque of motor P0 [N*m].
identify_motor_p0_speed_ratio Identifies motor P0 speed ratio.