FVM Literature Review: The Finite volume method (FVM) is a widely used numerical technique. The fundamental conservation property of the FVM makes it the preferable method in comparison to the other methods, i.e., FEM, and finite difference method (FDM). Also, the FVM’s approach is comparable to the known numerical…
VINODH KUMAR KG
updated on 04 Nov 2020
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 VINODH KUMAR KG (9)
Week 9 - FVM Literature Review
FVM Literature Review: The Finite volume method (FVM) is a widely used numerical technique. The fundamental conservation property of the FVM makes it the preferable method in comparison to the other methods, i.e., FEM, and finite difference method (FDM). Also, the FVM’s approach is comparable to the known numerical…
04 Nov 2020 02:38 AM IST
Week 8 - BlockMesh Drill down challenge
AIM: The Scope of this project is to simulate and study the blockmesh Drill down flow through backward facing step. Mesh specification In this challange CFD Simulation will be performed by using OpenFoam. IcoFoam is a Solver which Solves the incompressible navier stokes equation for a flow consideration…
31 Oct 2020 02:30 PM IST
SIMULATION OF A 1D SUPER-SONIC NOZZLE FLOW SIMULATION USING MACORMACK METHOD
Simulation of a 1D Super-sonic nozzle flow simulation using Macormack Method AIM: To write the code to solve the 1D supersonic nozzle flow equations using the Macormack Method. CONTENTS: Governing Equations 1.Conservative form …
04 May 2020 01:47 PM IST
SOLVING THE STEADY STATE SOLVER AND UNSTEADY or TRANSIENT SOLVER 2D HEAT CONDUCTION PROBLEM BY USING POINT ITERATIVE TECHNIQUES
Solving the steady and unsteady 2D heat conduction problem AIM: To Solving and writing the steady and unsteady simulation of a 2D Heat Conduction by using iterative methods. This challenge is going to be quite hard and time-consuming to finish. You have to solve the conduction equation using a Transient solver…
11 Mar 2020 09:52 AM IST
TAYLOR S TABLE METHOD USING MATLAB PROGRAM COMPUTE HIGHER ORDER APPROXIMATIONS USING SKEWED SCHEME AND SYMMETRIC STENCILS
Taylor table method and Matlab code Computer higher order approximations using skewed and symmetric stencils AIM: To derive & writing the program for fourth order approximation of the second order derivative by using Taylor table method. INTRODUCTION: The Taylor series of a real or complex-valued function f (x)…
10 Feb 2020 10:43 AM IST
AIR STANDARD CYCLE EFFICIENCY
Writing a program for anair standard cycle efficiency: function [v] = engine_piston_kinematics(bore, stroke, cond_rod, cr, start_crank, end_crank) a = stroke/2; R = cond_rod/a; %calculation formula for swept volume v_s v_s = (pi/4)*bore^2*stroke; %calculation formula for clearance volume v_c v_c = v_s/(cr-1); theta = linspace(start_crank,end_crank,100);…
12 Dec 2019 07:53 AM IST
WRITING A CODE TO PARSING THE NASA THERMODYNAMIC DATA FILE BY USING MATLAB
% Writing a program code for to parising the nasa thermodynamic file by using Matlab To parsing the NASA thermodynamic data file and then calculate the thermodynamic Properties of various gas species. The term \'File Parising\'means how the information can read from a particular text file or data file.In…
30 Nov 2019 10:02 AM IST
GENETIC ALGORITHM PROGRAM TO CALCULATE THE GLOBAL MAXIMA OF A STALAGMITE FUNCTION BY USING MATLAB
A genetic algorithm is a method of solving optimization problems based upon the evalution theory that was proposed by charles darwin. matlab provides inbuilt functions that helps us do the quit comfortability. writing a program for genetic algorithm to find global maxima codes is given below by using matlab: clear…
30 Nov 2019 04:00 AM IST
SIMULATING THE TRANSIENT BEHAVIOR OF AN SIMPLE PENDULUM BY USING MATLAB
Writing a program to simulate the transient behaviour of a simple pendulum To Solving a transient behaviour of a simple pendulum by using second order differential equation. ODE is extremely important in engineering that describe a lot of important phenomena. …
14 Nov 2019 01:44 AM IST