-
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通量
仍然不能捕捉激波 因为没有做重构或者加人工粘性 等这个做出来了 再发一次。
程序没有进行优化 比如说内存的消耗没有优化 比如直边单元的边界积分仍然采
用了曲边的积分方法 增加了计算量 比如面积分、线积分都是采用的是Gauss-
Legendre-Lobatto积分 积分精度会比一般的Gauss-Legendre积分精度低一阶 等
等问题。 二维的 纯属交流性质 就没有考虑这些问题 ^_^
如果物面全部是直边 那么只要改变一个参数N 就可以获得不同的计算精度 且具
有谱精度 因为单元的节点是Gauss-Legendre-Lobatto积分点。 其实就是谱元法
(物面是曲边的情况我不清楚是不是也可以通过提高基函数的阶数 也就是增加N
来提高计算精度)(Wrote a two-dimensional Euler equations with discontinuous finite element program
Last made a triangular element of the program, not curved edge unit is so easy to form a vortex in the cylinder behind the
Program to curved edge quadrilateral element vortices appear
Unit is the order of 8-node quadrilateral element node number is 15,263,748 which is the four corners of the points in turn
Is 1234 and then the side of the midpoint of the number 5678.
Time promote the use of Runge-Kutta method
Numerical flux of the overall situation of Lax-Friedrichs, flux
Still can not capture the shock wave did not do the reconstruction or artificial viscosity do it Zaifayici.
The program is not optimized for example, memory consumption is not optimized such as straight-edge boundary integral of the unit is still mining
Integral method to increase the amount of computation such as surface integral with a curved edge, the line integral using the Gauss-
The Legendr)
- 2021-01-29 12:58:40下载
- 积分:1
-
CAIC_M1
梁的有限元开裂分析代码,包括不同的裂纹形式,裂纹数目等(Finite element analysis of beams cracking the code, including different forms of crack, crack number, etc.)
- 2011-05-13 20:31:30下载
- 积分:1
-
more_sols
用于求解非线性代数方程的全部解的函数,提供给大家学习使用(solutions, available to everyone learning to use)
- 2013-06-27 07:38:39下载
- 积分:1
-
RNX2GTEX
说明: 将GNSS RINEX数据转换为电离层总电子含量(GTEX格式)(Convert GNSS RINEX data to Ionospheric Total Electron Content (GTEX format))
- 2020-10-08 12:12:21下载
- 积分:1
-
MMA
说明: 拓扑优化MMA算法从空间的一个初始设计点出发,沿着某个搜索方向以适当步长的迭代格式 ,实现对设计变量的修改,以获得的值。(Starting from an initial design point in space, the topology optimization MMA algorithm modifies the design variables in an appropriate iterative format along a certain search direction to obtain the optimal value)
- 2021-02-04 12:14:39下载
- 积分:1
-
mg
说明: 迭代算法中的多重网格计算程序Visual C++原代码(iterative algorithm of multiple grid computing procedures Visual C source code)
- 2007-03-31 10:11:48下载
- 积分:1
-
poisson
poisson生成器,可以生成泊松分布的随机数,需要的就下载吧(poisson sasadas)
- 2011-12-07 01:10:52下载
- 积分:1
-
ComputationalMechanicsLibrary
一个个人使用的精简了的c++有限元计算库(Finite element calculation library)
- 2018-04-15 15:39:13下载
- 积分:1
-
卡尔曼滤波算法
一维卡尔曼滤波算法,可以直接使用,通过系统噪声和测量噪声调整灵敏度。(One dimensional Calman filtering algorithm can be directly used to adjust the sensitivity through system noise and measurement noise.)
- 2018-03-31 23:30:01下载
- 积分:1
-
Gauss
matlab中高斯迭代法使用的m文件,可以用于方程组近似值的求解。(m file matlab Gauss iterative method can be used for approximation of solving equations.)
- 2012-06-04 18:55:14下载
- 积分:1