搜索资源列表
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;或者θ方向速度uθ #//u(i,j) y方向的速度v;或者径向速度ur'h\K #//pc(i,j) 压力修正 p'[OS #//p(i,j) 压力p-=5-+ #//p(i,j)
TDMA
- TDMA是一个一维计算程序,用于求解三对角阵,求解速度和精度高。-TDMA is a one-dimensional calculation procedure for solving tridiagonal matrix, solution speed and accuracy.
TDMAsolver.f90
- TDMA solver for tridiagonal matrix
tdma
- It is an useful cfd code.i solved an differential equation with guess-sidel method.in this method knowns are in the left hand side and unknownsa are in the right han side.this process in done for Jacubi method too.
cfd.tar
- C SOURCE FILE NAME : KILN2 ( ORIGINAL FILE ,5/30/92 ) 3-D: COMPUTER PROGRAM CYCLIC TDMA ISOTHERMAL k-e TURBULENCE ROTARY KILN INCINERATOR -C SOURCE FILE NAME : KILN2 ( ORIGINAL FILE ,5/30/92 ) 3-D: COMPUTER PROGRAM
ADI-to-TDMA
- 基于TDMA算法的ADI算法,同样是流体流动与相变传热的数值模拟课程的课堂小作业,采用有线差分法,计算二维平板的流体稳态流动时的热扩散稳态。-ADI algorithm for TDMA-based algorithm, the same phase change heat transfer and fluid flow numerical simulation of a small classroom course work, the use of wired-difference metho
ADI-with-TDMA
- 流体流动与相变传热的数值模拟课程的课堂小作业,ADI算法,采用有线差分法,计算二维平板的流体稳态流动时的热扩散稳态。-Fluid flow and phase change heat transfer numerical simulation of a small classroom course work, ADI algorithm, using the cable difference method to calculate the flat two-dimensional steady-
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.
chengxu
- 一维非稳态导热扩散方程C语言程序 考虑三种不同边界条件 TDMA算法求解三对角矩阵-Calculation of heat transfer analysis one-dimensional diffusion equation
2dc
- 直角坐标中用有限容积法、同位网格上计算二维对流-扩散方程的程序及其后处理程序,对流项采用迎风格式,扩散项采用中心差分,可选用三种求解方式,包括x或y方向的线迭代和不完全LU分解。-This package contains several computer codes for solving two-dimensional heat and fluid flow problems using Cartesian grids. The upwind or central differen
2-D-tdma
- 2维的tdma代码、2-D-tdma,供需要学习的人参考-2-D-tdma
solvers
- 线性系统多种求解方法:GS,TDMA,SIP,ICCG,ADI,以及采用不同光滑算法的多重网格算法。 -Several Algorithm linear equation systems.
TDMA
- tdma mthode -tdma mthode ......................
TDMA.f90
- Thomas algorithm that can be used to solve tridiagonal systems of equations.
cyclic_tdma
- cyclic TDMA code which is necessary for tri-diagonal matrix which have periodic boundary condition in computational physics.