Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

MATLAB - Comparing the Diesel cycle and Otto cycle (air standard cycles)

AIM: To compare the Diesel cycle and Otto cycle with same compression ratio, in terms of PV diagram, TS diagram, Efficiency using MATLAB.   INTRODUCTION:   The working fluid remains a gas throughout the entire cycle. It is called as ‘Air standard cycle’, because, the working fluid closely resembles…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Pradeep Kumar M (13)

MATLAB - Air standard Otto cycle thermal efficiency and pv diagram

Objective:

1. AIM:      To find thermal efficiency and plot PV diagram in Octave 5.2.0 2. GOVERNING EQUATIONS:      p*(v^gamma)=constant      pv/t=constant where p-pressure v-volume t-temperature gamma-specific heat ratio      Thermal Efficiency = 1-((t4-t1)/(t3-t2))=1-(1/cr)^(gamma-1)…

calendar

15 Jul 2020 02:35 PM IST

    Read more

    MATLAB - Parsing NASA thermodynamic data

    Objective:

    AIM To parse the NASA's THERMO.dat file to calculate required datas CODE EXPLANATION To find no of lines and no of species, seperate code is done  %parsing file clc clear all close all f1=fopen('THERMO.dat','r') c=0; noline=0; ct=0; while (c==0) line=fgetl(f1); if (line(length(line))=='1') ct=ct+1; end noline=noline+1;…

    calendar

    15 Jul 2020 02:01 PM IST

      Read more

      MATLAB - Rankine cycle Simulator

      Objective:

      AIM To create a Rankine Cycle Simulator using OCTAVE CODE EXPLANATION Rankine cycle The thermodynamic cycle used in most of the turbines. It consists of Heat exchanger(HE) like boiler which heats the working fluid usually water, turbine where the steam expands, condenser where expanded steam condense, pump which circulates…

      calendar

      15 Jul 2020 02:01 PM IST

        Read more

        MBD Simulation - Internal Geneva Mechanism

        Objective:

        Aim Create 3D models for driver and driven wheels. Perform motion analysis by rotating the driver wheel at 10rpm. Obtain the following plots Contact force (between driving and the driven wheel) as a function of time. Angular Displacement of the driven wheel. Compare the contact forces with and without "Precise contact"…

        calendar

        15 Jul 2020 02:00 PM IST

          Read more

          PYTHON - Air standard Cycle

          Objective:

          Air Standard Otto Cycle Simulator Using Python  AIM: To solve an otto cycle to find thermal efficiency and make PV plot using python programming language.   PROBLEM STATEMENT: Otto cycle is a air standard cycle.  Though it is ideal cycle due to few assumptions made, still it is basis for current…

          calendar

          15 Jul 2020 01:59 PM IST

            Read more

            MATLAB - Comparing the Diesel cycle and Otto cycle (air standard cycles)

            Objective:

            AIM: To compare the Diesel cycle and Otto cycle with same compression ratio, in terms of PV diagram, TS diagram, Efficiency using MATLAB.   INTRODUCTION:   The working fluid remains a gas throughout the entire cycle. It is called as ‘Air standard cycle’, because, the working fluid closely resembles…

            calendar

            15 Jul 2020 01:59 PM IST

            • MATLAB
            Read more

            MBD simulation - Planetary Gear

            Objective:

            PLANETARY GEAR MOTION ANALYSIS AIM: To create motion analysis for planetary gear system using solidworks MBD.   INTRODUCTION: Planetary gear system also know as epicyclic gear system has 3 main components, namely, sun gear (a normal spur/helical gear), a ring gear (internal teeth gear, aka annular gear) and no. Of…

            calendar

            15 Jul 2020 01:58 PM IST

            Read more

            PYTHON - Solving second order ODEs

            Objective:

            Simple pendulum animation by Solving second order ODEs  AIM: To write a program in Python that will simulate the pendulum motion.        PROBLEM STATEMENT: A ordinary differential equation (ODE) is a differential equation containing one or more functions of one independent variable and…

            calendar

            15 Jul 2020 01:56 PM IST

              Read more

              PYTHON - Curve fitting

              Objective:

              AIM: To write python code to fit a linear and cubic polynomial for the Cp data.    INTRODUCTION: What is curve fitting? Creating a curve (by creating curve equation using mathematical functions) that closely resembles the curve plotted using original set of datas. Why do we need it? i) To get functional relationship…

              calendar

              15 Jul 2020 01:55 PM IST

                Read more

                PYTHON - Data analysis

                Objective:

                Data analysis AIM:  To write a python script that tells parameters of engine and plot graph, find area under PV graph, power specific file consumption by reading the given file datas.   PROBLEM STATEMENT: From the given file engine_data.out we have to extract datas of various parameters Display the parameters…

                calendar

                15 Jul 2020 01:55 PM IST

                  Read more

                  FEA in SOLIDWORKS - Frequency Analysis of a rotating shaft

                  Objective:

                  AIM: To find out the critical frequencies of a rotating shaft Solidworks simulation.   INTRODUCTION: What is simulation? Simulation mimics the real process under certain condition in computer software using Finite Element Analysis FEA. FEA basically divides the object into number of small parts. This process is known…

                  calendar

                  15 Jul 2020 01:54 PM IST

                  Read more

                  MBD Simulation on a Piston Assembly

                  Objective:

                  MBD Simulation on a Piston Assembly AIM To study motion analysis for piston assembly using Solidworks motion.   INTRODUCTION Piston assembly, here, includes piston, gudgeon pin, connecting rod and crankshaft. This assembly works on principle of crank-slider mechanism, converting translational motion of piston to rotational…

                  calendar

                  16 Jun 2020 06:12 PM IST

                    Read more

                    MBD Simulation on IC Engine Valve Train

                    Objective:

                    IC ENGINE VALVE TRAIN MOTION ANALYSIS (MBD)   AIM To create MBD Simulation on IC Engine Valve Train and analyse the result.   INTRODUCTION Valve trains are an important part of a 4 stroke IC engine as it determines when the air/fuel charge should enter the combustion chamber as well as when the burnt gas goes…

                    calendar

                    14 Jun 2020 07:57 PM IST

                      Read more
                      Showing 1 of 13 projects