A: MECH317-Assignment 4-Carbon emission and its impact on the global warming
Conduct the information search through library, journals, data base or internet on following topics:
- What is a heat engine?
- Carbon emissions of any power engine or heat engine and its impact on our environment such as global warming (a contemporary issue)
- What are differences between the air engine and a heat engine? Is there possible adaption of the air engine as part of heat engine?
Follow the following provided repot format to organize above information as a report.
B: Report format
The report should include at least following sections. You are free and welcome to add any additional sections and information.
Cover page
Table of contents
- Introduction
- Some basic information about the power and Energy issue
- Some basic type of energies
- Global warming
- The theme of this research paper (the MECH317-assignment 4)
- Heat engines
- Working principles of heat engine
- Type of heat engines
- Concise history of the heat engine
- Carbon emission and its impact on the global warming
- Carbon emission of heat engines
- Its impact on the global warming
- Possible adaption of the air engine for the part of a heat engine
- Can the air engine be used for the heat engine? Explain?
- Discussions and conclusions
- Your findings
- Suggestions related to the global warming.
- References (You should have at least two references.)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

