Explanation: In order to solve the 2nd order differential equation using Taylor table method we need to find no. of node necessary for symmetric and asymmetric stencil. For Symmetric stencil: ( central scheme ) no. of nodes = (order of accuracy) + (order of derivative) – 1 …
Sachin Britto
updated on 06 Mar 2022
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 Sachin Britto (31)
Project 1 - Parsing NASA thermodynamic data
Aim: Write a function that extracts the 14 co-efficient and calculates the enthalpy, entropy and specific heats for all the species in the data file. Calculate the molecular weight of each species and display it in the command window.Plot the Cp, Enthalpy and Entropy for the local temperature range (low…
03 Jan 2025 12:56 PM IST
Project 2 - Rankine cycle Simulator
Aim: Create a Rankine Cycle Simulator using OCTAVE/MATLABCode should calculate the state points of the Rankine Cycle (any type of your choice) based on user inputs. Plot the corresponding T-s and h-s plots for the given set of inputs. Title and axes labels are a must, while legends could be used if necessary.Attach…
03 Jan 2025 09:40 AM IST
Week 4.1 - Solving second order ODEs
Aim: To write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping In the above equation, g = gravity in m/s2, L = length of the pendulum in m, m = mass of the ball in kg, b=damping coefficient. Write a program in Matlab\Octave that will…
09 Feb 2024 06:08 AM IST
Week 3.2 - 2R Robotic Arm Challenge
Aim: Write a program in Matlab to simulate the forward kinematics of a 2R Robotic Arm, as shown in the video. Errors Encountered when executing the code: 1. Error Code: Output: · Explanation: Typo error, while…
30 Jan 2024 12:21 PM IST
Week 11- Broadband Noise modelling over Ahmed body
Aim: Describe Ahmed's body and its importance. Setup the domain and setup assuming body is travelling at 110 kmph Run the setup till convergence and plot for static pressure and coefficient of drag and lift to check for convergence Turn on Broadband- modelling and detail the acoustic field study over Ahmed body.…
17 Nov 2023 12:52 PM IST
Week 9- Unsteady moving zones Approach
Aim: To simulate the motion of blades in a generic turbomachinery component using Steady & Unsteady approach. Simulation setup: Initially we have three zone mesh files, so first we will read one file and then append the other two file in fluent. File >> read the mesh file >> mesh model will be displayed. Domain >>…
24 Sep 2023 04:53 PM IST
Week 8- Moving zones approach in Fluent
What are the approaches by which you would model moving zones? Two types of motoin involved in fluid flow are as follows Rotational Motion Rectilinear Motion Rotational motion in CFD is modelled by the following approaches. Moving Reference Frame (MRF) Moving Mesh Method (MMM) Navier stokes equation is solved separately…
19 Sep 2023 01:06 PM IST
Week 5 - Turbulence modelling challenge
Turbulence Model: Reynolds No.: It is the ratio of the inertial force to the viscous flow of the fluid `Re=(rho*V*l)/mu` The fluid flow is classified into different categories based on the Reynolds no. …
16 Jul 2023 06:12 PM IST
Week 3 - Pitot tube
Aim: A pitot static tube a.You are required to do a literature review of pitot-static tube. Also establish a relationship between Total (stagnation) pressure and static pressure b.You are required to create surfaces and fill it separately for Total pressure port and static pressure…
08 Jun 2023 09:46 AM IST
Week 2 - Converging diverging nozzle
Aim: Simulate the flow through converging-diverging nozzle for the following boundary conditions, At Inlet, Pressure = 1atm and Temperature = 300K. The outlet pressure= 0.027 atm. In the operating conditions, consider the reference pressure to be zero. Plot: The pressure, velocity and temperature variations…
01 Jun 2023 04:29 AM IST
Week 5 Challenge : Surface wrap on Automotive Assembly
Aim: For the given model, check for the geometrical errors and delete surfaces which are unwanted for surface wrap. After clearing geometry, merge all 3 models and perform surface wrap. Target Length for wrap is 4mm. Surface wrap: It is a type of surface meshing techniques which is used in the complex geometry having…
06 Jan 2023 06:35 PM IST
Project 1 : CFD Meshing for Tesla Cyber Truck
Aim: For the given Tesla Cyber Truck model, check the geometrical errors on half portion. Create and assign PID’s, surface mesh the half model and do symmetry to the other side. Target length for the different parts of a model are as follows Body: 3mm Rims and Tyres: 2mm Window: 2mm Procedure: Open…
03 Jan 2023 01:51 AM IST
Week 4 Challenge : CFD Meshing for BMW car
Aim: For the given BMW car model, check the geometrical errors on half portion. Create and assign PID’s, surface mesh the half model and do symmetry to the other side. Target length for the different parts of a model are as follows Body: 3mm Lights: 4mm Grills: 1mm Rims and Tyres: 2mm Optical Rear View Mirror: 2mm…
28 Dec 2022 02:00 AM IST
Week 3 Challenge : CFD meshing on Turbocharger
Aim: For the given Turbocharger model, check the geometrical errors to make appropriate volumes. Create and assign PID’s, surface mesh with the given target length as per PID’s. Blade stage-1: 1mm Blade Stage-2: 1mm Impeller: 2mm Shaft rotor: 1mm Turbo casing: 5mm Compressor casing: 5mm Inlet casing cover:…
12 Dec 2022 04:16 PM IST
Week 2 Challenge : Surface meshing on a Pressure valve
Aim: To check for the geometrical errors and perform topology clean up accordingly. Set three different target lengths as three different cases (5mm, 3mm, 1mm) and mesh the model. Procedure: Open ANSA, change to CFD mode then click on the “?” symbol another window is opened in which scroll down…
07 Dec 2022 04:53 PM IST
Week 10 - Simulating Combustion of Natural Gas.
Aim: To perform the combustion simulation on the combustor model and plot the variation of the mass fraction of the different species in the simulation using line probes at different locations of the combustor and also plot CO2, H2O, CH4, N2, O2, NOx emissions & soot formation. Addition of water from 5% to 30% by mole…
31 Oct 2022 02:02 AM IST
Week 9 - Parametric study on Gate valve.
Aim: To study the flow through the gate valve for different opening position positions and also studying flow coefficient and flow factors for various mass flow rate at the outlet. Theory: For measuring the valve capcity of control valves, the coefficient of Cv or its Metric equivalent Kv is adopted. The Valve flow…
21 Oct 2022 02:30 AM IST
Week 8 - Simulating Cyclone separator with Discrete Phase Modelling
Aim: To simulate the flow through the cyclone separator and find its efficiency for varied velocity and particle sizes. Theory: Cyclones are devices that employ a centrifugal force generated by a spinning gas stream to separate particles from the carrier gas. Their simple design, low capital cost, and nearly maintenance-free…
12 Oct 2022 02:30 AM IST
Week 6 - CHT Analysis on a Graphics card
Aim: To Simulate the flow over Graphic card and study Conjugate heat transfer method. Create Heat generation source terms for the processor and to study the temperature around the surrounding components and its effect. Theory: In order to study air flow around the graphic card, we first need to select the material…
22 Sep 2022 04:12 PM IST
Week 5 - Rayleigh Taylor Instability
Aim: To simulate the Multiphase simulation and study the Rayleigh Taylor Instability. To also study the relationship between flow simulation and mesh size and Atwood Number Theory: Rayleigh Taylor Instability (RTI) it arises when the two fluid of different density are subjected to a acceleration due to density gradient…
11 Sep 2022 04:05 PM IST
Week 4 - CHT Analysis on Exhaust port
Aim: To simulate flow through the exhaust manifold wherein 4 inlet port is connected to 1 outlet port. Velocity, Pressure, heat transfer coefficient and Nusselt number for the flow are simulated for the manifold. Conjugate Heat Transfer: In real world the heat transfer takes from solid and fluid, in solids conduction…
06 Sep 2022 04:38 PM IST
Week 3 - External flow simulation over an Ahmed body.
Aim : To simulate 2D flow over Ahmed body to study Coefficient of Drag, Lift, Velocity , Pressure, Streamlines and wake generation around it. Using Ansys Fluent as the simulation tool we will look into the Boundary layer formation around the Ahmed body. Ahmed body and its Importance: Ahmed body is a bluff body which…
02 Sep 2022 04:37 PM IST
Week 2 - Flow over a Cylinder.
Aim : To simulate 2D flow over cylinder for varying Reynold number and observing the Coefficient of Drag, Lift, Strouhal no., Avg. vortex velocity for steady & transient flow. Further to study the von kormann vortex shedding phenomenon using Ansys Fluent. Theory: When fluid flow over a cylinder wake generation starts…
21 Aug 2022 05:56 PM IST
Week 1- Mixing Tee
Aim: To study T section which gives the desired outlet temperature, whether short or long. which Turbulence model captures the result efficiently for given momentum ratio. Ansys Workbench: Geometry: The geometry of the project is loaded in here and control volume is extracted using space claim. It is used as a inbuilt…
15 Aug 2022 07:48 AM IST
Week 12 - Validation studies of Symmetry BC vs Wedge BC in OpenFOAM vs Analytical H.P equation
In this project we try to compare the results of Wedge and symmetry boundary condition in openFoam. Assumption of Pipe Flow: We assume the fluid flow to be laminar in nature i.e. Re = 2100 (Reynolds Number). At 30*C the water properties are density=995.6 Kg/m^3, Kinematic viscosity =0.801 X 10^(-6), Dynamic viscosity =…
18 Jul 2022 06:17 PM IST
Week 11 - Simulation of Flow through a pipe in OpenFoam
This project deals with the flow of water in the cylindrical pipe. The flow in the pipe is possible only due to the pressure difference. By using the hagen Poiseuille equation the pressure difference can be found …
11 Jul 2022 03:20 PM IST
Week 8 - Simulation of a backward facing step in OpenFOAM
Aim: Perform a transient simulation over backward facing step geometry to study the effects of different grading factor and plot there result using plot over line command. Code setup: Inside the terminal window Type 'tut' : it is shortcut for directly going to the tutorial directory of open Foam. Type ' cd incompressible/icoFoam/cavity'…
22 Jun 2022 05:17 PM IST
Week 7 - Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method
Description: Here, we try to study quasi 1D supersonic nozzle. Inorder to do that we consider a convergent-divergent(CD) nozzle, which changes its crossection area along the x direction only. Further we assumw that air flows from a very large reservior so velocity is small, pressure and density of air…
09 Jun 2022 01:03 AM IST
Week 5.1 - Mid term project - Solving the steady and unsteady 2D heat conduction problem
Explanation: 2D conduction equation is given by, `(delT)/(delt)=alpha*((del^2T)/(delx^2)+(del^2T)/(dely^2))` so, by using the given values in the question the main program code is created. Main Program: clear all close all clc %input nx=30; ny=nx; x=linspace(0,1,nx); dx=x(2)-x(1); y=linspace(0,1,ny); dy=y(2)-y(1);…
11 Apr 2022 04:47 PM IST
Week 3.5 - Deriving 4th order approximation of a 2nd order derivative using Taylor Table method
Explanation: In order to solve the 2nd order differential equation using Taylor table method we need to find no. of node necessary for symmetric and asymmetric stencil. For Symmetric stencil: ( central scheme ) no. of nodes = (order of accuracy) + (order of derivative) – 1 …
06 Mar 2022 08:03 AM IST