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

Pipe flow simulation in OpenFoam using symmetry boundary condition

The Matlab code below writes the blockMeshDict file of chosen angle required to run the simulation for symmetry boundary condition in OpenFoam: clear all close all clc re = 2100; %Reynolds number d = 0.01; %Diameter r = d/2; %Radius l_h = 0.06*re*d; %Hydrodynamic entrance length theta = 45; %Angle of wedge boundary = "symmetry";…

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 Rutvik M (23)

Bird Strike

Objective:

Aim: To simulate a Bird Strike on Aero engine in which the blades of the Aero engine fail as a result of high velocity impact   Case-Setup: The units system used here is kg-mm-ms. The cylindrical simple elastic component is assumed as the bird for this simulation. The model is divided into individual component key…

calendar

16 Nov 2020 07:34 AM IST

    Read more

    Child Head Impact simulation with Hood

    Objective:

    Aim: To simulate the impact of Pedestrian Headform with Hood and compare the results with the impact simulation of the Headorm with a rigidwall To calculate the Head Injury Criterion (HIC), Stress & Strain plots for different impact simulations   The units system used here is mm-kg-ms. The following conditions…

    calendar

    19 Sep 2020 12:17 PM IST

      Read more

      Drop test Simulation of a mobile

      Objective:

      Aim To setup a keyword file for the simulation of drop test for a mobile phone from mesh file To simulate the drop test and understand the results obtained   Case setup The mesh of the mobile in close proximity of ground is shown below. Here, the rigid plate acts as the ground.  The model is in millimeter scale.…

      calendar

      01 Aug 2020 06:45 PM IST

        Read more

        Prandtl Meyer Shock Simulation

        Objective:

        Shock wave: Shock waves occur when the flow of a compressible fluid is supersonic in nature (i.e., velocity of flow > velocity of sound in the fluid medium). They are characterised by a sudden change in temperature, pressure and density of the medium. When a object travels in air with a velocity greater than the velocity…

        calendar

        03 Mar 2020 01:01 AM IST

          Read more

          Steady state simulation of flow over a throttle body

          Objective:

          Steady state flow over throttle body inside an elbow is simulated with the throttle positioned parellel to the flow as shown below   Working fluid - Air The working region is initialised by air with a pressure of 101325 (Pa) Bounadry conditions are given by Inlet - Total pressure = 150000 (Pa)      …

          calendar

          03 Mar 2020 01:01 AM IST

            Read more

            Simulating the Flow over backward facing step using icoFoam solver

            Objective:

            We shall modify the cavity tutorial folder of icoFoam solver to solve the given problem. The files are modified as shown below control/ blockMeshDict file: /*--------------------------------*- C++ -*----------------------------------*\\ ========= | \\\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\\\ / O peration…

            calendar

            03 Mar 2020 01:01 AM IST

            • CFD
            Read more

            Channel flow simulation using Converge

            Objective:

                To simulate a channel flow in 2D, we create the geometry with x=0.1, y=0.01 & z=0.01 in converge studio and setup the case. The flow consists of air and we solve the flow using pressure based solver for 15000 cycles. Pressure at inlet = 100001 (Pa) Pressure at outlet = 100000 (Pa) Temperature of the wall…

            calendar

            03 Mar 2020 01:01 AM IST

              Read more

              Meshing a BMW M6 model using ANSA for Wind Tunnel Simulations

              Objective:

              MESHING A BMW M6 MODEL USING ANSA Objective: To clean-up the surface of BMW M6 model and mesh it for a wind tunnel CFD simulation   Methodology: We are only interested in the outer surface of the model First we need to remesh the perimeters to get a smooth surface as shown            …

              calendar

              03 Mar 2020 01:01 AM IST

              Read more

              Gearbox sloshing effect

              Objective:

              The 2D representation of gearbox models (as shown above) with low and high clearances are used for simulation with two different working fluids for sloshing effect:   1. Water Density - 997 (kg/m^3) Dynamic Viscosity - 0.005 (kg/m.s)   2. Oil Density - 871 (kg/m^3) Dynamic Viscosity - 0.04006889 (kg/m.s)  …

              calendar

              03 Mar 2020 01:01 AM IST

                Read more

                Pipe flow simulation in OpenFoam using wedge boundary condition

                Objective:

                For a pipe with diameter D, the hydrodynamic entrance length to get a fully developed laminar flow is given by `L_h=0.06R_e D` Reynold\'s number is given as 2100. Let us assume that diameter D = 0.01 m & the length of pipe as the hydrodynamic entrance length. So, length of pipe = L_h = 1.26 m Since, the working fluid…

                calendar

                03 Mar 2020 01:01 AM IST

                Read more

                Solving the ODE of motion of a simple pendulum with damping and simulating its motion in MATLAB

                Objective:

                  The given ODE of damped pendulum is `(d^2 θ)/(dt^2 )+ b/m (dθ)/dt+ g/L sin(θ)=0`   Simplifying the second order ODE of the pendulum to to get two first order ODE\'s: Let `θ=x_1` `(dθ)/dt= (dx_1)/dt =x_2` `(d^2 θ)/(dt^2 )= (dx_2)/dt` Substituting in the given ODE, we…

                calendar

                03 Mar 2020 01:01 AM IST

                Read more

                Shock tube simulation

                Objective:

                Shock tube: Shock tubes are often used to study combusion reactions at high temperature and pressure. Shock waves in a shock tube are generated by building up pressure and bursting the diaphragm so that shock waves travel from high pressure region to the low pressure region   Simulation: To setup a shock tube simulation…

                calendar

                03 Mar 2020 01:01 AM IST

                  Read more

                  Pipe flow simulation in OpenFoam using symmetry boundary condition

                  Objective:

                  The Matlab code below writes the blockMeshDict file of chosen angle required to run the simulation for symmetry boundary condition in OpenFoam: clear all close all clc re = 2100; %Reynolds number d = 0.01; %Diameter r = d/2; %Radius l_h = 0.06*re*d; %Hydrodynamic entrance length theta = 45; %Angle of wedge boundary = "symmetry";…

                  calendar

                  03 Mar 2020 01:01 AM IST

                  Read more

                  Exhaust Manifold CHT Analysis

                  Objective:

                  1. Conjugate Heat Transfer (CHT) Analysis CHT analysis is used to understand the thermal interaction between a soild and fluid due to convection. It is used for applications such as determination of Overall heat transfer coefficient for an engine or radiator Hot spots in a system Temperature distribution in a system of…

                  calendar

                  03 Mar 2020 01:01 AM IST

                    Read more

                    Flow over a backward facing step

                    Objective:

                    Animation   We set the front and back surfaces to 2D as it is a 2D simulation Boundary conditions are given as Inlet total pressure = 110325 (Pa) Outlet static pressure = 101325 (Pa)   Meshes of base grid size 2e-3,1.5e-3 & 1e-3 are created with fixed embedding at the top and bottom walls   Solving the…

                    calendar

                    03 Mar 2020 01:01 AM IST

                      Read more

                      Conjugate Heat Transfer simulation through a solid pipe using CONVERGE

                      Objective:

                      Objective To simulate a flow through a solid aluminium pipe and understand the conjugate heat transfer phenomenon using supercycling in CONVERGE   Introduction We know that the Reynolds number for pipe flow is given by `R_e=(ρUD)/μ` where rho - density of fluid, U - velocity of flow, D - diameter of pipe &…

                      calendar

                      03 Mar 2020 01:01 AM IST

                        Read more

                        Steady state and Transient Analysis of 2D Heat conduction equation using MATLAB

                        Objective:

                        1. Steady State solver: We know that the steady state equation for 2D heat conduction is `(∂^2 T)/(∂x^2 )+ (∂^2 T)/(∂y^2 )=0` By applying central differencing for the space derivatives and solving, we get `T_(i,j)= (∆x^2 ∆y^2)/(2(∆x^2+∆y^2))*[(T_(i-1,j)+T_(i+1,j))/(∆x^2 )+(T_(i,j-1)+T_(i,j+1))/(∆y^2…

                        calendar

                        03 Mar 2020 01:01 AM IST

                          Read more

                          Parametric study of Gate Valve

                          Objective:

                          Parametric study: Parametric study involves the use of various input parametrs in combinations forming  various design points to obtain various outputs It simplifies the setup of the simulations The simulation need to be setup for one design point and the results for rest of the design points can be obtained without…

                          calendar

                          03 Mar 2020 01:01 AM IST

                          Read more

                          Transient simulation of flow over a throttle body using CONVERGE

                          Objective:

                          Transient flow over a rotating throttle in an elbow is to be simulated    Working fluid - Air The working region is initialised by air with a pressure of 101325 (Pa) Bounadry conditions are given by Inlet - Total pressure = 150000 (Pa)           Velocity - Zero normal gradient  …

                          calendar

                          03 Mar 2020 01:01 AM IST

                            Read more

                            Conjugate Heat Transfer Analysis on a Graphics card

                            Objective:

                            The input power supplied to a graphics card or a processor is finally converted to heat energy. This heat energy is to be constantly removed by some form of cooling. Fans are generally used to supply cool air over the graphics card and hence transfer heat through convection and flush this hot air out of the system. This…

                            calendar

                            03 Mar 2020 01:01 AM IST

                              Read more

                              Simulation of a 1D Subsonic-Supersonic nozzle flow in MATLAB using MacCormack Method

                              Objective:

                              1D Subsonic-Supersonic Nozzle governing equations in non-conservation form: The governing equations in non-conservation form is given by `(∂ρ^')/(∂t^' )=-ρ^' (∂V^')/(∂x^' )-ρ^' V^' (∂(ln⁡〖A^' 〗 ))/(∂x^' )-V'(∂ρ')/(∂x^' )` `(∂V^')/(∂t^' )=-V^' (∂V^')/(∂x^'…

                              calendar

                              03 Mar 2020 01:01 AM IST

                                Read more

                                Meshing the interior plastic component of a side door

                                Objective:

                                Meshing the interior plastic component of a side door   Objective: To mesh the given interior plastic component of a side door by following approches for mid surface extraction Manual mid-surface Automatic mid-surface Combination of both   Methodology: Cleanup the geometry of the given model as shown below  …

                                calendar

                                03 Mar 2020 01:01 AM IST

                                  Read more

                                  Simulating Flow over an Ahmed Body

                                  Objective:

                                  1. Ahmed body Ahmed body is a simplified prototype model of a car body. It is used for validating results of CFD codes with the wide range of experimental data present with it. It was first used by S.R. Ahmed in \"Some sailent features of the Time-averaged ground vehicle wake\", where he studies the wake region at the…

                                  calendar

                                  24 Dec 2019 01:41 PM IST

                                  Read more
                                  Showing 1 of 23 projects