Objective: The major objective is to write a code to solve the 1D supersonic nozzle flow simulation problem from the book John D. Anderson using both Non-conservative form and compare the code results with results from the same simulation in openFoam Equations to be solved: 1. Continuity Equation: …
Srinivasan Srinivasan
updated on 14 Apr 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 Srinivasan Srinivasan (5)
calculating the order of approximation in the Discretization scheme
Introduction: In this topic we will discuss on how to find out the order of approximation of your discretization scheme. The order of approximation can be determined by the truncation error term on the RHS. Mathematical Example: let us take this exampe 2nd order derivative for example. Let us try to derive a 1st…
24 Sep 2019 12:45 PM IST
Deriving the forth order approximation of the 2nd order derivative
Objective: The objective here is to derive the forth order approximation of the Skewed right hand side scheme and the central difference scheme using Taylors table and making sure that the stencil that we use is of forth order approximation. Numerical derivative to be decritized: `(del^2f)/(delx^2)` ---------------------------…
24 May 2019 08:56 AM IST
1D Quasi Static Nozzle flow simulation using Matlab and OpenFOAM â (Non-conservative)
Objective: The major objective is to write a code to solve the 1D supersonic nozzle flow simulation problem from the book John D. Anderson using both Non-conservative form and compare the code results with results from the same simulation in openFoam Equations to be solved: 1. Continuity Equation: …
14 Apr 2019 10:17 PM IST
Solving 2D Transient Heat Conduction Equation in Explicit form
Objective: To solve and study the 2D Transient Heat Conduction equation, thereby understanding how the stability of the equation is affected by different parameters in the equation. Numerical Equation: The 2D Transient State Heat conduction equation is given as …
18 Feb 2019 06:30 AM IST
A Detailed study on Snappy-Hex-Mesh in openFOAM - part 1
Objective: The Major Objective of this study is to use inbuilt meshing utility in OpenFOAM to Mesh a component and run a simulation without any other commerical meshing alogorithams. Backgroud: OpenFOAM is a Opensource CFD Library that is very popular, but it lacks a GUI which is very hard for the users to see what…
07 Jan 2019 09:45 AM IST