AIM: Writing a code which takes into account all the reactions from GRI mechanism and evaluates 10 most sensitive reactions, where the sensitivity parameter is be w.r.t temperature. The program should show the reaction strings in order of greatesr sensitivity to the least sensitivity. The program should be parametric,…
Avinash Hipparagi
updated on 21 Mar 2021
Project Details
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.
Other comments...
Read more Projects by Avinash Hipparagi (12)
Week 6 - Data analysis
AIM: Write a code which can perform tasks such as - Data Visualization : Take column values as input for respective column number and plot those values. Compatibility Check : Check if the provided data file (input file) is in appropriate format. If NOT, then print "File not recognized. Please provide a valid converge output…
12 Jun 2021 12:46 PM IST
Week 5 - Curve fitting
AIM: Understand the basic concepts of Curve Fitting using Python and answer the given questions. THEORY: Curve Fitting : It is the process of constructing a curve or a mathematical function, that has a best fit to a series of data points, possibly subject to constraints. Curve fit can involve either interpolation,…
30 May 2021 11:52 AM IST
Week 3 - Solving second order ODEs
AIM: Write a python program to simulate the motion of pendulum between 0-20 sec. Also, this is to be shown using an animation of the same pendulum.Here the following initial conditions are to used: L (Length of the string) = 1 metrem (mass of bob) = 1 kgb (Damping Coefficient) = 0.05g (Acceleration due to Gravity) = 9.81…
16 May 2021 10:40 AM IST
Week 2 Air standard Cycle
AIM: Write code that can solve an otto cycle and make plots for the same, based on the concepts that we have learnt during the forward kinematics routine. Also provide the following for the assignment: Code should plot a PV diagram for this cycle (Otto) Print the thermal efficiency for the same. THEORY: The topics,…
09 May 2021 11:55 AM IST
Week 9 - Senstivity Analysis Assignment
AIM: Writing a code which takes into account all the reactions from GRI mechanism and evaluates 10 most sensitive reactions, where the sensitivity parameter is be w.r.t temperature. The program should show the reaction strings in order of greatesr sensitivity to the least sensitivity. The program should be parametric,…
21 Mar 2021 12:12 PM IST
Week 7 - Auto ignition using Cantera
AIM: Plotting the variation of Auto Ignition time of methane with a constant temperature of 1250K and pressure varying from 1 atm to 5 atm. Plotting the variation of Auto Ignition time of methane with a constant pressure of 5 atm and temperature varying from 950K to 1450K. Observing and printing the rate of change of molar…
14 Mar 2021 03:36 PM IST
Week 6 - Multivariate Newton Rhapson Solver
AIM: Solve the given set of equations using Implicit Euler Method/Backward Differencing, incorporating numerical jacobian. For this, it is expected that we assume the initial conditions as: `y_1`=1, `y_2`=0, `y_3`=0 We have are expected to run the simulation for 10 minutes and select an appropriate step size…
09 Mar 2021 03:15 PM IST
Week 5.2 - Literature review: ODE Stability
AIM: To write a literature review on ODE Stability and answer the given important question concerning ODE stability. THEORY: As disucssed in the video lecture, the two ways to numerically solve an ODE system: Explicit and Implicits Integration scheme (also called Backward Difference Scheme). These methods are approaches…
05 Mar 2021 10:15 AM IST
Week 5.1 - Compact Notation Derivation for a simple Mechanism
AIM: Derive the reaction rate ODEs of a simple reaction mechanism and write down the desired matrices. INTRODUCTION: In this assignment we are expected to derive reaction rate ODEs for the given simple reaction mechanism and write down the desired matrices which may include the Stoichiometric…
02 Mar 2021 08:09 AM IST
Week 4.2 - Combustion Efficiency Calculation after Preheating
AIM: Studying the effect of preheating on AFT. Writing a code to study thid effect by altering the preheating temperature within the range 298K to 600K. Plot the effect of pre-heating temperature combustion efficiency. INTRODUCTION: In this assignment we are going to study the effect of preheating in the AFT and…
27 Feb 2021 11:39 AM IST
Week 4.1- Handling Mixtures with Cantera
AIM: To use 'moles' method in cantera and explain the calculation performed for the same. Using mass_fraction_dict() method/function for A object and explain the obtained results. Explaining ehat 1546 in 'CH4:1546" mean and whether or not it is reasonable. To make necessary change in the program to obtain the correct AFT…
24 Feb 2021 04:13 PM IST
Week 3 - Adiabatic Flame Temperature calculation
AIM: 1. To study the effect of equivalence ratio with the Adiabatic Flame Temperature in constant volume chamber. Fuel used is Methane (CH4). Compare the results obtained with the ones obtained using the cantera approach. 2. Calculating AFT of CH4 with heat loss of 0.35 in constant prsessure chamber. 3. Plotting…
16 Feb 2021 05:10 PM IST