搜索资源列表
fd1d_heat_explicit.zip
- a program which implements a finite difference solution, explicit in time, of the time dependent 1D heat equation ,a program which implements a finite difference solution, explicit in time, of the time dependent 1D heat equation
heat_mpi.rar
- 此程序用有限差分解一维热传导方程,演示了MPI的使用方法。,HEAT_MPI is a FORTRAN90 program which solves the 1D Time Dependent Heat Equation using MPI
heat1d_mfiles_v2
- compHeatSchemes Compare FTCS, BTCS, and Crank-Nicolson schemes for solving the 1D heat equation-compHeatSchemes Compare FTCS, BTCS, and Crank-Nicolson schemes for solving the 1D heat equation
fem_50_heat
- 高等热传递,传热学问题中的有限元法解法,适用的边界问题为任意封闭区域.-this is a set of MATLAB routines to apply the finite element method to the heat equation in an arbitrary region, using about 50 lines of MATLAB code.
fd1d_heat_explicit
- FD1D_HEAT_EXPLICIT is a FORTRAN90 program which solves the time-dependent 1D heat equation, using the finite difference method in space, and an explicit version of the method of lines to handle integration in time. -FD1D_HEAT_EXPLICIT is a FORTRAN90
ftcs_1d
- THIS PROGRAM SOLVES TRANSIENT HEAT EQUATION IN A 1-D DOMAIN * * USING FINITE VOLUME METHOD (UNIFORM CV) * * FORWARD EULER (FTCS) METHOD -THIS PROGRAM SOLVES TRANSIENT HEAT EQUATION IN A 1-D DOMAIN * * USING FINITE VOLUME ME
Implicit1Ddiffusionequation
- matlab编写的一维扩散方程求解程序,适用于初学者学习CFD编程:隐式算法,TDMA求解,分别计算平板、球、圆台的导热问题,采用了不同的边界条件 PS:自己编写的计算传热学作业-1D diffusion equation solver using MATLAB ,for fresh learner in CFD programming: Implicit, TDMA. 3 cases: plane, sphere, and yuantai heat transfering problem.
Explicit1Ddiffusionequation
- matlab编写的一维扩散方程求解程序,适用于初学者学习CFD编程:显式算法,TDMA求解,分别计算平板、球、圆台的导热问题,采用了不同的边界条件 PS:自己编写的计算传热学作业-1D diffusion equation solver using MATLAB ,for fresh learner in CFD programming: Implicit, TDMA. 3 cases: plane, sphere, and yuantai heat transfering problem.
heat_conduction_1D
- 采用显示差分法计算一维热传导方程,用于计算地温梯度。-Solution of 1D heat conduction equation using explicit method
FEM
- Solving several BVP s (1D example, 2D wave equation, 2D heat equation, 3D cantilever beam deflection (linear & quadratic elements) with use of very basic FEM techniques.
ftcs-code
- fortran based code for 1d heat equation
1D-Heat-Transfer
- 1d heat transfer equation simulation
1D-heat-conduction
- 用有限差分的方法,采用追赶法实现一维热传导方程的求解。-By using the finite difference method, the solution of one dimensional heat conduction equation is realized by the catch-up method.
fd1d_heat_explicit
- 采用显式有限差分法求解一维热传递方程,一个时间步-This program takes one time step to solve the 1D heat equation with an explicit method
Heat_1D
- Heat Equation solution 1D using Matlab