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

Simulation of Flow through a pipe in OpenFoam

AIM To simulate an axi-symmetric flow by applying the wedge boundary condition in openfoam. THEORY  Here, a pipe of diameter of 20mm is considered. The flow is assumed as laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. Fluid is considered as water. Density of water = 1000…

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 K R Nischal Purushotham (20)

Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation

Objective:

AIM To simulate an axi-symmetric flow by applying the wedge and symmetry boundary conditions at various angles in openfoam. THEORY  Here, a pipe of diameter of 20mm is considered. The flow is assumed as laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. Fluid is considered…

calendar

25 Jan 2023 04:26 PM IST

  • CFD
  • MATLAB
Read more

Simulation of Flow through a pipe in OpenFoam

Objective:

AIM To simulate an axi-symmetric flow by applying the wedge boundary condition in openfoam. THEORY  Here, a pipe of diameter of 20mm is considered. The flow is assumed as laminar and flows through a constant cross-section pipe at an inlet Reynold's number of 2100. Fluid is considered as water. Density of water = 1000…

calendar

14 Jan 2023 03:33 AM IST

Read more

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

Objective:

AIM To derive and write a program for in MATLAB for fourth order approximation for second order derivative using central difference, skewed right-sided difference, and skewed left-sided difference schemes. SCHEMES EQUATIONS AND COEFFICIENTS VALUES 1. Central Difference Scheme The order of accuracy P = Number of nodes…

calendar

05 Jan 2023 12:49 PM IST

Read more

CFD Meshing for Tesla Cyber Truck

Objective:

AIM To clean up the given model and perform first, surface meshing and then to perform volumetric meshing for the revelent volume. PROCEDURE The first step is to import the geometry and run a geometry check. Using the geometry check, all the surfaces that need to be fixed (single cons, triple cons, overlapping features)…

calendar

05 Jan 2023 12:49 PM IST

Read more

2R Robotic Arm Challenge

Objective:

CODE:  % Forward kinematics of a 2R robotic arm manipluator clear all close all clc l1 = 1.5; % length of link1 l2 = 1; %length of link2 theta1 = linspace(0,90,25); %angle of 1st rotational joint with x axis theta2 = linspace(0,90,25); %angle of 2nd rotational joint with x axis ct = 1; % for frame counter for i=1:length(theta1)…

calendar

05 Jan 2023 12:49 PM IST

    Read more

    Genetic Algorithm

    Objective:

    Genetic Algorithm  Genetic Algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA). Genetic algorithms are commonly used to generate high-quality solutions to optimization and search problems by relying on biologically inspired…

    calendar

    05 Jan 2023 12:48 PM IST

      Read more

      CFD meshing on Turbocharger

      Objective:

      AIM To clean up the given model and perform first, surface meshing got the given mesh lengths and then to perform volumetric meshing for revelent volumes. PROCEDURE The first step is to import the geometry and run a geometry check. Using the geometry check, all the surfaces that need to be fixed (single cons, triple cons,…

      calendar

      05 Jan 2023 12:48 PM IST

      Read more

      Surface meshing on a Pressure valve

      Objective:

      AIM To mesh the given model using triangluar mesh with a target length of 5mm, 3mm, and 1mm. PROCEDURE First, import the given model. Now, we have to clean up the geometry. A geometry check is run to see all single cons and any other errors. These single cons need to be converted to double cons. Under topo module, using…

      calendar

      05 Jan 2023 12:48 PM IST

        Read more

        Project - Parsing NASA thermodynamic data

        Objective:

        Specific Heat (J/Kg K) It is the quantity of heat required to raise the temperature of one gram of a substance by one Celsius degree. The units of specific heat are usually calories or joules per gram per Celsius degree. k Enthalpy (J) It is the sum of the system's…

        calendar

        05 Jan 2023 12:48 PM IST

          Read more

          Stock Bracket Assembly

          Objective:

          PROCEDURE REPORT - Stock Bracket Top down approach is followed here. An assembly design window is opened and a new part is added. The sketch of a part is created and then the part itself is created using pad, pocket, etc. The same procedure is followed for all 8parts. All 8 parts are individually saved. This can be done…

          calendar

          05 Jan 2023 12:48 PM IST

            Read more

            Solving second order ODEs

            Objective:

            Code and Result Explaination:  Used ode45 to solve simple pendulum equation under damping. Function - 'ode_func' gives values of dtheta1/dt and dtheta2/dt into the ode 45 solver. this is done since the equation is 2nd order and needs to be reduced to 1st order ODE. Using for loop and we find the position of pendulum…

            calendar

            05 Jan 2023 12:48 PM IST

              Read more

              Radial Engine Assembly

              Objective:

              PROCEDURE REPORT - Radial Engine assembly Top down approach is followed here. An assembly design window is opened and a new part is added. The sketch of a part is created and then the part itself is created using pad, pocket, etc. The same procedure is followed for all 10 parts. All 10 parts are individually saved. This…

              calendar

              05 Jan 2023 12:47 PM IST

                Read more

                Motor Blower Assembly

                Objective:

                PROCEDURE REPORT - Motor Blower Top down approach is followed here. An assembly design window is opened and a new part is added. The sketch of a part is created and then the part itself is created using pad, pocket, etc. The same procedure is followed for all 6 parts. All 6 parts are individually saved. This can be done…

                calendar

                05 Jan 2023 12:47 PM IST

                  Read more

                  CFD Meshing for BMW car

                  Objective:

                  AIM To clean up the given car model and perform first, surface meshing for the given mesh lengths and to create a wind tunnel around the car with surface mesh and volumetric mesh for volume in the tunnel surrounding the car. PROCEDURE The first step is to import the geometry and run a geometry check. Using the geometry…

                  calendar

                  05 Jan 2023 12:47 PM IST

                  Read more

                  Surface wrap on Automotive Assembly

                  Objective:

                  AIM To clean the topo of the given engine, gearbox and transmission models, merge them and create a surface wrap around them with mesh element target length as 3mm. PROCEDURE After opening the given model files, using the tools under the topo deck, clean the exterior of the engine, gearbox, and transmission. Since the…

                  calendar

                  05 Jan 2023 12:47 PM IST

                  Read more

                  Project - Solving the steady and unsteady 2D heat conduction problem

                  Objective:

                  AIM To solve for the given 2D heat conduction with the given boundary conditions THEORY The 2D heat conduction equation is given by:  `(deltaT)/(delta t) - alpha ((delta^2T)/(delta x^2)+(delta^2T)/(delta y^2))=0` `alpha`= Thermal Diffusivity. It is considered as 1.5 for our problem. Two main approaches are used. They…

                  calendar

                  05 Jan 2023 12:47 PM IST

                    Read more

                    V-Block Assembly

                    Objective:

                    PROCEDURE REPORT - V Block Top down approach is followed here. An assembly design window is opened and a new part is added. The sketch of a part is created and then the part itself is created using pad, pocket, etc. The same procedure is followed for all 3 parts. All 3 parts are individually saved. This can be done using…

                    calendar

                    31 Dec 2022 03:51 AM IST

                      Read more

                      FVM Literature Review

                      Objective:

                      Finite Volume Method (FVM) The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergence term are converted to surface integrals, using…

                      calendar

                      31 Dec 2022 03:50 AM IST

                        Read more

                        Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method

                        Objective:

                        AIM To simulate the isentropic flow through a quasi 1D subsonic-supersonic nozzle for conservative and non-conservative from of governing equations using MacCromack’s method. THEORY A convergent-divergent nozzle converts subsonic flow at inlet into supersonic flow at outlet.   We consider a steady-isentropic…

                        calendar

                        26 Oct 2022 01:10 PM IST

                          Read more

                          Simulation of a backward facing step in OpenFOAM

                          Objective:

                          AIM To simulate a incompressible-laminar-viscous flow through a backward facking step in openfoam with mesh grading factor of 1 and 0.2. SIMULATION SETUP 1. First we copy the tutorial similat to our case to run file. The cavity tutorial under incompressible>icoFoam>cavity is the case which is similar to what we are…

                          calendar

                          26 Oct 2022 01:10 PM IST

                          Read more
                          Showing 1 of 20 projects