资源列表
Euler_DG_Quadrilateral_2D
- 自己写了一个二维Euler方程的间断有限元程序 上次发了一个三角形单元的程序 因为不是曲边单元 所以在圆柱后面容易形成涡 现在把程序改为曲边四边形单元了 没有涡出现 单元是8节点四边形单元 节点编号顺序是 1 5 2 6 3 7 4 8 也就是四个角点依次 是1 2 3 4 然后是边的中点编号 5 6 7 8. 时间推进采用 Runge-Kutta 方法 数值通量采用全局Lax-Friedrichs通量 仍然不能捕捉激波 因为
Euler_RKDG_Tri_3node_20111107
- 用间断有限元方法求解二维Euler方程。 算例是一个圆柱绕流问题。压缩文件里面还包含了一个用MATLAB写的网格生成程 序,只需要做很小的改动就可以生成稀疏程度不同的网格。 程序还有些问题如下: 1. 因为没有对边界处作处理,所以计算的残差不会收敛到一个给定的小数,如 0.001等。当最大残差为0.1左右时,按下键盘上的ESC键,程序计算结束,会输出 一个文件Result.dat,用tecplot软件打开这个文件,可以得到一些结果,如流线
main
- 微分方程生成网格的简单例子和程序,希望对大家有用 -Differential equations to generate a grid of simple examples and procedures, and the hope that useful
Rand
- c语言中随机数的生成,一般C语言中的rand函数生成的是伪随机数,而本程序可以生成真正的随机数-random number generator in c language, in general C language rand function to generate the pseudo-random number, the program can generate a true random number
a-TEM-program
- 一个小的瞬变电磁测深数据处理程序,主要用于计算视电阻率和深度.-a small transient electromagnetic sounding data processing procedures, mainly used in the calculation of the apparent resistivity and depth
calculation-in-C
- 数值计算方法,关于基本的数值计算方法所要用的C语言源程序,包括插值计算,线性、非线性方程组的解法,迭代法解方程,数值积分等常用算法的源程序-containing almost all the calculations for C, such as,interpolation,iterative [iteration] method, numerical integration and so on
Route-programming
- 计算路线点的程序,可以计算关键点的坐标位置,主要是要将输入的数据格式输对,重点也在这。-The calculated route point of the procedure, can calculate the critical point of the coordinates of the location, mainly want to input data format to focus in the lost。
SQR-Decomposition-C-code
- 将矩阵按照列向量的模从小到大排序并分解为一个正交矩阵与一个上三角矩阵乘积形式。-The matrix according to the column vector of the mode from small to large and decomposes as an orthogonal matrix and an upper triangular matrix product form.
m
- 用数值分析里的最小二成法来实现拟合直线的函数 -Least into law in the numerical analysis to fit a straight line function
2D-bodyfited
- 二维适体坐标clear算法来预测电子冷却传热-PROGRAM FOR collocated gird system IN SIMPLER ALGRITHM REVISED BY QU ZG TO PREDICT HEAT TRANSFER IN ELECTRONIC COOLING
3D-bodyfited
- 三维clear算法模型来预测电子冷却传热-3-d PROGRAM FOR collocated gird system IN SIMPLER ALGRITHM TO PREDICT HEAT TRANSFER IN ELECTRONIC COOLING
Yangtiao
- 数值分析以及相关的程序,通过三次样条来解决问题 -Numerical Analysis
