AIM: - In this challenge you are going to simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. You will derive both the conservation and non-conservation forms of the governing equations and solve them using the MacCormack's technique. You need to determine the steady-state temperature distribution…
MANOJ Kumar
updated on 14 Aug 2023
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 MANOJ Kumar (42)
Week 6 - Data analysis
AIM : To Write code in PYTHON that can solve data visualization, compatibility check and basic performance calculation.OBJECTIVE:To perform Data Analysis.Plot a graph between any two Column vectors.Calculate the area under the P-V diagram.Calculate the power output of this engine.Calculate engine specific fuel consumption.CODE:import…
24 Sep 2024 07:55 AM IST
Week 5 - Curve fitting
AIM:The aim of this study is to analyze thermodynamic data and model the relationship between temperature (T) and specific heat capacity (Cp) using curve fitting techniques implemented in Python.OBJECTIVE:To fit mathematical models to experimental data for characterizing the T-Cp relationship.To evaluate the fitness characteristics…
17 Sep 2024 07:36 AM IST
Week 3 - Solving second order ODEs
AIM: To write a Matlab program to simulate the motion of a simple pendulum with damping.INPUTS:g = 9.81 m/s2, gravityL = 1 metre, length of the pendulumm = 1 kg, mass of the ballB = 0.05, damping coefficientOBJECTIVE:To Simulate the motion between 0-20 sec, for angular displacement=0,angular velocity=3 rad/sec at…
13 Sep 2024 04:45 AM IST
Week 2 Air standard Cycle
AIM: -Write a program in python to find out the PV Diagram of the Otto cycle and also find the thermal efficiency of the engine.OTTO CYCLE: -An Otto cycle consists of four processes:Two isentropic (reversible adiabatic) processesTwo isochoric (constant volume) processesThese processes can be easily understood if we understand…
12 Jul 2024 07:03 AM IST
Week - 10 Hyperelastic Material Models
Since I'm not able to submit the file. So, Im attaching the PDF format.NOTE: LS-DYNA FILE is too big to upload on a website. So, I shared the google drive link to download.Download link : https://drive.google.com/drive/folders/1KiJn9r0yp_8vN-vbmIExE5uG1ssnSviK?usp=sharing
12 Jul 2024 05:36 AM IST
Week - 9 Material Modeling from Raw Data
AIM: -To perform the simulation and validate the curve as shown in the figure (Raw data) with the simulation post-processing curve.OBJECTIVE:-Using the given video link, extract the data from the figure, and use it for validation.Create a material model for the Dogbone specimen using the diagram of the true stress-strain…
10 Jul 2024 03:16 PM IST
Week - 8 Mass Scaling
AIM: -To run a file using mass scaling reduces the running time of the model. And run the same file in implicit and explicit.PROCEDURE: -Since DTMS and TSSFAC are the important parameters in the *CONTROL_TIMESTEP card that transforms the timestep and the runtime of the simulationIn order to that, we could change these…
16 Jun 2024 12:28 PM IST
Week-6 Calculate the Stretch Ratio by comparing the ELFORM (-2,-1,1,2) with Ogden_Material Model.
OBJECTIVE: -Given is a Ogden material card which is hyper elastic (rubber). Create a 10x10x10mm solid mesh and run a pure tensile run on it with stretch ratio of 5. Compare different element formulations of solids 1,-1,2,-2 and plot engineering stress vs stretch values.PROCEDURE: -l Here we will…
11 Jun 2024 05:55 PM IST
Week - 5 - Modelling Spotwelds
OBJECTIVE: -To simulate a crash test for sheet metal by modeling spot weld using Beam and solid (Hexa) elements using LS-Dyna.PROCEDURE: -Open the LS-Prepost software, and then to import the required file i.e. spot weld – assignment.Import the .K file format model in LS-Prepost, File – Import – LS-DYNA Keyword file – select…
05 Jun 2024 02:24 PM IST
Week - 4 - Crash Box Simulation
OBJECTIVE: - · To create a rigid wall in LS-Dyna · Apply initial velocity of 50 kmph to the crash box. · Run the simulation and compare results of crash box having thickness 1.2 mm and 1.5 mm respectively. · The unit system followed is gm-mm-ms · Plot the cross-sectional…
21 Sep 2023 02:39 PM IST
Week - 3 Drop test Challenge
OBJECTIVE: - The objective of this assignment is not to get a correct simulation but to get a feel of creating an input deck from scratch. I have been provided with a mesh file and a complete simulation of the drop test is made and analysed below. PROCEDURE: - <!-- [if !supportLists]-->Ø <!--[endif]-->IMPORT…
19 Sep 2023 12:43 PM IST
Week - 2 - Explicit and Implicit Analysis
OBJECTIVE: - To demonstrated in the PDF, F(u) = u3+9u2+4u use this equation and solve using both Explicit and Implicit Methods with tolerance of 10-2. Explicit method: - It is use in crash-worthiness, drop test and other such dynamic analysis where deformation is very large. It is very suitable compare to implicit…
08 Sep 2023 03:42 PM IST
Week 9 - FVM Literature Review
Finite Volume Method: The method is applied over a volume such that the governing equation is valid over the entire volume, also the properties are assumed to be concentrated at the geometric centre of the volume concerned. Finite Difference Method: The grid in linear and aligned so that all grids points lies in a straight…
31 Aug 2023 03:14 PM IST
Week 8 - Simulation of a backward facing step in OpenFOAM
AIM: - In this challenge, you are going to simulate an incompressible-laminar-viscous flow through the backward facing step geometry. You should perform a transient simulation. The solver can be chosen based on the described physics of the flow. You need to explain the entire simulation procedure (how you set up the case).…
30 Aug 2023 05:12 PM IST
Week 7 - Simulation of a 1D Supersonic nozzle flow simulation using Macormack Method
AIM: - In this challenge you are going to simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle. You will derive both the conservation and non-conservation forms of the governing equations and solve them using the MacCormack's technique. You need to determine the steady-state temperature distribution…
14 Aug 2023 03:59 PM IST
Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem
AIM: - To solve the 2D heat conduction problem for the steady and unsteady state using Jacobi, gauss seidel, and successive over-relaxation iterative techniques. MAT LAB CODE: - There is 2 MATLAB code written separately for steady and unsteady conditions. But for both conditions’ inputs are the same, while programming…
12 Aug 2023 04:20 PM IST
Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
AIM: - Derive the following 4th order approximations of the second-order derivative. <!-- [if !supportLists]-->1. <!--[endif]-->Central difference <!-- [if !supportLists]-->2. <!--[endif]-->Skewed right-sided difference <!-- [if !supportLists]-->3. <!--[endif]-->Skewed…
06 Aug 2023 07:38 AM IST
Assignment 6-Frontal Crash Simulation Challenge
AIM: The main aim is to perform frontal crash analysis in the neon model with the recommended parameters and output requests. Frontal crash-BIW Check unit system and either follow [Mg mm s] or [Kg mm ms]. Create appropriate interface, friction 0.2 and recommended parameters.…
21 Jul 2023 03:52 PM IST
Assignment 7-Side Pole Crash Simulation Challenge
AIM: The main aim is to perform side pole crash analysis in the neon model with the recommended parameters and output requests. Neon side crash-BIW Check the unit system and either follow [Mg mm s] or [Kg mm ms]. Check an appropriate interface, friction 0.2 and recommended parameters. Make sure of no penetration…
18 Jul 2023 11:26 AM IST
Assignment 5-RADIOSS Interfaces & Study of Effect of Notches Challenge
Hello, I have completed RADIOSS INTERFACES & STUDY OF EFFECT OF NOTCHES CHALLENGE. Attached cad model and report in the zip file named. Please let me know your feedback. Thank you, Manojkumar 8220096073
02 Jul 2023 05:42 PM IST
Assignment 3-2D Element Formulation Challenge
Hello, I have completed 2D ELEMENT FORMULATION CHALLENGE. Attached cad model and report in the zip file named. Please let me know your feedback. Thank you, Manojkumar 8220096073
26 Jun 2023 03:17 PM IST
Assignment 2-RADIOSS Engine File Editing & 3D Meshing Challenge
Hello, I have completed RADIOSS ENGINE FILE EDITING & 3D MESHING CHALLENGE. Attached cad model and report in the zip file named. Please let me know your feedback. Thank you, Manojkumar 8220096073
25 Jun 2023 09:25 AM IST
Assignment 1-2D Meshing Challenge
Hello, I have completed 2D MESHING CHALLENGE. Attached cad model and report in the zip file named. Please let me know your feedback. Thank you, Manojkumar 8220096073
24 Jun 2023 09:21 AM IST
Week 12-Creation of 1D Connectors Challenge
Hello, I have completed CREATION OF 1D CONNECTORS CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
19 Jun 2023 05:35 PM IST
Week 11-3D Tetra Meshing Challenge
Hello, I have completed 3D TETRA MESHING CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
18 Jun 2023 12:23 PM IST
Project-2-Meshing of Door Inner Panel Challenge
Hello, I have completed MESHING OF SIDE DOOR CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
14 Jun 2023 04:09 PM IST
Week_8_Plastic Model_1
Hello, I have completed MESHING OF PLASTIC MODEL CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
04 Jun 2023 01:46 PM IST
Project 1-Meshing of Rear Wheel Holder challenge
Hello, I have completed MESHING OF REAR WHEEL HOLDER CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
02 Jun 2023 05:12 PM IST
Week 7- Meshing of Backdoor Challenge
Hello, I have completed MESHING OF BACK DOOR CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
31 May 2023 04:30 PM IST
Week 6-Meshing of Hood Challenge
Hello, I have completed MESHING OF HOOD CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
27 May 2023 05:53 PM IST
Week 4-1D Element Creation Challenge
Hello, I have completed 1D ELEMENT CREATION CHALLENGE project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
19 May 2023 05:18 PM IST
Week 9 - Creating connection for Rear door
Hello, I have completed CONNECTIONS FOR REAR DOOR Challenge. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
08 May 2023 06:36 PM IST
Week- 8 - Solid meshing
Hello, I have completed REAR VIEW MIRROR ASSEMBLY Challenge. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
06 May 2023 12:40 PM IST
Project 2 - 2D meshing on the instrumental Panel
Hello, I have completed 2D meshing on the instrumental Panel Challenge. Attached cad model and report in the zip file named. Please let me know your feedback. Thank you, Manojkumar 8220096073
01 May 2023 12:32 PM IST
Week - 5 - 2D meshing for Plastic components
Hello, I have completed SYMMETRY BOTTLE CAP project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you, Manojkumar 8220096073
11 Apr 2023 05:51 PM IST
Project 1 - Meshing of Floor Panel
Hello, I have completed MESHING OF FLOOR PANEL project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you
27 Mar 2023 05:08 PM IST
Week 4 - 2D Meshing for Sheet Metal
I have Completed CCB assembly assignment. Confirmed working from mentor Prajwal Nayak.
22 Mar 2023 11:00 AM IST
Week 3 - 2D meshing for Sheet metal
Hello, I have completed HOOD INNER PANEL project. Attached cad model and report in the zip file named Please let me know your feedback. Thank you
07 Mar 2023 02:44 PM IST