搜索资源列表
Du-Fort-Frankel-Difference
- 一个小程序,关于一维扩散方程初边值问题的数值求解-a small procedure on the one-dimensional diffusion equation is the numerical solution
一个一维河流污染物扩散的计算模型
- 一个一维河流污染物扩散的计算模型.包含了河流模型的建立,污染扩散模型,渲染部分是gdi+写的.-a 1 dimentional pollution distribution model in river environment.including construction river space model, pollution calc demo as well as render part.rendering is based on GDI+
onedirection
- 点扩散函数的一维数值计算及其MATLAB实现-Point spread function of the one-dimensional numerical calculation and MATLAB Implementation
anisodiff
- 一维,二维,三维的各异向扩散滤波的matlab实现。-One-dimensional, two-dimensional, three-dimensional proliferation of different filter matlab to achieve.
1d
- 一维非稳态对流扩散有限差分方法,用FORTRAN编写-1-dimension unsteadyunsteady one-dimensional convection-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
fd1dKin2
- 一维扩散,耦合数值模拟主程序,这个程序还算比较清楚了。选自一篇文章的主程序-1D,Predator-Prey Model Simulation
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.
lf
- 一维扩散问题的lw格式计算的程序,时间步长5-One-dimensional diffusion problem lw format program, the time step 500
Gelerkin
- 加权余量法--伽辽金方法求解一维扩散方程。参考书《Computational Techniques for Fluid Dynamics》-Weighted residual method- Galerkin method for solving one-dimensional diffusion equation. Reference book " Computational Techniques for Fluid Dynamics"
Subdomain
- 加权余量法--子域法求解一维扩散方程。参考书《Computational Techniques for Fluid Dynamics》-The weighted residual Law- sub-domain method for solving one-dimensional diffusion equation. Reference book " Computational Techniques for Fluid Dynamics"
Collocation
- 加权余量法--配点法法求解一维扩散方程。参考书《Computational Techniques for Fluid Dynamics》-The weighted residual method- collocation method for solving one-dimensional diffusion equation. Reference book " Computational Techniques for Fluid Dynamics"
Buegers_solving
- matlab 编写的一维对流扩散方程,简单格式。(Matlab prepared one-dimensional convection diffusion equation, a simple format.)
Burgers_C
- 用于求解一维对流扩散方程(Burgers方程)数值解的程序(A program for solving numerical solutions of 1D convection diffusion equations)
一维扩散方程的有限差分法
- 一维扩散方程的有限差分法,采用了追逐法求解三对角矩阵,对一维扩散模型进行了分析,使用隐式六点差分格式(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
mc1
- 基于Fortran语言的蒙特卡洛法一维扩散问题(One dimensional diffusion problem of Monte Carlo method based on Fortran language)
MATLAB求解扩散方程有限差分法 源程序代码
- 利用该程序,可以计算一维的扩散方程,程序较为简单。(By using this program, one dimensional diffusion equation can be calculated, and the program is simple.)
一维对流扩散方程
- 一维对流扩散方程的fortran程序代码,采用有限差分方法求解,可用于cfd的学习。
一维非稳态导热问题
- 关于一维非稳态扩散的MATLAB问题,新人希望大家多多支持。