dsp

dsp = Motor P1

Models the motor P1 (motor downstream the engine).

Motor P1’s data
engine_speeds_out Engine speed [RPM].
has_motor_p1 Has the vehicle a motor in P1?
motor_p1_efficiency Motor P1 efficiency [-].
motor_p1_electric_powers Electric power of motor P1 [kW].
motor_p1_maximum_power Maximum power of motor P1 [kW].
motor_p1_maximum_power_function Maximum power function of motor P1.
motor_p1_maximum_powers Maximum power vector of motor P1 [kW].
motor_p1_maximum_torque Maximum torque of motor P1 [N*m].
motor_p1_powers Power at motor P1 [kW].
motor_p1_rated_speed Rated speed of motor P1 [RPM].
motor_p1_speed_ratio Ratio between motor P1 speed and engine speed [-].
motor_p1_speeds Rotating speed of motor P1 [RPM].
motor_p1_torques Torque at motor P1 [N*m].
times Time vector [s].
Motor P1’s functions
calculate_engine_speeds_out Calculates the engine speed [RPM].
calculate_motor_p1_electric_powers Calculates motor P1 electric power [kW].
calculate_motor_p1_maximum_power Calculate the maximum power of motor P1 [kW].
calculate_motor_p1_maximum_powers Calculate the maximum power vector of motor P1 [kW].
calculate_motor_p1_maximum_torque Calculate the maximum torque of motor P1 [N*m].
calculate_motor_p1_powers Calculates power at motor P1 [kW].
calculate_motor_p1_powers_v1 Calculate motor P1 power from electric power and electric power losses [kW].
calculate_motor_p1_rated_speed Calculate the rated speed of motor P1 [RPM].
calculate_motor_p1_speeds Calculates rotating speed of motor P1 [RPM].
calculate_motor_p1_speeds_v1 Calculates rotating speed of motor P1 [RPM].
calculate_motor_p1_torques Calculates torque at motor P1 [N*m].
default_motor_p1_powers Return zero power if the vehicle has not a motor P1 [kW].
define_motor_p1_maximum_power_function Define the maximum power function of motor P1.
identify_has_motor_p1 Identify if the vehicle has a motor P1 [kW].
identify_motor_p1_maximum_power Identify the maximum power of motor P1 [kW].
identify_motor_p1_maximum_torque Identify the maximum torque of motor P1 [N*m].
identify_motor_p1_speed_ratio Identifies motor P1 speed ratio.