Conjugate Heat Transfer Analysis On Graphics Card. Objective - To perform steady-state CHT Analysis on the model of Graphics Card. Introduction - CHT Analysis - CHT stands for Conjugate Heat Transfer. This type of analysis allows the simulation of heat transfer between solids and fluids boundaries by exchanging…
Mayur Sen
updated on 19 Sep 2019
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 Mayur Sen (11)
Finite Volume Method - Flux Limiters and Interpolation Schemes
(1) Need for Interpolation Schemes: In the FVM method, we need to evaluate the surface and volume integrals for the finite volume formulation. But sometimes the integrals have unknown variables whose value we need to determine at points other than the computational nodes. For such calculations, Interpolation schemes…
20 Sep 2020 03:00 AM IST
Data Analysis of an Air Standard Cycle
Objective: - Write a code to create a data visualizer tool. Before you even begin a Data analysis project, you must define the problem you’re trying to solve. At this stage, you should be clear about the objectives of your project. Python is a general-purpose programming language and is widely used for data analytics.…
03 Oct 2019 12:36 AM IST
Conjucate Heat Transfer Analysis on a Graphic Card
Conjugate Heat Transfer Analysis On Graphics Card. Objective - To perform steady-state CHT Analysis on the model of Graphics Card. Introduction - CHT Analysis - CHT stands for Conjugate Heat Transfer. This type of analysis allows the simulation of heat transfer between solids and fluids boundaries by exchanging…
19 Sep 2019 11:41 PM IST
Simulating Second-Order ODEs using Python
Simulating Second-Order ODEs using Python Objective: - Write a program that solves the following ODE. This ODE represents the equation of motion of a simple pendulum with damping. And also write a program to simulate the transient behavior of a simple pendulum and to create an animation of its motion. …
16 Sep 2019 05:56 PM IST
Simulating the Air Standard Cycle using Python for Computing Thermal Efficiency
Simulating the Air Standard Cycle using Python for Computing Thermal Efficiency. The Otto cycle is a set of processes used by spark-ignition internal combustion engines (2-stroke or 4-stroke cycles). These engines a) ingest a mixture of fuel and air, b) compress it, c) cause it to react, thus effectively adding heat through…
16 Sep 2019 05:26 PM IST
LAMINAR INCOMPRESSIBLE FLOW SIMULATION THROUGH A PIPE IN OpenFOAM
LAMINAR INCOMPRESSIBLE FLOW SIMULATION THROUGH A PIPE IN OpenFOAM: [PART 2/2]: SYMMETRY BOUNDARY CONDITION: OBJECTIVES:1. Creating the Mesh-Script (blockMeshDict file) with symmetry boundary condition.2. Simulation Results and post-processing the velocity profile at different points of the pipe for a fully developed flow. 3.…
08 Apr 2019 08:51 PM IST
Transient Simulation of a Pendulum Motion
Abstract: The main aim of this project is to solve and simulate the second order differential equation corresponds to a simple pendulum with damping. An animation video to be made using the Matlab code. Theory: The motion of the simple pendulum with damping is given the ordinary differential equation: …
06 Apr 2019 06:25 PM IST
LAMINAR INCOMPRESSIBLE FLOW SIMULATION THROUGH A PIPE IN OpenFOAM
LAMINAR INCOMPRESSIBLE FLOW SIMULATION THROUGH A PIPE IN OpenFOAM: [PART 1/2]: WEDGE BOUNDARY CONDITION: OBJECTIVES:1. Calculation of preliminary quantities related to the flow.2. Creating the Mesh script (blockMeshDict file) for specifying the geometry and boundary condition.3. Simulation Results and post-processing…
05 Apr 2019 11:36 PM IST
NUMERICAL SOLUTION OF 1D SUPERSONIC NOZZLE FLOW SIMULATION BY MAC-CORMACK METHOD
NUMERICAL SOLUTION OF 1D SUPERSONIC NOZZLE FLOW SIMULATION BY MAC-CORMACK METHOD PROJECT OBJECTIVES: i. Numerical solution of the governing equations in both conservative and non-conservative forms. ii. Creating user-defined functions for calculating the flow quantities in both Conservative and Non-Conservative forms.…
15 Mar 2019 08:19 PM IST
Taylor Table Method to find the Fourth Order Approximation of a Second Order Derivative Function using Finite Difference Schemes
Aim: To derive 4th order approximations of the second order derivative with Central difference, Skewed right sided difference and Skewed left sided difference and absolute error between the above-mentioned schemes for analytical function exp(x)*cos(x). The equations used for the fourth order approximation…
10 Mar 2019 10:58 PM IST