8 results · AI-generated index
S
scholar.google.com
research

Finite Element Method for Transient Heat Transfer

This article presents a finite element formulation for solving transient heat transfer problems. Python code is provided for implementation.

G
github.io
tool

Transient Heat Transfer Analysis using Python

A Python library for finite element analysis of transient heat transfer problems. Includes examples and documentation.

S
sciencedirect.com
article

Finite Element Analysis of Transient Heat Transfer Problems

This paper presents a finite element method for solving transient heat transfer problems. Numerical examples are provided to demonstrate the accuracy of the method.

R
researchgate.net
research

Python Code for Transient Heat Transfer using Finite Elements

A Python code for solving transient heat transfer problems using the finite element method. The code is well-documented and includes examples.

C
coursera.org
video

Introduction to Finite Element Analysis with Python

This course covers the basics of finite element analysis, including transient heat transfer problems. Python is used as the programming language.

F
fenicsproject.org
tool

Transient Heat Transfer Simulation using FEniCS

FEniCS is an open-source software package for solving partial differential equations, including transient heat transfer problems. Python is used as the programming language.

M
mit.edu
official

Finite Element Method for Heat Transfer Problems

This course notes provide an introduction to the finite element method for solving heat transfer problems, including transient problems. Python code is provided.

T
towardsdatascience.com
article

Solving Transient Heat Transfer Problems with Python and NumPy

This article presents a simple implementation of the finite element method for solving transient heat transfer problems using Python and NumPy.