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

Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem

Pre-Conditions: 1. Computational area is to be taken as square shape 2. It is assumed nx=ny; [ no of points on xdirection is equivalent to no of points on y-direction] 3. Boundary conditions are Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K 4. The initial assumed temperature…

    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 Neetu Ruhela (34)

    Week 6 - Data analysis

    Objective:

    Ans:- Data visulize;-"""   Demonstratiing file parsing in python"""#import modulesimport matplotlib.pyplot as plt#Basic intializationline_count=1crank=[]pressure=[]temprature=[]#file parsingfor line  in open('engine_data.out'):    if'#' not in line:    crank.append(float(line.split()[0])) …

    calendar

    18 Sep 2024 10:57 PM IST

      Read more

      Week 5 - Curve fitting

      Objective:

      popt: It stands for "optimal parameters." When using curve_fit, popt contains the values of the parameters that minimize the difference between the fitted function and the data. For example, if you're fitting a linear equation y=mx+by = mx + by=mx+b, popt will contain the values of mmm (slope) and bbb (intercept).pcov:…

      calendar

      15 Sep 2024 11:57 PM IST

        Read more

        Week 3 - Solving second order ODEs

        Objective:

        Ans :- step wise  explanation   of the code  . numpy (np): Used for numerical operations and array handling.    matplotlib.pyplot (plt): For plotting and visualizing the pendulum's motion.   scipy.integrate.solve_ivp: To solve the system of ordinary differential equations (ODEs). …

        calendar

        03 Sep 2024 03:32 PM IST

        • FEA
        Read more

        Week 2 Air standard Cycle

        Objective:

        """air standard cycle"""import mathimport matplotlib.pyplot as plt# inputsp1= 101325t1= 500t3=2000 #geometric parametersbore =0.1stroke=0.1con_rod=0.15cr=12gamma=1.4#volume computationv_s=(math.pi/4)*pow(bore,2)*strokev_c=v_s/(cr-1)v1=v_c-v_s# state point 2v2=v_c#p2v2^gamma = p1vi^gammap2= p1*pow(v1,gamma)/pow(v2,gamma)#p2v2/t2=p1v1/t1…

        calendar

        05 Aug 2024 04:51 PM IST

        Read more

        Week 14 challenge

        Objective:

        ans

        calendar

        03 Apr 2024 05:55 PM IST

          Read more

          Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem

          Objective:

          Pre-Conditions: 1. Computational area is to be taken as square shape 2. It is assumed nx=ny; [ no of points on xdirection is equivalent to no of points on y-direction] 3. Boundary conditions are Top Boundary = 600 K Bottom Boundary = 900 K Left Boundary = 400 K Right Boundary = 800 K 4. The initial assumed temperature…

          calendar

          15 Feb 2024 12:04 PM IST

            Read more

            Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method

            Objective:

            Derivation:- to derive the fourth order approximation for the second order  derivative . `(del^2 u)/(delx^2)=(af(i-2)+bf(i-1)+cf(i)+df(i+1)+ef(i+2))/dx-------------(1)` taylor series derivation  above eqaution. `af(i-2)=af(i)-(2af'(i)dx)/(1!)+(4af''(i)dx^2) /(2!) +(8af'''(i)dx^3)/(3!)+(16af''''(i)dx^4)/(4!)` Using taylor…

            calendar

            18 Oct 2023 07:48 AM IST

              Read more

              Week 7 - CHT Analysis on a Graphics card

              Objective:

               OBJECTIVE 1 Run the simulation by varying the velocity from 1m/sec to 5m/sec for at least 3 velocities and discuss the results. 2 Find out the maximum temperature and heat transfer coefficient attained by the processor. 3 Prove that the simulation has achieved convergence with appropriate images and plots. 4 Identify…

              calendar

              11 Oct 2023 04:19 PM IST

              Read more

              Week 5 - Rayleigh Taylor Instability

              Objective:

              Rayleigh-Taylor instability (RTI) is the interpenetration of materials that occurs whenever a light fluid pushes on a heavy fluid. It is a dynamic process whereby the two fluids seek to reduce their combined potential energy. The ensuing turbulence and mixing has far-reaching consequences in many natural and man-made flows,…

              calendar

              09 Oct 2023 07:05 AM IST

                Read more

                Week 4 - CHT Analysis on Exhaust port

                Objective:

                Aim :- Conjugate Heat Transfer analysis allows for the simulation of heat transfer between solid and fluid domains by exchanging thermal energy at the interfaces between them and transported via conduction within solids and additionally via convection within fluid domains Q How would you verify if the HTC predictions from…

                calendar

                08 Oct 2023 09:12 AM IST

                Read more

                Week 3 - External flow simulation over an Ahmed body.

                Objective:

                Chlnge Ahmed Body   Q1. Describe Ahmed's body and its importance. Ans:-The Ahmed body is a generic car body (a simplified vehicle model). The airflow around the Ahmed body captures the essential flow features around an automobile and was first defined and characterized in the experimental work of Ahmed. Importance:-Ahmed…

                calendar

                07 Oct 2023 07:33 AM IST

                  Read more

                  Week 2 - Flow over a Cylinder.

                  Objective:

                  Aim :-Flow Over a Cylinder Objective :- in this case we have to perform the follow cases. →Performing 2D Simulation →Modyfyning Reyonlds Number →Creating Custumize fluids. →Creating Run Time Animation →Visulizing Vortex Shadding → Adding Moinitor Points →Numerical Diffusion. →Steady State and transient analysis →Post Prpcessing.…

                  calendar

                  05 Oct 2023 11:07 AM IST

                    Read more

                    Week 1- Mixing Tee

                    Objective:

                    Aim:-Mixing Tee Objective – To clean the geometry and mesh it in pre-processing. To solve the model with best solver in Ansys solver. To generate contour and line plots and analyse it in postprocessor. Import Model :- Open ANSYS workbench→Fluid Flow(Fluent)→Drag & Drop →Double Click on the Geometry, →Go to File →open (import)…

                    calendar

                    04 Oct 2023 11:22 AM IST

                      Read more

                      Project 1 : CFD Meshing for Tesla Cyber Truck

                      Objective:

                      Aim:-CFD Meshing for Tesla Cyber Truck Project :- Import the Model And its delete the half part by plane cut method. Check The Geometrical Error  single cones and resolve it. Solvesingle cones. Create PID as shown in the picture.   Assign PID in model  Select the PID  Target lengths for the different parts of a model are…

                      calendar

                      27 Sep 2023 10:25 AM IST

                      Read more

                      Week 5 Challenge : Surface wrap on Automotive Assembly

                      Objective:

                      Aim :- Surface wrap on Automotive Assembly To learn about surface wrapping around an assembly, which is surface meshing along the entire volume. For the given model we need to do topo clean up and merge all the 3 components and then perform meshing Engine ,Gearbox,Transmission. Purpose :- Surface wrap is the process of…

                      calendar

                      25 Sep 2023 08:48 AM IST

                        Read more

                        Week 4 Challenge : CFD Meshing for BMW car

                        Objective:

                        Aim :-CFD Meshing for BMW car Import model as .ansa extension.   Pid mode   Apply Topo first apply the topo then will be solve double cone and triple cones. select Topo and cemtre button ok. Fine :- seclect fine and click multiple time curve will be smooth . this method took take more time then we  are consider the another…

                        calendar

                        23 Sep 2023 05:47 PM IST

                        Read more

                        Week 3 Challenge : CFD meshing on Turbocharger

                        Objective:

                        Aim :-CFD meshing on Turbocharge Objective :- For the given model, check for the geometrical errors to make appropriate volumes. Create and assign PIDs as shown in the video. Perform surface mesh with the given target lengths as per PIDs.Perform Volumetric mesh for the required volumes → Import the Cylinder Model in ANSA…

                        calendar

                        19 Sep 2023 04:23 PM IST

                        Read more

                        Week 2 Challenge : Surface meshing on a Pressure valve

                        Objective:

                        Aim:-Surface Meshing on a Surface Valve Topo Logy Clean Up:- Check the Geometrical Error:- Procedure to check the Geometrical Error Batch Section Arorrow down →Checks → Geometry Checks → Templates (ANSA Checks)→Select the geometry visible → Check the modes need to execute → Execute  These are  the shows error single cones…

                        calendar

                        19 Sep 2023 12:06 PM IST

                        Read more

                        Section Modulus calculation and optimization

                        Objective:

                            SECTION MODULUS OF AN HOOD Section modulus is a direct measure of strength of any  sectional area of an object about an reference axis(neutral axis). Strength is nothing but, capable of supporting greater loads, so higher the strength it has a high capable of supporting  greater loads. This strength can measured directly…

                        calendar

                        27 Aug 2023 03:28 PM IST

                          Read more

                          Hood design-Week 2

                          Objective:

                          Hemming and Edge Relief Hemming is a forming operation in which the edges of the sheet are folded or folded over another part in order to achieve a tight fit. Normally hemming operations are used to connect parts together to improve the appearance of a part and to reinforce part edges. The accuracy of the hemming operation…

                          calendar

                          23 Aug 2023 11:36 AM IST

                            Read more

                            Underbody Coating

                            Objective:

                            What is under Body Coating: Underbody coating is a thick cladding (typically made of rubber) that is placed uniformly to the car’s underside. When the automobile is fresh off the lot and spotless, it is usually sprayed or painted on. But it’s acceptable if you apply the undercoating after a couple of years. This is because…

                            calendar

                            02 May 2023 08:23 AM IST

                              Read more

                              Benchmarking

                              Objective:

                              1) As per my suggestion the following car is best budget which comes under 8 to 10 lakhs for Mr. D.S. Pughazhyendhii family. On-Road Price for Bangalore 1) Maruti Suzuki fronx maruti suzuki fronx starts ₹ 7.47 - 13.14 Lakh 2) KIA SONET   kia sonet prices is 7.47 to13.47 lakh   3) Renault Kiger Renault Kiger Price…

                              calendar

                              01 May 2023 04:37 PM IST

                                Read more

                                Week 12- Final project

                                Objective:

                                 

                                calendar

                                21 Apr 2023 02:03 AM IST

                                  Read more

                                  Week 7 Challenge - Assembly Workbench

                                  Objective:

                                  calendar

                                  13 Apr 2023 05:44 PM IST

                                    Read more

                                    Week 11 - Project - A pillar Design with Master Section

                                    Objective:

                                     

                                    calendar

                                    24 Mar 2023 01:45 AM IST

                                      Read more

                                      Week 9 - Project_1 - Door Trim Lower with Engineering Features

                                      Objective:

                                       

                                      calendar

                                      19 Mar 2023 09:28 AM IST

                                        Read more

                                        Week 9 - Attachment Feature Creation - Challenge 2

                                        Objective:

                                        calendar

                                        15 Mar 2023 04:04 PM IST

                                          Read more

                                          Week 9 - Attachment Feature Creation (Ribs & Screw Boss) - Challenge 1

                                          Objective:

                                          calendar

                                          02 Mar 2023 03:30 PM IST

                                          Read more

                                          Week 8 - Challenge 6 - Core & Cavity Design

                                          Objective:

                                          calendar

                                          26 Feb 2023 12:01 PM IST

                                          Read more

                                          Week 8 - Challenge 5 - Door Trim Lower

                                          Objective:

                                          calendar

                                          24 Feb 2023 06:26 PM IST

                                            Read more

                                            Week 8 - Challenge 4 - Bumper

                                            Objective:

                                            calendar

                                            20 Feb 2023 01:51 PM IST

                                              Read more

                                              Week 8 - Challenge 3 - Coin Holder Design

                                              Objective:

                                              calendar

                                              13 Feb 2023 05:23 PM IST

                                                Read more

                                                Week 8 - Challenge 2 - Switch Bezel Design

                                                Objective:

                                                calendar

                                                01 Feb 2023 05:55 PM IST

                                                  Read more

                                                  Week 8 - Challenge 1 - Base Bracket Design

                                                  Objective:

                                                  calendar

                                                  26 Jan 2023 01:04 PM IST

                                                    Read more
                                                    Showing 1 of 34 projects