资源列表
porous
- ABAQUS subroutine umat porous
adina中文培训手册
- 流体仿真结构分析,和有限元分析的软件,同时在应力分析(Fluid simulation structure analysis, and finite element analysis software, at the same time in stress analysis)
KS_扰动_后向差分数值解
- 用python求解偏微分方程KS方程,用于混沌系统预测(solve PDE by python and use the data to predict chaotic)
利用Gauss消去法对线性方程组进行求解
- 用消去法解方程组的基本思想是用逐次消去未知数的方法把原来方程组Ax=b化为与其等价的三角方程组,而求解三角方程组就容易了。换句话说,上述过程就是用行的初等变换将原方程组系数矩阵化为简单形式,从而将求解原方程组的问题转化为求解简单方程组的问题。
dijkstra
- qt c++ finish that Dijkstra GUI
Gmsh-4.0.6-source
- 经典的三维有限元网格生成程序全套源代码及配套的前处理、后处理程序。用C++和Fortran开发。同时配有Manual使用手册。(a three-dimensional finite element mesh generator with built-in pre- and post-processing facilities, source codes are compiled by C++ and Fortran language, with manual.)
mfix-18.1.5.tar
- Opensource MFIX software used for simulating granular flow.
uFVM
- 利用matlab实现的部分CFD功能的代码,很有参考价值(Matlab to achieve part of the CFD function of the code, a very valuable reference)
ch02 差分方程和数值微分
- 差分方程和数值微分,离散时段上描述变化过程的数学模型(Difference equation and numerical differentiation, mathematical model describing change process in discrete time interval)
Hermite插值
- Hermite插值要求在插值节点处的函数值、对应的导数值以及高阶导数相等,保形性高,本程序提供算法实现和画图功能。(Hermite interpolation requires that the function value at the interpolation node, the corresponding derivative and the higher derivative are equal. Its shape preservation is high. This program
113172210ADI-FDTD_-_corrigido
- 二维直角坐标系下,mur吸收边界的亚网格技术时域差分算法。(In two-dimensional Cartesian coordinate system, the subgrid technique time-domain difference algorithm for Mur absorbing boundary is presented.)
VC中FFT计算
- 在VC++语言环境下,蝶形算法写的FFT。亲测可用