1. Home
  2. /
  3. solutions
  4. /
  5. Technical and Vocational Training Equipment
  6. /
  7. IC Engine
  8. /
  9. Single Cylinder Four Stroke Petrol Engine Test Rig

Single Cylinder Four Stroke Petrol Engine Test Rig

Model - HMT03

Description

NiYo Engineers’ Single Cylinder Four Stroke Petrol Engine Test Rig is designed for students study the performance of petrol engines. The IC engine and dynamometer are mounted on a rigid frame structure. The coupling is secured and has a safety cover. Instrumentation is provided to measure various parameters like, temperature, fuel consumption, air flow rate measurement, load, engine speed, etc. Testing can be carried out at various loads.

A water cooled calorimeter is supplied to measure and prepare Heat Balance-sheet.

There is a facility to plot P-Theta and P-V diagram.

Topics covered are,

  • To determine Brake Power
  • To determine engine volumetric efficiency
  • To determine engine brake thermal efficiency
  • To determine engine specific fuel consumption
  • Complete energy balance using exhaust gas calorimeter.
  • Determining air-fuel ratios
  • P-Theta and P-V diagram
  • Heat release rate

Components

  • Petrol Engine: We can supply engine that suits your requirements of power rating, capacity, make and model

  • Fuel Consumption Measuring Unit

  • Dynamometer

    User can select any one or more of the following dynamometers,

    • Regenerative type
    • Eddy current type
    • Hydraulic type
    • AC Alternator
    • DC Generator
    • Rope-brake type

  • Multi-point Digital Temperature Indicator and sensor

  • Air Flow Measuring Unit

  • Engine speed (rpm) sensor, indicator

  • Torque/Load measuring arrangement

  • Cooling water flow rate measurement

  • Control Panel

  • Exhaust gas calorimeter

  • Water supply arrangement, consisting of sump tank, pump and piping

  • Battery

Get in touch today to discuss
your specific needs

Download Datasheet

REQUEST INFORMATION

Powered by
Scroll to Top
document.addEventListener("DOMContentLoaded", function() {const form = document.querySelector(".wpforms-form");if (!form) return;form.addEventListener("submit", function(e) {// FIELD IDs (change according to your form) let name = document.querySelector("#wpforms-123-field_1"); let contact = document.querySelector("#wpforms-123-field_2"); let email = document.querySelector("#wpforms-123-field_3"); let subject = document.querySelector("#wpforms-123-field_4"); let number = document.querySelector("#wpforms-123-field_5"); let message = document.querySelector("#wpforms-123-field_6"); let organization = document.querySelector("#wpforms-123-field_7"); // NEW FIELD// VALIDATION RULES// Name: minimum 3 characters if (name.value.trim().length < 3) { e.preventDefault(); alert("Name must be at least 3 characters long."); return; }// Contact Number: must be digits & 10 digits long if (!/^[0-9]{10}$/.test(contact.value.trim())) { e.preventDefault(); alert("Please enter a valid 10-digit contact number."); return; }// Email: must be valid format if (!/^\S+@\S+\.\S+$/.test(email.value.trim())) { e.preventDefault(); alert("Please enter a valid email address."); return; }// Organization: required & min 3 characters if (organization.value.trim().length < 3) { e.preventDefault(); alert("Organization name must be at least 3 characters long."); return; }// Subject: required if (subject.value.trim().length < 3) { e.preventDefault(); alert("Subject is required."); return; }// Number field: must be numeric if (isNaN(number.value.trim()) || number.value.trim() === "") { e.preventDefault(); alert("Please enter a valid number."); return; }// Message: minimum 10 characters if (message.value.trim().length < 10) { e.preventDefault(); alert("Message must be at least 10 characters long."); return; }});});