搜索资源列表
Computational_Methods_for_Fluid_Dynamics.tar
- Peric编写的计算二维流体问题的全套源码。 是书籍<Computational Methods for Fluid Dynamics>的附录程序 其中parallel文件夹下包括了comet3维程序及PVM并行代码-Peric fluid prepared by two-dimensional problem of calculating the full set of source code. Books <Computational Methods for Flu
hyper_eul
- Toro的经典书 "Riemann Solvers and Numerical Methods for Fluid Dynamics" 中的算例程序。该程序求解二维笛卡尔网格下的理想气体欧拉方程程序。采用TVD格式与HLLC的近似黎曼解相结合,二维处理采用维数分裂,求解扩张一维问题。6种通量限制器可供选择。- to solve the two-dimensional Euler equations for an ideal gas on a Cartesian quadri
mastering_matlab
- 精通MATLAB最优化计算 配套光盘 本书的主要内容是应用MATLAB来解决最优化问题,通过将“最优化问题”、“MATLAB优化工具箱”和“MATLAB编程”这三方面有机结合进行讲述,即一方面是使用工具箱来快速解决最优化问题,另一方面是通过算法编程深入解决最优化问题。主要包括MATLAB优化工具箱、无约束多维极值问题、约束优化问题、非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化算法、遗传算法。 -The main contents of the book is the
MWLS1D
- 一维杆的最小二乘无网格方法NATLAB程序,弹性问题-MESHLESS WEIGHTED LEAST-SQUARE PROGRAM TO SOLVE 1D ELASTIC PROBLEM- A 1D BAR OF UNIT LENGTH SUBJECTED TO BODY FORCE LINEARLY VARIATING WITH THE COORDINATE. THE LEFT END IS FIXED AND THE RIGHT IS FREE.
2dShallowwaterequationRiemannsolver
- 用MATLAB编写的基于有限体积法求解二维浅水方程边界数值通量的Riemann求解器(HLL格式),可处理干河床问题,适用于规则网格及不规则网格,只需提供边界左右两侧的水深和流速以及外法线矢量-Written using MATLAB numerical flux based on the finite volume method for solving the two-dimensional shallow water equations boundary Riemann solver (HL
zuoyetwo
- 利用TDMA和ADI方法求解二维稳态导热问题,采用C语言编程-Use TDMA and ADI method for solving the two-dimensional steady-state heat conduction problem, using C language programming
MacCo
- 激波管问题是一个典型的一维可压缩无黏气体动力学问题,有解析解。对它采用二阶精度两步差分格式进行数值求解。这里给出了计算程序-Shock tube problem is a typical one-dimensional compressible inviscid gas dynamics problem, there are analytical solution. It uses a two-step difference scheme of second order accuracy num
MAC_Chorin2d
- 二维流动问题有解析解。采用迭代解法进行数值求解。这里给出了计算二维不可压缩黏性流体流动问题的计算程序。-Two-dimensional flow problem analytical solution. Solved numerically using an iterative solution. Here is a computer program to calculate the two-dimensional incompressible viscous fluid flow proble
fvm_MAC_couette
- 不可压缩黏性流动的典型流动,有解析解,可以用来检验数值算法计算精度和可靠性。采用有限体积算法一阶迎风型离散格式进行数值求解。这里给出了计算二维不可压缩黏性流体流动问题计算程序,供大家学习参考。-A typical flow of an incompressible viscous flow, there are analytical solution, numerical algorithms can be used to test the accuracy and reliability. F
FVM-square-cavity-flow
- 二维不可压缩黏性流体方腔流动问题的有限体积算法与计算程序 -Dimensional incompressible viscous fluid flow problem square cavity finite volume method and computer program
DSMC
- 此程序包用于解决稀薄气体动力学中的数值模拟问题,可用于解决一维、二维和三维问题,用FORTRAN 77编写的。-This package is used to solve the problem of numerical simulation of rarefied gas dynamics, can be used to solve the problem of one-dimensional, two-dimensional and three-dimensional, 77 written
二维ostu代码
- 维基百科上的二维ostu代码有点问题,这个是根据其原理修改后的(The two-dimensional Ostu code on Wikipedia has some problems. This is a modified version based on its principles.)