Heat Transfer part-2 | 2D heat diffusion equation using Python | CFD python | Python for mechanical

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024
  • #python #pythonformechanicalengineer #pythonforcivilengineer #pythonmechanicalengineer #pythoncivilengineer #pythonengineer #CFDPython
    " • Heat Transfer part-1 |... "
    Python is very useful and easy to understand language for mechanical engineer. mechanical analysis by python.
    Python is must for many mechanical engineer, Specially in research and development engineer. So here i will guide for basic mechanical engineering problem by python code. ANSYS Analysis. FEA Analysis. ANSYS python.
    Python for design for mechanical engineer.
    Python for mechanical engineer. Python language for mechanical engineer. Python for mechanical. Python language for mechanical.
    Python programming for mechanical engineer. Python programming for mechanical
    Python tutorial for mechanical. Python tutorial for mechanical engineer.
    From Wikipeadia
    "In mathematics and physics, the heat equation is a certain partial differential equation. Solutions of the heat equation are sometimes known as caloric functions. The theory of the heat equation was first developed by Joseph Fourier in 1822 for the purpose of modeling how a quantity such as heat diffuses through a given region.
    As the prototypical parabolic partial differential equation, the heat equation is among the most widely studied topics in pure mathematics, and its analysis is regarded as fundamental to the broader field of partial differential equations. The heat equation can also be considered on Riemannian manifolds, leading to many geometric applications. Following work of Subbaramiah Minakshisundaram and Åke Pleijel, the heat equation is closely related with spectral geometry. A seminal nonlinear variant of the heat equation was introduced to differential geometry by James Eells and Joseph Sampson in 1964, inspiring the introduction of the Ricci flow by Richard Hamilton in 1982 and culminating in the proof of the Poincaré conjecture by Grigori Perelman in 2003. Certain solutions of the heat equation known as heat kernels provide subtle information about the region on which they are defined, as exemplified through their application to the Atiyah-Singer index theorem.[1]
    The heat equation, along with variants thereof, is also important in many fields of science and applied mathematics. In probability theory, the heat equation is connected with the study of random walks and Brownian motion via the Fokker-Planck equation. The Black-Scholes equation of financial mathematics is a small variant of the heat equation, and the Schrödinger equation of quantum mechanics can be regarded as a heat equation in imaginary time. In image analysis, the heat equation is sometimes used to resolve pixelation and to identify edges. Following Robert Richtmyer and John von Neumann's introduction of "artificial viscosity" methods, solutions of heat equations have been useful in the mathematical formulation of hydrodynamical shocks. Solutions of the heat equation have also been given much attention in the numerical analysis literature, beginning in the 1950s with work of Jim Douglas, D.W. Peaceman, and Henry Rachford Jr."
    import numpy as np
    import matplotlib.pyplot as plt
    maxIter=500
    lenX=10
    lenY=10
    delta=1
    Ttop=500
    Tbottom=30
    Tleft=30
    Tright=30
    Tintial=30
    colorinterpolation=50
    colourMap=plt.cm.jet
    X,Y = np.meshgrid (np.arange(0,lenX),np.arange(0,lenY))

Комментарии • 10

  • @vicand7
    @vicand7 Год назад

    Great explication!
    How can transform the code for the case when the plate isn´t a square, like a rectangle?

  • @SaNTiaGo21199
    @SaNTiaGo21199 2 года назад

    Thanks!

  • @alidashti3603
    @alidashti3603 2 года назад

    Hi, Thanks for the nice and informative videos. How can we convert the code to a transiet one? I mean I want to have temperaturesin X and Y directions for several time steps. Thanks in advance for your reply.

    • @HarikrushnaDodiya
      @HarikrushnaDodiya  Год назад

      Yes, it can be done. Sorry for the late reply. I am not professional RUclipsr

  • @rishisuvvada6494
    @rishisuvvada6494 2 года назад

    real good explaination ,
    can u provide the code please

  • @user-dj9di1yk8t
    @user-dj9di1yk8t 2 года назад

    not bad, still one point is still open - how to deal with time