搜索资源列表
fvm.rar
- 用有限体积法计算结构网格下的对流扩散程序,用adi方法求解。-Structure with finite volume method for convection-diffusion process under the grid, with adi Solving
lbm_d2q920051201
- 格子Boltzmann方法 格子Boltzmann方法是为了保留格子气自动机方法的优点,克服其缺点而发展起来的方法。 特别是1992年,钱跃弘、陈十一等的开创性工作(提出LBGK模型方法),使该方法广泛地应用到计算流体力学(单相流、多相流、多孔介质流、热对流、磁流体、反应-扩散等)。 -lattice Boltzmann method lattice Boltzmann method is to retain the lattice gas automata the advantag
DLUA_c
- 一种新的受限扩散凝聚模型--单向扩散凝聚模型DLUA,输入不同的参数可产生各种不同的图案,可作为辅助研究或教学演示。-a new pool of restricted diffusion model -- the proliferation of one-way model DLUA rally, importation of different parameters can produce a variety of designs, as a complementary research or
fem2dt2
- 使用有限元方法, 2D FEM计算热扩散方程. 三角形分割. -use of the finite element method, 2D FEM calculation of thermal diffusion equation. Triangle division.
SMB_EDmodel_pedpe
- 模拟移动床色谱的计算机模拟,SMB,有限差分法,平衡扩散模型
emd
- 谱域法求解电磁场扩散方程的Fortran程序 A working example of solving the electromagnetic diffusion equation using a spectral method
RK
- 龙格库塔法求解二维反应扩散方程,在VC6.0下编译通过.
complexdiffusion
- 各项异性扩散的图象处理代码.希望你能丛中有所领悟.
pianweifenfangcheng
- 偏微分方程数值解上机实习 运用古典显式差分格式求解二维扩散方程的初边值问题 运用P-R差分格式求解二维扩散方程的初边值问题 运用局部一维格式求解二维扩散方程的初边值问题 给出了源程序,运行结果,以及算法比较
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)
matlab.rar
- 本程序是使用MATLAB语言采用迎风格式解对流方程,对流方程在工程上有很广泛的应用,而迎风格式的精度比较高还包括用跳点格式解扩散方程的初值问题,所以有两个程序 ,This procedure is to use the MATLAB language solution using upwind convection equation, the convection equations in engineering, there is a wide range of application
LSunwrap.rar
- 简单利用最小二乘法对缠绕的干涉相位进行解缠,但最小二乘法有个固有缺陷,其是基于全局相位解缠方法,容易造成整体误差扩散。 ,Simple least squares method of winding the use of the interferometric synthetic aperture radar (InSAR) to interfere in phase unwrapping
peric-1d
- 一维非稳态求解对流扩散方程,很简单适用。-Solving one-dimensional unsteady convection-diffusion equation is very simple to apply.
pdesolve.rar
- 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法,Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
two-FVM
- 本程序是采用有限体积法求解二维对流扩散方程的经典程序。程序里包含各种离散方法,划分网格方法等。适合CFD初学者阅读。-The program is two-dimensional finite volume method for solving convection-diffusion equation of the classic program. Program includes a variety of discrete methods, meshing methods. CFD for
Main
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
storm_tide_diff
- 课程设计,做风暴潮、物质输运扩散、潮位计算,采用矩形网格。-Curriculum design, make storm surges, material transport diffusion, tidal calculations, rectangular grid.
4
- 使用一阶迎风格式与QUICK高阶格式(+LU分解)计算对流扩散方程。TXT文件为结果,QUICK格式效果更好。(Convection diffusion equations are computed using first order upwind schemes and QUICK higher order schemes (+LU decomposition). The TXT file is the result, and the QUICK format works better.)
mc1
- 基于Fortran语言的蒙特卡洛法一维扩散问题(One dimensional diffusion problem of Monte Carlo method based on Fortran language)
对流扩散问题-追赶法
- 基于一维定常对流扩散问题的数值计算方法,构造三对角矩阵形式,采用追赶法计算结果。适用于三个节点的矩阵形式。