Coder Social home page Coder Social logo

dhruveshpotekar / steady-and-transient-state-simulation Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 1.0 469 KB

Comparing fastest steady state simulation and fastest transient simulation for 2d conduction problem

Home Page: https://github.com/DhruveshPotekar/Steady-and-Transient-State-simulation

MATLAB 100.00%
matlab heat-transfer steady-state-analysis steady-state-conduction transient-state-analysis unsteady-state-analysis

steady-and-transient-state-simulation's Introduction

Comparing-speed-of-Steady-Vs-Transient-State-simulation

We have to compare the fastest simulation of both the steady- and unsteady-state. The general 2 Dimensional heat conduction equation is frac{delT}{delt}=alpha(frac{del^2T}{delx^2} + frac{del^2T}{dely^2})

We will solve for two cases-
1.Transient / Unsteady state equation - Temperature within the system will change with time : frac{delT}{delt}=alpha(frac{del^2T}{delx^2} + frac{del^2T}{dely^2})

2.Steady state equation - Temperature within the system will not change with time : frac{del^2T}{delx^2} + frac{del^2T}{dely^2}=0

We assumed a plane wall of 10x10 matrix and specified the temperature values at all the sides of the wall as boundary conditions and calculated the temperature distribution at inner nodes.
The Boundary conditions for the problem are as follows;
Top Boundary = 600 K
Bottom Boundary = 900 K
Left Boundary = 400 K
Right Boundary = 800 K

For Steady-State

By Jacobi

By Gauss seidel

By Successive over relaxation

Comparing the three iterative solvers

From the above bar graph of steady-state heat conduction, the fastest simulation/lower number of iterations is achieved using successive over relaxation(SOR) iterative solver which used 94 iterations

For Unsteady-State

By Explicit method

By Implicit method

By Jacobi

By Gauss seidel

By Successive over relaxation

Comparing explicit and implicit unsteady-states

From above two bar graphs of transient state, we can see that the fastest simulation/low number of iterations is achieved by using explicit approach(no. of iteration =1401)

Conclusion

Therefore, we conclude that the fastest simulation in steady-state is achieved by successive over relaxation (SOR) method and fastest simulation in transient state is achieved by explicit approach.

steady-and-transient-state-simulation's People

Contributors

dhruveshpotekar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

khurrumsaleem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.