calculate_engine_moment_inertia

calculate_engine_moment_inertia(engine_capacity, ignition_type)[source]

Calculates engine moment of inertia [kg*m2].

Parameters:
  • engine_capacity (float) – Engine capacity [cm3].
  • ignition_type (str) – Engine ignition type (positive or compression).
Returns:

Engine moment of inertia [kg*m2].

Return type:

float