搜索资源列表
高斯扩散
- 高斯扩散模拟大气污染影响范围
大气污染扩散
- 大气污染扩散
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
chengxu.rar
- 求解二维对流扩散方程,采用径向基函数配点无网格法,Solving two-dimensional convection-diffusion equation using radial basis function collocation meshless method
matlab-Imagerecover
- 这是一个基于matlab图像复原处理包,其中包括图像的模糊、维纳滤波、盲反卷积、点扩散函数和光学转换函数互相转化-This is a matlab-based image restoration processing package, including the images fuzzy, Wiener filtering, blind deconvolution, point spread function and optical transfer function to transform
anisodiff
- 一维,二维,三维的各异向扩散滤波的matlab实现。-One-dimensional, two-dimensional, three-dimensional proliferation of different filter matlab to achieve.
Main
- 1、 采用原始变量法,即以速度U、V及压力P作为直接求解的变量 2、 守恒型的差分格式,离散方程系对守恒型的控制方程通过对控制容积作积分而得出的,无论网格疏密程度如何,均满足在计算区域内守恒的条件; 3、 采用区域离散化方法B,即先定控制体界面、再定节点位置 4、 采用交叉网格,速度U、V与其他变量分别存储于三套网格系统中; 5、 不同的项在空间离散化过程中去不同的型线假设,源项采用局部线性化方法;扩散——对流项采用乘方格式(但很容易转化为中心差分、迎风差分或混合格式);街面上的
diffusion_d2q9
- 对于扩散反应方程的格子boltzmann仿真实验 我们要达到解决反应项的问题-Diffusion-reaction equation for the lattice boltzmann simulation experiment we want to solve the problem of response
recd2q9
- 反应扩散问题长期在研究领域中c++去实现, 现在我们用MATLAB也可以-Reaction-diffusion problem in the area of research in long-term c++ to achieve, and now we can use MATLAB
bizcard
- matlab编的模拟自由扩散的过程,初学者适用-simulation of free walk
j-d
- 引入外场F为正负个一半时间时,粒子流随扩散系数的变化关系-The introduction of field F plus or minus one half of the time, the particles flow with the changes in the relationship between the diffusion coefficient
fd1d_predator_prey
- 反应扩散方程 捕食者捕食模型 HOlling模型-Reaction-diffusion equation model of predator prey model HOlling
fd2d_predator_prey
- 反应扩散方程 捕食者捕食模型HOiing模型2D-Reaction-diffusion equation model of predator prey model HOiing 2D
2-D_Diffusion
- 2维扩散源码,使用matlab开发,可用于解2维传热方程-2-D Diffusion
NHT1d
- 采用以下四种格式:中心差分、一阶迎风、混合格式和QUICK格式对一维稳态无源项的对流-扩散方程进行求解-The following four formats: central difference, the first order upwind, QUICK format mixed formats and one-dimensional steady-state passive entry of convection- diffusion equations were solved
一维扩散方程的有限差分法
- 一维扩散方程的有限差分法,采用了追逐法求解三对角矩阵,对一维扩散模型进行了分析,使用隐式六点差分格式(Crank-Nicolson)基本思想进行隐式差分。(The finite difference method of one-dimensional diffusion equation is used to solve the three diagonal matrix by chase method. The one-dimensional diffusion model is analyz
计算点扩散函数
- 基于Zernike多项式的波前像差到点扩散函数PSF及MTF的模拟,包含代码及相关文档,特别是PPT,值得好好看。(Based on Zernike polynomial, the simulation from wavefront aberrtation to point spread function PSF and MTF , including code and related documents, especially PPT, worthing high value.)
MATLAB求解扩散方程有限差分法 源程序代码
- 利用该程序,可以计算一维的扩散方程,程序较为简单。(By using this program, one dimensional diffusion equation can be calculated, and the program is simple.)
对流扩散
- 我自己编的得干湿交替情况下氯离子对流-扩散传输程序,已验算过,可运行,结果较好(MATLAB program for convection diffusion)
对流扩散-混合差分格式
- 适用于定常对流扩散问题的混合差分格式,由pe的大小可以采用迎风和差分的不同离散过程。