搜索资源列表
heat-fdm
- NUMERICAL METHODS for Mathematics, Science and Engineering,有限差分解热传导问题-NUMERICAL METHODS for Mathematics, Science and Engineering, finite difference conduction problem antipyretic
FDM_simulation_welding
- 平板焊接过程的二维温度场的数值模拟程序。我在课程设计中做的作业.采用显示差分法,移动热源边界条件-the simulation of a plate welding by FDM ,with moving boundary.
FDM
- 地震 交错网格 有限差分 正演模拟 地球物理初级程序编写必看-seismic staggered-grid finite-difference simulating
FDM-for-differential-equation
- 有限差分格式的子程序以及用牛顿向前迭代的子程序-Finite difference scheme and Newton subroutine subprogram forward iteration
caodianwei
- 运用有限差分法和超松弛迭代法求解金属槽槽内各个离散节点电位数值解-Combining the finite difference method( FDM) with over-relaxation iteration to solving the potential of each discrete nodes in the metal slots
MMjuzheng
- 用有限差分法求解矩形金属波导的截止波长和场分布。 -calculating the cutoff wavelength of a rectangular waveguide with FDM
FDM
- C++实现有限单元法的源码,非本人创作,但是测试通过-C++ finite element method to achieve the source code, the creation of non-I, but the test
NS-FDM
- Non-standard finite difference method for solution of partial differential equations
fdm
- finite difference method fluid flow
PDE-FDM
- 数值计算中的偏微分方程的有限差分法,对于从事控制、科学计算、图像处理、信号处理方面的研究人员有用。-Finite Difference Method for PDE
CODE_FDM_PROJECT_1
- Rectangule That compute Tempreture Using FDM with different boundary conditions
CODE_FDM_PROJECT_1
- Rectangule That compute Tempreture Using FDM with different boundary conditions
finite
- 此程序描述了带有内热源的三维正方体的传热程序模拟,运用了有限差分法。(This procedure describes the heat transfer process with three-dimension cube heat source simulation using finite difference method.)
poisson_GSline_1113
- 采用G-S 线迭代方法,用于计算第一类边界条件下的二维温度分布。(FDM applied to the calculation of temperature field.2D)
aa
- 有限差分,前差后差中心差的具体实现方式.分析这三种差分方式的精度、误差可以与精确解比较,观察发散的原因(program to gain the value of each grid point using FDM)
laplace
- we use fdm method to simulate the laplace partial differential equations. thus you can have a better understand of both the fdm and laplace.